/* ---------------------------------------------------------------------------
	
	Ervin Lovett & Miller Master Styles
	http://www.ervinlovettmiller.com
	
	author: nGen Works
	http://ngenworks.com
	
--------------------------------------------------------------------------- */

/* RESET! */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

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

body { font: small/1.5em Helvetica, Arial, Verdana, sans-serif; }
	
#container {
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
	width: 960px;
}

#content {	
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.85em;
	/*margin: -54px 0 0 110px;*/
	margin-left: 110px;
	padding-top: 112px;
	line-height: 1.4em;
	width: 850px;
}

#content-main {
	margin-bottom: 44px;
}

#content-secondary {
	margin-bottom: 30px;
}
	
#foot {
	margin-left: 110px;
	text-align: center;
}

/* --------------------------------------------------------------------------
	=layout - two columns
--------------------------------------------------------------------------- */
#content.two-column #content-main {
	float: left;
	width: 520px;
}

#content.two-column #content-secondary {
	background: url(../img/div-dotted.png) repeat-x top left;
	float: right;
	margin-top: 20px;
	padding-top: 12px;
	width: 300px;
}


/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link { color: #00a3b7; text-decoration: none; }
	
a:visited { color: #999; text-decoration: none; }
	
a:hover { color: #637381; text-decoration: underline; }

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	line-height: 1.0em;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	margin-bottom: 8px;
}

#content-main h2 {
	background: url(../img/div-dotted.png) repeat-x bottom left;
	letter-spacing: 0.25em;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#content-main h2 .email {
	color: #d3242a;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: none;
}
#content-main h2 .email:hover {
	text-decoration: none;
}

#content-secondary h3 {
	color: #d3242a;
	font-size: 13px;
	letter-spacing: 0.25em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.75em;
	margin-bottom: 20px;
}

h5 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

h6 {
	font-size: 1.25em;
	margin-bottom: 20px;
}

p { margin-bottom: 26px; }


/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul { }

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header {
	position: absolute;
		top: 20px;
		left: 0;
	width: 100%;
}

#logo {
	background: url(../img/logo-screen.png) no-repeat 0 0;
	height: 145px;
	width: 77px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo img {
	position: absolute;
		top: 0;
		left: -9999px;
}

/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#nav {
	list-style: none;
	position: absolute;
		right: -60px;
		bottom: 60px;
		
	width: 344px;
	height: 12px;
}

#nav li {
	text-indent: -9999px;
}

#nav li a {
	display: block;
	width: 100%;
	height: 12px;
}

#nav #nav-firm { position: absolute; bottom: 0; left: 0; }
#nav #nav-work { position: absolute; bottom: 0; left: 104px; }
#nav #nav-news { position: absolute; bottom: 0; left: 226px; }

#nav #nav-firm, #nav #nav-firm a { background: url(../img/nav-firm.png) no-repeat 0 0; width: 105px; }
#nav #nav-work, #nav #nav-work a { background: url(../img/nav-work.png) no-repeat 0 0; width: 122px; }
#nav #nav-news, #nav #nav-news a { background: url(../img/nav-news.png) no-repeat 0 0; width: 117px; }

#nav #nav-firm a:hover, #nav #nav-firm.here a, body#firm #nav #nav-firm, body#firm #nav #nav-firm a,
#nav #nav-work a:hover, #nav #nav-work.here a, body#work #nav #nav-work, body#work #nav #nav-work a,
#nav #nav-news a:hover, #nav #nav-news.here a, body#news #nav #nav-news, body#news #nav #nav-news a {
	background-position: 0 -12px;
}

/* ---------------------------------------------------------------------------
	=sub-navigation / subnav
--------------------------------------------------------------------------- */
#nav li #nav-sub {	
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	line-height: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#nav li #nav-sub li {
	background-image: none !important;
	font-size: 11px;
	height: 11px;
	line-height: 1.0em;
	margin-top: 3px;
	text-indent: 0;
	text-transform: uppercase;
}
#nav li #nav-sub li a { 
	background-image: none !important;
	color: #646464;
	display: block;
	height: 11px;
}
#nav li #nav-sub li.here a,
#nav li #nav-sub li a:hover { color: #d3242a; }

/* ---------------------------------------------------------------------------
	=keyword navigation
--------------------------------------------------------------------------- */

#keyword-nav {
	left: 0;
	line-height: 1.0em;
	list-style: none;
	position: absolute;
	top: 350px;
	width: 77px;
}

#keyword-nav li {
	background-image: url(../img/keyword-nav.png);
	margin-bottom: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

	
#keyword-nav .knav-planning {
	background-position: 0 0;
	height: 10px;
}

#keyword-nav .knav-architecture {
	background-position: 0 -28px;
	height: 10px;
}

#keyword-nav .knav-landscape {
	background-position: 0 -57px;
	height: 24px;
}

#keyword-nav .knav-urban {
	background-position: 0 -100px;
	height: 10px;
}

#keyword-nav .knav-interiors {
	background-position: 0 -130px;
	height: 10px;
}

#keyword-nav .knav-environmental {
	background-position: 0 -158px;
	height: 24px;
}

/* ---------------------------------------------------------------------------
	=content-main
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
	=content-secondary
--------------------------------------------------------------------------- */

#content-secondary {
}

/* ---------------------------------------------------------------------------
	=foot
--------------------------------------------------------------------------- */

#foot {
	border-top: 1px solid #efefef;
	clear: both;
	color: #646464;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.77em;
	padding-top: 20px;
}

#foot ul {
	list-style: none;
}

	#foot ul li {
		display: inline;
		padding: 0 7px;
	}
	
#foot em {
	color: #d3242a;
	font-style: normal;
	padding-right: 7px;
}
	
