/* /includes/default.css
 * Cascading Style Sheet for evw.com
 * (C) 2009 Dennis Lo Designs unless otherwise licensed.
 * @author Dennis Lo, http://www.dennislo.com
 */

body {
	padding: 0;
	margin: 0;
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size: 11px;
	background: url(../img/pattern.png) 0 0 repeat #a49b98;
	height: 100%;
}

/* Utilitarian  
*************************************************/
@font-face {
	font-family: Cheltenham;
	src: url('CheltenhamStd-Book.otf');
	src: local('‚ò∫'),
		url('CheltenhamStd-Book.otf') format('OpenType'),
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Cheltenham;
	src: url('CheltenhamStd-Book.eot');
	src: local('‚ò∫2'),
		url('CheltenhamStd-Book.eot') format('embedded-opentype'),
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: franklin;
	src: url('ITCFranklinGothicStd-Book.otf');
	src: local('‚ò∫3'),
		url('ITCFranklinGothicStd-Book.otf') format('OpenType'),
	font-weight: normal;
	font-style: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #5b2b06;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0;
	outline: none;
}

#logo {
	width: 197px;
	float: left;
}

#logo a {
	background: url(../img/evw_logo.png) 0 0 no-repeat;
	width: 197px;
	height: 52px;
	display: block;
	cursor: pointer;
	outline: none;
	text-indent: -8888px;
	margin: 0;
	padding: 0;
}

#mastheadImages {
	width: 780px;
	height: 520px;
	float: left;
	z-index:-1;
}

#content p {
	margin: 10px;
	line-height: 130%;
	color: #201f1f;
}

#copy {
	width: 330px;
	float: left;
	height: auto;
	padding: 15px 0 0 15px;
}



/* Navigation
*************************************************/
#nav {
	float: right;
}

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

#nav ul li {
	display: inline;
	float: left;
	margin: 0 0 0 25px;
}

#nav ul li a {
	height: 16px;
	display: block;
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: 0;
	float: left;
	font-family: franklin, "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size: 1em;
	color: #cfcfcf;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav ul li.active a {
	color: #5B2B06;
}


/* Layout
*************************************************/
#headerWrap {
	width: 100%;
	min-width: 780px;
	height: 100px;
	background: #fff;
}

#header {
	margin: 0 auto;
	width: 780px;
	text-align: center;
	background: #fff;
}


#main {
	width: 100%;
	clear: both;
	float: none;
x	background: #f5f5f5;
	z-index: 888;
}

#mainImage {
	margin: 0 auto;
	width: 780px;
}

#content {
	margin: 0 auto;
	width: 780px;
	min-height: 508px;
	height: auto;
	z-index: 888;
	background: #f0ece8;
}


/* Project Grid 
*************************************************/
#sectionOverview {
	padding: 20px 60px 0px 60px;
x	font-family: Times, Times New Roman, serif;
	font-size: 1.2em;
}

#sectionOverview p {
	color: #5B2B06;	
	margin: 10px 0;
}

#projectGrid {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

.projectGridItem {
	background: #fff;
	margin: 20px 60px 0px 60px;
	width: 267px;
	min-height: 105px;
	height: auto;
	float: left;
x	border-top: 1px solid #775948;
x	border-bottom: 1px solid #775948;
x	border: 1px solid #f0ece8;
	padding: 1px;
}

.projectGridItem a {
	text-decoration: none;
	outline: none;
	width: 267px;
	height: 105px;
	display: inline-block;
}

.projectGridItem:hover {
x	border-top: 1px solid #775948;
x	border-bottom: 1px solid #775948;
x	background: #f0ece8;
x	background: #f4f4f4;
	-webkit-box-shadow: 0 0 5px #999; 
	box-shadow: 0 0 5px #999;	
}

.projectGridItem img {
	width: 70px;
	height: 105px;
	float: left;
	border: 0;
}

.projectGridItemText {
	display: block;
	color: #775948;
	text-decoration: none;
	font-size: 1em;
	margin: 20px 0 0 90px;
	padding: 0;
	width: 	175px;
	text-transform: uppercase;
}

.projectGridItem strong {
	display: inline-block;
	color: #c5bfb5;
	font-weight: bold;
	margin: 10px 0 0 20px;
}


#paneNav {
	width: 780px;
	margin: 0 auto;
}

#prevPane, #nextPane {
	width: 382px;
	padding: 10px 4px;
	background: #f0ece8;
	color: #896f60;
	display: block;
	float: left;
	font-size: 1.7em;
	letter-spacing: 2px;
	outline: none;
	font-family: Georgia, Times, "Times New Roman";
}

#nextPane {
	text-align: right;
	float: right;
	clear: right;
}

#nextPane:hover, #prevPane:hover {
	background: #e4e0dd;
	text-decoration: none;
}

.pDetails, #pDetails {
	height: 100%;
	padding: 30px 30px 0 30px;
	float: left;
	color: #3b3b3b;
	position: absolute;
	background: #F0ECE8;
	opacity: .8;
	filter:alpha(opacity=80);
}

.pDetails p, #pDetails p {
	line-height: 130%;
	max-width: 330px;
}

#container { width: 100%; height: 510px; overflow: auto; }
#shifter { position: relative; margin: 0; width: 15000px; height: 510px; }
.pane { position: relative; margin: 0; width: 780px; height: 510px; float: left; background: #f0ece8; }




/* Contact Form 
*******************************/
#titleContact {
	padding: 10px;
	margin: 0;
	color: #997b64;
}

dd {
	padding: 5px 10px;
	margin: 0;
}

dt {
	margin-top: 15px;
	width: 120px;
	padding: 0 10px;
	color: #666;
}

input:hover, textarea:hover {
	background: #F0ECE8;
}

input, textarea {
	background: #fff none repeat scroll 0 0;
	border: none;
	border: 1px solid #997b64;	
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size: 1em;
	padding: 3px;
	margin: 0;
}

select {
	background: #fff none repeat scroll 0 0;
	border: none;
	border-bottom: 1px solid #999;
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	color: #333;
	font-size: 1em;
	width: 140px;
	padding: 1px 0;
}

#contactForm dd textarea {
	border-top: 1px solid #997b64;
	border-bottom: 1px solid #997b64;
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size: 1em;
}

#contactForm dd select {
	border-bottom: 1px solid #997b64;
	color: #000;
	font-family: "trebuchet ms", trebuchet, helvetica, arial, sans-serif;
	font-size: 1em;
}

#sendButton {
	outline: none;
	border: 1px solid #fff;                         
	line-height: 20px;
	color: #997b64;
	cursor: pointer;
	font-size: 1.3em;
	padding: 8px 15px;
	background: #fff;
	font-family: Times;
	margin: 0;
}

#sendButton:hover {
	border: 1px solid #997b64;
	background: #F0ECE8;
}

#msgBox {
	width: 400px;
	height: 110px;
}

.Notification {
	margin-left: 10px;
	padding-left: 10px;
	width: 400px;
}

