/*  
Theme Name: DTurner 4.0
Theme Author: Yan of EmgtGroup.com
Description: revised for DouglasTurner.com
Version: 5.0
*/


/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #1f7df1 url(images/body_bg.png) repeat-y top center;
	color: #545454;
	padding: 0px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #0a67c5;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background: transparent url(images/pen1.png) left center no-repeat;
	padding: 3px 6px 3px 25px;
	color: #ac7208;
	}

small a, small a:link, small a:active, small a:visited, small a:hover {
	color: #ac7208; 
	}


img, a:link img, a:visited img {
	border:0
	}
	
img.right {
	float: right;
	padding: 2px;
	border: 1px #5685e9 solid; 
}

img.left {
	float: left;
	padding: 2px;
	border: 2px #aca689 solid; 
	margin-right: 30px;
}

img.normal {
	padding: 2px;
	border: 2px #aca689 solid; 
	margin-right: 30px;
}

a img.normal, a:visited img.normal, a:active img.normal   {
	padding: 2px;
	border: 2px #aca689 solid; 
	margin-right: 30px;
}

a:hover img.normal {
	padding: 2px;
	border: 2px #6e98e1 solid; 
	margin-right: 30px;
	background: #315cac; 
}

a img.left1, a:visited img.left1, a:active img.left1 {
	padding: 2px;
	border: 2px #aca689 solid; 
	margin-right: 30px;
	float: left;
}

a:hover img.left1 {
	padding: 2px;
	border: 2px #6e98e1 solid; 
	margin-right: 30px;
	background: #315cac; 
	float: left;
}

a.special, a.special:visited, a.special:active {
	color: #9a5a0c;
}

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.7em;
	background:#FFF;
	padding: 0px 25px 35px 25px;
	}

#branding {
	width:881px;
	height: 178px;
	background: #fff url(images/header.png) no-repeat left 10px;
	padding-bottom:15px;}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right;
	}


#leftcol {
	width:287px;
	border-right: 1px #c8dbf4 dotted;
	padding-right:15px;
	}

#leftcol h3{
	color: #165390;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: 1em; 
	font-weight: 100; 
	line-height: .8em; 
	font-size: 10px; 
	text-transform: capitalize;
	margin-bottom: 12px;
	border-bottom: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#leftcol h3 a, #leftcol h3 a:visited, #leftcol h3 a:active {
	text-transform: capitalize;	text-decoration: none;
}

#leftcol h3 a:hover {
	text-transform: capitalize;	text-decoration: none;
}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

#rightcol h3 a,
#rightcol h3 a:visited,
#rightcol h3 a:active {
	color: #165390;
	}

#rightcol a.title,
#rightcol a.title:visited,
#rightcol a.title:active {
	color: #ee9c02;
	font-family: "Palatino Linotype";
	background-color: #fff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 16px;	font-style: italic;
}

#rightcol a.title:hover {
	color: #69a8ec;
}
	
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#e2edfc;
	display:block;
	padding:4px 4px 4px 8px;
	border-left: 4px #a3cafe solid;
	color: #000;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#3894fc;
	text-decoration:none;
	color: #fff;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	visibility: hidden;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #699fe9;
	border-bottom:2px solid #699fe9;
	padding:6px 0 6px 2px;
	margin:18px 0 10px 0;
	font-size:1em;
	background: #4480d2;
	color: #fff;
	text-align: center;
	}

h3#respond {
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	

/*Header Extras*/

#branding div.attributes {
    font-size: 10px;
    padding-right: 18px;
    float: right;
    margin-top: 35px;
}

#branding div.attributes a.rss {
	background: transparent url(images/rss.gif) no-repeat left center;
	padding-left: 20px;
	color: #fff;
}

/*Sidebar Extra Styling*/

#sidebar .topside {
	background: #1f7df1 url(images/topsidebg.png) repeat-x top left;
	border-left: 1px solid #699fe9;
	border-right: 1px solid #699fe9;
	border-bottom: 1px solid #699fe9;
	color: #e5f0fb;
	font-family: Georgia;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.1em;
	font-size: 1.1em;}

