/*  
Theme Name: Rau Theme
Theme URI: http://www.zaneray.com
Description: Rau Antiques Wordpress theme 0.2
Version: 0.2
Author: Jeremiah Martin
Author URI: http://www.zaneray.com

*/
/*Blog Syle content
-----------------------
Sidebar
Posts	
Images
Comments
General
*/

/*Header
-----------------------*/
#header #utillinks { 
	text-align: right;
	}
	
#utillinks #signin, #utillinks #createaccount, #utillinks #cartlink { 
	display: none;
	}

/*Sidebar
-----------------------*/
#sidebar h4 { /*back to blog home*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	margin: 0 0 .5em 0;
	}
	
#sidebar h4 a { 
	padding: 5px 10px 6px 10px;
	display: block;
	}
		
#sidebar h4 a:link, #sidebar h4 a:visited { 
	color: #666;
	}
	
#sidebar h4 a:active, #sidebar h4 a:hover { 
	background-color: #f5f5f5;
	color: #003366;
	}


/*Posts
-----------------------*/

.post { 
	/*margin-bottom: 2em;*/
	}

.post h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	}
	
.date { 
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: .5em;
	}
	
h3#comments { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	}
	
.metadata { 
	clear: both;
	}
	
.tags { 
	color: #666;
	font-size: 11px;
	}
	
	
.previous-entries { 
	float: left;
	padding-top: 1em;
	}
	
.next-entries { 
	float: right;
	padding-top: 1em;
	}
	
/*Images
-----------------------*/
.wp-caption { 
	border: 1px solid #eee;
	background-color: #f5f5f5;
	text-align: center;
	padding: 5px 0;
}
	
.alignleft { 
	float: left;
	margin: 0 10px 10px 0;
}
	
.aligncenter { 
	display: block;
	margin: 0 auto 10px auto;
}
	
.alignright { 
	float: right;
	margin: 0 0 10px 10px;
}

p.wp-caption-text { 
	padding-bottom: 0;
	}
	
/*Comments
-----------------------*/


#comments { 
	clear: both;
	}

#comments h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
#comments ol { 
	padding: 0 0 1em 2em;
	}
	
#comments ol li { 
	padding: .5em .5em 0 .5em;
	}
	
/*General
-----------------------*/
.alt { 
	background-color: #f5f5f5;
	}
	
#subcontent h4.headerarchive { 
	margin-bottom: 1em;
	}
	
	