/*
Theme Name: California Doors and Windows
Theme URL: calidoorsandwindows.com
Description: This is the default theme for California Doors and Windows

*/



/* Remove padding and margin ------------------------------------------------*/ 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: normal;
}

ul, ol {list-style: none;padding: 0 0 1.5em 0;}

button {background: none;border: none;outline: none;border: 0;}

p {padding: 0 0 1.5em 0;}

/* remember to define focus styles! */
:focus {outline: 0;}

img {border:0;}
a img {border:0}

/* Float Definitions -----------------------------------------------------------*/

.clear {clear:both;} 

.right {float: right;} 

.left {float: left;}

.alignright {float: right;margin: 0 0 2px 7px;}
.alignleft {float: left;margin: 0 7px 2px 0;}

img.left, img.alignleft {float: left;margin: 0 7px 2px 0;}

img.right, img.alignright {float: right;margin: 0 0 2px 7px;}

.post img.aligncenter, .attachment img.aligncenter { margin: 0 auto; text-align: center; }

.nopad {
	padding: 0px;
}
.noborder {
	border: none !important;
}

/*---------------------------------- BODY TAG ----------------------------- */

body {
	background: url(images/layout_background.jpg) #000 top center no-repeat !important;
	margin: 0;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
}

h1.logo {
	width:284px;
	height: 99px;
	padding: 11px 19px 10px 18px;
	background: url(images/layout_red.png) top left repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 10px;
	left: 0;
}
		h1.logo a {
			text-indent: -9999px;
			background: url(images/graphic_logo.png) top left no-repeat;
			width: 284px;
			height: 99px;
			display: block;
		}

.content h1 {
	font-style: italic;
	font-size: 42px;
	line-height: 46px;
        padding-bottom: 15px;
}

