/* 
site:		evolvingpage.com
styles: 	Screen
author:		Drew Myler
*/




/* SHELL */

/* ------- globals ------- */


* {
	margin: 0;
	padding: 0;
	}

body {
	background: #333;
	text-align: center;
	font: 75%/147% "lucida grande", verdana, sans-serif;
	color: #333;
	}

	
ul, dl, ol, li, p, blockquote {
	padding: 0;
	margin: 0 0 1em;
	}

ul {
	margin-left: 1em;
	list-style: none;
	}
	
ul ul {
	margin-top: 1em;
	}
	
ol {
	margin-left: 2em;
	}
	
blockquote {
	line-height: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 112%;
	}
	
cite {
	clear: both;
	font-style: normal;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	color: #817546;
	}
	
h1 {
	font-size: 117%;
	margin-bottom: 25px;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 142%;
	margin-bottom: .35em;
	}
	
h3 {
	font-size: 92%;
	margin-bottom: .3em;
	font-weight: bold;
	}
	
a {
	text-decoration: none;
	color: #ba5c42;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

a img {
	border: 0;
	}
		
.alignright, .alignleft {
	float: right;
	margin: 0 0 8px 10px;
	position: relative;
	}
	
.alignleft {
	float: left;
	margin: 4px 10px 8px 0;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 1.25em;
	text-align: center;
	}
	
/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skipto {
	display: none;
	}


/* ------- layout ------- */

.width {
	margin: 0 auto;
	width: 758px;
	text-align: left;
	position: relative;
	}
	
#mastHead {
	position: relative;
	}

#mastHead .width {
	height: 94px;
	}


#logo {
	position: absolute;
	left: 0;
	background: #ba5c42;
	}
	
img.title {
	position: absolute;
	left: 96px;
	bottom: .75em;
	}
	
#nav {
	background: #434343;
	}

#upper {
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	background: #f3f0dc;
	}
	
#upper .width {
	background: url(../img/bg_upper.gif) right bottom no-repeat;
	padding-bottom: 10px;
	text-align: left;
	}
	
.lowerTitle {
	background: #968a5c;
	color: #f3f0dc;
	}
	

#lower {
	background: #817546;
	color: #f3f0dc;
	}
	
#lower .width {
 	background: url(../img/bg_lower.gif) 96px 0 no-repeat;
	padding-top: 25px;
 	}

#mainColumn {
	float: left;
	margin: 0 0 0 96px;
	display: inline; /* IE6 double margin bug */
  	width: 470px;
	}


#sideColumn {
	float: right;
	width: 182px;
	color: #817546;
	}
	
#content {
	width: 566px;
	margin-left: 96px;
	}
	
#footer {
	width: 758px;
	text-align: right;
	margin: 0 auto 50px;
	padding-top: 10px;
	font-size: 97%;
	color: #fff;
	font-weight: normal;
	text-transform:  uppercase;
	}
	
	
/* ------- specifics ------- */

#nav .width ul {
	float: left;
	list-style: none;
	margin: 0 0 0 96px;
	text-transform: uppercase;
	font-size: 92%;
	text-align: left;
	width: 660px;
	display: inline;
	}
	
#nav .width ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav .width ul li a {
	line-height: 18px;
	padding: 5px 20px;
	color: #fff;
	display: block;
	}
	
#nav .width ul li a:hover, #nav .width ul li.here a {
	padding: 5px 20px;
	line-height: 18px;
	text-decoration: none;
	background: #535353;
	}
	
#nav .width ul li.here a {
	background: #535353 url(../img/bg_nav-here.gif) bottom center no-repeat;
	}
	

#upper h2 {
	background: #fff;
	color: #ba5c42;
	text-transform: uppercase;
	font-size: 92%;
	padding: 3px 6px;
	display: inline;
	font-weight: bold;
	}

#upper li {
	background: url(../img/bullet.gif) 0 6px no-repeat;
	padding-left: 15px;
	margin-bottom: .1em;
	text-transform: uppercase;
	font-size: 92%;
	}
	
#sideColumn ul, .whatdid ul {
	margin-left: 0;
	}
	
#lower ul {
	margin-left: 0;
	}
	
#lower li {
	background: url(../img/bullet-cream.gif) 0 6px no-repeat;
	padding-left: 15px;
	margin-bottom: 2.75em;
	}

.lowerTitle h2 {
	margin-bottom: 0;
	font-size: 100%;
	font-weight: bold;
	color: #f3f0dc;
	padding: 6px 0;
	}

#lower a {
	color: #f3f0dc;
	}
	
#lower a:hover {
	color: #fff;
	}

#lower a.more, #portfolio .desc p a {
	color: #f3f0dc;
	background: #968a5c;
	padding: 1px 3px;
	}
	
