/*
title: Windham Design Group stylesheet
author: Eric Rowan
version: 1.0
*/

/* CSS Reset via Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }


/* GLOBAL STUFF - BEGIN */
html, body {
	height: 98.5%;
	}

li {
	list-style-image: none; 
	list-style-type: none; 
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #15ADFF;
	}

body {
	background: #000;
	font: .85em Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	overflow: hidden;
	}

.bg {
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 0;
	background: #000000;
	}

#flashIntro {
	position: absolute;
	right: auto;
	left: auto;
	height: 100%;
	width: 100%;
	z-index: -100;
	}
	
#wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
	}

#header {
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: #000000;
	z-index: 100;
	}

#header h1 {
	float: right;
	padding: 7px 10px 0 0;
	}

img#logo {
	float: left;
	margin-top: 7px;
	}

/* GLOBAL STUFF - END */

	

/* HEADER, MAIN NAVIGATION - BEGIN */

#header #nav {
	float: left;
	padding-left:10px;
	}

#header ul#nav {
	display: block;
	list-style-type: none; 
	}

#header ul#nav li {
	display: inline;
	padding: 0 20px 0 10px;
 	float: left;
 	}
 	
#header ul#nav li a { 
	font-size: 1.1em;
	text-decoration: none;
	color: #999999;
	}

#header ul#nav li a:hover {
	color: #FFFFFF;
	}

#header ul#nav li.social {
	padding: 0 3px;
	opacity: 0.65;
	-khtml-opacity: 0.65;
	filter: alpha(opacity=65);	
	}

#header ul#nav li.social:hover {
	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);	
	}

#header ul#nav li.social img {
	float: left;
	padding-right: 3px;
	}

#header ul#nav li.social a {
	padding: 3px;
	font-size: 0.8em;
	}

#header ul#nav li a:hover {
	display: inline;
	text-decoration: none;
 	} 	
 
#header ul#nav li a.active {
	color: #FFFFFF;
 	} 	

/* HEADER, MAIN NAVIGATION - END */


 
/* CONTENT - GLOBAL STUFF BEGIN */
 
#content {
 	position: relative;
 	width: 1300px;
 	}
 
#content h1 {
 	font-size: 2.1em;
 	color: #666;
 	padding-bottom: 10px;
 	}

#content h2 {
 	font-size: 1.7em;
 	color: #666;
 	padding-bottom: 10px;
 	}
 	
#content h3 {
 	font-size: 1.5em;
 	color: #666;
 	padding-top: 10px;
 	padding-bottom: 3px;
 	border-bottom: 1px solid #999;
 	}
 
#content h4 {
 	font-size: 1.3em;
 	color: #666;
 	padding-top: 10px;
 	}
 
#content p {
 	font-size: 1.2em;
 	line-height: 1.2em;
 	color: #333;
 	padding: 0.5em 0;
 	max-width: 768px;
 	}
 
 #content p.small {
 	position: absolute;
	right: -50px;
	font-size: .9em;
	padding: 100px;
 	}
 
#content p.caption {
 	font-size: 1em;
	font-style: italic;
 	}
 
#content a {
 	color: #666;
 	padding-bottom: 2px;
	border-bottom: 1px dotted #999;
 	}

#content a:hover {
 	color: #15ADFF;
 	padding-bottom: 2px;
	border-bottom: 1px solid #15ADFF;
 	}

#content .leftBlock {
	float: left;
 	width: 35%;
 	padding: 20px;
 	margin: 20px;
 	border-right: 2px dotted #C1C1C1;
 	}
 
#content .rightBlock {
	float: left;
	width: 50%;
	padding: 20px;
 	}

#content .specsBlock {
	font-size: 0.8em;
	float: left;
	width: 45%;
	padding: 20px;
 	}

#content #about-nav ul {
	position: absolute;
	float: right;
	right: 10px;
	display: inline;
	}

#content #about-nav ul li {
	float: left;
	margin-left: 3px;
	color: #ffffff;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
	}

#content #about-nav ul li a {
	margin: 0;
	padding: 7px 5px 3px 5px;
	border: none;

	}

#content #about-nav ul li.active a {
	border: none;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
	border-bottom: 1px dotted #15ADFF;
	color: #15ADFF;
	}
	
/* CONTENT - GLOBAL STUFF END */


/* JS SHOW/HIDE - BEGIN */

.showandtell #portfolio #container {
	position: fixed;
	top: 225px;
	left: 50%;
	width: 1336px;
	margin: -150px 0 0 -690px;
	border-right: 0;
	padding: 0;
	}

