/*  
Theme Name: Web Design Ledger
Theme URI: http://webdesignledger.com/
Description: Web Design Ledger
Version: 1.0.0
Author: Henry Jones
Author URI: http://henryjones.us/	

*/


body {
	font-size:13px;
	font-family: Arial, sans-serif;	
	text-align: center;	
	
	background: #312412 url('bkg.jpg') top center no-repeat;
	padding: 0 0 0 0;
	margin: 0;
	color: #383838;		
}

h1, h2, h3{
	
	padding: 0;
	margin: 0;
}

h5 a:link, h5 a:visited{
	font-size: 16px;
	
}

p{
	line-height:1.4em;
	
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0 0 0 0;
	padding: 0;
}

img{
	margin: 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #0d618a;
}

a:hover{
	color: #e36500;
}

a img{
	border: none;
}

.left{
	float: left;
}

.right{
	float: right;
}
	
.clear{
	clear: both;	
	overflow: hidden;
	height: 1px;
	margin: 0;
	padding: 0;
}
	
#container .inside{	
	margin: 0px auto;	
}

#container {	
	text-align: center;
	width: 100%;		
	padding: 0;
	
}

#wrapper{
	background: transparent url('wrapper.jpg') repeat-y;
	border-top: 3px solid #e15f00;	
}






/*Inside--------------------------------*/
#wrapper {
	margin: 0px auto;
	text-align: left;
	background-color: #fff;	
	width: 1001px;
	padding: 10px 0 0 0;
}

/*Header------------------------------*/
#header{
	padding: 0 20px 10px 23px;
	height: 80px;
	background: transparent url('dots_horiz.gif') left bottom repeat-x;
	margin: 0 0 10px 0px;
}

#logo{
	background: transparent url('logo.jpg') no-repeat;
	width: 317px;
	height: 80px;
	float: left;
}

#subscribe{
	float: right;
	text-align: right;
}

#subscribe h3{
	color: #e36500;
}

#subscribe ul li{
	margin-top: 3px;
}

.rssLink{
	background: transparent url('rss.jpg') 0px 0px no-repeat;
	padding: 0 0 0 20px;
}

.emailLink{
	background: transparent url('email.jpg') 0px 0px no-repeat;
	padding: 0 0 0 20px;
}

/*Top nav----------------------------------------------------*/
#nav{
	padding: 0 0 0px 0;
	width: 633px;
	margin: 0 2px 0 0px;
	float: right;
	
}

#nav ul{
	list-style: none;	
}

#nav ul li{
	float: right;
	margin: 0 0 0 3px;	
	
}

#nav ul li.first{
	border: none;
}

#nav ul li.last{
	margin: 0 0px 0 0;
}

#nav ul li a:link, #nav ul li a:visited{
	color: #fff;	
	font-size: 28px;
	background: #455761;
	line-height: 80px;
	display: block;
	padding: 0 27px 0 27px;
}

#nav ul li a:hover{
	color: #fff;
	background-color: #e15f00;
}


/*Content------------------------------*/

#content{
	float: left;
	padding: 0px 0 0 0;
	display: inline;
	width: 510px;
	margin: 0 0 0 0;	
}

#mainPost{	
	clear: both;
	
}

#mainPost .postMeta{
	font-size: 12px;
	background-color: #312412;
	color: #fff;	
	margin: 5px 0 0 24px;
	width: 485px;
}

#mainPost .postMeta .clear{
	margin: 0;	
}

#mainPost .postMeta .commentCount{
	background-color: #df5800;
	float: left;
	display: block;
	padding: 10px 15px 7px 28px;
	background: #df5800 url('comment_icon__white_s.gif') 12px 11px no-repeat;
}

#mainPost .postMeta .date{
	float: left;
	display: block;
	padding: 10px 15px 7px 20px;
}

#mainPost .postImageM img{
	border: none;
	margin: 0 0 0 24px;
}

#mainPost .body{
	background-color: #f1e198;
	width: 485px;
	margin: 5px 0 10px 24px;	
	background: #eae1a4 url('main_post_bkg.jpg') 0px 0px no-repeat;
	padding: 20px 0 20px 0;
}

#mainPost .page{	
	margin-top: 0px;	
}

