@charset "UTF-8";
/* CSS Document */

@import url("quickmenu_styles.css");

/* General */
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

html {
	/* background:url(../images/background.gif) repeat; */
	background-color: #14527b;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3.2em;
	font-weight: normal;
	letter-spacing: -.08em;
	color:#14527b;	
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: -.05em;
	color:#14527b;	
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Times, "Times New Roman",  serif;
	font-size: 1.7em;	color:#249119;
}

#showroom-specials h3 {
	margin-top: 0;
	margin-bottom: 0;
	float: right;
	display: inline;
	width: 120px;
}

p {
	margin: 10px 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height: 20px;
	color: #666666;
	padding: 0;
}

a:link, a:visited, a:active {
	color:#db5a27;	
}

a:hover {
	color: #ff6600;
}

ul {
	margin: 10px 20px;
	padding: 0;
}

ol {
	margin: 10px 20px;
	padding: 0;
}

ul li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height: 20px;
	list-style: url(/themes/images/bullet.gif);
}

ol li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height: 20px;
}

.clear {
	clear:both;
}
.indexclear {
	clear:both;
	height:50px;
}

.float-left {
	margin-top: 5px;
	margin-right: 15px;
	float: left;	
	display: inline;
	border: 1px solid #CCC;
}

.float-right {
	float:right;
	display: inline;
	margin-top: 5px;
	margin-left: 15px;
	border: 1px solid #CCC;
}


/* Layout */
div#glow {
	background:url(../images/shadow.png) repeat-y ;
	width: 866px;
	height: auto;
	margin: 0 auto;
}

div#container {
	background-color:#fefef8;
	margin: 0px 8px 0 0;
	padding: 0;
}

	div#header {
		padding: 20px 20px 12px;
	}
	
		div#logo {
			background:url(/wp-content/themes/post-script/logo-2015.png) no-repeat;
			position: absolute;
			width: 209px;
			height: 127px;
		}
		
			div#logo a {
				display: block;
				width: 209px;
				height: 127px;
			}
		
		div#search {
			/* background:url(../images/background.gif) repeat; */
			background-color: #14527b;
			width:545px;
			height: 30px;
			padding: 10px;
			border: solid 2px #124d76;
			float: right;
			display: inline;
			margin-right: 5px;
		}
		
			
			div#search form {
				width:570px;
				margin: 0px;
				float:left;
			}
				div#search form span {
					margin: 0;
					padding: 0;
					font-size: 2em;
				}
			
				div#search form input[type="text"] {
					width: 180px;
					height: 20px;
					margin: 0px 5px 0px 0px;
					position:relative;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size: 1.6em;
				}
			
				div#search form select {
					width: 105px;
					height: 22px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size: 1.3em;
					font-weight: bold;
				}
			
			div#search .serif {
				background: none;
				font-size: 2em;
				font-family: Times, "Times New Roman",  serif;
				margin: 0;
				padding: 0;
				text-transform:capitalize;
				text-shadow: rgb(0, 0, 0) 1px 1px 2px;
				color: #FFF;
				height: 22px;
				border: none;
			}
		
		div#navigation {
			position: relative;
			padding-bottom: 25px;
		}

			div#navigation a.blog-link {
				display:block;
				position:absolute;
				top:auto;bottom:100%;left:auto;right:10px;
				margin:0;padding:8px 20px;

				background:#333;
				border:2px solid #000;

				font:16px/24px Helvetica,Arial,sans-serif;font-weight:700;
				color:#FFF!important;
				text-decoration:none;
				text-transform:uppercase;

				-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;
			}
			div#navigation a.blog-link:hover{
				background:#00427B;
			}
		
			ul#topnav {
				width:630px;
				height: 30px;
				margin: 0px 0px 0px 230px;
				padding: 10px 0 0 0;
				clear: right;
				
			}
			
				ul#topnav li {
					float:left;
					list-style: none;
					margin: 0;
					padding: 0;
					
				}
				
				ul#topnav p {
					color:#14527B;	
					margin: 0;
					padding: 0
				}
				
				ul#topnav li a {
					font-size: 1.4em;
					font-family:Times, "Times New Roman", serif;
					margin: 0px 20px;
					text-decoration: none;
					color: #666666;
				}
				
					ul#topnav a:hover {
						color: #db5a27;
					}
					
	div#sidebar {
		width: 190px;
		margin: 0 18px 20px 0;
		padding: 0;
		float:left;
	}
	
		a#sidebrowse {
			display: block;
			width: 190px;
			height: 94px;
			background: url(../images/browse.gif);
		}
		
		a#sidebrowse:hover {
			background-position: 0 -94px;
		}
	
		div#showroom-specials {
			float: left;
			background:url(../images/showroom_specials.gif) no-repeat;
			height:120px;
			padding: 56px 0 0 6px;
			width: 184px;
		}
		
			div#showroom-specials img {
				float:left;
				display: inline;
				margin-right: 5px;
			}
			div#showroom-specials h3 {
				display: block;
				float: left;
				width: 100px;
				height: 65px;
			}
		
			div#showroom-specials p {
				width: 170px;
				margin: 0px;
				font-size: 1.1em;
				line-height: 1.2em;
				float: left;
			}
			
			div#showroom-specials a {
				line-height: 1.6em; 
				font-size: 1.6em;
				font-family: Times, "Times New Roman",  serif;

			}
		
	div#content {
		width:620px;
		float: left;
		display: inline;
	}
	
		#content-text {
			padding: 0 9px 15px 16px;
		}
		
		div#subnav {
			background-color: #fefeef;
			border: 1px solid #b7cad2;
			padding: 10px;
			margin: 20px 0;
		}
			div#subnav h2 {
				margin: 0;
				padding: 0;
			}
		
			div#subnav ul {
				float:left;
				width: 190px;
				margin: 10px 0;
				padding: 0;
			}
			
			div#subnav ul li {
				margin: 0 0 0 20px;
				padding: 0;
			}
		
	div#footer {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:.9em;
		text-align: center;
		height: 80px;
	}
	
		div#footer .border {
			border-top: solid 1px #b7cad2;
			border-bottom: solid 1px #b7cad2;
			padding: 10px 0px;
			margin: 0px 15px;
		}
		
		div#footer .border-new {
			border-top: solid 1px #b7cad2;
			border-bottom: solid 1px #b7cad2;
			padding: 12px 0px;
			margin: 0px 0px 0px 15px;
		}
		
		div#footer .border-fb {
			border-top: solid 1px #b7cad2;
			border-bottom: solid 1px #b7cad2;
			padding: 2px 0px 2px 0px;
			margin: 0px 0px 0px 0px;
			line-height:0px;
		}
		
		div#footer a {
			margin: 0px 15px;
			font-weight: normal;
		}
		
		div#footer a.copyright {
			margin: 0;
		}
		
		div#footer p {
			margin: 6px 0px;
			color: #14527B;
		}
		
		

