/*  
Theme Name: Sanger-Eby
Theme URI: http://blog.sangereby.com
Description: A pure WordPress Theme, copied from gray-lines by Zack
Version: 0.0.1
Author: Sanger & Eby
Author URI: http://www.sangereby.com com/
Tags: fixed width, two columns, widgets, widget ready, white, simple, right sidebar, valid XHTML, valid CSS

   This theme, including the CSS, XHTML and design, is released under the
   GPL: http://www.opensource.org/licenses/gpl-license.php

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000;	
}

h1{
	font-family: Georgia, serif;
	font-size: 32px;
	padding-bottom: 5px;
}

h2, h3, h4{
	font-weight: normal;
	font-family: Georgia, serif;
}

h2{
	font-size: 22px;
}
a:link, a:visited{
	text-decoration: none;
	color: #808a0f;
}

a:hover{
	text-decoration: underline;
	color: #333333;
}

p{
	padding: 10px 0 0 0;
}



#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
	padding-top: 30px;
	border-top: 5px solid #EEE;
}

#header{
	float: left;
	width: 750px;
	height: 155px;
	border-bottom: 2px solid #EEE;
}

.green_header{
	color: #E06F1D !important;
}
#container{
	float: left;
	width: 500px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
}

.entry{
	line-height: 18px;
	font-size: 13px;
}

.entry img {
	border: 3px solid #aaa;
	margin: 22px 18px 8px 0px; 
	float:left;
}
.postmetadata{
	border-top: 1px solid #EEE;
	margin: 5px 0 10px 0;
	color: #AAA;
	font-size: 11px;
}

.postmetadata a {
	color: #AAA;
	text-decoration: underline;
}
.postmetadata a:hover {
	text-decoration: none;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

table#wp-calendar{
	width: 100%;
}

/*Sidebar
-----------------------------------------------------*/
.sidebar{
	float: left;
	width: 239px;
	margin: 0 0 0 10px;
	display: inline;
	border-left: 1px solid #EEE;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
	font-size: 12px;

}

.sidebar ul li h2{
	font-family: Georgia, serif;
	font-size: 14px;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#social_media_icons {
padding-top: 14px;
padding-left: 12px;
}
#social_media_icons img {
	padding-right: 4px;
}
/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

/*Footer
-----------------------------------------------------*/
#footer {
	padding: 13px 0 48px 6px;
	font-family:Georgia,Times New Roman,serif;
}

#footer_copyright {
	font-size: 12px;
	float: left;
}

#footer_address {
	font-size: 12px;
	line-height: 19px;
	float: right;
	text-align: right;
	padding-bottom: 40px;
}

#footer_address b {
	font-size: 17px;
	line-height: 25px;
	color: #e06f1d;
	font-weight: normal;
	padding-bottom: 20px;
}


#dotted_line_bottom {
	clear: both;
	padding-top: 20px;
}
/*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: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Georgia, serif;
	font-size: 12px;
	width:95%;
}

.aligncenter,
div.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;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}