/*
Theme Name: Wood Whims
Theme URI: http://woodwhims.com
Version: 3.0
Author: Fasturtle
Author URI: http://fasturtle.com
Tags: woody
*/



/* Core Styles Used in every project */
@import url(css/reset.css); /* Resets for all browsers */
@import url(css/clearfix.css); /* Easy float clearing */

body {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	background:url(img/content_bg.gif);
}

div.block,#header #nav {
	margin:0 auto;
	width:940px;
	padding:0 10px;
}

a {
	outline:none;
}

p {
	margin:0 0 1em;
	line-height:1.5em;
}

.hide {
	display:none;
}


	
/* Headings */
/*----------------------------------------*/
h2 {
	font-family:Georgia, "Times New Roman", serif;
}


	
/* Header
----------------------------------------*/
#header {
	background:#4c2109;
	border-bottom:20px solid #4c2109;
}

#header #logo {
	position:relative;
}

#header #logo h1 {
	position:absolute;
	left:65px;
	top:10px;
}

#header #logo h1 a {
	background:url(img/logo.png) no-repeat;
	display: block;
	height:119px;
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	width:240px;
}

#header #banner {
	height:303px;
	background:#260e07 url(img/woodgrain_bg.jpg) no-repeat top center;
}

#header #banner #flash-bg {
	background: url(img/flash-bg.png) no-repeat 0 0;
	height: 300px;
	width: 429px;
	position: absolute;
	top: 0;
	right: 80px;
}

#header #banner #flash-bg #flash {
	position: absolute;
	top: 23px;
	left: 15px;
}

#header #banner div.block {
	position:relative;
}

#header #banner #sticky_note dl {
	position:absolute;
	left:0;
	top:90px;
	padding:38px 30px 0;
	width:220px;
	height:262px;
	color:#fff;
	font-style:italic;
	background:transparent url(img/sticky_note.png) no-repeat 0 0;
}

#header #banner #sticky_note dl a:link,
#header #banner #sticky_note dl a:visited,
#header #banner #sticky_note dl a:active {
	color: #fff;
	text-decoration: none;
}

#header #banner #sticky_note dl a:hover {
	color: #ddd;
	text-decoration: none;
}

#header #banner #sticky_note ul {
	position:absolute;
	width:165px;
	top:/* 150px */ 125px;
	left:270px;
}

#header #banner #sticky_note ul#pros_homeowners a {
	display:block;
	margin:0 0 10px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:130px;
	height:40px;
	line-height:35px;
	font-family:Georgia, "Times New Roman", serif;
	color:#185a89;
	font-size:15px;
	background:transparent url(img/pulltab_bg.png) no-repeat center right;
}

#header #banner #sticky_note ul#pros_homeowners a {
	display:block;
	margin:0 0 10px;
	padding:0 0 0 10px;
	text-decoration:none;
	width:140px;
	height:40px;
	line-height:35px;
	font-family:Georgia, "Times New Roman", serif;
	color:#185a89;
	font-size:13px;
	background:transparent url(img/pulltab_bg.png) no-repeat center right;
}

#header #banner #sticky_note ul#pros_homeowners a.current,
#header #banner #sticky_note ul#pros_homeowners a:hover {
	padding-left:20px;
}

#header #banner #sticky_note dt {
	color:#fff;
	font-size:20px;
}

#header #banner #sticky_note dt strong {
	font-weight:normal;
}

#header #banner #sticky_note dd {
	margin-bottom:10px;
	font-size:11px;
}

#header #nav ul {
	margin-left:315px;
	padding:15px 0;
}

#header #nav li {
	display:inline;
	background:transparent url(img/nav_bg.gif) repeat-y top right;
}

#header #nav li.page-item-18 {
	background:none;
}

#header #nav li a {
	color:#ccc5c0;
	margin:0 10px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.1em;
}

#header #nav li.current_page_item a,
#header #nav li.current_page_parent a {
	color:#fff;
	text-decoration:underline;
}


	
/* Absolutely positioned z-index
----------------------------------------*/
#header #logo h1 {
	z-index:20;
}

#header #banner #sticky_note dl {
	z-index:10;
}

#header #banner #sticky_note ul {
	z-index:9;
}


	
/* Content
----------------------------------------*/
#content {
	color:#1d4059;
	margin-top:20px;
	margin-bottom:20px;
/* 	background:transparent url(img/content_bg.gif) repeat-y top left; */
}

#content a:link,
#sidebar a:link,
#content a:visited,
#sidebar a:visited {
	color:#1d4059;
	text-decoration: underline;
}

