/*  
//////////////////////////////////////////////////////
Theme Name: cream
Description: one-column web standards compliant.
Version: 0.1
Author: George Walker
Author URI: http://www.typeg.org/
Tags: one-column, fixed header, fixed-width


 Contents
//////////////////////////////////////////////////////
– General type styles

– Layout
  - Header
  - Container

– Content
   - Post headers
   - Posts

– Navigation
  – Navigation

– Sidebar
  - General
  - Sidebar headers
  - Wordpress calendar

– Footer

– Misc.

*/

/*
//////////////////////////////////////////////////////
General
//////////////////////////////////////////////////////
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
    margin: 0;
    padding: 0;
}

body{
    font-family: Georgia, serif;
    font-size: 0.8em;
    vertical-align: top;
    color: #222222;
}

img{
    border: 0;
}

h1{
    font-family: Univers, Corbel, Verdana, sans-serif;
    font-size: 1.8em;
    padding: 0 0 0.25em 0;
}

#header h1 a{
    color: #222222;
}

#header h1 a:hover{
    color:#666666;
    text-decoration: none;
}

h2 a{
    color: #666666;
}

h2 a:hover{
    text-decoration: none;
    color: #222222;
}

a:link, a:visited{
    text-decoration: none;
    color: #666666;
}

a:hover{
    text-decoration: underline;
    color: #666666;
}

p{
    padding: 0 0 1em 0;
}

/*
//////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////
*/

#background_container{
    background-color: transparent;
    margin: 0 0 0 50px;
    width: 750px;
    z-index: 1;
}

#header_wrapper{
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 3;
    margin: 0 0 0 0;
    width: 100%;
    height: 160px;
    background-color: #fff;
    border-bottom: 1px dashed #888888;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
}

#header{
    position: relative;
    width:100%;
    height: 30px;
    padding: 20px 0 0 50px;
    list-style-type: none;
}


#content_container{
    margin: 160px 0 0 0;
    width: 750px;
    position: relative;
}

#container{
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    width: 750px;
}

#menu_search{
    position: fixed;
    top:120px;
    left:50px;
    width: 200px;
    height: 30px;
}

#menu_categories{
    position: fixed;
    top:20px;
    left:450px;
    padding: 0 30px 0 0;
    width: 200px;
    height: 150px;
}

#menu_calendar{
    position: fixed;
    top:20px;
    left:650px;
    margin: 0 0 0 0;
    width: 120px;
}


/*
//////////////////////////////////////////////////////
Content
//////////////////////////////////////////////////////
*/

.post{
    padding: 1em 0 1em 0;
    clear: both;
    width: 750px;
}

.post h2{
   font-family: Univers, Corbel, Verdana, sans-serif;
   text-transform:uppercase;
   font-size: 1em;
   color: #505050;
   letter-spacing:.1em;
   border-bottom: 1px dashed; 
   margin-bottom: 2em;
   width: 750px;
}

.post h2 a{
    color: #222222;
}

.post h2 a:hover{
    color: #666666;
}

.entry{
    line-height: 18px;
    float: left;
    width: 750px;
}

p.postmetadata{
    border-top: 1px solid #cccccc;
    margin: 0.5em 0 1em 0;
    font-size: 0.85em;
    clear: both;
}

p.postmetadata a{
    color: #666666;
}

/*
//////////////////////////////////////////////////////
Navigation
//////////////////////////////////////////////////////
*/
 
.navigation{
    padding: 10px 0 0 0;
    font-size: 0.88em;
    font-weight: bold;
    line-height: 18px;
    clear: both;
}

/*
//////////////////////////////////////////////////////
Sidebar
//////////////////////////////////////////////////////
*/
 
.sidebar{
    margin: 0 auto;
    padding: 0 30px 0 0;
    float: right;
    width: 250px;
    font-family: Georgia, serif;
    font-size: 0.8em;
    display: inline;
}

.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0;
}

.sidebar h2{
    font-family: Univers, Corbel, Verdana, sans-serif;
    font-size: 1.25em;
    padding: 10px 0 10px 0;
}

.sidebar ul ul li{
    padding: 0 0 .5em 0;
    font-family: Univers, Corbel, Verdana, sans-serif;
    font-size: 0.8em;
    line-height: 2em;
    text-transform:uppercase;
    letter-spacing:.1em;
    text-decoration:underline;
}

.sidebar a{
    color: #222222;
}

.sidebar a:hover{
    background: #ffe000;
}

#wp-calendar a{
    color: #f11000;
}

#wp-calendar{
    width: 150px;
}

/*
//////////////////////////////////////////////////////
Search
//////////////////////////////////////////////////////
*/

#searchform div{
    padding: 0;
}
#searchsubmit{
    background: url(img/go_button.png) no-repeat;
    width: 30px;
    height: 20px;
    border: 0;
    cursor: pointer;
    vertical-align: top;
}

#s{
    color: #5b5b5b;
    border: 1px dotted #222222;
    background: transparent;
}

.hidden{
    display: none;
}

/*
//////////////////////////////////////////////////////
Comments
//////////////////////////////////////////////////////
*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, serif;
	font-size: 1em;
}

.commentmetadata{
	font-size: 0.75em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Georgia, serif;
	font-size: 0.75em;
}

/*
//////////////////////////////////////////////////////
Footer
//////////////////////////////////////////////////////
*/

#footer{
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
    height: 50px;
    border-top: 1px dashed #888888;
}

#footer p{
  line-height: 18px;
  padding: 10px 0 10px 0;
}

#footer a{
  color: #666666;
}

#footer .legal{
    float: left;
    margin: 0;
}

/*
//////////////////////////////////////////////////////
Misc.
//////////////////////////////////////////////////////
*/

.clear_float{
    clear: both;
}

img.avatar{
    float:left;
    margin-right:5px;
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft{
    float: left;
}

.alignright{
    float: right;
}

.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption-dd{
    font-size: 0.69em;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}