html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {
	margin:0;
	padding:0;
	font-size:75%;
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
	line-height:1.5;
}

a {
	color:#f72268;
	text-decoration:none; 
	outline:none !important;
	}
	
a:hover {
}

em {
	font-weight:bold;
	font-style:normal;
}

h1 {
	margin:0;
	padding:0;
	text-indent:-9999px;
	line-height:1;
}

h1 a {
	display:block;
	width:245px;
	height:35px;
	background:url(/images/field_office.gif) no-repeat;
	cursor:default;
}

body.detail h1 a {
	display:block;
	width:245px;
	height:35px;
	background-position: 0 -35px;
}

h2 {
	display:none;
}

h3 {
	margin:0 0 10px 0;
	padding:0;
	font-family:"Helvetica Neue", Arial, Verdana;
	font-size:1.25em;
	font-weight:normal;
	line-height:1;
	letter-spacing:0.13em;
	color:#f72268;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}


hr {
	display:none;
}


p {
	margin:0 0 1.5em 0;
}

#content p {
	font-family:Helvetica;
	font-size:1.5em;
	line-height:1.5;
	letter-spacing:0.1em;
	text-transform:uppercase;
	color:#58410c;
}

#content p a {
	margin:0 -3px 0 -3px;
	padding:0 4px 0 4px;
}

#content p a:hover {
	padding-top:2px;
	padding-bottom:2px;
	background-color:#e4346e;
	color:#FFF;
}



/*--- Containers ---*/
#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	margin-top:60px;
}

#fluff {
	float:left;
	width:246px;
	min-height:230px;
	background:url(/images/speaker-brown_white.gif) no-repeat 83px 80px;
}

body.detail #fluff {
	width:90px;
	float:right;
	background:url(/images/speaker-grey.gif) no-repeat 0 80px;	
}

#content {
	float:right;
	width:615px;
	margin-top:15px;
}


/*--- Footer ---*/
#footer {
	width:610px;
	float:right;
	margin-top:20px;
	padding-top:30px;
/*	border-top:solid 1px #EEE;*/
	color:#CCC;
	font-size:0.95em;
}

#footer a {
	color:#666;
}

body#home #footer,
body#projects.index #footer {
	margin-top:0;
	border-top:none;
}



/*--- Projects ---*/
#project_grid {
	margin-top:7px;
}

.project_container {
	float:left;
	width:100px;
	height:75px;
	overflow:hidden;
	background-color:#FFF;
	border-bottom:solid 1px #FFF;
	border-left:solid 1px #FFF;
}

.project_container a {
	display:block;
	width:100px;
	height:75px;
	color:#000;
	line-height:1.2;
	background-color:#FFF;
}

.project_container a:hover {
	cursor:pointer;
}

.project_container.empty a {
	background-color:#FFF;
}

.project_container.empty a:hover {
	background-color:#EEE;
	cursor:default;
}

.project_container .description {
	display:block;
	width:90px;
	height:70px;
	padding:5px 5px 0 5px;
	background-color:#ee2b7b;
	text-transform:uppercase;
	color:#FFF;
	letter-spacing:0.1em;
	font-size:0.95em;
	overflow:hidden;
}


/*--- Project Detail ---*/
body.detail #content {
	float:left;
	text-align:left;
	width:711px;
}

body.detail #content #details {
	position:relative;
/*	width:711px;*/
	letter-spacing:0;
	color:#777;
}

body.detail #content #details h3 {
	margin:30px 0 8px 10px;
	text-transform:uppercase;
}

body.detail #content #details h4 {
	margin:0 0 3px 10px;
	padding:0;
	font-size:1.1em;
	color:#777;
}

body.detail #content #details p {
	font-size:1em;
	margin:0 0 3px 10px;
	padding:0;
	line-height:1.5;
	letter-spacing:0;
	text-transform:none;
	color:#AAA;
}

body.detail #content #details p.client {
	margin-bottom:0.3em;
	line-height:1;
	font-size:0.95em;
	color:#999;
}

body.detail #content #details p.produced_by {
	margin-bottom:0;
	font-size:1em;
	color:#999;
}

body.detail #content #details #description {
/*	border-top:solid 1px #EEE;*/
/*	margin-top:18px;*/
	padding:15px 0 0 0;
/*	background:url(/images/bg-project_description.gif) repeat-x left top;*/
}

body.detail #content #details #description p {
	margin:0 10px 8px 10px;
	line-height: 1.7;
	color:#888;
	text-align: justify;
}

body.detail #content #details p#description_toggle {
	text-align:right;
	margin:-1.5em 10px 0 0;
	padding:0;
}

body.detail #content #details p#description_toggle a {
	font-size:0.95em;
	color:#BBB;
}

body.detail #content #details p#description_toggle a:hover {
	color:#9a9a9a;
	background:none;
}

