/*
Theme Name: Eastmans' Theme
Theme URI: http://www.eastmans.com
Description: Eastmans' Blog Design
Author: Josh Coggins
Author URI: http://www.eastmans.com
*/
body { 
	margin: 0;
	padding: 0;
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url('images/bg_body.gif') repeat-x;
	text-align: center;
}

#upgrade {
	background-color: #CC6600;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#upgrade a {
	color: #FFFFFF;
	text-decoration: underline;
}
#upgrade a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	margin: 0 auto;
	width: 800px;
}

	.container_top {
   		background: url(images/container-top.png) no-repeat top left;
		padding-bottom: 20px;
		width: 800px;		
	}
	.container {
		background: url(images/container-center.png) repeat-y;
		padding: 10px;
		width: 800px;
	}
	.container_bottom {
   		background: url(images/container-bottom.png) no-repeat bottom left;
		padding-top: 20px;
		width: 800px;
	}

#header{
	clear: both;
	padding-top: 15px;
}

#header h1{
	float: left;
	padding: 26px 30px 0 72px;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	color: #fff;
}

#header h1 a{
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover{
	text-decoration: underline;
}

#menu{
	font-family: Georgia, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -20px;
}

#menu ul{
	list-style: none;
}

#menu li{
	margin-left:2px;
	float:left;
}
#menu li a{
	height: 24px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}
#menu #nav-home a{
	width: 63px;
	background: url(images/nav-home.gif) no-repeat left top;
}
#menu #nav-home a:hover{
	background: url(images/nav-home.gif) no-repeat left bottom;
}
#menu #nav-about a{
	width: 63px;
	background: url(images/nav-about.gif) no-repeat left top;
}
#menu #nav-about a:hover{
	background: url(images/nav-about.gif) no-repeat left bottom;
}
#menu #nav-archive a{
	width: 63px;
	background: url(images/nav-archive.gif) no-repeat left top;
}
#menu #nav-archive a:hover{
	background: url(images/nav-archive.gif) no-repeat left bottom;
}
#menu #nav-contact a{
	width: 63px;
	background: url(images/nav-contact.gif) no-repeat left top;
}
#menu #nav-contact a:hover{
	background: url(images/nav-contact.gif) no-repeat left bottom;
}
#menu #nav-appear a{
        width: 80px;
        background: url(images/nav-appear.gif) no-repeat left top;
}
#menu #nav-appear a:hover{
        background: url(images/nav-appear.gif) no-repeat left bottom;
}
#menu #nav-eastmans_com a{
        width: 90px;
        background: url(images/nav-eastmans_com.gif) no-repeat left top;
}
#menu #nav-eastmans_com a:hover{
        background: url(images/nav-eastmans_com.gif) no-repeat left bottom;
}
body#home #nav-home a{
	background: url(images/nav-home.gif) no-repeat left bottom;
}
body#about #nav-about a{
	background: url(images/nav-about.gif) no-repeat left bottom;
}
body#archive #nav-archive a{
	background: url(images/nav-archive.gif) no-repeat left bottom;
}
body#contact #nav-contact a{
	background: url(images/nav-contact.gif) no-repeat left bottom;
}
body#appear #nav-appear a{
        background: url(images/nav-appear.gif) no-repeat left bottom;
}
body#site #nav-eastmans_com a{
        background: url(images/nav-eastmans_com.gif) no-repeat left bottom;
}

.posttitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #990000;
	font-size: 22px;
	letter-spacing: -1px;
}
.posttitle a:link, .posttitle a:visited {
	color: #990000;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -1px;
}
.posttitle a:hover, .posttitle a:active {
	color: #000000;
	text-decoration: none;
}

.edit {
	background-image: url(images/edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	margin-left: 9px;
	float: right;
	padding-bottom: 3px;
}
.date {
	color: #666666;
	font-weight: bold;
	font-size: 15px;
}

.clearBoth {
	clear: both;
}

.navigation {
	padding-top: 5px;
	padding-bottom: 5px;
}
.alignleft {
	float: left;
}
.alignright {
	text-align: right;
}

#content_box { 
	width: 561px; 
	float: left; 
	padding-bottom: 10px;
	margin-left: 5px;
}

	.content_top {
   		background: url(images/content-top.jpg) no-repeat top left;
		padding: 10px 10px 0 10px;
		width: 561px !important;
		width: 563px;
	}
	.content {
		background: url(images/content-center.jpg) repeat-y;
		padding: 10px;
		min-height: 650px;
		width: 551px !important;
		width: 565px;
	}
	
	.content_text {
		width: 500px;
		padding: 10px;
	}
	.content_bottom {
   		background: url(images/content-bottom.jpg) no-repeat bottom left;
		padding-bottom: 10px;
		width: 561px !important;
		width: 563px;
	}

