/*  
Theme Name: Colorado Custom Wood Floors
Theme URI: http://wordpress.org/
Description: Colorado Custom Wood Floor theme.
Version: 1.0
Author: timeforcake creative media inc.
Author URI: http://timeforcake.com/
*/
/*  
Theme Name: Colorado Custom Wood Floors
Theme URI: http://wordpress.org/
Description: Colorado Custom Wood Floor theme.
Version: 1.0
Author: timeforcake creative media inc.
Author URI: http://timeforcake.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #F3EADD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: #934B2C;
	outline: none;
}

a:hover {color: #E59813;}

a.external {
	background-image: url(/images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

/*---------------

PAGE STRUCTURE

---------------*/

#banner {
	background: url(images/backgrounds/banner.gif) transparent repeat-x left top;
	height: 356px;
	width: 100%;
}

#banner-top {
	background: url(images/backgrounds/banner-top.gif) transparent no-repeat left top;
	margin: 0 auto;
	width: 990px;
	height: 137px;
}

#banner-lower {
	background: url(images/backgrounds/lower-banner.jpg) transparent no-repeat left top;
	margin: 0 auto;
	width: 990px;
	height: 219px;
}

#home #banner-lower {
	background: url(images/backgrounds/home-lower-banner.jpg) transparent no-repeat left top;
}

#page-2 #banner-lower {/*new header for about page*/
	background: url(images/backgrounds/lower-banner-2.jpg) transparent no-repeat left top;
}

#page-8 #banner-lower {/*new header for services page*/
	background: url(images/backgrounds/lower-banner-1.jpg) transparent no-repeat left top;
}

#page-9 #banner-lower {/*new header for our work page*/
	background: url(images/backgrounds/lower-banner-3.jpg) transparent no-repeat left top;
}

#page-10 #banner-lower,
#page-104 #banner-lower {/*new header for our products page*/
	background: url(images/backgrounds/lower-banner-4.jpg) transparent no-repeat left top;
}

#page-15 #banner-lower {/*new header for contact page*/
	background: url(images/backgrounds/lower-banner-5.jpg) transparent no-repeat left top;
}

#page-27 #banner-lower {/*new header for sitemap page*/
	background: url(images/backgrounds/lower-banner-6.jpg) transparent no-repeat left top;
}

#content-wrapper {
	background: url(images/backgrounds/content-wrapper.gif) transparent repeat-y left top;
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 990px;
}

#content {
	float: left;
	font-size: 11px;
	padding: 30px 30px 30px 25px;
	text-align: justify;
	width: 530px;
}

#content.nosidebar {
	padding: 30px 30px 30px 30px;
	width: 930px;
}

#sidebar {
	float: left;
	overflow: hidden;
	padding: 30px 0 30px 0;
	width: 405px;
}

#sidebar .hilight {
	background: #fff;
	border-bottom: 1px solid #E3D4BE;
	float: left;
	font-size: 11px;
	line-height: 18px;
	position: relative;
	left: 25px;
	width: 336px;
}

#footer-wrapper {
	background: url(images/backgrounds/footer-wrapper.gif) transparent repeat-x top left;
	clear: both;
	height: 102px;
	margin: 0 auto;
	width: 100%;
}

#footer {
	background: url(images/backgrounds/footer.jpg) transparent no-repeat left top;
	height: 82px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 0;
	width: 990px;	
}

/*------------------

BANNER

-------------------*/

#logo {	
	background: url(images/backgrounds/logo.gif) transparent no-repeat left top;
	float: left;
	height: 137px;
	text-indent: -9999px;
	width: 370px;
}

#tag-line {	
	background: url(images/backgrounds/tag-line.gif) transparent no-repeat left top;
	float: left;
	height: 79px;
	text-indent: -9999px;
	width: 620px;
}


/*------------------

NAVIGATION

-------------------*/

#nav {
	float: left;
	padding: 0 0 0 30px;
}


#nav, #nav ul { /* all lists */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	text-transform: uppercase;
}

#nav a {
	background: url(images/backgrounds/nav-hover.gif) transparent repeat-x 0 -100px;
	color: #000;
	display: block;
	height: 19px;
	float: left;
	padding: 8px 15px 2px 15px;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
}

#nav li a:hover {
	background-position: left top;
}

#nav li ul { /* second-level lists */
	background: #F3EADD;
	clear: both;
	float: left;
	position: absolute;
	top: 108px;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	width: 140px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 -1000em;
}

#nav li ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	height: 19px;
	padding: 5px 15px 0 15px;
	text-transform: none;
	width: 110px;
}

#nav li ul li a:hover {
	background: #D0985C;
	border-bottom: 0;
	color: #fff;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	margin-left: -1000em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}
#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 10em;
}