/* Form Styles */

#contactformbox {
	border: 1px solid #b7cad2;
	padding: 20px 20px 20px 100px;
	background-color: #fefeef;
}

#contactform {
	font-size: 1.3em;
}

#contactform input {
	padding-top: .2em;
	padding-bottom: .2em;
}

.fieldstyle {
	border: 1px #999 solid;
	padding:4px 0 0 0;
	margin:0px;
}

.cform_name {
	width: 193px;
}

.cform_full {
	width: 398px;
}

.cform_half {
	width: 199px;
}

.cform_month {
	width: 105px;
}

.cform_year {
	width: 65px;	
}

.cform_city {
	width: 293px;
}

.cform_state {
	width: 23px;
}

.cform_zip {
	width: 58px;
}
.cform_spacer {
	width: 10px;
	height: 22px;
}

.cform_ccnum {
	width: 322px;
}

.cform_amount {
	width: 96px;
}

.cform_invoice {
	width: 280px;
}

.cform_cvv {
	width: 57px;
}

.cform_title {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.cform_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* zip locator */

div#zipsearch {
	padding: 20px;
	margin: 12px 0;
	border: 1px solid #b7cad2;
	background-color: #fefeef;
	text-align: center;
	font-size: 14px;
}

div#map {
	border: 2px #999 solid;
	height: 400px;
}

/* contact us */

table.contact {
	font-size: 1.3em;
}

table.contact tr td {
	padding: 0 0 10px 0;
}

table.contact tr td.title {
	padding: 0 20px 10px 0;
}

/* careers */

div#careersaddress {
	padding: 15px;
	margin: 12px 0 0 115px;
	border: 1px solid #b7cad2;
	background-color: #fefeef;
	font-size: 14px;
	width: 325px;
}

.goinggreen {
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 1.3em;	color:#000000;
}

.error {
	color: #FF0000;
}

.showroom_sidebar {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Times, "Times New Roman",  serif;
	font-size: 1.7em;	color:#249119;
	font-weight:bold;
}

div#showroom-specials-july {
			float: left;
			background:url(../images/showroom_specials.gif) no-repeat;
			height:90px;
			padding: 56px 0 0 6px;
			width: 184px;
			/*border: 1px solid #FF0000;*/
		}
		
			div#showroom-specials-july img {
				float:left;
				display: inline;
				margin-right: 5px;
			}
			div#showroom-specials-july h3 {
				display: block;
				float: left;
				width: 100px;
				height: 65px;
			}
		
			div#showroom-specials-july p {
				width: 170px;
				margin: 0px;
				font-size: 1.1em;
				line-height: 1.2em;
			}
			
			div#showroom-specials-july a {
				line-height: 1.6em; 
				font-size: 1.6em;
				font-family: Times, "Times New Roman",  serif;

			}
			
div#showroom-specials-sept {
			float: left;
			background:url(../images/showroom_specials.gif) no-repeat;
			height:95px;
			padding: 56px 0 0 6px;
			width: 184px;
			/*border: 1px solid #FF0000;*/
		}
		
			div#showroom-specials-sept img {
				float:left;
				display: inline;
				margin-right: 5px;
			}
			div#showroom-specials-sept h3 {
				display: block;
				float: left;
				width: 100px;
				height: 65px;
			}
		
			div#showroom-specials-sept p {
				width: 170px;
				margin: 0px;
				font-size: 1.1em;
				line-height: 1.2em;
			}
			
			div#showroom-specials-sept a {
				line-height: 1.6em; 
				font-size: 1.6em;
				font-family: Times, "Times New Roman",  serif;
			}
			
.center-header {width:629px; margin:auto;}

/* indoor lighting */

#content-text div {padding:25px; margin-top:15px;}
#content-text div p {color:black; margin-bottom:0px;}
#content-text div h2 {margin-top:0px;}
#content-text div img {margin-top:0px;}
#content-text .clear {padding:0px;}

.content-left {background-color:#999;}
.content-left p {color:black;}

.content-right {background-color:#FFF;}