#sidebar { 
    width: 205px;
	margin-right: 27px !important;
	margin-right: 5px;
	margin-top: 30px;
	float: right; 
}

	.sidebar_top {
   		background: url(images/sidebar-top.jpg) no-repeat top left;
		padding-top: 10px;
		width: 205px;
	}
	.sidebar {
		background: url(images/sidebar-center.jpg) repeat-y;
		padding-top: 10px;
		width: 205px;
	}
	.sidebar_bottom {
   		background: url(images/sidebar-bottom.jpg) no-repeat bottom left;
		padding-bottom: 10px;
		width: 205px;
	}
	
#sidebar a{
	color: #878773;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 10px !important;
	padding: 0;
}

#sidebar ul li{
	padding: 0 !important;
	padding: 10px;
	font-family: Georgia, sans-seriff;
	text-transform: uppercase;
}

#sidebar ul li.syndicate a{
	padding: 0 20px 0 0;
	background: url(images/feed-icon.gif) no-repeat right 2px;
}

#sidebar ul li h2{
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 12px;
	color:  #514129;
}

#sidebar ul ul{
	padding: 0 !important;
	padding: 7px 0 0 0;
}

#sidebar ul ul li{
	padding: 0;
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#sidebar ul ul ul{
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	background: url(images/bullet_2.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul li{
	background: url(images/bullet_3.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul ul li{
	background: none;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 0;
	}
	
#footer { 
	background: url('images/footer.png') no-repeat bottom left;
	height: 67px;
	clear: both; 
	margin-bottom: -12px;
	margin-left: 7px;
	
}

#banner{
	margin-top: -7px;
	margin-left: 8px;
	float: left;
	width: 765px;
	height: 151px;
	background: url(images/banner_mike.jpg) no-repeat left top;
	clear: both;
}

#footnav {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
}
#footnav ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footnav li a:link, #footnav li a:visited {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#footnav li a:hover, #footnav li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

p.copyright {
	color: #EEEEEE;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	width: 500px;
}
p.copyright a:link, p.copyright a:visited {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
p.copyright a:hover, p.copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p.copyright span{
	color: #999999;


}
.copyright  span  a:link {
	color: #999999;
	text-decoration: underline;
}

.entry b, .entry strong, .post strong {
	background-color: #FFFF99;
	font-weight: normal;
}
.entry ul {
	padding-right: 0px;
	_padding-left: 0px;
	padding-left: 15px;
	
}

.entry ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	list-style-type: none;
	margin: 0px;
}
.entry {
	line-height: 120%;
}
.entry img {
	margin: 5px;
}

p.postmetadata {
	font-size:11px;
	background-color: #eeeeee;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	color: #666666;
}

.commentcontent {
	padding: 0 10px;
}
.commentcontent ul {
	list-style-type: none;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.commentcontent li {
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.commentcontent blockquote {
	background-color: #d5e0e3;
	margin-bottom: 15px;
	padding: 5px 5px 2px 8px;
	border-left: 4px solid #b1c6d0;
	font-size:11px;
	color:#777;
	line-height:17px;
}
.commentcontent blockquote p {
	margin-bottom:5px;
}
.commentform {
	width: 420px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.commentform h2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 2px;
}
#commentform input {
}
.box1 {
	padding-left: 5px;
}
.box2 {
	padding-right: 5px;
	padding-left: 5px;
}
.box2>#comment {
	width: 420px;
}
#comment {
	width: 410px;
}

.rss {
	background: url(images/rss.jpg) no-repeat left center;
	padding: 5px 30px 5px 30px !important;
	padding: 7px 30px 7px 30px;
}

.box3 {
	width: 440px;
	padding-bottom: 12px;
	text-align: center;
	clear: both;
}

.commentform label {
	color: #294a59;
	margin-bottom: 2px;
	display: block;
}
.commentform input {
	width: 150px;
	margin-bottom: 10px;
}
.commentform textarea {
	margin-bottom: 20px;
}

input.submit {
	width: 150px;
	margin-bottom: 6px;
	margin-left: 173px;
	display: block;
}

#container, #header, #menu, #pagewrapper, #page, #banner, .maincol, .post, .entry, .browse, #sidebar, #comments-template{
	text-align: left;
	vertical-align:top;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
