/*
Theme Name: CleanBlog
Theme URI: http://www.themeforest.com
Description: CleanBlog is a simple &amp; sleek WordPress theme. Enjoy!
Version: 1.0
Author: Justin Scheetz
Author URI: http://www.scheetzdesigns.com/
Tags: blue, green, sleek, simple, clean, smooth, sharp
*/




/* All color changes are right here! ------------------------------- */
/* ----------------------------------------------------------------- */

body { background:#FFFFFF url('images/tile.gif') repeat }
#content { background: url('images/content_bg.gif') repeat-y }
a { color:#26406e; text-decoration:none; }
a:hover { color:#555 }

#header h1 span { color:#777 } 							/* tagline color */

h1{
	color:#547179
}

.search-area .textbox, #searchform .textbox { 			/* SEARCH TEXTBOX */
	color:#555; 										/* text color */
	border:1px solid #6C87B6;							/* border color */
	background:#FFF }									/* background color */
	
#nav ul li a {											/* NAVIGATION */
	color:#4e3631;										/* text color */
	/*border-right:1px solid #388f01
	 background:#FFFFFF url('images/navigation_bg.gif') top left no-repeat;*/
	 background-color:#FFF;
	}
	
#nav ul li a:hover {
	/*background:#7DB63D;									
	color:#ffffff*/ }										

#nav li:hover ul,
#nav li.over ul { background:#7DB63D }					/* dropdown rollover background color */
#nav ul ul li a:hover { background:#93CB55 }			/* dropdown link rollover color */

.widecolumn { 
/*background:#EFE7DC*/
}						/* Should be same as above */

.post .date { color:#7ea522 }								/* Date number color */
.post .date .top { color:#7ea522 }							/* Date month color */

/*.post h2 { border-bottom:1px solid #CFBFA8 }			 Post bottom border color */
.post h2 a { color:#7ea522 }							/* Post title link color */
.post h2 a:hover { color:#555 }							/* Post title link hover color */

.full h2 { color:#409308 }								/* Post page - title color */
	
.full .postmetadata {
	background:#F7F4ED;									/* Meta data background color */
	border-top:1px solid #DFD2C0 }						/* Meta data top border color */

h2.pagetitle {
	/*background:#F7F4ED;									 Page - title background color */
	border-bottom:2px dotted #c1baba;					/* Page - title border color */
	color:#463730 }										/* Page - title text color */

blockquote p { bcolor:#5B5143 }							/* Blockquote text color */
		
h3 { color:#7ea522 }									/* H3 title text color */
	
ul.commentlist li {
	background:#f6f2ed url('images/comment_bg.gif') no-repeat }	/* Comment background color */
			
ul.commentlist .rightside { border-left:1px solid #cbbba3 }		/* Comment line seperator color */
		
#sidebar h2 { color:#19376D }							/* Sidebar title color */
#sidebar p { color:#555 }								/* Sidebar text color */

#footer {
	/*border-top:5px solid #56A01C;						
	border-right:1px solid #56A01C;
	border-left:1px solid #56A01C;
	background:#2D5B02 */}								
	
#footer p { color:#FFF }								/* Footer text color */
#footer a { color: #C8E7A9 }							/* Footer link color */
#footer a:hover { color: #FFF }							/* Footer link hover color */

/* ----------------------------------------------------------------- */
/* END COLOR CHANGES ----------------------------------------------- */







/* Main Styles ----------------------------------------------------- */
/* ----------------------------------------------------------------- */

body {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'Trebuchet MS', Verdana, sans-serif;

	margin:0; padding:0 }
	
a:active, a:focus { outline:none }
.clear { clear:both; font-size:1px; display:block }

#content {
	width:1000px;
	margin:0 auto 0 auto;
	padding-left:5px;}
	
/*a { text-decoration:underline }	*/
a:hover { text-decoration:none }
	
/* Header ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */
	
#header {
	/*width:840px;*/
	width:990px;
	/*height:111px;*/
	height:186px;
	position:relative;
	background:url('images/house_dressing_header_bg.jpg') no-repeat }
	
	#header h1 {
		position:absolute;
		top:20px;
		left:20px;
		width:331px;
		height:49px;
		margin:0; padding:0;
		font-size:1px }
		
		#header h1 a {
			display:block;
			with:331px;
			height:49px;
			text-indent:-2000px;
			background:url('images/The-House-Dressing-Logo.gif') no-repeat }
			
		#header h1 span {
			font-size:16px;
			font-weight:normal;
			position:absolute;
			bottom:-22px;
			left:0 }
			
	#header .search-area {
		display:block;
		margin:0; padding:0;
		width:400px;
		text-align:right;
		position:absolute;
		right:20px;
		top:64px }
		
		.search-area p, #searchform p {
			margin:0; padding:0;
			display:inline }
		
		.search-area form, #searchform form {
			margin:0; padding:0 }
		
		.search-area .textbox, #searchform .textbox {
			padding:5px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif }
		
		.search-area .button, #searchform .button {
			border:none;
			padding:0; margin:0;
			background:url('images/button_search.gif') no-repeat;
			width:30px;
			height:26px }

/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
			
#nav {
	/*width:840px;
	width:990px;*/
	height:42px;
	margin-left:180px;
	padding:0 }

	#nav ul {
		list-style:none;
		margin:0; padding:0;
		height:42px }
		
	#nav ul li {
		position:relative;
		display:block;
		float:left;
		height:42px;
		margin:0;
		padding:0 }
		
		#nav ul li a {
			text-decoration:none;
			display:block;
			padding:13px 17px 13px 10px;
			font-size:14px;
			 }
			
		#nav ul li a:hover { text-decoration:none }
			
		#nav ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:42px;
			left:0 }
			
			#nav li > ul {
				top: auto;
				left: auto }
			
			#nav li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:42px; left:0 }
			
			#nav ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav ul ul li a {
					font-size:12px;
					height:auto;
					padding:8px 10px;
					border:none }
					
