/* Colours  */

/* 
	Gold:    			#ECA100  
	Black:   			#000000
	Mustard: 			#9E7B00
	Maroon:  			#5E2221
	Maroon-compliment	#FFECCB
*/

/* Elements */

html
{
	height: 100%;
}

body
{
	height: 100%;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	/* font-family: Georgia, Georgia, serif; */
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1em;
}

cite {
	font-weight: bold;
}

img {
	border: none;
}

a {
	color: #ECA100; /*#9E7B00;*/
}

a:visited {
	color: #ECA100; /*#9E7B00;*/
}

q 
{
	font-style: italic;
	margin: 1em;
	/* behavior: url(styles/fixquotes.htc); */
}

blockquote
{
	font-style: italic;
	font-size: 0.85em;
}


ul
{
	margin-top: 0.5em;
}


/* IDs */
/*
#outer
{
	background-color: White;
}

#content
{
	background-color: #EEE8AA;
	width: 700px;
	margin-left: 20px;
	margin-top: 20px;
	border: outset 1px Green;
	border-bottom: none;
	border-right: none;
	padding: 1em;
}
*/


#nonfooter
{
	min-height: 100%;
	position: relative;
}


* html #nonfooter
{
	height: 100%; 
}

#logo
{
	float: right;
	margin: 1em;
	max-width: 142px;
}

#logo img.mainlogo
{
	border: 1px solid black;
	max-width: 140px;
}

#links
{
	border: 1px solid green;
}


#header
{
	background-color: #000000;
	padding-top: 0.1em; /* Fix for Webkit */
	padding-bottom: 0.5em;
}

#navigation
{
	background-color: #000000; /* #ECA100; */
	padding: 0.01em; /* fix for top padding issue */ 
}

#navigation ul
{
	list-style-type: none;
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	/*background-color: #000000; */
}

#navigation li
{
	display: inline;
	margin-left: 1em;
	font-weight: bold;
}


#main
{
	padding-bottom: 0em;
	margin: 1em 1em 1em 1em;
	width: 75%;
	text-align: justify;
}

#footer
{
	/*clear: both;*/
	font-size: 0.8em;
	text-align: center;
	position: relative;
	/* margin-top: -5em; */
	margin-bottom: 1em;
	padding-top: 0.5em;
	border-top: 1px solid #9E7B00;
	width: 70%;
	margin-left: 15%;
}



/* Classes */

.byline
{
	border: solid 1px Gray;
	border-top: none;
	border-left: none;
	text-align: right;
	font-variant:small-caps;
	padding: 2px 2px 2px 2px;
}

.title
{
	border: 1px Gray solid;
	border-left: none;
	border-bottom: none;
}

.introduction
{
	font-size: 1.0em;
	border-right: 1px solid #9E7B00;
	padding-right: 0.5em;
}

.section
{
	border-left: 1px solid #9E7B00;
	padding-left: 0.5em;
	margin-top: 2em;
}

.section-right
{
	border-left: none;
	border-right: 1px solid #9E7B00;
	padding-right: 0.5em;
	margin-top: 2em;
}

.section-highlight
{
	border-left: none;
	padding-left: 0.5em;
	margin-top: 2em;
}

.link, .link-alternate 
{
	/* line-height: 0.5em; */
	margin-bottom: 2em;
	margin-left: 1em;
	width: 40%;
	padding: 0.5em 0.5em 0.5em 0.5em;
}


.link 
{
	background-color: #F6EBD4;
}

.link-alternate
{
	background-color: #eeeeee;
}


.link-title 
{
	font-style: italic;
	font-size: 1.3em;
}

.link-icon 
{
	/* vertical-align: bottom; */
	margin-right: 1em;
	margin-bottom: 0.5em;
	max-width: 80px;
}

.papers
{
	font-size: 0.9em;
}

.project
{
	border-top: 1px brown solid;
}

.project h3, .project a
{
	color: black;
}

.project-photo
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 0em;
}

.project-intro
{
	font-size: 1.2em;
}

.highlight
{
	background-color: #5E2221;
	color: #FFECCB;
	margin: 0em 0.5em 0em 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	text-align: center;
}

.no-bullet {
	list-style-type: none;
}

.projectlist {

}

.projectmenu
{
	background-color: #000000;
	padding-top: 0.1em; /* Fix for Webkit */
	padding-bottom: 0.5em;
}

.projectmenu ul
{
	list-style-type: none;
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.projectmenu li
{
	display: inline;
	margin-left: 0.5em;
	font-weight: bold;
}

.project-intro

{
	font-style: italic;
}

.author
{
	text-align: right;
}

.thumb
{
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	/* width: expression(this.clientWidth > 150 ? '150px':true) */
	max-width: 150;
}

.newsflash
{
	background-color: #ECA100;
	color: #5E2221;
	border: solid 1px black;
	text-align: center;
	padding: 0.5em;
}

.newsflash a, .newsflash a:hover, .newsflash a:visited
{
	color: #5E2221;
}

.ppt 
{
	background: url(/images/PowerPoint_icon.gif) left no-repeat;
	padding-left: 32px !important;
	line-height: 32px;
}

.pdf
{
	background: url(/images/PDF_icon.gif) left no-repeat;
	padding-left: 32px !important;
	line-height: 32px;
}

.plain
{
	font-style: normal;
}

.collaborators 
{

}

.strapline
{
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	text-align: center;
	padding: 4px 4px 4px 4px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	margin-top: 1em;
	
}

.sidebar-links
{
	margin-top: 16em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #F6EBD4;
	max-width: 130px;

}

.sidebar-icon
{
	margin-left: 0.5em;
}

.no-border 
{
	border: none;
}


