/* Author: Samson Alva (samson.alva RATATAT gmail.com) */
/* Do not copy without permission */

/* generic style */
html{
	overflow: auto;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	border: none;
	color: #000;
	background: #EEF6FD;
}
a {
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}

/* layout regions */
#pagewrapper {
	display: none;
	margin: 0px;
	padding: 0px;
}
#header {
	background: #0C2340;
	margin: 0px;
	padding: 0px;
}
#navBar {
	background: #243853;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#contentCol {
	background: #D6DDE3;
	padding: 20px;
	width: 800px;
	margin: auto;
}
#footer {
	background: #0c2340;
	padding: 3px 10px;
	height: 35px;
}

/* content classes */
#header div.contentBox {
	margin: 0px;
	padding: 20px 0px 10px 0px;
	color:white;
}
#navBar div.contentBox {
	margin: 0px;
	padding: 10px 20px 10px 20px;
}
#contentCol div.contentBox {
	margin: 0px;
	padding: 0px;
	font-family: Optima, sans-serif;
	font-size: 12pt;
	text-indent: 2em;
	text-align: left;
	color: black;
	line-height: 150%;
}
#contentCol div.contentBox h3 {
	text-indent: 0;
}
#contentCol div.content {
	margin: 20px;
	padding: 5px;
	background-color: #EEF6FD;
	line-height: 150%;
	text-indent: 0em;
}
#contentCol div.content p {
	text-indent: 2em;
}
#footer div.contentBox {

}



/* menu objects */
#menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;

}
#menu div.menuItem {
	margin: 0 1em;
	padding: 0px;
	display: inline;
}
#menu a {
	font-family: Optima, sans-serif;
	font-size: 14pt;
	color: white;
	line-height: 300%;
	text-decoration: none;
	font-weight: 100;
}
#menu a:hover {
	color: gold;
}
#menu .menuLinkActive {
	color: gold;
	font-style: italic;
}


/* header objects */
#nameMarquee {
	text-align: left;
	font-size: 40pt;
	font-family: Optima, Papyrus, Apple Chancery, sans-serif;
	letter-spacing: 0.1em;
	text-indent: 1em;
	float: left;
}
#contactInfo {
	padding: 0px;
	text-align: right;
	font-size: 10pt;
	font-family: Optima, sans-serif;
	font-weight: lighter;
}
#contactInfo a {
	color: lightblue;
}


/* paper classes */
div.paper {
	margin: 20px;
	padding: 15px;
	background-color: #EEF6FD;
	line-height: 125%;
}
div.paperTitle {
	padding: 0px 30px 0px 0px;
	text-indent: 0px;
	font-size: 14pt;
	font-weight: 500;

}
div.paperLink {
	padding: 0px;
	font-size: 10pt;
	text-indent: 0px;
}
div.paperCoAuthors {
	padding: 0px;
	text-indent: 1em;
	font-style: none;
	font-size: 11pt;
}
div.paperAbstract {
	display: none;
	padding: 5px 2em 10px 1em;
	text-indent: 2em;
	font-size: 9pt;
	text-align: justify;
}
div.paperMisc {
	padding: 0px 1em 0px 0em;
	text-indent: 0px;
	font-size: 9pt;
	text-align: left;
}
div.paperStatus {
	padding: 0px 1em 0px 0em;
	text-indent: 0px;
	font-size: 11pt;
	font-style: italic;
	text-align: left;
}

a.showAbs {
	font-size: 10pt;
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
}

a.hideAbs {
	display: none;
	font-size: 10pt;
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
}



/* course classes */
div.course {
	margin: 20px;
	padding: 15px;
	background-color: #EEF6FD;
	line-height: 125%;
}
div.courseTitle {
	padding: 0em 30px 10px 0px;
	text-indent: 0px;
	font-size: 12pt;
	font-weight: bold;
	float: left;
}
div.courseLink {
	padding: 0px 1em 0px 1em;
	font-size: 11pt;
	text-indent: 1em;
	float: left;
}
div.courseSem {
	padding: 0px 0px 0px 1em;
	text-indent: 0em;
	font-size: 11pt;
	font-weight: bold;
	float: left;
}
div.courseDesc {
	padding: 0em 2em 10px 1em;
	text-indent: 0em;
	font-size: 10pt;
	text-align: justify;
}
div.courseMisc {
	padding: 0px 1em 0px 1em;
	text-indent: 2em;
	font-size: 11pt;
	text-align: right;
}

/* quotation classes */
div.quotation {
	margin: 20px;
	padding: 15px;
	background-color: #E8E3D4;
	line-height: 125%;
}
div.quotationText {
	padding: 0px 30px 10px 0px;
	text-indent: 1em;
	font-style: italic;
	font-size: 12pt;
}
div.quotationAuthor {
	padding: 0px 1em 0px 0em;
	text-indent: 0em;
	font-size: 11pt;
	font-weight: bold;
	float: left;
}
div.quotationSource {
	padding: 0px
	text-indent: 0px;
	font-size: 10pt;
	text-align: left;
}

/* misc classes */
#footer p {
	font-size: 10pt;
	font-family: Optima, monospace;
	color:white;
	vertical-align: top;
}
#contactInfoIndex {
	margin: 0em 3em;
	text-indent: 0px;
}
