/* 
	Theme Name: Dahlia Wakefield WordPress Theme
	Theme URL: http://www.db5media.com/themes/dahlia
	Description: Dahlia Wakefield custom theme created for WordPress.
	Author: DB5 Media
	Author URI: http://www.db5media.com
	Version: 1.0
	Tags: two columns
*/



body {
	color: #21201d;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #030303 url(images/background.jpg) no-repeat center top;
}

#site {
	position: relative;
	margin: 42px auto 0px;
	padding: 0px;
	text-align: left;
	width: 816px;
	background: url(images/repeat_content_area.png) repeat-y;
}

#wrapper {
	position: relative;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: url(images/background_header.jpg) no-repeat;
}

/************************************************

*	Hyperlinks									*

************************************************/

a, a:visited {
	color: #315024;
	text-decoration: underline;
}

a:hover {
	color: #315024;
	text-decoration: none;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

/************************************************

*	Header  									*

************************************************/

#header {
	position: relative;
	width: auto;
	height: 252px;
	color: #3c3c3c;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
}

#header_home {
	top: 90px;
	left: 90px;
	position: absolute;
	width: 330px;
	height: 115px;
	cursor: pointer;
}

#header h1 {
	text-indent: -9999em;
}

/************************************************

*	Navigation 					     		    * 

************************************************/

#navigation {
	position: relative;
	width: auto;
	height: 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #493b17;
	font-size: 20px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px 20px;
}

#navigation ul {
	margin: 0px;
	padding: 12px 0px 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-left: 30px;
}

#navigation li a {
	font-weight: normal;
	font-size: 20px;
	color: #493b17;
	text-decoration: none;
}

#navigation li a:hover {
	color: #493b17;
	text-decoration: underline;
}

#facebook {
	top: 10px;
	right: 35px;
	position: absolute;
	width: 130px;
	height: 30px;
	text-decoration: underline;
	cursor: pointer;
}

/************************************************

*	Content 					     		    * 

************************************************/

#content {
	width: 435px;
	margin: 0px 0px 0px 20px;
	padding: 30px 30px 30px 30px;
	line-height: 17px;
	display: inline-block;
}

#content h1 {
	color: #493b17;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content h1 a  {
	color: #493b17;
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: none;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #493b17;
	font-size: 22px;
	font-weight: normal;
	margin: 5px 0px 0px;
	padding: 0px;
	line-height: normal;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #493b17;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #493b17;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.content_text {
	padding: 0px 5px 0px;
	margin: 15px 0px 0px;
	border-top: 1px solid #493b17;
}

.content_text p {
	padding: 10px 0px;
	margin: 0px;
}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #373737;
}

#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.previous_next a, .previous_next a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.previous_next a:hover {
	text-decoration: underline;
}

#date {
	position: relative;
	width: 150px;
	height: auto;
	font-size: 10px;
	color: #493b17;
	padding: 5px 0px 0px;
	float: right;
	text-align: right;
}

/************************************************

*	Sidebar 				    	     	    * 

************************************************/

#sidebar {
	float: right;
	width: 240px;
	margin: 0px 45px 0px 0px;
	padding: 25px 0px 0px 0px;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #acd373;
	font-size: 18px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #c4df9b;
}

#sidebar ul li a {
	color: #e1edd0;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	display: block;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

/************************************************

*	Footer  									*

************************************************/

#footer {
	position: relative;
	margin: 0px auto 20px;
	padding: 0px;
	text-align: left;
	width: 816px;
	height: 105px;
	background: url(images/footer.png) no-repeat;
	font-size: 11px;
	font-weight: normal;
}

#footer_link {
	bottom: 21px;
	right: 110px;
	position: absolute;
	width: 110px;
	height: 15px;
	cursor: pointer;
}

/************************************************

*	Comments Form  									*

************************************************/

.more-link {
	margin: 0px; 
	padding: 2px 5px 2px 5px;
	background: #779AA1; 
	color: #FFFFFF; 
	border: 1px solid #666666;
}

#submit {
	background: #315024;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666;
}

#author, #email, #url {
	background: #FFFFFF !important;
	color: #404041;
	font-size: 12px;
	margin: 0px;
	padding: 4px;
	border: 1px solid #666666;
}

#comment {
	background: #FFFFFF !important;
	color: #404041;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	padding: 4px;
	border: 1px solid #666666;
}


/************************************************

*	Comments									*

************************************************/

.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist .comment_date {
	width: 250px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #315024;
}

.commentlist .comment_date a {
	font-size: 11px;
	color: #315024;
}

.commentlist .comment_date a:hover {
}

.commentlist .comment_author {
	width: 300px;
	text-transform: lowercase;
	font-size: 11px;
	color: #315024;
	font-weight: normal;
}

.commentlist .comment_author a {
	font-size: 11px;
	color: #315024;
	font-weight: normal;
}

.commentlist .comment_author a:hover {
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

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

#commentform {
	margin: 5px 10px 0px 0px;
}

#commentform textarea {
	width: 400px;
	padding: 2px;
}

#respond {
	padding: 10px 10px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

#commentform p {
	margin: 5px 0px 5px 0px;
}

#commentform #submit {
	margin: 0px;
	float: left;
}

#submit  {
	background: #315024;
	color: #FFFFFF;
	border: 1px solid #666666;
}

.alt {
	margin: 0px;
	padding: 10px;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.commentlist ol {
	margin: 0px;
	padding: 10px;
}

.commentlist li {
	margin: 0px;
	padding: 10px 5px 10px 10px;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}

.clear { 
	clear: both;
}


.children { 



	margin: 0px;



	padding: 0px;



	}







.nocomments {



	text-align: center;



	margin: 0px;



	padding: 0px;



	}







.commentmetadata {



	font-size: 10px;



	margin: 0px;



	display: block;



	}







.navigation {



	display: block;



	text-align: center;



	margin-top: 10px;



	margin-bottom: 60px;



	}



	



.alignright {



	float: right;



	}







.alignleft {



	float: left;



	}



	



.thread-alt {



	background: #151515;



	margin: 0px;



	padding: 0px;



	}



	



.thread-even {



	background: #333333;



	margin: 0px;



	padding: 0px;



	}



	



.depth-1 {



	border: 1px dotted #999999;



	margin: 0px;



	padding: 0px;



	}







.even, .alt {



	border-top: 1px dotted #999999;



	border-bottom: 1px dotted #999999;



	border-left: 1px dotted #999999;



	margin: 0px;



	padding: 0px;



	}