/*  
Theme Name: CBK-V2
Theme URI: 
Description: A WordPress theme for Coastal Bath & Kitchen.
Author: 
Author URI: 
Version: v2.0
*/


* { margin: 0; padding: 0; }

.clear {clear:both;}

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #EDECE2;
	text-align: center;
	color: #497395;
}

#container {
	background: #FFF;
	border: 1px solid #000;
	margin: 40px auto;
	padding: 8px;
	text-align: left;
	width: 780px;
}

a { color: #497395; }

a:hover { color: #0F4573; }


/* ************** */
/* *** HEADER *** */
/* ************** */

#header {
	background: url(images/header.jpg) no-repeat;
	height: 86px; 
	padding: 0 10px 0 20px;
}

#header h1 span,
.showroomBanner p {
	display: none;
}

#header a img, #header a { border: none; text-decoration: none; }

#header a img { margin-top: 10px; }

/* ***************** */
/* *** MAIN MENU *** */
/* ***************** */

#mainMenu {
	background: url(images/menu_bg.gif) repeat-x #FFF;
	margin: 4px auto;
    margin-top: 0px;
	height: 30px;
}

#mainMenu p {
	font: 120% Legacy Sans ITC, Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	top: 7px;
}
	
#mainMenu a {
	color: #FFF;
	text-decoration: none;
	width: 200px;
}

#mainMenu a:hover { color: #0C4471; }

#mainMenu a span.activeMenu {
	background: url(images/menu_bg_active.gif) repeat-x #FFF;
	height: 30px;
	padding: 7px 26px 8px 26px;
}

#mainMenu a span { padding: 0 20px; }


/* ******************************** */
/* *** MAIN CONTENT (HOME PAGE) *** */
/* ******************************** */


#mainContent {
	padding-top:1px;background: #FFFFFF;width:100%;
}

.mainentry { font-size: 12px; }

.innerPage #mainContent {
	background: url(images/side_menu.gif) bottom left no-repeat #FFF;
}

#mainContent p { line-height: 1.3em; margin-bottom: 8px; }

.custBath { float: left; margin: 0 25px 5px 0; }

.custKitch { margin-top: 5px; }


.innerPage .middle { 
	float:left;
	margin-left: 20px;
	padding: 15px 0;
	width: 377px;
	margin-bottom:50px;
}

.homePage .middle { 
	margin-left: 255px;
	padding: 15px 0;
	width: 200px;
}

.middle h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.rightSide {padding-top:15px;float:right;margin-left:0px;width:240px;padding-bottom:50px;text-align:left;}

.homePage .rightSide {
/*	background: url(images/testimonial_bg.jpg) no-repeat; */
	padding-top:0px;
	padding-bottom:0px;
	width:300px;
}

.testimonial {
	color: #696A6C;
	height: 90px;
	padding: 50px 30px 5px 30px;
}

#homeTestimonial {float:right;background:#efeeda url(images/testimonial_bg.jpg) no-repeat; color: #696A6C;padding: 0px 0px 10px 0px;width:100%;}
#homeTestimonial .testimonial {height:auto;padding:;}
#homeTestimonial .testimonialAuthor { text-align: right;margin-top:10px; margin-right:15px; }


#secondaryTestimonial {float:right;background:#efeeda url(images/testimonial_bg.jpg) no-repeat; color: #696A6C;padding: 0px 0px 10px 0px;width:93%;}
#secondaryTestimonial .testimonial {height:auto;}
#secondaryTestimonial .testimonialAuthor { text-align: right;margin-top:10px; margin-right:15px; }

.testimonialAuthor { text-align: right; }

.custBathDsgn { float: right; margin: 20px 0 5px 25px; }

.innerPage .custBathDsgn { margin: 0px 0px 0px 0px; }

img#gilbert-cert, img#about-cert-1 {margin-top:15px;*margin-top:35px;}
img#about-cert-4 , img#about-cert-3 {margin-top:10px;}
img#gilbert-cert, img#about-cert-1,
img#about-cert-4 , img#about-cert-3 {display:block;}

/* ********************************* */
/* *** SIDEBAR MENU (INNER PAGE) *** */
/* ********************************* */

.sidebarMenu {
	float: left;
	margin: 0 0 5px 0;
	width: 142px;
}

.sidebarMenu ul {
	line-height: 2em;
	list-style: none;
	padding-top: 50px;
	text-align: center;
	width:142px;
}

.sidebarMenu li { margin: 5px 0; }

.sidebarMenu a {
	border: 1px solid #F6F4E9;
	color: #7A7665;
	font-size: 100%;
	text-decoration: none;
	display: block;
	height: 2em;
}

.sidebarMenu a:hover {
	background-color: #EFECD9;
	border: 1px solid #FFF;
	color: #7A7665;
}

.sidebarMenu li.activeMenu {
	background-color: #EFECD9;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.sidebarMenu li.activeMenu a:hover {
	background-color: none;
	padding: 1px 0;
	border: none;
}

/* *********************************** */
/* *** SHOWROOM BANNER (HOME PAGE) *** */
/* *********************************** */

.showroomBanner {
	background: url(images/showroom.gif) no-repeat;
	clear: both;
	height: 70px;
	margin-bottom: 5px;
}






/* ************** */
/* *** FOOTER *** */
/* ************** */

#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 36px;
}

#footer p {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
}

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

#footer p a:hover { color: #99B9C4; }

#footer p.alt a { padding: 0 10px; }