#sidebar .topside a, #sidebar .topside a:active {
	color: #8cb9f4;
	font-family: "Trebuchet Ms";
	font-size:11px; 
	letter-spacing: 0;
	word-spacing: 0;
	font-weight: bold;
}

#sidebar .topside a:hover {
	color: #f7f029;
	text-decoration: none;
	}


#sidebar .topside h2.welcomeblurb {
	border-top: 5px #699fe9 solid;
	border-bottom:1px solid #699fe9;
	padding-left: 5px;
	font-size:1em;
	background:#093a7a;
	color: #fff;
	}

#sidebar .topside img.dougpic {
	border: 1px #a9bef3 solid ;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding: 1px;
	background: #648bed;
}

#sidebar .topside p {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	}


	
/* Content */

#content {
	width:605px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	visibility: hidden;
	}

.feature {
	background: #f3e9c8;
	padding:15px;
	border-bottom:none;
	border-top:none;}

.feature:hover {
	background:#f3e9c8;
	}
	
.feature p, #rightcol p {
	margin:0;
	}


.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	border: 1px #78b5ff solid; 
	}

#lead {
	margin-top:18px;
	font:12px Arial, Verdana, Sans-Serif;
	background: #fff url(images/lead_foot1.png) no-repeat left top;
	padding-top: 20px;
	}

#lead a.title1, #lead a.title1:visited, #lead a.title1:active {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 20px;
	font-weight: bold;	font-style: italic;
}

#lead p {	
	margin: 13px 0em 10px 0em;
	font-family: Georgia;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 13px;
	}

#lead span {
	font-family: "Palatino Linotype";
	font-size: 20px;
	color: #c4d8f7; 
}

#lead a.readmore1 {
	color: #0d3772; 
	font-family: "Trebuchet Ms";
	font-size:11px; 
	letter-spacing: 0;
	word-spacing: 0;
	font-weight: bold;
}

#lead .leadfoot {
	color: #527bcf;
	margin: 0;
	padding:0;
	background: #fff url(images/lead_foot.png) no-repeat left bottom;
	height: 46px;
	text-align: right;
	padding-right: 10px;
	font-size: 10px;
	}




.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom: 1px solid #f1e3b6;
	border-top: 3px #f1e3b6 solid;
	border-left: 1px solid #f1e3b6;
	border-right: 1px solid #f1e3b6;
	text-align:center;
	}

#leftcol .feature a.title, #leftcol .feature a.title:active, #leftcol .feature a.title:visited {
	color: #9a5a0c;
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 16px;	font-style: italic;
}

#leftcol .feature a.title:hover {
	text-decoration: none;
	color: #9d9fa1;
}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	border: 1px solid #fff;
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #c8dbf4;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#f3e9c8;
	margin:25px 0 15px 0;
	padding:12px;
	border: 1px solid #f1e3b6;
	}

#writer img {
	padding:1px;
	border: 1px #b79f59 solid;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #e0cc90;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

#writer a {
	color: #b79f59;
	}
	
.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/* Leftcol Popularity Contest in Home Page */

#leftcol .popular ul.pop li {
	list-style:none;
	border-bottom: 1px #bdbebf solid;
	margin-bottom: 2px;
	}

#leftcol .popular ul.pop li a:link, 
#leftcol .popular ul.pop li a:active,
#leftcol .popular ul.pop li a:visited {
	background:#fff;
	display:block;
	padding: 2px 4px 2px 8px;	
	color: #4d4a44;
	border-left: 4px #bdbebf solid;
	}
		
#leftcol .popular ul.pop li a:hover {
	background: #cdcfd0;
	text-decoration:none;
	color: #fff;}

#leftcol .popular h3 {
	background: #ccc;
	color:#fff;
	letter-spacing:0;
	font-weight:bold;
	text-transform:uppercase;
}

#leftcol .popular p {
	font: 12px "Georgia";
	line-height: 160%;
	color:#ee9c02;
}

/* Email Subscription - Feedburner Subscribe */

#rightcol .subscribe {
	border-bottom:1px dotted #c8dbf4;
	padding:12px 0;
	}

