* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #988978;
	background: black;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.1em;
}

/* Layout */

#gray-bar-top {
	position: absolute;
	left: 0;
	right: 0;
	height: 3em;
	background: #988978 url('../images/header-grad-black.png') repeat-x;
}

#content-frame {
	margin: auto;
	margin-bottom: 0;
	min-height: 100%;
	position: relative;
	width: 80%;
	min-height: 100%;
    min-width: 47em;
    max-width: 50em;
}

#content {
	height: 100%;
	position:  relative;
	padding-top: 1.5em;
	padding-bottom: 2.6em;
}

/* Header */

#header {
	height: 3em;
}

#logo {
	/* Width chosen to match the width of the navigation. */
	width: 9em;
	/* Height set to keep the proportions correct. */
	height: 2.5em;
	border: none;
	margin-top: 0.3em;
	float: right;
}

.menu {
	position: absolute;
	top: 3em;
	left: 21.27em;
	background-color: white;
	padding: 0 1em;
}

.menu a {
	font-size: 0.9em;
}

.menu-arrow {
	font-size: 0.7em;
	position: relative;
	top: -0.1em;
}

/* Spotlight */

#spotlight-spacer {
	height: 19em;
}

#spotlight {
	background: white url(../images/spotlight-grad-bg-square.png) 0 0 repeat-x;
	height: 17em;
	color: black;
	margin-top: 1em;
	position: absolute;
}

#spotlight-title {
	color: white;
	font-size: 2.5em;
	line-height: 1em;
	margin-right: 270px;
	position: relative;
	left: 0.65em;
	top: 0.5em;
	text-shadow: #000 3px 3px 2px;
	font-weight: 300;
}

#spotlight-text {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-right: 280px;
	position: relative;
	top: 1.5em;
	left: 1.2em;
	text-align: justify;
	font-weight: 300;
}

#spotlight-text a {
	font-size: 0.8em;
	color: black;
}

#spotlight-img {
	float: right;
	height: 19em;
	width: 18em;
	position: relative;
	right: -2em;
	top:  -1em;
	padding-left: 1em;
}

#spotlight-btns {
	background: #988978 url('../images/header-grad-black.png') 0 -0.5em repeat-x;
	position: relative;
	position: absolute;
	top: 17em;
}

#spotlight-btns a {
	display: inline-block;
	line-height: 2em;
	font-size: 0.9em;
	width: 100%;
	color: white;
	text-decoration: none;
	text-align: center;
}

#spotlight-btns a.selected-btn {
	background: white url('../images/header-grad-gray.png') 0 0 repeat-x;
	color: black;
	font-weight: bold;
}

#spotlight-link {
	display: block;
	position: absolute;
	height: 17em;
	width: 105%;
	top: 0em;
}

/* Footer */

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: 1px solid;
	text-align: left;
	font-size: 0.9em;
}

#footer a {
	float: right;
}

/* Page Styles */

p {
	margin: 0.6em 0em;
	line-height: 1.4em;
	text-align: justify;
	font-weight: 300;
}

a {
	/*color: #ff8f18;*/
	color: white;
}

a:hover {
	color: #ff8f18;
	/*color: white;*/
}

a[name]:hover {
	color: white;
}

h1, h2, h3, h4 {
	color:  white;
	padding-top: 1.5em;
	font-weight: normal;
}

h1 {
	color: #ff8f18;
	/*text-shadow: white 0px 0px 3px;*/
	width: 100%;
	padding-top: 0;
}

h2 a {
	color: white;
}

#content ul li {
	margin-left: 2em;
}

#content ul ul li {
	margin-left: 4em;
}

/* News Items */

.news-item {
	margin: 0.6em 0;
}

.news-date {
	float: left;
	color: #ff8f18;
	padding-right: 1em;
	font-weight: 300;
}

.news-text {
	margin-left: 7em;
	font-weight: 300;
}

/* Publications List */

.citation img {
	height: 2em;
	position: absolute;
	left: 0;
}

.citation {
	line-height: 1.1em;
	padding-left: 4em;
	text-indent: -1.5em;
	min-height: 2em;
}

.citation .title {
	color: white;
}

.citation .bold {
	font-weight: bold;
}

.citation .italic {
	font-style: italic;
}

#pub-sort-box {
	background: #988978;
	color: black;
	padding: 10px;
	margin-top: 1em;
}

#pub-sort-box span {
	float: right;
}

#pub-sort-box select {
	font-size: 0.9em;
	color: #988978;
	padding: 0.2em;	
	border: 1px solid black;
}

#pub-sort-box input {
	font-size: 0.9em;
	color: #988978;
	padding: 0.2em;
	padding-right: 26px;
	background: #fff url(../images/mag.png) no-repeat right;
	border: 1px solid black;
}

#sort-status {
	text-align: center;
	margin-top: 0.5em;
	font-style: italic;
	font-size: 0.8em;
}

/* Project Images */

.project {
	margin-bottom: 3em;
	clear: both;
}

.project h2 {
	padding-top: 0;
}

.project p {
	margin-right: 350px;	
}

.project img {
	float:  right;
	width: 330px;
	height: auto;
}