#content a:hover,
#sidebar a:hover,
#content a:active,
#sidebar a:active {
	text-decoration: none;
}

#content.cabinets .post {
	border-width: 0;
	float: none;
	width: auto;
}

#content .post {
	border-right: 1px solid #cfcfcf;
	margin:60px 0 0;
	padding: 0 15px 0 0;
	float:left;
	width:595px;
}

#content .post ol,
#content .post ul {
	list-style: circle;
	margin: 0 0 1em;
	padding: 0 0 0 24px;
}

#content .post ol {
	list-style: decimal;
}

#content .post img {
	background-color: #fefaf7;
	margin: 4px 0;
	padding: 3px;
}

#content .post img.noborder {
	background: transparent;
}

#content .post h2 {
	color:#5f2b0a;
	font-size:18px;
	font-style:italic;
}

#content #sidebar {
	margin:0;
	float:right;
	width:305px;
}

#content #sidebar h2 {
	font-size:16px;
	font-style: italic;
	color:#5f2b0a;
}

#content #sidebar blockquote {
	background: url(img/blockquote.png) no-repeat 0 0;
	padding: 6px 0 0 6px;
	text-indent: 16px;
}

#content #sidebar cite {
	color:#5f2b0a;
}

#content #sidebar #call_today {
	border:1px solid #dad2cd;
	padding:8px 25px;
	background:#efe7e1;
	font-size:14px;
	font-style:italic;
	color:#29658f;
	text-align:center;
	font-family:Georgia, "Times New Roman", serif;
}

#content #sidebar #call_today strong {
	font-size:16px;
}

.callout-feature {
	border:1px solid #dad2cd;
	padding:8px 25px;
	background:#efe7e1;
	font-size:14px;
	font-style:italic;
	color:#29658f;
	text-align:center;
	font-family:Georgia, "Times New Roman", serif;
	margin: 10px 0;
}

#content .post ul.checklist li{
	list-style-image: url(img/checked.png);
	margin-bottom: 12px;	
	margin-left: 20px;

}

/* Our Cabinets 
----------------------------------------*/

#content.cabinets {
	width:940px;
}

#content.cabinets ul {
	list-style:none;
	margin-top:50px;
/* 	width:960px; */
}

#content.cabinets li {
	float:left;
/* 	margin-right:100px; */
/* 	width:360px; */
}

#content.cabinets li a {
	background: #ede5df;
	border:1px solid #dcd4cf;
	outline:0;
	text-decoration:none;
}

.cabinets li a {
/* 	display:none; */
}

.cabinets a.hero {
	display:inline;
	float:right;
	margin:-60px 0 40px;
}

.cabinets p {
	line-height:0;
}

#content.cabinets h2 {
	margin-top: -30px;
	text-align:center;
}

div#cabinets_nav ul {
	margin:0 0 20px;
	padding:0 10px 10px;
	width:920px;
}

div#cabinets_nav li {
	float:left;
	width:auto;
	margin:0;
}

div#cabinets_nav li a {
	display:block;
	width:200px;
	margin-bottom:1em;
	margin-right:10px;
	padding:15px 0 15px 15px;
	font-size:12px;
	border:1px solid #f4f4f4;
}

div#cabinets_nav li.new a,
div#cabinets_nav li.new a:hover,
div#cabinets_nav li.new a.current {
	background-image:url(img/new.gif);
	background-position:97% 50%;
	background-repeat:no-repeat;
}

div#cabinets_nav li a:hover,
div#cabinets_nav li a.current {
	background:#f3ebe5;
	border:1px solid #c5beb9;
}

div#cabinets_nav li a span {
	color:#999;
	font-size:10px;
}

#slideshowContainer {
	margin:0 auto;
	width:550px;
}



/* Contact Us - Contact Form
----------------------------------------*/

form {
	text-align:left;
}

span.req {
	color:#666666;
	font-size:16px;
}

form div.row {
	height:36px;
	clear:both;
}

.row input[type=text],.row input.field {
	height:17px;
}

.row input[type=text],.row input.field,textarea {
	border:1px solid #ddd;
}


fieldset,p.notice,
div#wpcf7-f1-p18-o1,
div.wpcf7-validation-errors  {
	border:1px solid #ddd;
/* 	background:#f9f9f9; */
	outline:1px solid #cdcdcd;
	margin-top: 24px;
	margin-left:0;
	margin-right:0;
	padding:12px;
}

form#contact {
	width:100%;
}

form#contact div.row {
	clear:both;
	height:28px;
}