body.detail #content #details p#description_toggle a:active {
	color:#666;
	background:none;
}

body.detail #content p.back_to {
	margin:18px 0 0 0;
	padding:15px 0 0 11px;
/*	border-top:solid 1px #EEE;*/
	text-transform:none;
	color:#666;
	font-size:1em;
	line-height:1;
	width:696px;
}

body.detail #content p.back_to a {
	display:block;
	width:8em;
	height:11px;
	margin:0;
	padding:0 0 0 15px;
	background:url(/images/bg-left_arrow.png) no-repeat left top;
	color:#999;
}

body.detail #content p.back_to a:hover {
	color:#EE457D;
	background-position:0 -11px;
}


body.detail #footer {
	float:left;
	margin-top:10px;
	margin-right:130px;
	border-top:none;
}

body.detail #footer p {
	padding-left:10px;
}



/*--- News ---*/
.news_item {
	margin-top:5px;
	margin-bottom:30px;
/* border-bottom:solid 1px #EEE;*/
}

.news_item h3 {
	margin-bottom:4px;
}

#feed_subscribe {
	float:right;
	margin:0;
	width:130px;
	height:12px;
	padding:0;
	font-size:0.95em;
	line-height:1.1;
	color:#777;
}

#feed_subscribe a {
	display:block;
	float:left;
	height:12px;
	text-decoration:none;
	padding-left:15px;
	color:#555;
	background:url(/images/icon-feed.gif) no-repeat 0 0;
	border:none;
}

#feed_subscribe a:hover {
	text-decoration:none;
	color:#e4346e;
	background-position:0 -12px;
}

#archive {
	float:right;
	width:580px;
	margin-top:8px;
	margin-bottom:-20px; /* to compensate for the footer's top margin */
	padding:15px 15px 15px 20px;
	border-top:solid 1px #e6e6e6;
	background-color:#EEE;
	color:#888;
}

#archive h3 {
	margin:0 0 0.6em 0;
	padding:0;
	color:#888;
	font-size:1.1em;
	line-height:1;
	letter-spacing:0.12em;
}

#archive h4 {
	margin:0 0 0 0.3em;
	padding:0;
	font-size:0.97em;
	line-height:1.5;
	letter-spacing:0.1em;
	color:#555;
}

#archive h4 a {
	color:#666;
}

#archive h4.selected a {
	color:#222;
}

#archive p.month_list {
	margin:0 0 0.75em 0.3em;
	padding:0;
	font-size:0.95em;
}

#archive p.month_list a {
	color:#666;
}

#archive p.month_list .selected a {
	color:#222;
}

#archive p.view_all {
	margin:0.8em 0 0 0.3em;
	padding:0;
	font-size:0.95em;
	color:#999;
}

#archive p.view_all a {
	color:#666;
}

#archive p.view_all a:hover,
#archive p.month_list a:hover,
#archive h4 a:hover {
	color:#e4346e;
}



/*--- Navigation ---*/
ul#navigation {
	margin:10px 0;
	padding:0;
	list-style:none;
}

ul#navigation li {
	float:left;
	margin:0;
	padding:0 0 0 23px;
	height:11px;
	line-height:1;
	background:url(/images/nav-divider.gif) 11px center no-repeat;
}

body.detail ul#navigation li {
	background:url(/images/nav-divider_grey.gif) 11px center no-repeat;
}

ul#navigation li#nav_projects {
	padding-left:0;
}

ul#navigation li a {
	display:block;
	height:11px;
	text-indent:-9999px;
}

ul#navigation li#nav_news a {
	width:31px;
	background:url(/images/nav-news.gif) no-repeat;
}

ul#navigation li#nav_projects a {
	width:53px;
	background:url(/images/nav-projects.gif) no-repeat;
}

ul#navigation li#nav_about a {
	width:40px;
	background:url(/images/nav-about.gif) no-repeat;
}

ul#navigation li#nav_contact a {
	width:53px;
	background:url(/images/nav-contact.gif) no-repeat;
}

body#home ul#navigation li#nav_projects a {
	background-position:0 -11px;
	cursor:default;
}

body#news ul#navigation li#nav_news a,
body#projects ul#navigation li#nav_projects a,
body#about ul#navigation li#nav_about a,
body#contact ul#navigation li#nav_contact a {
	background-position:0 -11px;
}

ul#navigation li a:hover {
	background-position:0 -11px !important;
}

body.detail ul#navigation li a {
	background-position:0 -22px !important;
}

body.detail ul#navigation li a:hover {
	background-position:0 -11px !important;
}


.clearfix:after, .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix, .container {
	display: inline-block;
}

* html .clearfix, * html .container {
	height: 1%;
}

.clearfix, .container {
	display: block;
}

.clear {
	clear: both;
}