@charset "UTF-8";
/* CSS Document */

body {background: #f2f2f2;}

/* header */
.header {background-color: #333; margin-bottom: 30px;}
.name {margin: 20px 30px 0 0; }
.title {font-family: Arial, Helvetica, sans-serif; font-size: .84em; color: #87968a; margin: 25px 50px 13px 0;}
.utility {margin: 13px 0 13px 0px;}
.utility a:link, .utility a:visited, .utility a:active {color: #e0b60d; padding: .5em 1em .5em 0;}
.utility a:hover {color: #fff;}

/* main */
.content {padding: 30px; min-height: 300px;}
.bg-white { background-color: #ffffff; }

/* type styles */
p {margin-bottom: 16px; font-family:Verdana, Geneva, sans-serif; font-size: .8em; color: #505050;}
h1 {font-family: Arial, Helvetica, sans-serif, Times, serif; color: #333; margin-bottom:15px; font-weight:100; line-height: 110%; font-size: 1em; }
h2 {font-family: Arial, Helvetica, sans-serif, Times, serif; color: #518d8e; margin-bottom:15px; font-weight:100; line-height: 110%; font-size: 1.5em; }
h3 {font-family: Arial, Helvetica, sans-serif, Times, serif; color: #7954af; margin-bottom:10px; font-weight:100; line-height: 110%; font-size: 1.3em; }
h4 {font-family: Arial, Helvetica, sans-serif, Times, serif; color: #5D5D70; margin-bottom:10px; font-weight:100; line-height: 110%; font-size: 1.1em; }

/* publications  */
.ep_view_jump_to {display:none;}
.ep_view_blurb {display:none;}
.ep_view_timestamp {display:none;}

/* float styles */
.fltrt {float: right; margin-left: 8px;}
.fltlft {float: left; margin-right: 8px;}

/* footer */
.footer {background-color: #2a055d; margin-top: 50px; min-height: 300px; padding-top: 30px;}
/* footer links*/
.footer a:link, .footer a:visited, .footer a:active {color: #fff!important; text-decoration:none!important; font-size:.8em;}
.footer a:hover {color: #fff; text-decoration: underline !important;}
.footer-links {float: left; margin-bottom: 15px;}
.footer-logo {float: right;}


/* navigation */
/* bootstrap overrides */
#nav-main a {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-decoration:none;
	line-height:190%;
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:100;
}
#nav-main ul > li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
#nav-main ul > li:last-child {
	border-bottom-color: transparent;
}
#nav-main ul > li > ul {
	list-style: none;
	margin-left: -17px;
}
#nav-main ul > li > ul a {
	color: #aaa;
	font-size: .75em;
}
#nav-main a:hover {
	color: #06ACC4;
	text-decoration:none;
	font-weight:100;
}
#nav-main .navbar-brand {
	height: 2em;
	margin: 0;
}

/* People */
.person { margin-bottom: 1em; }

/* Teaching */
.course { margin-bottom: 1em; }