#foot .zip {
	padding-left: 4px;
}

#foot .copyright { text-align: center; }
#foot .copyright em { padding-right: 0; }

/* ---------------------------------------------------------------------------
	=showcase
--------------------------------------------------------------------------- */

#showcase {
	height: 451px;
	margin: 0 0 22px;
	overflow: hidden;
	padding: 0;
}

#showcase img {
	left: 0;
	top: 0;
}

/* ---------------------------------------------------------------------------
	=showcase gallery
--------------------------------------------------------------------------- */

#showcase-gallery {
	background-color: #000;
	color: #fff;
	margin: 0 0 22px;
	padding: 0;
}

#showcase-gallery-nav { padding: 4px 0; }

#showcase-gallery-nav h2 {
	font-size: 13px;
	font-weight: 300;
	float: left;
	letter-spacing: 0.2em;
	line-height: 70px;
	margin: 0 0 0 16px;
}
#showcase-gallery-nav h2 span { font-style: italic; font-weight: 100; }

#nav-thumbs {
	float: right;
	list-style: none;
	margin-right: 10px;
}
#nav-thumbs li { float: left; margin-left: 4px; }

#nav-thumbs li.previous a,
#nav-thumbs li.next a { 
	display: block;
	height: 70px;
	text-indent: -9999px;
	width: 10px;
}

#nav-thumbs li.previous a {	background: url(../img/icon-arrow-left.png) no-repeat 50% 50%; }
#nav-thumbs li.next a {	background: url(../img/icon-arrow-right.png) no-repeat 50% 50%; }

/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */
.org-name {
	text-transform: uppercase;
}

.last {
	background: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nav-contextual { font-size: 13px; list-style: none; margin-bottom: 2.0em; }
.nav-contextual li { margin-bottom: 0.5em; }
.nav-contextual li a {
	color: #646464;
	display: block;
}
.nav-contextual li a:hover,
.nav-contextual li.here a { color: #d3242a; text-decoration: none; }

/* ---------------------------------------------------------------------------
	=Firm - Leadership
--------------------------------------------------------------------------- */
body.leadership #content-main h2 {
	padding-bottom: 6px;
	text-transform: none;
	white-space: nowrap;
}

#content-secondary ul.people { float: right; list-style: none; }
#content-secondary ul.people li {
	float: left;
	font-size: 13px;
	margin-right: 30px;
	text-align: center;
	width: 75px;
}
/*#content-secondary ul.people li img { display: block; padding-bottom: 4px; }*/

#content-secondary ul.people li a { display: block; padding-top: 79px; }
#content-secondary ul.people li.here a,
#content-secondary ul.people li a:hover { background-position: -75px 0; }

#content-secondary ul.people .russell-ervin { background: url(../img/leadership-russell-ervin-thumb.jpg) no-repeat 0 0; }
#content-secondary ul.people .stephen-lovett { background: url(../img/leadership-stephen-lovett-thumb.jpg) no-repeat 0 0; }
#content-secondary ul.people .timothy-miller { background: url(../img/leadership-timothy-miller-thumb.jpg) no-repeat 0 0; }

/* ---------------------------------------------------------------------------
	=Firm - Contact
--------------------------------------------------------------------------- */
body.contact #content-secondary h3 { color: #000; }
body.contact #content-secondary ul {
	font-size: 13px;
	line-height: 1.4em;
	list-style: none;
	margin-bottom: 26px;
}

p.inquiries em { font-style: normal; font-weight: bold; }

p.phone { margin-bottom: 0.25em; }

p.phone,
p.fax { font-size: 13px; }

p.phone em,
p.fax em { color: #d3242a; font-style: normal; margin-right: 12px; }

/* ---------------------------------------------------------------------------
	=Work
--------------------------------------------------------------------------- */
.project {
	float: left;
	margin-bottom: 15px;
	padding-left: 90px;
	position: relative;
	width: 310px;
}

.project.alt { margin-right: 50px; }
.project:hover { background-color: #e5e5e5; }
.project:hover h3 { color: #d3242a; }

.project .block-link {
	display: block;
	text-indent: -9999px;
	
	position: absolute;
		top: 0;
		left: 0;
	
	width: 100%;
	height: 100%;
}

.project img {
	float: left;
	margin-left: -90px;
	vertical-align: top;
}

.project h3 {
	font-size: 13px;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.project p { margin-bottom: 0; }

/* ---------------------------------------------------------------------------
	=News
--------------------------------------------------------------------------- */

/* Updates */
.update-item {
	color: #646464;
	font-style: italic;
	margin-bottom: 26px;
}

.update-item .update-date {
	color: #d3242a;
	margin-bottom: 0.75em;
}

body#news .update-item h3,
body#news .pub-item h3 {
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.update-item p { margin-bottom: 1.0em; }

/* Press Quotes */
body.press h3 {
	color: #d3242a;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

.press-list {
	color: #646464;
	list-style: none;
	margin-bottom: 3.0em;
}

.press-list li { margin-bottom: 0.75em; }

.press-list h4 {
	font-size: 14px;
	margin-bottom: 0;
}
.press-list h4 a { color: #000; }

.meta { color: #646464; font-style: normal; margin-bottom: 0; }
.meta .date,
.meta .publication { font-style: italic; }
.meta .publication { color: #646464; }

/* Publications */
body#news .pub-item {
	color: #646464;
	font-style: italic;
}
body#news .pub-item h3 { margin-bottom: 0; }
body#news .pub-item .meta { margin-bottom: 0.75em; }

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#container:after,
#content:after,
#content-secondary:after,
#foot:after,
#showcase-gallery-nav:after,
#nav-thumbs:after,
#projects:after,
.project:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}