#mainPost img{
	border: 3px solid #d8ca88;
}

#mainPost a:link img{
	border: 3px solid #d8ca88;
}

#mainPost .readMore:link, #mainPost .readMore:visited{
	padding: 5px 8px 5px 8px;	
	color: #fff;
	background-color: #df5800;
	font-weight: bold;
	margin: 20px 0 0 0;	
}

#mainPost .readMore:hover{
	text-decoration: none;
	background-color: #404f57;
}

#mainPost h2 {
	color: #383838;	
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	padding: 0 20px 0 25px;
	line-height: 43px;
}

#mainPost h3 {
	color: #383838;	
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	padding: 0 20px 0 25px;	
	margin-top: 25px;	
}

#mainPost h4 {
	color: #383838;	
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	padding: 0 0px 5px 0px;	
	margin: 25px 25px 0 25px;
	border-bottom: 1px solid #c5b677;	
}

#mainPost p{
	line-height: 1.6em;
	margin: 10px 25px 0 25px;
	
}

#mainPost h2 a:link, #mainPost h2 a:visited{
	color: #383838;
}

#mainPost h2 a:hover{
	color: #df5800;
}

#mainPost .postMeta .category{
	float: right;	
	padding: 10px 15px 7px 20px;
}

#mainPost .postMeta a:link, #mainPost .postMeta a:visited{
	color: #df5800;
}

#mainPost .right{
	float: right;
	width: 215px;
}

#mainPost .clear{
	margin: 0;
}

#mainPost .authorName{
	margin: 0 0 0 25px;
	padding-bottom: 10px;
	font-size: 12px;
	display: block;
}

#mainPost .authorName a:link, #mainPost .authorName a:visited{
	color: #df5800;
}

#mainPost .rssLink{	
	background: #eae1a4 url('rss_icon_content.gif') 0px 0px no-repeat;
	padding: 0px 0 3px 23px;
}

#mainPost ul{
	margin: 10px 25px 0 30px;
	padding-bottom: 10px;
}

#mainPost ul li{
	margin-top: 10px;
	background: transparent url('list_bullet.gif') 0px 3px no-repeat;
	padding: 0 0 0 12px;
}

.more-link{
	display: none;
}

img.bodyLeft{
	float: left;
	margin: 0 15px 0 0;
}

/*Secondary Posts---------------------------*/
#secondaryPosts{
	display: block;
	height: 410px;
	padding: 5px 0 0 0;
	width: 505px;
	margin: 0 0 0 14px;
	background: transparent url('dots_horiz.gif') repeat-x;
}

.secondaryPost{
	float: left;
	margin: 10px 0 0 10px;
	width: 155px;
}

.secondaryPost img{
	vertical-align: bottom;
}

#secondaryPosts .secondaryPost3{
	margin-right: 0;
}

#secondaryPosts .secondaryPost h2 {
	color: #383838;	
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	padding: 10px 0 0 5px;
}

#secondaryPosts .secondaryPost img{	
	border: 3px solid #d7cea0;
}

#secondaryPosts .secondaryPost h2 a:link, .secondaryPost h2 a:visited{
	color: #0d618a;
}

#secondaryPosts .secondaryPost h2 a:hover{	
	color: #e15f00;	
}

#secondaryPosts p{	
	padding-top: 10px;
	font-size: 12px;
	margin: 0px 10px 0 5px;
	color: #383838;
}

#secondaryPosts .postMeta{
	font-size: 11px;	
	padding: 10px 5px 20px 5px;
	border-bottom: 1px solid #dac980;
	font-weight: bold;
	margin-top: 1px;
	
}

#secondaryPosts .postMeta .commentCount{
	float: right;
	background: transparent url('comment_icon_s.gif') 0 2px no-repeat;
	padding: 0 0 0 15px;
	display: block;	
}

#secondaryPosts .postMeta .category{
	float: left;
	display: block;	
	
}

#secondaryPosts .postMeta a:link, #secondaryPosts .postMeta a:visited{
	color: #df5800;
}

#secondaryPosts .postMeta a:link{
	color: #e15f00;
}


/*Single-------------------------------------*/
#singlePost{
	width: 631px;
}

