/* ---------------------------------------------------------------------------------------------------- */
/* ----- typography.css */
/* This stylesheet contains typography styles */
/* ---------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------- */
/* ----- TYPOGRAPHY */
/* --------------- Base size and color */
body {
	font:76%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-image:url(window.jpg);
	background-color:#333;
}
/* --------------- /Base size and color */
/* --------------- Theme colors */
/* ----- University blue */
.color-0 { color: #002f5f; }
/* ----- Water */
.color-1 { color: #93a9c3; }
/* ----- Sky */
.color-2 { color: #97c3ca; }
/* ----- Olive */
.color-3 { color: #9b9f66; }
/* ----- Fire */
.color-4 { color: #d95e00; }
/* --------------- /Theme colors */
/* --------------- Main typography for page areas */
/* ----- Article */
.main-article { font-family: Georgia, "Times New Roman", Times, serif; }
.article-tools { font-family: Verdana, Arial, Helvetica, Sans-serif; }
/* --------------- /Main typography for page areas */
/* --------------- Font size adjustments for page areas */
.main-columns-left .columns-split-one .column { font-size: 100%; }
.main-columns-left .columns-split-three .column { font-size: 90%; }
.main-columns-left .columns-split-two .column .columns-split-two .column { font-size: 90%; }
.main-columns-left .columns-split-three-merge .column-last { font-size: 90%; }
.main-columns-left .columns-split-three-merge .columns-split-two .column { font-size: 90%; }
.main-columns-left .columns-split-four-merge .column-last { font-size: 90%; }
.main-columns-left .columns-split-four-merge .columns-split-two .column { font-size: 100%; }
.main-columns-right { font-size: 90%; }
/* --------------- /Font size adjustments for page areas */
/* --------------- Headings */
h1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 250%;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 7px;
}
.main-article h1 {
	margin-top: 0;
	padding-top: 2px;
	margin-bottom: 3px;
	color: #F36B22;
}
.main-columns-right h1 { font-size: 140%; }
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	line-height: 120%;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 9px;
	text-transform: none;
}
.main-columns-right h2 { font-size: 125%; }
h3 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 130%;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 5px;
}
.main-columns-right h3 { font-size: 100%; }
h4 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 5px;
}
.main-columns-right h4 { font-size: 90%; }
/* --------------- /Headings */
/* --------------- Paragraphs, lists, quotes, addresses */
/* ----- Paragraphs */
p {
	line-height: 165%;
	margin-top: 0;
	margin-bottom: 9px;
}
.main-article p {
	line-height: 185%;
	margin-bottom: 9px;
}
.reference {
	line-height: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pre p {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 90%;
}
/* ----- Lists */
ul, ol {}
li { margin-bottom: 3px; }
.main-article li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 185%;
}
/* ----- Quotes */
q { font-style: italic; }
blockquote { 
	margin-left: 24px;
	font-style: italic; 
}
/* ----- Addresses */
address { font-style: normal; }
/* --------------- /Paragraphs, lists, quotes, addresses */
/* --------------- Specific elements */
/* ----- News sub heading */
.content-block-news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 4px;
}
/* ----- Column splitter group headings */
h2.column-splitter {
	padding-top: 0;
	padding-left: 0;
}
.column-first h2.column-splitter {
	padding-left: 0;
}
.column-last h2.column-splitter {
	padding-left: 7px;
}
/* ----- Date */
.date { color: #a0a0a0; }
p.date, .date {  
	margin: 0;
	padding: 0 0 2px 0;
	position: relative;
	top: -3px;
}
/* ----- Disclaimer */
.disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #666666;
}
/* --------------- /Specific elements */
/* --------------- Links */
/* ----- Linked headings */
h1 a:link, h1 a:active, h1 a:visited {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: underline;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #000000;
	text-decoration: none;
}
h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
h4 a:link, h4 a:active, h4 a:visited {
	color: #000000;
	text-decoration: none;
}
h4 a:hover {
	color: #000000;
	text-decoration: underline;
}
/* ----- Default links */
a:link {
	color: #9FF;
	text-decoration: underline;
}
a:active {
	color: #005b7f;
	text-decoration: underline;
}
a:visited {
	color: #9CF;
	text-decoration: underline;
}
a:hover {
	color: #9F0;
	text-decoration: underline;
}
/* ----- Alternative links (for dark backgrounds) */
.alt-links a:link {
	color: #ffffff;
	text-decoration: underline;
}
.alt-links a:active {
	color: #ffffff;
	text-decoration: underline;
}
.alt-links a:visited {
	color: #7d7d7d;
	text-decoration: underline;
}
.alt-links a:hover {
	color: #005b7f;
	text-decoration: underline;
}
/* ----- Static links (always blue except on hover) */
.static-link a:link, a.static-link:link { color: #005b7f; }
.static-link a:active, a.static-link:active { color: #005b7f; }
.static-link a:visited, a.static-link:visited { color: #005b7f; }

/* ----- Float links */
/* Left */
.link-left a { float: left; }
/* Right */
.link-right a {
	float: right;
	text-align: right;
}

/*Layout styles*/
#title{
	position:absolute;
	left:63px;
	top:92px;
	height:382px;
	z-index: 5;
	width: 385px;
}
#logo{
	position:absolute;
	left:790px;
	top:32px;
	height:133px;
	width: 158px;
}
