/* ---
black: #1F1A17;
gold: #C7940D;
gray: #EEE;
--- */

body, html, ul#navlist {
	margin: 0;
	padding: 0;
}

a img { border: none; }

body {
	background: #302D2A url(images/body-bg.jpg) top left repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5;
}

/* ------------ TEXT ------------ */

a {
	color: #C7940D;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.project-headings { text-decoration: none; }

h1, h2, h3, h4, p, ol, ul, dl {
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	border-bottom: 1px solid #1F1A17;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 2px;
}

h3 {
	font-weight: bold;
	font-size: 100%;
}

h2 + p,
h2 + dl,
h2 + ul,
h2 + ol {
	margin-top: 7px;
}

dt {
	font-weight: bold;
}

.details th {
	text-align: right;
}

/* ------------ LAYOUT ------------ */

#wrap {
	width: 760px;
	margin: 60px auto 0;
	background: transparent url(images/top.png) top left no-repeat;
	padding-top: 26px;
	font-size: 90%;
}

#wrap-inner {
	background: transparent url(images/mid.png) top left repeat-y;
	width: 760px;
}

#fix {
	position: relative;
	z-index: 1;
	width: 760px;
}

/* ------------ MENU ------------ */

#menu {
	width: 228px;
	float: right;
	background: #eee;
	color: #1F1A17;
	text-align: center;
}

ul#navlist {
	list-style: none;
	text-align: left;
	margin-top: 15px;
}

ul#navlist li {
	margin-bottom: 1px;
}

ul#navlist a {
	padding: 4px 14px;
	text-decoration: none;
	color: #1F1A17;
	width: 200px;
	display: block;
}

ul#navlist a:hover,
#home li#nav-home a,
#about li#nav-about a,
#projects li#nav-projects a,
#affiliations li#nav-affiliations a,
#references li#nav-references a,
#staff li#nav-staff a,
#employment li#nav-employment a,
#links li#nav-links a,
#acknowledgements li#nav-acknowledgements a,
#contact li#nav-contact a {
	background: #1F1A17;
	color: white;
}

/* ------------ CONTENT ------------ */

#content {
	width: 373px;
	padding: 20px 20px 5px 20px;
	background: white;
	color: #1F1A17;
	float: right;
	margin-right: 29px;
	display: inline;
}

#col-1 {
	width: 176px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#col-2 {
	width: 176px;
	float: left;
}

#col-1 ul, #col-2 ul {
	margin-left: 0;
	padding-left: 18px;
}

.staff-pic {
	width: 120px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

.staff-pic img {
	width: 100px;
}

/* ------------ FOOTER ------------ */

#footer {
	width: 662px;
	padding: 40px 49px;
	margin: 0 auto;
	background: transparent url(images/bottom.png) top left no-repeat;
	font-size: 78%;
	text-align: right;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* ------------ EXTRAS ------------ */

hr {
	color: #1F1A17;
	background: #1F1A17;
	border: none;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}

img#company-name {
	position: absolute;
	bottom: -2px;
	left: 43px;
}

/* FOR IE5/MAC */
/*\*//*/
img#company-name { display: none; }
/**/

.f-right {
	float: right;
	margin: 0 0 10px 10px;
}

.f-left {
	float: left;
	margin: 0 10px 10px 0;
}

.frame {
	border: 1px solid #1F1A17;
}

.center {
	text-align: center;
}

.featured {
	width: 103px;
	height:175px;
	float: left;
	margin: 10px 15px 0 0;
	text-align: center;
	min-height: 150px;
	display: inline;
}

* html .featured { height: 150px; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */


/* ------------ IE6/PNG ------------ */

/* commented backslash hack v2 \*/
* html #wrap {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/top.png', sizingMethod='crop');
}

* html #wrap-inner {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mid.png', sizingMethod='scale');
}

* html #footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom.png', sizingMethod='crop');
}

/* end hack */
