/*  
Theme Name: iPhonesque Theme
Theme URI: http://iphonesque.com/
Description: Frosty's first theme hack, based on the default WordPress theme.
Version: 0.1
Author: K. Frost based on the work of Michael Heilemann
Author URI: http://frost.biztos.com/

Original info:
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* LAYOUT */
body {
    text-align: center;
    padding: 0px;
}
div,p,form,ul,ol {
    text-align: left;
}
#Container {
    width: 100%;
    margin: 0px auto;
}
#Header {
    margin: 0px auto;
    text-align: left;
}
#Content {
    width: 600px;
    margin: 0px auto;
    padding-left: 20px;
    border-left: 1px dotted #006B3D;
}
/* COLORS */
body {
    background: #FCFCFC;
    color: #000000;
}
a {
    color: #006B3D;
}
a:hover {
    color: #60BF96;
}
a img {
    border: none; /* generally punchout tranny PNGs */
}
#Header h1 {
    border-top: 1px dotted #006B3D;    
    border-bottom: 1px dotted #006B3D;
}
#Header p {
    color: #006B3D;
    border-bottom: 1px dotted #006B3D;
}
#Header h1 a {
    color: #006B3D;
}
#Header h1 a:hover {
    color: #5C005C;
}
#Footer p {
    border-bottom: 1px dotted #006B3D;
    border-top: 1px dotted #006B3D;   
}
#Bottombar ul li {
    background: #9CAD9C;
    border-left: 2px solid #FCFCFC;
    border-right: 2px solid #FCFCFC;
    color: #CFE6CF;
}
#Bottombar ul li a:hover {
    color: #8A458A;
}

/* GENERAL TYPOGRAPHY */
body {
    font-size: 112%;
    font-family: Didot, Georgia, serif;
}
h1,h2,h3,h4,ul li {
    font-family: Helvetica, sans-serif;
}
h2 {
    font-size: 130%;
}
a {
    text-decoration: none;
}
ol li {
   font-style: italic;
   margin-bottom: 10px;
}

/* MAIN HEADER */
#Header {   
    font-family: Helvetica, sans-serif;
}
#Header h1 {
    margin: 0px;
    padding: 0px;
    font-size: 200%;
}
#Header p {
    margin: 0px;
    padding: 0px;
}

/* SIDEBAR aka BOTTOMBAR (now in footer.php) */
#Bottombar {
    font-size: 75%;
    text-align: right;
    position: absolute;
    right: 0px;
    padding-top: 0px;
    padding-right: 5px;
}
#Bottombar ul {
   list-style: none;
   padding-left: 10px;
   padding-bottom: 10px;
}
#Bottombar ul li {
   display: block;
   float: left;
   padding-left: 10px;
   padding-right: 10px;
   
}
#Bottombar ul li ul li {
    float: none;
    clear: both;
    border: none;
    padding: 0px;
    font-size: 110%;
    margin-bottom: 5px;
    margin-right: 30px;
}

/* MAIN FOOTER */
#Footer {
    float: none;
    clear: both;
}
#Footer p {
    font-family: Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 80%;
    text-align: right;
    white-space: nowrap; /* don't clobber the bottombar */
}

/* POST */
div.post {
    
}
div.post p.date {
   font-style: italic;
   text-align: right;  
}
div.post p.tags {
   font-family: Helvetica, sans-serif;
   text-align: right;
}