form#contact div.row.text {
	height:78px;
}

#contact label {
	float:left;
	margin:4px 0 0;
	width:30%;
	text-align:right;
}

#contact input.field,#contact textarea {
	font:11px "Lucida Grande",sans-serif;
	float:right;
	margin:0 0 6px;
	padding:3px 2px;
	width:60%;
}

#contact input.field {
	height:16px;
}

#contact textarea {
	height:60px;
}

#contact input.field:focus,
.contact-form input.field:focus {
	background:#fdffe2;
}

#contact input#submit {
	clear:both;
	display:block;
	float:right;
	margin:12px 0 0;
	height:20px;
	width:33%;
}

p.notice {
	font-weight:bold;
}

p.notice.req,
div.wpcf7-validation-errors {
	background:#fdffe2 !important;
	font-weight:normal;
}

/*

img.alignleft {
	float: left;
	margin: 0 12px 5px 0;
}
*/

img.alignright {
	float: right;
	margin: 0 0 5px 12px;
}

	
/* Contact form 7
----------------------------------------*/

/*

div#wpcf7-f1-p196-o1,
div#wpcf7-f1-p18-o1,
fieldset {
	border:1px solid #CFCFCF;
	margin:12px 0;
	padding:12px;
}


span.wpcf7-form-control-wrap {
	position: static !important;
}

span.wpcf7-not-valid-tip-no-ajax {
	display: none !important;
}

form {
	text-align:left;
}

label,
form div.row dl {
	font: 12px "Lucida Grande",Lucida,"Lucida Sans Unicode",Verdana,Geneva,sans-serif;

}

#contact label, div.contact-form label, form div.row dl dt {
	float:left;
	margin:12px 0 0;
	text-align:right;
	width:30%;
}

span.req {
	color:#D68728;
	font-size:0.85em;
	font-style: italic;
	margin-top: 5px: 
}

form div.row {
	clear:right;
}

div.submit-button {
	height: 3.6em;
}

.contact-form input[type="submit"], 
div.contact-form input [type="submit"] {
	display:block;
	float:left;
	margin:12px 0 0 39%;
	width:33%;
}

.row input[type=text],.row input.field, .field {
	height:17px;
}

.row select {
	float: right;
	margin: 11px;
	padding: 0;
}


.row input[type=text],.row input.field,textarea {
	border:1px solid #ddd;
}

.row input[type=text].hour,
.row input[type=text].minute {
	float: none;
	width: 25px;
}

.row input[type=radio] {
	float: none;
	width: 12px;
}

img.ajax-loader {
	margin-left:190px;
	margin-top: 12px;
}

#contact input.field, #contact textarea, div.contact-form input, div.contact-form textarea, form div.row dl dd  {
	float:right;
	font-family:"Lucida Grande",Lucida,"Lucida Sans Unicode",Verdana,Geneva,sans-serif;
	font-size:11px;
	margin:0 0 6px;
	padding:3px 2px;
	width:60%
}

form div.row dl dd.field {
	margin: 0;
}

div#appt-time span.appt-group {
	margin-left: 53px;
}

div#appt-time span.appt-group label {
	float:none;
}

form div.row dl dt {
	width: auto;
}


img#captcha-image {
	background: none;
	border: 1px solid #ddd;
	float: right;
	margin-left:5px;
	padding: 2px !important;
}

input#captcha {
	margin: 0;
	width: 170px;
}

#content .entry .error h3 {
	background: #ffe4e4;
	border-bottom: 1px solid #d53f3f;
	border-top: 1px solid #d53f3f;
	color: #d53f3f;
	padding: 0 5px;
}

#content .entry .error ul {
	color: #d53f3f;

}

#content .entry .success {
	background: #f8fdff;
	border-bottom: 1px solid #69BFDE;
	border-top: 1px solid #69BFDE;
	color: #69BFDE;
	font: 2em Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, sans-serif;
	padding: 0 5px;
}
*/



	
/* Footer
----------------------------------------*/
#footer {
	background:#4f220a url(img/footer_top_shadow.gif) repeat-x top center;
	color:#e5ddd7;
	font-size:11px;
/* 	height:45px; */
	padding:15px 0;
	text-align:center;
}

#footer p {
	letter-spacing:.05em;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer a span {
	text-decoration:underline;
}

#footer .vcard div {
	display:inline;
	margin-right:10px;
}

#footer .vcard .street-address {
	margin-right:0;
}

#footer a img.footer-social,
#footer img.footer-social {
	border: 0;
	margin: 10px 0 0 0;
	padding: 0;
}