/*   
Theme Name: Ward
Theme URI: http://johnathanward.com	
Description: custom theme
Author: John Ward
Author URI: http://johnathanward.com
Version: 1
*/

@import url("other.css");

html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #wrapper {
    height: auto;
} 

body{
	background:#dcdcdc url(/images/top_menu_bg.png) repeat-x;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
img {
	border:none;
}
.post img{
   	padding:4px;
   	border:1px solid #d0d0d0;
   	background-color:#ffffff;
}
a ,a:visited{
	padding-bottom:1px;
	color:#090;
	text-decoration:none;
}
a:hover{
	border-bottom: 1px solid #e66e00;
}
#rss_feed{
	width:218px;
	height:147px;
	position:absolute;
	top:0;
	right:0;
	z-index:5;
	border:none;
}
#container{
	width:1024px;
	margin: 0 auto;
	position:relative;
	text-align:left;
	background-attachment:fixed;
	background-position: 280px 300px;
	overflow:hidden;
}
#header{
	height:190px;
}
#main{
	min-height:700px;
}
#site_logo{
	height:183px;
	width:355px;
	background:url(/images/john_ward_logo.png) no-repeat;
	position:absolute;
	z-index:2;
}
#top_menu{
	height:32px;
	position:absolute;
	left:350px;
	text-transform:lowercase;
}
.top_menu{
	font-size:16px;
}
.top_menu ul{
	padding:6px;
	margin:0;
	text-align:left;
}
.top_menu ul li{
	display:inline;
}
.top_menu ul li a, .top_menu ul li a:visited{
	color: #ffffff;
	margin-right:20px;
	display:inline;
	text-decoration:none;
	padding-bottom:2px;

}
.top_menu ul li a:hover, .top_menu ul li a.selected {
	border-bottom: 2px solid #e66e00;
}
#unit1{
	width:468px;
	height:60px;
	position:absolute;
	top:80px;
	right:125px;
}
#glow{
	background: url(/images/page_bg.png) top center no-repeat;
	width:1024px;
	height:700px;
	position:absolute;
	top:33px;
	z-index:-1;
}
#sidebar{
	width:287px;
	float:left;
}
#content{
	width:730px;
	float:right;
}
.sidebar{
	text-transform:lowercase;	
}
.sidebar h2{
	color:#244386;
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-size:1.6em;
	font-weight:normal;
}
.sidebar ul{
	width:245px;
	padding-bottom:10px;
	margin:4px 0 10px 0;
	background:url(/images/h_divider_bg.png) bottom repeat-x;
	list-style:none;
	padding-left: 10px;
	text-indent: .3em;
}
.sidebar ul li:before {
	color: #090;
	content: "\00BB \0020";
}

.sidebar  li{
	margin-bottom: 4px;	
}
.sidebar  a ,.sidebar  a:visited{
	padding-bottom:1px;
	color:#666;
	text-decoration:none;
}
.sidebar  ul li a:hover{
	color:#244386;
	border-bottom: 1px solid #090;
}