/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

#main-content {
	width:780px;
	margin:0; 
	padding:0 10px 0 20px;
	float:left;
	}
	
.narrowcolumn { width:575px !important; float:left; }

.post { clear:both; 
margin:0 0 20px 0; 
padding:0 0 10px 0; 
border-bottom:#bfd1d1 solid 1px;
/*background:url('images/post_footer.gif') bottom no-repeat;*/
}

.post .date {
	display:block;
	float:left;
	position:relative;
	/*width:46px;*/
	width:65px;
	/*height:28px;*/
	height:90px;
	padding:15px 0 0 0;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background:url('images/date_bg.gif') no-repeat;
	margin:4px 10px 0 0 }
	
	.post .date .top {
		font-size:11px;
		font-weight:bold;
		/*text-transform:uppercase;*/
		text-align:center;
		display:block;
		/*width:46px;*/
		width:65px;
		position:absolute;
		top:1px; left:0 }

.post h2 {
	width:500px;
	/*width:523px;*/
	float:right;
	font-size:28px;
	font-weight:bold;
	margin:10px 0 7px 0;
	padding:0 0 5px 0 }
	
.post h2 a { text-decoration:none }
.post h2 a:hover { text-decoration:none }

.post h4{
	color:#447272;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}
.entry { clear:both; margin:0 0 0 0; color:#385259 }
.entry p { line-height:21px; font-size:14px; margin:0 0 25px 0; }


.full h2 {
	font-weight:bold;
	border:none !important;
	margin:0 0 15px 0 !important;
	padding:0 !important;
	width:auto !important;
	float:none !important }
	
.post .postmetadata {
	float:left;
	/*width:523px;*/
	width:500px;
	font-size:12px;
	font-style:italic;
	padding:0;
	margin:0 0 15px 0;
	}
	
.full .postmetadata {
	float:none;
	width:auto;
	line-height:18px;
	font-size:12px;
	font-style:italic;
	padding:10px;
	margin:0 0 15px 0 }
	
	.post .postmetadata .category {
		display:block;
		width:323px;
		float:left;}
	.post .postmetadata .category a, .post .postmetadata .comments a{
		color:#7ea522;
	}
	.post .postmetadata .comments {
		display:block;
		width:170px;
		text-align:right;
		float:right; }

h2.pagetitle {
	margin:0 0 20px 0;
	padding:3px 10px 3px 10px;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px }
		
.navigation { width:100%; font-size:12px; margin:0 }	
.navigation .alignleft { display:block; float:left; width:49% }
.navigation .alignright { display:block; float:right; width:49%; text-align:right }

blockquote {
	display:block;
	padding:0 60px 0 60px;
	margin:0;
	background:url('images/quotes_left.gif') 30px 0 no-repeat }
	
	blockquote p {
		margin:0;
		padding:0;
		font-style:italic;
		background:url('images/quotes_right.gif') bottom right no-repeat }
		
h3 {
	font-size:16px;
	font-weight:bold }
		
ul.commentlist {
	list-style:none;
	width:575px;
	margin:0;
	padding:0 }
	
	ul.commentlist li {
		display:block;
		width:575px;
		margin:0 0 15px 0 }
		
		ul.commentlist li div {
			display:block;
			padding:15px 15px 15px 26px;
			margin:0;
			width:533px;
			background:url('images/comment_bottom.gif') bottom left no-repeat }
			
ul.commentlist .leftside { display:block; width:140px; float:left }
ul.commentlist .rightside { display:block; width:356px; float:right }
ul.commentlist img { float:left; margin:0 10px 0 0 }
ul.commentlist cite { font-size:16px; font-weight:bold; font-style:normal; position:relative; top:-2px }
ul.commentlist small { font-size:11px; font-weight:normal; font-style:italic; display:block }
ul.commentlist p { margin:0; padding:0 0 0 15px; line-height:20px; font-size:12px }

#commentform { margin:0; padding:0 }
#commentform p { margin:0 0 15px 0; padding:0 }
#commentform .textarea {
	width:575px }

/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#sidebar {
	font-size:14px;
	line-height:20px;
	float:left;
	width:170px; 
	
	margin-top:-30px;
	/*border:#333 1px solid;*/
	}
	
	#sidebar ul {
		list-style:none;
		margin:0; padding:0 }
		
	#sidebar h2 {
		padding:0;
		margin:0 0 10px 0;
		font-size:16px }
		
	#sidebar p{
		
		margin:0 0 10px 0;
		}
		
		#sidebar p, #sidebar div, #sidebar ul {
			padding-left:10px;
		}