#singlePost h2{
	font-weight: normal;
	font-size: 28px;
	color: #4b96bc;
}

#singlePost .mainImg{
	margin-top: 7px;
}

#singlePost .postMeta{
	font-size: 12px;
	border-bottom: 1px solid #34414b;
	margin: 0px 0px 0 00px;
	padding: 20px 5px 7px 5px;
}

#singlePost .postMeta .date{
	float: left;
}

#singlePost .postMeta .category{
	float: right;
}

#singlePost .postMeta a:link{
	color: #aaad20;
}

#singlePost h2{
	margin: 15px 0 0 0;
}

/*Social Box-----------------------------------*/

#socialBox{	
	border-top: 1px solid #c5b677;
	padding: 15px 0 15px 0;
	margin: 20px 20px 0 25px;
}

#socialBox a:link, #socialBox a:visited{	
	
}

#socialBox .author{
	margin: 0 0 0 15px;
	display: block;
}

#socialBox .socialLinks{
	margin: 15px 0 0 0;
	display: block;
	width: 48%;
	float: left;	
}

#socialBox .socialLinks a{
	font-weight: bold;
}

#socialBox .directions{
	font-style: italic;
	font-weight: bold;
}

#socialBox .directions p{
	padding: 0;	
	margin: 0;
}

#socialBox .rss{
	float: right;
	margin: 15px 0 0 15px;
	display: block;
	width: 37%;
	font-weight: bold;
}









/*Sidebar----------------------------------*/
#sidebar{
	float: right;
	width: 458px;
	display: inline;
	padding: 0px 0 0 0;
	margin: 0 19px 0 0;
	
}

#sidebar .leftColumn{
	float: left;
	margin
}

#sidebar .rightColumn{
	width:250px;
	float: right;	
	margin-right: 4px;
}


#ads a{
	/*float: left;*/
	margin: 0 0 0 5px;
}

/*Search-----------------------*/

#search{
	
	padding: 10px 0 15px 0;
	width: 255px;
	height: 28px;
	border-bottom: 1px solid #dac980;
	margin: 10px 0 0 5px;
}

#search form{
	margin: 0 0 0 12px;
}

#searchsubmit{
	background: transparent url('btn_orange_sidebar.jpg') no-repeat;
	color: #fff;
	width: 57px;
	height: 24px;
	border: none;
	margin: -3px 0 0 10px;
	cursor: pointer;
	font-size: 10px;
}

#searchResults{
	width: 500px;
}

#searchResults .searchResult .postMeta{
	font-size: 12px;
	margin: 0px 0px 0 00px;
	padding: 20px 5px 7px 5px;
}

#searchResults .searchResult .postMeta .date{
	
}

#searchResults .searchResult .postMeta .category{
	
}

#searchResults .searchResult .postMeta a:link{
	color: #aaad20;
}

#searchResults .searchResult h2{
	margin: 0px 0 0 0;
	font-weight: normal;
	font-size: 28px;
	color: #4b96bc;
	
}


/*Subscribe-----------------------------------*/

#subscribeBox{	
	padding: 15px 0 10px 0;
	width: 255px;	
	border-bottom: 1px solid #dac980;
	margin: 5px 0 0 5px;
}

#subscribeBox h2{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	margin: 0 0 0 15px;
}

#subscribeBox p{
	margin: 0 15px 0 15px;
}

#subscribeBox ul{
	padding-top: 20px;
}

#subscribeBox ul li{
	padding-bottom: 15px;
	margin: 0 0 0 15px;

}

#subscribeBox ul a{
	padding: 5px 8px 5px 8px;	
	color: #fff;
	background-color: #df5800;
	font-weight: bold;
}

#subscribeBox ul a:hover{	
	text-decoration: none;
	background-color: #404f57;
}

/*Recent Posts------------------*/
#recentPosts{	
	padding: 15px 0 10px 0;
	width: 255px;	
	margin: 5px 0 0 5px;
}

#recentPosts h2{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	margin: 0 0 0 15px;
}

#recentPosts ul{
	padding-top: 0px;
}

#recentPosts ul li{
	padding: 8px 0 3px 0;
	margin: 0 10px 0 10px;
	background: transparent url('dots_horiz.gif') left bottom repeat-x;
	height:50px;
}