#rightcol .subscribe a.title,
#rightcol .subscribe a.title:visited,
#rightcol .subscribe a.title:active {
	color: #ee9c02;
	font-family: "Palatino Linotype";
	background-color: #fff;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	font-size: 16px;	font-style: italic;
}

#rightcol .subscribe a.title:hover {
	color: #69a8ec;
}

/*Post Formatting - Entry slash Content*/

#content h2.entrytitle {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	font-size: 25px;
	font-weight: bold;	font-style: italic;
	padding-bottom:4px;
	padding-top:6px;
	border-bottom:1px solid #1e4a80;
	border-top:2px solid #1e4a80;
	margin: 20px 0;
	color: #447ec6;
}

#content .entry  {	
	font-family: "Trebuchet Ms";
	color: #545454;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 13px;
	}

#content .entry1  {	
	font-family: "Trebuchet Ms";
	color: #545454;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 12px;
	}

#content h3.main {
	font-family: "Palatino Linotype";
	font-size: 17px;
	font-weight: bold;	font-style: italic;	color: #0e3a85;
	text-transform: none;	letter-spacing: normal;
	padding: 0;
	margin-bottom: -20px;	
}

#content h2.desig {
	font-family: "Palatino Linotype";
	font-size: 15px;
	font-weight: bold;
	text-transform: none;	letter-spacing: normal;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 6px;
}

#content h2.prof {
	color: #114272;
	font-family: "Palatino Linotype";
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;	letter-spacing: normal;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	padding-top: 5px;
}

#content h3.subs {
	color: #114272;
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: none;	letter-spacing: normal;
	border: 0;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
	padding-top: 5px;
}

#content ul.profi {
	line-height: 16px;
	padding-bottom: 7px;
}

#content ul.profi li {
	line-height: 15px;
}

#content ul li {
	line-height: 150%;
	letter-spacing: normal;
	word-spacing: normal;
}


#content ul.st-related-posts {
	font-family: Verdana;
	font-size: 11px;
	line-height: 11px;
}

#content ul.st-related-posts li {
	line-height: 11px;
}

#content h4.relpost {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	border-top: #CCCCCC 1px dotted;
	border-bottom: #CCCCCC 1px dotted;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	background: transparent url(images/folder.png) left center no-repeat;
	padding-left: 25px;
}

#content span.emphasis {
	margin-left: 25px;
	margin-right: 25px;
	color: #000;
	border-top: 1px #94c2f2 dotted; 
	border-bottom: 1px #94c2f2 dotted; 
	padding: 2px;
	display: block;
	padding-left: 30px;
	background: transparent url(images/check.jpg) no-repeat top left;
}

/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ul li ul {
	margin-bottom:10px;
}

.post ul li ul li {
	list-style:circle;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

/* Tag Area - Tags */
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	display: block;
	background: transparent url(images/tag.png) left 4px no-repeat;
	padding-left: 20px;
}	

#tags a, #tags a:visited, #tags a:active {
	color: #c98607;
}		

#tags a:hover {
	color: #0e5dbf;
	text-decoration: none;
}

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:0; 
	}

.button {
	padding: 1px;
	background: #0f74f0;
	color:#e7e7e7;
	border:none;}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

/*
.cmt-form {
	background:#f3e9c8;
	margin:15px 0 5px 0;
	padding:5px;
	border: 1px solid #f1e3b6;
	}
.cmt-form p.cmt-info {
	background: transparent url(images/linkback.png) left center no-repeat;
	padding-left: 25px;
}
*/

.cmt-form {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #5e9fef;
	text-align: center;
	}

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	border-top: 2px #e2ca44 solid;
	background: #faf3de;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background: transparent;
	padding: 0;
	margin: 0;
	border-bottom: 1px #f2d00b dotted;
	}

.commentlist cite {
	font-weight:bold;
	letter-spacing:-0.05em;	font-family: "Palatino Linotype";
	font-size: 16px;
	}	

.commentlist cite a, .commentlist cite a:active, .commentlist cite a:visited {
	color: #975207;
}	

p.respond {
	font-size: 12px;
}

/* Trackbacks and Pingbacks */

.trackbacklist {
	padding-left:30px;
	}