#lower a.more:hover, #portfolio .desc p a:hover {
	text-decoration: none;
	background: #9f9366;
	color: #fff;
	}

	
#sideColumn a:hover {
	text-decoration: none;
	background: #fff;
	}
	
	
/* SECTION SPECIFIC STYLES */

#services #mainColumn p {
	padding-top: .5em;
	margin-bottom: 2.75em;
	}
	
/* ------- portfolio styles ------- */

.desc {
	margin: 1em 0 3em 0;
	}

#portfolio #mainColumn {
	width: 662px;
	}

#portfolio .desc {
	margin: 1em 0 3em 96px;
	width: 374px;
	float: left;
	display: inline; /* IE double float bug */
	}
	
#portfolio .whatdid {
	float: right;
	width: 182px;
	margin-top: 1.25em;
	}
	
#portfolio #mainColumn img, #about #upper img {
	border: 5px solid #fff;
	position: relative;
	}
	
#portfolio #mainColumn img.alignleft {
	margin-left: -96px;
	}
	
	
/* ------- about ------- */


#about #upper ul {
	margin-left: .75em;
	}
	
#about #upper li {
	margin-bottom: 1em;
	line-height: 1.4em;
	text-transform: none;
	}
	
#about #upper li strong {
	font-weight: normal;
	text-transform: uppercase;
	}
	
#about #sideColumn img {
	margin-bottom: 5px;
	}
	
#about #sideColumn p {
	font-size: 82%;
	line-height: 1.2em;
	}
	
/* ------- contact ------- */

#contactform {
	margin-top: 1.5em;
	}

#contact input, #contact textarea {
	width: 278px;
	}
	
#contact input#submit {
	width: auto;
	}
	
/* ------- homepage styles ------- */

#home a#where {
	position: absolute; 
	top: 10px; 
	right: 0px; 
	background: #555; 
	color: #f3f0dc; 
	font-size: 87%; 
	padding: 1px 5px;
}

#home a#where:hover {
	background: #666;
	color: #eee;
	text-decoration: none;
	}

#home #upper h1 {
	display: inline;
	background: #fff;
	padding: 5px 7px;
	text-align: left;
	float: left;
	margin-bottom: 0;
	}
	

#home #upper {
	padding-top: 0;
	}
	
#home #upper .width {
	padding-top: 45px;
	background: url(../img/lightbulb.jpg) 100% 10px no-repeat;
	}

	
#home #mainColumn {
	width: 566px;
	margin-left: 0;
	clear: both;
	}
	
#home #mainColumn p {
	margin: 25px 0;
	font-size: 112%;
	}
	
#home #mainColumn h4 {
	font-size: 202%;
	margin: 0 0 25px 192px;
	}
	
#home #overview {
	margin: 0 0 50px 192px;
	color: #817546;
	background: url(../img/bullet.gif) 0 6px no-repeat;
	padding-left: 15px;
	width: 374px;
	voice-family: "\"}\""; 
	voice-family:inherit;
 	width: 359px;
  	}
	
#home #overview p {
	margin: 0 0 .35em;
	}
	
#home #overview a {
	text-transform: uppercase;
	font-size: 87%;
	padding: 1px 3px;
	}
	
#home #overview a:hover, #home #mainColumn a:hover {
	text-decoration: none;
	background: #fff;
	}

	
#home #content {
	margin-left: 0;
	width: 470px;
	float: left;
	}
	
#home #lower .width {
	background: url(../img/bg_home-lower.gif) 100% 0 repeat-y;
	padding: 0 0 20px;
	}
	
#home #lower #content {
 	background: url(../img/bg_lower.gif) 0 0 no-repeat;
	}

#home #highlight {
	float: right;
	width: 278px;
	background: #ba5c42;
	margin-top: -35px;
	position: relative;
	padding: 0;
	}
	
#home #highlight blockquote {
	padding: 15px 10px 0;
	}
	
#home #highlight h2 {
	color: #f3f0dc;
	font-size: 102%;
	font-weight: bold;
	background: #c06850;
	padding: 13px 0 7px 10px;
	}
	
#home #highlight a {
	font-family: "lucida grande", verdana, sans-serif;
	text-transform: uppercase;
	background: none;
	font-size: 87%;
	}
	
cite {
	margin: 10px;
	display: block;
	}
	
#home #lower h3 {
	color: #f3f0dc;
	text-transform: uppercase;
	padding-top: 20px;
	margin-bottom: .75em;
	}
	
#home #lower img {
	border: 5px solid #f3f0dc;
	}
	
#home #lower a {
	text-decoration: underline;
	}
	
#home #lower a:hover, #home #lower a.more {
	text-decoration: none;
	}