#nav li:hover, #nav li.sfhover {
	background: url(images/backgrounds/nav-hover.gif) transparent repeat-x left top;
}

/*------------------

HEADERS

-------------------*/

#banner-lower h2 {	
	background: url(images/backgrounds/banner-lower-h2.gif) transparent no-repeat left top ;
	float: left;
	height: 219px;
	text-indent: -9999px;
	width: 530px;
}

#content h1 {
	background: #EEE4D7;
	border-bottom: 2px solid #E3D4BE;
	float: left;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 16px 13px 10px 13px;

}

#content h2 {
	color: #934B2C;
	font-size: 13px;
	padding: 10px 0 10px 0;
	text-align: left;
}

#content h3 {
	color: #934B2C;
	font-size: 12px;
	padding: 0 0 10px 0;
	text-align: left;
}

.hilight h2 {
	background: #F2ECE3;
	border-bottom: 2px solid #E3D4BE;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 15px 0 10px 15px;
}

.hilight h3 {
	color: #934B2C;
	font-size: 11px;
	padding: 0 0 10px 15px;
}


/*------------------

TEXT TREATMENTS

-------------------*/

#content p {
	line-height: 18px;
	padding: 0 0 25px 0;
}

#content p.clear {
	clear: both;
	float: left;
	width: 100%;
}

#content ul {
	line-height: 18px;
	padding: 0 0 15px 20px;
	text-align: left;
}

#content ul li {
	background: url(images/backgrounds/list-item.gif) transparent no-repeat 0 5px;
	list-style-type: none;
	padding: 0 0 10px 17px;
}

#content hr {
	clear: both;
	margin: 0 0 20px 0;
	width: 530px;
}

/*--hilight content styles--*/

#sidebar .hilight p {
	padding: 0 15px 15px 15px;
}

#sidebar .hilight ul {
	line-height: 18px;
	padding: 0 15px 15px 20px;
}

#sidebar .hilight ul li {
	background: url(images/backgrounds/list-item.gif) transparent no-repeat 0 5px;
	list-style-type: none;
	padding: 0 15px 10px 17px;
}

/*---sitemap list---*/

#content #sitemap ul {
	padding: 5px 0 0 10px;
	line-height: 28px;
}

#content #sitemap ul li {
	background-position: 0 10px;
	padding: 0 0 0 17px;
}

/*---footer-content---*/

#footer p {
	color: #fff;
	font-size: 11px;
	float: left;
	padding: 10px 25px 0 25px;
	text-align: left;
}

#footer a {color: #fff;}

#footer a:hover {color: #E59813;}


#footer p img {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	top: -10px;
}

/*------------------

TESTIMONIALS

-------------------*/

#banner-quote {
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 34px 70px 0 70px;
	width: 320px;
}

#banner-quote p {
	font-style: italic;
	padding: 0 0 20px 0;
	line-height: 18px;
}

#banner-quote .quotegiver {
	font-size: 11px;
	font-style: normal;
	padding: 0;
}

.testimonial-wrapper {
	background: url(images/backgrounds/testimonial-top.gif) transparent no-repeat left top;
	float: left;
	margin: 0 0 27px 0;
	width: 405px;
}

.testimonial {
	background: url(images/backgrounds/testimonial-bottom.gif) transparent no-repeat left bottom;
	color: #934B2C;
	float: left;
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	padding: 35px 85px 30px 65px;
	width: 255px;
}

.testimonial p {
	padding: 0 0 10px 0;
}

.testimonial .quotegiver {
	color: #000;
	font-style: normal;
}

/*------------------

IMAGES

-------------------*/
#sidebar img {
	float: left;
	margin: 0 0 20px 25px;
}

#content img {
	float: left;
	margin: 0 18px 10px 0;		
}

#content img.float-left, 
.hilight img.float-left ,
#sidebar .hilight img.float-left {
	border: 2px solid #E3D4BE;
	float: left;
	margin: 0 20px 10px 0;		
}

#content img.float-right, 
.hilight img.float-right,
#sidebar .hilight img.float-right {
	border: 2px solid #E3D4BE;
	float: right;
	margin: 0 0 10px 20px;	
}

#content .photo-caption-left {
	background: #E3D4BE;
	float: left;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	margin: 0 20px 10px 0;		
}

#content .photo-caption-left img {
	border: 0;
	clear: both;
	float: none;
	margin: 0;
}


/*--galleries--*/

#content .gallery {
	float: left;
	padding: 0 0 30px 0;
	width: 530px;
}

#content .gallery a {
	border: 2px solid #934B2C;
	float: left;
	height: 95px;
	margin: 0 7px 14px 0;
	overflow: hidden;
	width: 95px;
}

#content .gallery a img{
	border: 0;
	float: left;
}

#content .gallery a:hover {border: 2px solid #E59813;}


/*------------------

LIGHTBOX

-------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
