body {
	font-size:small;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-family:"Lucida Grande", Arial, sans-serif;
	color:#454545;
	line-height:1.6em;
	padding:0;
	margin:0;
	}

h1 {
	font-weight:normal;
	color:#CC3301;
	font-size:170%;
	}

h3 {
	font-weight:normal;
	}
	

img {border:none;}

a:link, a:visited {
	color:#CC3301;
	}
	
a:hover, a:active {
	color:#000;
	}


strong {
	color:#000;
	}
	
/*-- Site Layout --*/
#header {
	width:960px;
	margin:40px 0 0px 40px;
	}
	
#logo {
	float:left;
	}
	
#nav {
	font-family:Helvetica, Arial, sans-serif;
	font-size:130%;
	float:right;
	width:600px;
	background:#FFF;
	}
	
#subnav {
	font-family:Helvetica, Arial, sans-serif;
	background:#EAEAEA;
	border-top:1px solid #CCC;
	border-bottom:4px solid #CC3301;
	height:1.5em;
	}
	
#content {
	margin:30px 0 0 20px;
	width:970px;
	}
	
#main {
	float:right;
	width:660px;
	}

#sidebar {
	float:left;
	width:280px;
	}
	
#footer {
	font-size:95%;
	letter-spacing:1px;
	color:#AAA;
	margin:40px 0;
	text-transform:uppercase;
	border-top:1px solid #CCC;
	}

/*-- Main Navigation --*/
#nav ul {
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
	float:right;
	}

#nav ul li {
	float:left;
	}
	
#nav ul li a {
	display:block;
	padding:10px 10px 3px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	}
	#nav ul li a.last {
		padding-right:0;
		}

#nav ul li a:hover,
body.home #nav a.home,
body.projects #nav a.projects,
body.case-studies #nav a.case-studies,
body.blog #nav a.blog,
body.about #nav a.about,
body.contact #nav a.contact {
	color:#CC3301;
	}


/*-- Sub Navigation --*/
#subnav2 {
	width:1000px;
	}
	
#subnav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	}

#subnav ul li {
	float:left;
	margin:0;
	padding:0;
	}
	
#subnav ul li a {
	display:block;
	padding:2px 12px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	}
	#subnav ul li a.last {
		padding-right:0;
		}

#subnav ul li a:hover,
body.transit #subnav a.transit,
body.plazas #subnav a.plazas,
body.promenades #subnav a.promenades,
body.wind-solar #subnav a.wind-solar,
body.art-in-architecture #subnav a.art-in-architecture,
body.memorials #subnav a.memorials,
body.earthworks #subnav a.earthworks,
body.landmarks-gateways #subnav a.landmarks-gateways
{
	color:#CC3301;
	}


/*-- Main Styles --*/
#content img {
	border:1px solid #CCC;
	padding:5px;
	background:#F9F9F9;
	}
	
/*-- Home Page --*/
p.home-page-copy {
	font-size:120%;
	line-height:1.6em;
	}
	
/*-- Projects pages --*/
#caption {
	float:left;
	padding:10px 0 0 0;
	}
	
#next-previous {
	letter-spacing:1px;
	float:right;
	padding:10px 10px 0 0;
	text-transform:uppercase;
	}
	#next-previous a {
		color:#333;
		}
		
#content a.previous {
	padding:0px 0 0px 20px;
	background:url(../images/arrow_l.gif) left center no-repeat;
	text-decoration:none;
	}
#content a.previous:hover {
	text-decoration:underline;
	}

#content a.next {
	padding:0 20px 0 0;
	background:url(../images/arrow_r.gif) right center no-repeat;
	text-decoration:none;
	}
#content a.next:hover {
	text-decoration:underline;
	}

#sidebar h1 {
	margin:0;
	padding:0;
	}
	
#sidebar p {
	padding:0;
	margin:6px 0 3px;
	}
	
#thumbnails a {
	float:left;
	margin:0 8px 8px 0;
	}
	
#content a img.thumbnail {
	padding:3px;
	background:#F9F9F9;
	border:1px solid #CCC;
	}

#content a:hover img.thumbnail {
	background:#DDD;
	}

#content a img.thumbnail-on {
	padding:3px;
	border:1px solid #CCC;
	background:#CC3301;
	}


/*-- Case study --*/
div.section {
	margin:20px 0 0;
	}
	
img.case-photo {
	float:left;
	margin:0 40px 0 0;
	}

ol.case-study-list {
	margin:0;
	padding:0;
	}
	
li.case-text {
	float:left;
	padding:0;
	margin:0;
	width:645px;
	}


/*-- Blog --*/
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#sidebar ul li ul {
	margin:0 0 0 20px;
	list-style:disc;
	}

/*-- Footer --*/

#copyright {
	float:left;
	}

/* footer navigation */
#footer #nav {
	font-size:95%;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	float:right;
	width:500px;
	}
	
#footer #nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	}

#footer #nav ul li {
	float:left;
	}
	
#footer #nav ul li a {
	display:block;
	padding:0px 8px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	}
	#footer #nav ul li a.last {
		padding-right:0;
		}

#footer #nav ul li a:hover,
body.home #footer #nav a.home,
body.projects #footer #nav a.projects,
body.case-studies #footer #nav a.case-studies,
body.blog #footer #nav a.blog,
body.about #footer #nav a.about,
body.contact #footer #nav a.contact {
	color:#555;
	}



/*-- Utilities --*/
.clear {
	clear:both;
	}
	
input[type="text"],
textarea {
	border:1px solid #CCC;
	padding:3px;
	}
	
.pdf {
	float:right;
	background:url(../images/pdf.gif) left center no-repeat;
	padding:2px 0 2px 20px;
	margin:1px 0 0;
	}
	
	