/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0pt;padding:0pt;}table{border-collapse:collapse;border-spacing:0pt;}fieldset,img{border:0pt none;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style-image:none;list-style-position:outside;list-style-type:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}q:before, q:after {content:'';}abbr,acronym{border:0pt none;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{}*:focus{outline-color:invert;outline-style:none;outline-width:0pt;}ins {text-decoration:none;}del{text-decoration:line-through;}
/* end reset */

/* base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/* end base */

/* main */
body {
	font: normal 75%/150% "Trebuchet MS", trebuchet, helvetica, arial, sans-serif;
	color: #4d4d4d;
}

a:link, 
a:visited,
a:active, 
a:hover {
	color: #ed7c2f;
	text-decoration: underline;
}

ul ul {
	margin: 5px 0 5px 30px;
}

#container {
	width: 75%;
	margin: 20px auto;
}
/* end main */

/* page-specific styles */
#headline {
	float: left;
	width: 20%;
}

#headline a:link,
#headline a:visited,
#headline a:hover,
#headline a:active {
	color: #4d4d4d;
	text-decoration: none;
}

#nav, 
#footer {
	float: right;
	width: 70%;
	text-align: right;
}

#nav li,
#footer li {
	display: inline;
	padding-left: 20px;
}

.home_profile {
	margin-bottom: 20px;
}

.home_project {
	margin: 15px 0 0 20px;
}

#recent_news {
	margin-top: 20px;
}

#office_list {
	padding: 15px 0;
}

#project_list li {
	float: left;
	width: 228px;
	height: 175px;
	overflow: hidden;
	list-style-type: none;
	margin: 0 20px 20px 0;
}

#project_list li img {
	height: 118px;
}

#project_list li .project_thumb_wrapper {
	width: 226px;
	height: 123px;
}

#project_controls {
	padding: 15px 0;
	line-height: 160%;
}
/* end page-specific styles */

/* misc */
.alt {
	display: none;
}

.clear {
	clear: both;
	font-size: 0;
}

.hr, .special_hr {
	clear: both;
	border-bottom: 1px solid #ed7c31;
	font-size: 1px;
	height: 1;
	overflow: hidden;
}

.special_hr {
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
}
/* end misc */