#sidebar a, #sidebar a:link, #sidebar{
	color:#736a59;
}
#sidebar .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/cal_icon.gif') 0 4px no-repeat }

#sidebar .categories ul li {
	margin:0 0 4px 0;
	display:block;
	/*height:18px;*/
	padding:0 0 0 20px;
	background:url('images/folder_icon.gif') 0 4px no-repeat }
	
	
	
/* Sidebar 2 ------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#sidebar2 {
	font-size:14px;
	line-height:20px;
	float:left;
	width:160px;
	padding:10px;
	/*border-left:#c1baba dotted 2px;*/
	margin:20px 0 0 10px;}
	
#sidebar2 ul {
	list-style:none;
	margin:0; padding:0 }
		
	#sidebar2 h2 {
		padding:0;
		margin:0 0 10px 0;
		font-size:16px }
		
	#sidebar2 p {
		padding:0;
		margin:0 0 10px 0 }

#sidebar2 a, #sidebar2 a:link, #sidebar2{
	color:#736a59;
}
#sidebar2 .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('images/cal_icon.gif') 0 4px no-repeat }

#sidebar2 .categories ul li {
	margin:0 0 4px 0;
	display:block;
	/*height:18px;*/
	padding:0 0 0 20px;
	background:url('images/folder_icon.gif') 0 4px no-repeat }
	
/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width:1000px;
	margin:0 auto 0 auto;
	padding-left:5px;
	
	background: url('images/footer_bg.gif') no-repeat left bottom;
	 }
	
#footer p { padding:0; margin:0; font-size:12px; line-height:20px }

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px dotted #385259;
	text-align: center;
	background-color: #f3f3f3;
	padding: 9px 4px 4px 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;
}
.entry img{
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
}
.wp-caption p.wp-caption-text {
	font: italic 30px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #697992;
	text-align: right;
	line-height: 24px;
	padding: 4px 6px 7px 0;
	margin: 0;
}

a img {
	border: none;
}

#welcome{
	margin-left:-16px;
}
/* End captions & aligment */

.testimonials{
	font-size:12px;
	font-style:italic;
	padding:5px;
	border:#c9bf7d dotted 1px;
	margin:0 0 20px 0;
	width:140px;
	font-weight:bold;
}
.enter_to_win{
	padding-bottom:10px;
}