.showandtell #content {
	position: absolute;
	top: 45%;
	left: 50%;
	height: auto;
	width: 960px;
	margin: -150px 0 0 -480px;
	border-right: 0;
	}

.showandtell #content {
	background: url(../images/transparent_bg.png) repeat;
	}

.node {
	position: relative;
	}

.showandtell .node {
	display: none;
	}

.intro #intro.node,
.about #about.node,
.about_2 #about_2.node,
.about_3 #about_3.node,
.about_4 #about_4.node,
.portfolio #portfolio.node,
.contact #contact.node,
.client #client.node {
	display: block;
	}

/* JS SHOW/HIDE - END */


 /* PORTFOLIO NAVIGATION - BEGIN */

#content .categories {
	position: fixed;
	width: 810px;
	left: 0;
	margin: auto;
	right: 0;
	top: 175px;
	}

#portfolio .categories div {
	position: absolute;
	margin: 0 auto;	
	top: -10em;
	z-index: 100;
	}

#portfolio .categories ul#filter li {
	display: block;
	margin: 0 4px;
	background: #242424;
	opacity: 0.85;
	-khtml-opacity: 0.85;
	filter: alpha(opacity=85);
	border-top: 5px solid #242424;
	float: left;	
	}

#portfolio .categories ul#filter li a {
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: .75em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	}

#portfolio .categories ul#filter li:hover {
	padding-top: 1px;
	border-top: 5px solid #000000;
	}

#portfolio .categories ul#filter li.current a {
	margin-top: -5px;
	opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);	
	border-top: 5px solid #000000;
	color: #15ADFF;
	}
	
/* PORTFOLIO NAVIGATION - END */


/* FILTER PORTFOLIO - BEGIN */
/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

/*****Basic Layout*****/

#portfolio #container {
	position: absolute;
	width: 100%;
	height: 662px;
	overflow: hidden;
	z-index: 0;
	}

#portfolio #container ul#portfolio { float: left; list-style: none; margin-left: 0; }
#portfolio #container ul#portfolio li { 
	float: left; 
	width: 70px;
	height: 70px;
	padding: 0;
	margin: 1px;
	}
	
#portfolio #container ul#portfolio a { display: block; list-style-type: none; border: none;}
#portfolio #container ul#portfolio a:hover { text-decoration: none; opacity: 0.7;}
#portfolio #container ul#portfolio img { display: block;  }

/* FILTER PORTFOLIO - END */



/* FORMS - BEGIN */

#content label {
 	display: block;
	float: left;
	padding: 11px 0;
	clear: both;
	width: 125px;
	font-size: 1.2em;
	}

#content label.small {
	font-size: .9em;
	width: 120px;
	}

#content input.field, #content textarea.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	color: #999;
	height: auto;
	font-family: inherit;
	font-size: 1.2em;
	}

#content input.field {
	height: 15px;
	overflow:hidden;
	}
	
#content input:focus.field, #content textarea:focus.field {
	background: #545454;
	}
 
#content input.pointer {
 	margin-top: 10px;
 	cursor: pointer;
 	}

#content select, submit {
	margin: 8px 0 0 0;
	}

/* FORMS - END */


/* FOOTER - BEGIN */
#footer {	
	position: fixed;
	height: 10px;
	width: 100%;
	bottom: 0;
	padding-bottom: 10px;
	}

#footer .copy {
	float: right;
	font-size: 0.8em;
	padding-right: 10px;
	padding-top: 4px;
	font-variant: small-caps;
	color: #999;
	}

#footer .copy-tiny p {
	font-size: 0.8em;
	}

/* FOOTER - END */


/* JS SHOW/HIDE - END */


/* SLIDING LOGIN PANEL - BEGIN */

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}


#client {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	background: url(../images/wd_star.png) no-repeat right bottom;
	display: none;
	}

#panel a-lost-pwd {
	display: block;
	float: left;
	}


#panel .content form {
	margin: 0 0 10px 0;
	}

/* SLIDING LOGIN PANEL - END */

/* NO JAVASCRIPT REDIRECT PAGE */
#nojs {
	position: relative;
	top: 23%;
	margin: 0 auto;
	width: 500px;
	height: auto;
	padding: 15px;
	background: url(../images/transparent_bg.png) repeat;
	}
	
#nojs h2 {
	text-align: center;
	font-size: 1.4em;
	margin: 5px 0 10px 0; 
	}
	
#nojs p {
	margin-bottom: 10px;
	}
	
	
	