.post h1{
	font-family:"Times New Roman", Times, serif;
	font-size:2.0em;
	color:#090;
	margin:0;
	text-transform:capitalize;
}
.post .post_meta{
	margin:0;
	color:#666666;
	text-transform:lowercase;
}
.post_date{
	border: 1px #d1d1d1 solid;
	width:50px;
	height:50px;
	text-align:center;
	background:#ffffff;
	float:left;
	margin-right:10px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.post_date span{
	display:block;
	text-align:center;

}
.post_month { 
    text-transform: uppercase; 
    font-size: 10px;
    color: #244386; 
	font-weight:bold;
}
.post_day { 
	font-size: 22px; 
	background: #244386;
	width:40px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:0 auto;
	color:#FFFFFF;
}
.post_year { 
    color: #244386; 
	font-weight:bold;
    font-size: 10px;
}
.post_head{
	background:#FF0000;
	background:url(/images/h_divider_bg.png) bottom repeat-x;
	padding-bottom:10px;
	min-height:50px;
	margin-bottom: 15px;
}
.post_meta a,.post_meta a:visited{
	color:#244386;
	text-decoration:none;
}
.post_meta a:hover{

	
}
.post_title_link a,.post_title_link a:visited{
	color:#090;
	text-decoration:none;
	border:0;
}
.post_title_link a:hover{
	text-decoration:underline;
	border:0;
}
.clearfix{
	clear:both;
}
.post_title{
	float:left;
	width:590px;	
}
.comments{
	width:60px;
	height:50px;
	float:left;
	padding-top:6px;
	text-align:center;
}
.comment_img {
	width:45px;
	height:40px;
	float:left;
	text-align:center;
	background: url(/images/comment_bubble.png) top center no-repeat;
	padding-top:6px;
	text-align:center;
	position:relative;
	margin:0;
}
.comment_img .comment_count{
	color:#FFFFFF;
	font-weight:bold;
}
.comment_img .comment_link{
	font-size:9px;
	color: #244386; 
	margin-top:12px;
	position:absolute;
	bottom:0;
	left:0;
	margin:0 auto;
	padding:0;
	font-weight:bold;
}
.post_body{
	text-indent: 1.5em;
}
.comment_count a , .comment_count a:hover , .comment_count a:visited{
	color:#ffffff;
	text-decoration:none;
	border:0;
}
.comment_link a{
	color:#244386;
	text-decoration:none;
}
.comment_link a:hover{
	text-decoration:underline;
	border:0;
}
.post_footer{
	background: url(/images/h_divider_bg.png) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:20px;
}
div.post_tags{
	float:left;
}
.post_tags ul{
	padding:6px;
	margin:0;
	text-align:left;
}
.post_tags ul li{
	display:inline;
}
.post_tags a{
	color: #ffffff;
	display:inline;
	text-decoration:none;
	border: 1px #244386 solid;
	background: #244386;
	padding:2px 8px 2px 8px;
	margin-right:6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}
.post_tags ul li a:hover{
	border: 1px #244386 solid;
}

div.sociable{
	float:right;
}
.sociable ul{
	padding:6px;
	margin:0;
	text-align:left;
}
.sociable ul li{
	display:inline;
}
.sociable ul li a{
	display:inline;	
}
.sociable img{
	background:none;
	border:none;
	position:relative;
	vertical-align:top;
	padding:0;
	margin:0 3px 0 3px;
}
input
{
	color: #244386;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	display:inline;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
textarea
{
	color: #244386;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	display:inline;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.sidebar form{	
	display:inline;
}

input.submit {
	color: #ffffff;
	background: #244386;
	border: none;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#search{
	width:100px;

}

#footer_wrap{
	width:100%;
	min-height:200px;
	background: #1f1f1f url(/images/footer_bg.png) top repeat-x;
	clear:both;
	border-top:1px #ffffff solid;
	text-align:center;
	margin:0;
}
#footer{
	width:1020px;
	margin: 0 auto;
}
#footer_about,#footer_mid{
	width: 340px;
	margin: 2px 10px 2px 10px;
	float:left;
	text-align:left;
}
#footer_powered, #footer_meta{
	width: 135px;
	margin: 2px;
	float:right;
	text-align:left;
}
.footer h3{
	color:#090;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-transform:lowercase;
}
.footer_list  li ul{
	margin:0;		
}
.footer_list li{
	margin-bottom: 4px;	
}
.footer_list a ,.footer_list a:visited{
	padding-bottom:2px;
	color:#ccc;
	text-decoration:none;
}
.footer_list ul li a:hover{
	border-bottom: 1px solid #e66e00;
}
.footer .footer_green a ,.footer_green a:visited{
	padding-bottom:2px;
	color:#090;
	text-decoration:none;
}
.footer_about p{
	color:#ccc;
	line-height:20px;
	text-align:justify;
	float:right;
	width:235px;
	margin-top:0;
}
.footer_mid p{
	color:#ccc;
	line-height:20px;
	text-align:justify;
}

.footer_about img {
	background: #fff;
	padding:2px;
	border: 1px solid #CCC;
	float:left;
}
.footer_about a,.footer_about a:visited,.footer_mid a,.footer_mid a:visited{
	color:#e66e00;	
	text-decoration:none;
}
.footer_about a:hover,.footer_mid a:hover{
	text-decoration:none;
}
.footer_list ul li:before {
	color:#e66e00;
	content: "\00BB \0020";
}
.footer_list ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.sidebar div.ads{
	padding:0 0 10px 0 ;
	width:255px;
	background:url(/images/h_divider_bg.png) bottom repeat-x;
	margin:6px 0 0 0;
}
.sidebar .ads
{
	text-align: left;
}
.sidebar .ads img
{
	margin: 0;
}
.sidebar .ads a:hover
{
	border:none;
}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { 
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
	
}
/* End Comments */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
}

.wp-post-image{
	float:left;
	width:75px;
	height:75px;
	margin: 0 5px 5px 0;
}
.excerpt_view{
	min-height:90px;
}
.sociable a:hover{
	border:0;	
}
div.project{
height:170px;
}