/**************************************
*
*  ETD Stylesheet
*   
***************************************/

body {
	font: small sans-serif;
	margin: 0px;
	padding: 0px;
	background: #aaa;
}

a {
	color: #369;
}

a:visited {
	color: #69c;
}

a:hover {
	color: #69c;
}

/**************************************
*
*  Headers
*   
***************************************/

h3 {
	font-size: small;
	font-weight: normal;
}

/**************************************
*
*  Page Container (all pages)
*   
***************************************/

#container {
	border: 1px solid #000;
	border-top: 0;
	margin: 0px;
	padding: 0px;
}

#border {
	width: 90%;	
	border: 3px solid #999;
	border-top: 0;
	margin: 0px auto;
	padding: 0px;
}

/**************************************
*
*  Front Page Banner
*   
***************************************/

#banner {
	background: #369 url('images/clouds.jpg');
	color: #fff;
	padding: 40px 0px 10px 10px;
	text-align: left;
	border-bottom: 1px solid #000;
}

#banner h1 {
	font-size: x-large;
	font-weight: normal;
	font-family: sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#banner a {
	color: #fff;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner p {
	margin: 0px;
	font-size: small;
	padding: 0px 0px 0px 0px;
}

#banner p a {
	color: #fff;
}

#banner #unc-logo {
	position: absolute;
	top: 15px;
}

#banner #etd-logo {
	float: right;
	margin: -30px 10px 0px 0px;
}

/**************************************
*
*  Left Sidebar
*   
***************************************/

#left-column {
	background: url('images/background-left.gif') repeat-y left;
}

#left {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#left h3 {
	background: #eee;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0px 0px 1em 0px;
	padding: 2px 10px;
}

#left p {
	margin-left: 10px;
	margin-right: 10px;
}

/**************************************
*
*  Right Sidebar
*   
***************************************/

#right-column {
	background: url('images/background-right.gif') repeat-y right;
}

#right {
	float: right;
	width: 200px;
	margin: 0px
	padding: 0px;
}

#right h3 {
	background: #eee;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px 0px 1em 0px;
	padding: 2px 10px;
}

/**************************************
*
*  Navigation
*   
***************************************/

#publications ul,
#related ul,
#projects ul {
	padding: 0px;
	margin: 0px 10px;
	list-style: none;
}

#publications li,
#related li,
#projects li {
	display: block;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #aaa;
}

#publications li a,
#related li a,
#projects li a {
	text-decoration: none;
	font-weight: bold;
	color: #036;
}

#related li a:hover,
#publications li a:hover,
#projects li a:hover {
	color: #69c;
}

#related li.last,
#publications li.last,
#projects li.last {
	border: 0;
}

/**************************************
*
*  Related Links
*
**************************************/

#related h3 {
	border-top: 1px solid #000;
}

/**************************************
*
*  Contact info
*
**************************************/

#contact h3 {
	border-top: 1px solid #000;
}

/**************************************
*
*  Content
*   
***************************************/

#left, #right, #content {
 	line-height: 140%;
}

#ie-sucks {
	background: #fff;
}

#content {
	padding: 0px;
	margin-left: 170px;
	margin-right: 200px;
}

#content h3 {
	background: #eee;
	border-bottom: 1px solid #000;
	margin: 0px 0px 1em 0px;
	padding: 2px 10px;
}

#content p,
#content h4 {
	margin-left: 10px;
	margin-right: 10px;
}

#content .focus {
	font-size: large;
	font-weight: bold;
}

/**************************************
*
*  History
*   
***************************************/

#history h3 {
	border-top: 1px solid #000;
}

/**************************************
*
*  Footer
*   
***************************************/

#spacer {
	clear: both;
}

#footer {
	padding: 5px;
	margin-top: -10px;
	background: #eee;
	color: #777;
	border-top: 1px solid black;
	text-align: center;
	font-size: small;
}

#footer a {
	text-decoration: none;
	color: #69c;
}