.content .left h2 {
	color: #fef98f;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
	font-style: italic;
}
		
		
.right h2, .right h3 {
	font-size: 28px;
	line-height: 33px;
	padding: 10px 20px;
	margin-bottom: 10px;
	font-weight: normal;
	background: url(images/layout_red.png) top left repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
		.right h3 {
			background-image: url(images/layout_yellow.png);
		}

/* -------------------- CONTAINER --------------------- */

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/* ---------------- NAVIGATION ------------------------ */

.navigation {
        position: relative;
	position: absolute;
	top: 140px;
	left: 0;
	height: 60px;
	width: 1000px;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
z-index: 999999;
}
		.navigation li {
                        position: relative;
			display: block;
			float: left;
			padding: 0 20px;
			height: 60px;
			background: url(images/layout_black.png) top left repeat;
			margin-right: 8px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
				.navigation li.last {
					margin-right: 0;
				}
				.navigation li.selected {
					background-image: url(images/layout_red.png);
				}
				.navigation li a {
					display: block;
					font-size: 25px;
					text-transform: uppercase;
					line-height: 20px;
					padding-top: 20px;
					color: #fff;
					height: 40px;
				}
						.navigation li:hover {
							background-image: url(images/layout_yellow.png);
						}

/* DROPDOWN NAV */

.navigation ul {
    display: none;
    margin: 0;
    padding: 20px 20px 10px 20px;
    width: 200px;
    position: absolute;
    top: 60px;
    left: 0;
    background: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    opacity:.90;filter: alpha(opacity=90); -moz-opacity: 0.9;
}
.navigation ul li {
background: none;
padding: 0;
margin: 0;
height: auto;
display: block;
float: none;
margin-bottom: 10px;
}
.navigation ul li a {
margin: 0;
padding: 0;
height: auto;
color: #fef98f;
font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-size: 20px;
font-weight: normal;
text-transform: none;
background: url(images/graphic_arrow.png) 0 2px no-repeat;
			padding-left: 20px;
}
.navigation ul li:hover {
background: none;	
}
.navigation ul li a:hover {
color: #fefb03;
}
.navigation ul ul {
	top: 0;
        margin-top: -5px;
	left: 200px;
        padding-left: 40px;
	background: #8b1e13;
	opacity:1;filter: alpha(opacity=100); -moz-opacity: 1;
}
.navigation li:hover > ul {
    display: block;
}
						
/* ---------------------------- CONTENT -------------- */

.content {
	position: absolute;
	top: 210px;
}
		
		.content .left {
			width: 721px;
		}
				.content .left a {
					font-weight: bold;
					color: #fdf659;
				}
						.content a:hover {
							color: #ff6f65;
						}
		.content .right {
			width: 250px;
			margin-left: 18px;
			*margin: 0 10px 0 0;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-size: 1.1em;
		}
                                .content .right .black ul {
                                    padding-bottom: 0;
                                }
				.content .right a {
					color: #fef98f;
				}
						.content .right a:hover {
							color: #fefb03;
						}
				.content .right form input {
					border: none;
					outline: none;
					background: none;
					width: 200px;
					height: 33px;
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #3e2622;
					font-size: 16px;
					font-style: italic;
					line-height: 33px;
					padding: 0 0 0 10px;
					background: url(images/layout_white.png) top left repeat;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					margin-bottom: 5px;
				}
				.content .right form textarea {
					border: none;
					outline: none;
					background: none;
					width: 159px;
					height: 42px;
					font-family: Georgia, "Times New Roman", Times, serif;
					color: #3e2622;
					font-size: 15px;
					font-style: italic;
					line-height: 18px;
					background: url(images/layout_white.png) top left repeat;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-top-left-radius: 5px;
					-webkit-border-bottom-left-radius: 5px;
					padding: 10px;
					float: left;
				}
				.content .right form button {
					background: none;
					padding: none;
					border: none;
					outline: none;
					width: 31px;
					height: 62px;
					background: url(images/graphic_submit.png) top left no-repeat;
					float: left;
				}
		.content ul li, .content ol li {
			background: url(images/graphic_arrow.png) 0 2px no-repeat;
			padding-left: 20px;
			line-height: 1.5em;
		}
				.content ul ul, .content ol ol {
					padding: 0 0 .5em 0;
				}
		.content .black {
			background: url(images/layout_black.png) top left repeat;
			padding: 20px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			margin: 0 0 10px 0;
		}
		.content .red {
			background: url(images/layout_red.png) top left repeat;
			padding: 20px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			margin: 0 0 10px 0;
		}

/* ------------------------------------------------------------------------- SOCIAL ICONS ----------------------------- */

.social {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 683px;
	height: 53px;
}
		.social li {
			display: block;
			float: right;
			margin-left: 7px;
		}
		.social li a {
			display: block;
			width: 50px;
			height: 50px;
			text-indent: -9999px;
		}
				.social li a.twitter {
					background-image: url(images/icon_twitter.png);	
				}
				.social li a.facebook {
					background-image: url(images/icon_facebook.png);	
				}
				.social li a.rss {
					background-image: url(images/icon_rss.png);	
				}
				.social li a.email {
					background-image: url(images/icon_email.png);	
				}
		.social .connectwithus {
			width: 160px;
			height: 53px;
			background: url(images/connect_us.png) top left no-repeat;
		}
		
/* ----- SEARCH */

.search {
	width: 238px;
	background: url(images/layout_red.png) top left repeat;
	padding: 13px;
	position: absolute;
	top: 70px;
	right: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
		.search input {
			padding: 0;
			display: block;
			background: none;
			border: none;
			outline: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #3e2622;
			font-size: 18px;
			font-style: italic;
			line-height: 33px;
			float: left;
			width: 139px;
			height: 33px;
			padding: 0 0 0 10px;
			background: url(images/layout_white.png) top left repeat;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		.search button {
			display: block;
			font-style: italic;
			font-weight: normal;
			background: none;
			border: none;
			outline: none;
			font-size: 18px;
			font-family: Georgia, "Times New Roman", Times, serif;
			color: #fff;
			line-height: 33px;
			padding: 0 13px;
			width: 84px;
			height: 33px;
			text-align: center;
			float: right;
			background: url(images/layout_black.png) top left repeat;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}

/* -------------------------------------------------------------------------------- FEATURED SLIDER ------------------------------ */

.fillitup {
	margin: 0 0 20px 20px;
}

.wrapper {
	position: absolute;
	position: relative;
	z-index: 888;
height:				297px;
width:				723px !important;
}

.viewmore {
display: block;
 position: absolute;
top: 270px;
right: 20px;
font-size: 20px;
font-family: georgia, times new roman, serif;
font-weight: normal !important;
}

/* ===== Scrollable CSS ===== */
/* Primary Container */
div.scrollable {
position: absolute;
z-index: 889;
position: relative;
overflow: hidden;
border: 			none;
border-top-color: #94795a;
border-right-color: #94795a;
background:			#cdae6e;
width: 				680px;
margin: 			0 0 0 0px;
display:			block;
z-index:			-1200;
height:				240px;
max-height:			240px;
}


ul.items li a {
	display: block;
	width: 680px;
	height: 266px;
	position: relative;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

ul.items li img {
position: absolute;
top: 0;
left: 0;
z-index: 891;
width: 680px;
height: 240px;
}

ul.items li h2 {
	position: absolute;
	position: relative;
	z-index: 9999;
	font-style: normal;
	border: none !important;
	padding: 0 !important;
	color: #fff;
	text-transform:uppercase;
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 2px;
}

ul.items li span {
	display: block;
	position: absolute;
	top: 165px;
	left: 0;
	z-index: 893;
	width: 660px;
	height: 65px;
	padding: 10px 10px 0 10px;
	background: black;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;
	font-size: 12px;
	font-family: helvetica, arial, sans-serf;
	line-height: 17px;
	color: #ced2d6;
	font-style: normal;
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:680px;
		height:240px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-10px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:655px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a {  
		display:block;
		position:relative;
		width:76px;
		height:71px;
		text-indent: -9999px;
		background:url(images/layout_featured_slider_previous_button.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/layout_featured_slider_next_button.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */



/* ---------------------------------- PHOTO GALLERY ------------------------- */


.ngg-album {
        background: url(images/layout_black.png) top left repeat;
border: none !important;
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
        padding: 20px !important;
        margin-bottom: 15px;
}




.testimonials_manager_widget {
	background: url(images/layout_black.png) top left repeat !important;
			padding: 20px !important;
			-moz-border-radius: 10px !important;
			-webkit-border-radius: 10px !important;
			margin: 0 0 10px 0 !important;
border: none !important;
}

#ww123-3 h2 {
display: none;
}

#ww123-3 {
list-style: none;
}

.search-results {
background: #000;
position: absolute !important;
top: 0 !important;
left: 0 !important;
}


.phone {
position: absolute;
top: 73px;
left: 328px;
width: 386px;
font-family: times new roman, times, serif;
font-size: 16px;
color: #fff;
}
.phone span, .phone b {
float: right;
font-weight: normal;
}

.phone span {
font-size: 20px;
color: #fcffa0;
font-style: italic;
margin-top: 10px;
margin-right: 5px;
}

.phone b {
font-size: 46px;
}

img.nav-prev {
	left: 0px !important;
	margin-left: -1px !important;
	top: 60px !important;
}
img.nav-next {
	right: 0px !important;
	margin-right: -1px !Important;
	top: 60px !important;
}

/*.panel {
	position: relative;
	width: 680px;
	height: 240px;
}
.panel a {
	display: block;
	width: 681px;
	height: 266px;
	position: relative;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

.panel img {
position: absolute;
top: 0;
left: 0;
z-index: 891;
width: 681px;
height: 240px;
}

.panel h2 {
	position: absolute;
	position: relative;
	z-index: 9999;
	font-style: normal;
	border: none !important;
	padding: 0 !important;
	color: #fff;
	text-transform:uppercase;
	font-size: 25px !important;
	line-height: 25px;
}

.panel-overlay span {
	display: block;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 893;
	width: 663px !important;
	height: 95px !important;
	padding: 10px 10px 0 10px;
	background: black;
	opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;
	font-size: 12px;
	font-family: helvetica, arial, sans-serf;
	line-height: 17px;
	color: #ced2d6;
	font-style: normal;
}*/

.panel-overlay h2 {
position: relative;
	font-style: normal;
	border: none !important;
	padding: 0 !important;
	color: #fff;
	text-transform:uppercase;
	font-size: 25px !important;
margin-bottom:0px;
margin-top: 5px;
height: 25px;
overflow: hidden;
}
.panel-overlay h2 a {
font-weight: normal !important;
}

.panel-overlay p {
	display: block;
	font-size: 12px;
	font-family: helvetica, arial, sans-serf;
	line-height: 17px;
	color: #ced2d6;
	font-style: normal;
        margin-top: -10px;
}

/*.panel-overlay div {
display /*\**/: none\9;
}*/
