/* LAST UPDATED 02.18.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    FORMS
	VI.   HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

html, body, #wrap { height: 100%; }

body > #wrap { height: auto; min-height: 100%; }

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f574f;
	line-height: 1.7em;
	background: #dfddda url('../Images/bg-top.jpg') top no-repeat;
}

p, ul, ol, h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 16px;
}

a {
	color: #5f574f;
	text-decoration: underline;
}

a:hover { color: #ad4800; }

a img { border: 0; }

.alignRight {
	float: right;
	margin: 2px 0 2px 16px;
}

.alignLeft {
	float: left;
	margin: 2px 16px 2px 0;
}

.right {
	float: right;
	margin: 2px 0 2px 16px;
}

.left {
	float: left;
	margin: 2px 16px 2px 0;
}


ul, ol { margin: 0 0 0 28px; }

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

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#topNav ul {
	list-style: none;
	line-height: 1.2em;
}

	#topNav ul li {
		float: left;
		padding: 0 8px;
		border-right: 1px #736d67 solid;
	}

	#topNav ul li.last {
		padding-right: 0;
		border-right: none;
	}

	#topNav ul li a {
		font-size: 12px;
		text-transform: lowercase;
		color: #736d67;
		text-decoration: none;
	}

	#topNav ul li a:hover { color: #a9a39b; }

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#nav li { float: left; }

	#nav li a {
		display: block;
		padding: 2px 8px;
		font-size: 16px;
		text-transform: lowercase;
		color: #736d67;
		text-decoration: none;
	}

	#nav li.last a { padding-right: 0; }

	body#surfaces #nav li#nav-surfaces a, 
	body#lighting #nav li#nav-lighting a, 
	body#services #nav li#nav-services a, 
	body#projects #nav li#nav-projects a, 
	body#quote #nav li#nav-quote a, 
	body#blog #nav li#nav-blog a, 
        body#about #nav li#nav-about a,
        body#contact #nav li#nav-contact a,
	#nav li a:hover { color: #a9a39b; }

ul#nav_896708 li#nav-quote { 
       padding-right: 0;
       border-right: none !important;
}

ul#nav_14623 li#nav-blog a { 
       padding-right: 0;
       border-right: none !important;
}



#sideNav ul {
	list-style: none;
	margin: 0 0 16px 12px;
	padding: 0;
}

	#sideNav li { line-height: 2em; }

	#sideNav li a { text-decoration: none; }

	#sideNav li li:before { content: "- "; }

	#sideNav ul ul { margin-bottom: 0; }



/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 900px;
}

	#header {
		position: relative;
		height: 142px;
	}

		#homeLink {
			display: block;
			position: absolute;
			top: 43px;
			left: 0;
			width: 141px;
			height: 91px;
			text-indent: -4440px;
		}

		#topNav {
			position: absolute;
			top: 20px;
			right: 0;
		}

		#nav {
			position: absolute;
			bottom: 10px;
			right: 0;
		}

	#content {
		width: 100%;
		padding-bottom: 71px;
		overflow: hidden;
	}

		.page {
			padding: 24px 24px 0;
			background: #fff url('../Images/bg-content.jpg') bottom no-repeat;
		}

			#featured { /* size for the flash is currently set to 852 x 223 */
				height: 223px;
				margin-bottom: 24px;
				overflow: hidden;
                               background: transparent url(/Banner-Distinctive.jpg) no-repeat !important;
			}

			#featured-flash { /* size for the flash is currently set to 852 x 223 */
                               display: none;
                               background: transparent url(/xml_banner_rotator_thumbs_1.swf) no-repeat !important;
			}

			#mainContent {
				float: right;
				width: 640px;
			}

			#mainContent-blog {
				float: left !important;
				width: 750px !important;
			}

				#mainContent .col-1 {
					float: left;
					width: 415px;
				}

				#mainContent .col-2, .recentPosts {
					float: right;
					padding: 12px 15px 13px;
					width: 180px;
					background: #f5f4f4;
                                        margin-bottom: 30px;
				}

					body#blog .recentPosts {
						float: none;
						width: 160px;
						margin-bottom: 16px;
					}

					.blurb {
						padding: 11px 0 9px;
						background: url('../Images/dotted.gif') top left repeat-x;
					}

					.rss {
						display: block;
						height: 18px;
						line-height: 18px;
						padding-left: 21px;
						color: #837b71;
						text-decoration: none;
						background: url('../Images/rss.gif') top left no-repeat;
					}

			#sidebar {
				float: left;
				width: 200px;
			}

			#followUs {
				clear: both;
				float: right;
			}

				#followUs ul {
					list-style: none;
					margin: 0 2px 0 0;
					padding: 0;
				}

				#followUs li {
					float: left;
					width: 26px;
					height: 26px;
					margin-right: 7px;
				}

				#followUs li.last { margin: 0; }

				#followUs li a {
					display: block;
					width: 26px;
					height: 26px;
					text-indent: -4440px;
				}

				#followUs li a.twitter { background: url('../Images/icon-twitter.gif') no-repeat; }
				#followUs li a.facebook { background: url('../Images/icon-facebook.gif') no-repeat; }
				#followUs li a.linkedin { background: url('../Images/icon-linkedin.gif') no-repeat; }

			.post { padding-bottom: 24px; }

				.meta {
					padding-top: 12px;
					background: url('../Images/dotted.gif') top left repeat-x;
				}

				.meta a { text-decoration: none; }

			#copyright {
				clear: both;
				padding-top: 38px;
				text-align: center;
			}

#footer {
	position: relative;
	margin-top: -71px;
	width: 100%;
	height: 71px;
	clear: both;
	background: url('../Images/bg-bottom.jpg') bottom repeat-x;
}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0 8px 8px 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: normal;
	line-height: 1.2em;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

h1 { font-size: 18px; }

	body#blog h1 { font-size: 21px; }

h2 { font-size: 16px; }

	#sidebar h2 {
		font-weight: bold;
		padding-bottom: 8px;
	}

	body#blog h2 { font-size: 17px; }

h3 { font-size: 14px; }

	#mainContent .col-2 h3, .recentPosts h3 {
		color: #b88f76;
		padding-bottom: 10px;
	}

h4 { font-size: 12px; }

	.blurb h4 {
		font-weight: bold;
		padding-bottom: 0;
	}

	#followUs h4 {
		padding-bottom: 7px;
		width: 92px;
		height: 13px;
		text-indent: -4440px;
		background: url('../Images/bg-followUs.gif') no-repeat;
	}




/* END */