.trackbacklist ol {
	list-style: none; 
	display: none;
}

	
.trackbacklist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	border-bottom: 1px #e2ca44 dotted;
	}

.commentmetadata {
	display: block;
	}

.trackbacklist small {
	background: transparent;
	padding: 0;
	margin: 0;
	}

.trackbacklist cite {
	font-weight:bold;
	letter-spacing:-0.05em;	font-family: Verdana;
	font-size: 11px;	color: #c18f12;
	font-style: normal;
	}	

.trackbacklist cite a, .commentlist cite a:active, .commentlist cite a:visited {
	color: #c18f12;
}	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 880px;
	font-size:0.7em;
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	background: #5f98f7;
	text-align: center;
	}

#footer a, #footer a:visited, #footer a:active {
	color:#fff;
	}



/*********************Search*******************

#searcharea {
	width: 369px;
	height: 63px;
	background: url(images/search.png) no-repeat top left;
	float: right;
	margin-top: -55px;
}

#searcharea form {
	padding-top: 25px;
	padding-left: 37px;
}

#searcharea input#s {
	width: 240px;
}

*/

#searcharea {
	float: right;
	padding-right: 18px;
}

#searcharea input#s {
	width: 198px;
}

/* Styling for the Links Template */

#contentlinks {
	float: left;
	width:605px;
}


#contentlinks h2.mainlinks {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	font-size: 25px;
	font-weight: bold;	font-style: italic;
	padding-bottom:4px;
	padding-top:6px;
	border-bottom:1px solid #1e4a80;
	border-top:2px solid #1e4a80;
	margin: 20px 0;
	color: #447ec6;
	}

#contentlinks ul {
	padding-left: 20px;	display: block;
	list-style: none;	
}

#contentlinks h2 {
	font-family: "Palatino Linotype";
	text-decoration: none;
	word-spacing: normal;
	font-size: 18px;
	font-weight: bold;	font-style: italic;
	padding-bottom:4px;
	padding-top:6px;
	border: 0;
	margin: 6px 0;
	color: #1e3958;
}

#contentlinks a,
#contentlinks a:visited,
#contentlinks a:active {
	font-family: "Trebuchet MS";
	font-size: 13px;
	background: transparent url(images/bullet.png) left center no-repeat;
	padding-left: 20px;
	color: #054385; 
}

#contentlinks a:hover {
	text-decoration: none;
	color: #9b6b0c; 
	font-weight: bold;
}

/* Page Navigation */

#content .navigation .alignleft {
	float: left;
	}

#content .navigation .alignright {
	float: right;
}


#content .navigation .alignleft a,
#content .navigation .alignleft a:visited,
#content .navigation .alignleft a:active {
	background: #1147a0;
	border: 1px solid #04265f;
	padding: 5px;
	color: #fff;
	}

#content .navigation .alignleft a:hover {
	background: #4682e7;
	border: 1px solid #0146ba;
	padding: 5px;
	color: #05193a;
	text-decoration: none;
	}


#content .navigation .alignright a,
#content .navigation .alignright a:visited,
#content .navigation .alignright a:active {
	background: #1147a0;
	border: 1px solid #04265f;
	padding: 5px;
	color: #fff;
	}

#content .navigation .alignright a:hover {
	background: #4682e7;
	border: 1px solid #0146ba;
	padding: 5px;
	color: #05193a;
	text-decoration: none;
	}



#content1 .navigation .alignleft {
	float: left;
	}

#content1 .navigation .alignright {
	float: right;
}


/* New div added - Left Intro */

#left-intro {
	font: 12px "Georgia";
	line-height: 170%;
	padding-bottom: 8px;
	background: #fff url(images/lead_foot1.png) no-repeat right top;
	padding-top: 30px;
	padding-right: 20px;
}

#left-intro a.title1, #left-intro a.title1:visited {
	font-weight: bold;
	font: 18px "Palatino Linotype";
	font-style:italic;
	display:block;
	width: 200px;
}

#left-intro img {
	padding: 2px;
	border: 1px solid #1f7df1;
	margin-top: 15px;
}

#rightcol {
	padding-top: 30px;
}