#recentPosts ul li img{
	float: left;
	margin: 0 8px 8px 0;
	border: 3px solid #d7cea0;
}





/*Recent Comments--------------*/
#recentComments{
	width: 187px;
	color: #fff;
}

#recentComments ul{
	margin: 0;
}

#recentComments .recentCommentFirst{	
	background: #404f57 url('recent_comment_first.gif') no-repeat;
}

#recentComments ul li{
	padding: 40px 20px 20px 20px;
	font-size: 18px;
	font-weight:bold;
	background: #404f57 url('recent_comment.gif') no-repeat;	
}

#recentComments ul li p{
	overflow: hidden;
	margin: 0;
	line-height: 25px;
}

#recentComments ul li a:link, #recentComments ul li a:visited{
	color: #ced1d4;
}

#recentComments ul li a:hover{
	text-decoration: underline;
}

#recentComments ul li strong{
	display: block;
	color: #fff;
}

#recentComments .recentCommentsTop{	
	background: #e15f00 ;
	height: 65px;
}

#recentComments .recentCommentsBtm{	
	background: transparent url('recent_comments_btm.gif') no-repeat;
	height: 65px;
	margin: 0;
}

#recentComments .recentCommentsTop h3{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;	
	margin: 0;
	padding: 25px 0px 15px 0px;
	text-align: center;
	font-size: 15px;
}





/*Comments-----------------*/

#comments{	
	width: 450px;
	margin: 15px 0 0 35px;		
}

#comments h3{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	margin: 0 0 0 0px;
}

.commentlist{
	padding: 15px 0 15px 0;
}

.commentlist li{
	margin-bottom: 10px;
	border-bottom: 1px solid #dac980;
}

#comments .commentAuthor{
	float: left;
	width: 170px;
	background: #fff url(comment_pointer.gif) right top no-repeat;
	height: 50px;
}

#comments .commentBody{
	float: left;
	width: 334px;
	background-color: #e1e1e1;
	padding: 10px 0 10px 0;
}

#comments .commentBody p{
	padding: 0 15px 0 15px;
}

#submit{
	background: transparent url('btn_orange_sidebar.jpg') no-repeat;
	color: #fff;
	width: 57px;
	height: 24px;
	border: none;
	margin: 0 0 0 0;
	cursor: pointer;
	font-size: 10px;
}


/*Pagination---------------------*/

#paginationBar{
	height: 35px;
	padding: 20px 0 15px 28px;
}

.olderIssueLink{
	float: left;
	margin-right: 15px;
}

.olderIssueLink a:link, .olderIssueLink a:visited{
	text-align: center;
	background-color: #df5800;
	color: #fff;
	line-height: 30px;
	display: block;
	padding: 0 10px 0 10px;
}

.olderIssueLink a:hover{
	background-color: #404f57;
}

.newerIssueLink{
	float: left;
}

.newerIssueLink a:link, .newerIssueLink a:visited{
	text-align: center;
	background-color: #4c96bd;
	color: #fff;	
	line-height: 30px;
	display: block;
	padding: 0 10px 0 10px;
}

.newerIssueLink a:hover{
	background-color: #e36500;
}

/*Page------------*/
#pageContent{
	width: 620px;
}

#pageContent h2{
	font-weight: normal;
	font-size: 35px;
}

/*CatList------------------------*/
#catList{
	background-color: #303030;
	list-style: none;
	padding: 0px 10px 0px 25px;
	height: 32px;
}

#footer #catList a:link, #catList a:visited{
	
}

#catList ul{
	list-style: none;	
}



#catList li{
	float: left;
	margin: 3px 15px 0 0;
}


/*Footer-------------------------*/

#footer{
	
	font-size: 11px;
	margin: 0 0 0 0;	
	background: transparent url('dots_horiz.gif') 0 0 repeat-x;
}

#footer a:link, #footer a:visited{	
	line-height: 30px;
}

#footer a:hover{
	
}

#footer .links{
	float: right;
	margin: 0 40px 0 0;
	padding: 20px 0 10px 0;
}

#footer .copyright{
	float: left;
	margin: 0 0 0 40px;
	padding: 20px 0 10px 0;
}





