
.separator {
	padding-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px dashed #fee;
}

#header_table {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

#header_body {
    text-align: left;
}

#header_image {
    height:210px;
    float: left;
    position: relative;
}

#header_title {
	width: 90%;
	text-align: left;
	color:	#777;
	margin-left: 2%;
	text-shadow: 4px 4px 4px #ccd;
}
#header_title span#first_name {
	font-weight: bold; font-size: 36px;
	font-family: "Rock Salt", arial, serif;
}
#header_title span#last_name {
	font-size: 44px;
	font-family: "Permanent Marker", arial, serif;
}

#short_bio{
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	line-height: 2em;
	color: #333;
	font-size: 13px;
    margin-left: 2%;
}


ul#nav {
	width: 19em;
	overflow: visible;
	white-space: nowrap;
	margin-top: -30px;
}
ul#nav li {
	display: inline;
}
ul#nav li span, ul#nav li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
ul#nav li a, ul#nav li span {
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	color: #999;
	min-width: 80px;
	padding: 80px 10px 10px 10px;
	margin: 10px;
	position: relative;
	top: -20px;
	-webkit-box-shadow: 1px 1px 10px #ccc;
}
ul#nav li a:hover {
	color: #3090C7;
	-webkit-box-shadow: 0px 5px 20px #ccf;
}


ul#nav li span {
	color: #aaa;
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 5px 20px #66a;
	font-size: 2em;
	padding-top: 90px;
	top: -15px;
}
#tagline {
	font-size: 16px;
	margin-top: 10px;
	font-family: "Unkempt", arial, serif;
	color: #666;
	letter-spacing: 1px;
}
#tagline a {
	text-decoration: none;
	border-bottom: dotted 1px #aaa;
	color: #888;
}

#lofi_video{
    text-align: center;
}

#body {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#text {
	text-align: left;
	display: inline-block;
}
#body #text > p, #body #text > ul, .in-depth > p, .in-depth > ul {
	font-family: "Century Gothic", Verdana, Helvetica, sans-serif;
	line-height: 2em;
	color: #333;
	font-size: 13px;
}
#body #text > ul > li {
	padding-top: 10px;
}
#body #text p .first-word{
	font-size: 6em;
	font-family: Georgia, serif;
	color: #777;
	display: inline-block;
	float: left;
	padding: 20px 20px 10px 15px;
}
#body #text ul li span.date { color:	#488AC7; }
#body #text p a , #body #text ul li a{
	text-decoration: none;
	border-bottom: 1px dotted #357EC7;
	color: #3090C7;
}
#body #text h2 {
	margin-top: 2em;
	text-align: left;
	font-family: "Walter Turncoat", serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.2em;
	color:	#38ACEC;
	text-shadow: #3BB9FF 0px 0px 2px;
}
.gallery img {
	display: inline-block;
	width: 100px;
	padding: 10px 30px 10px 30px;
	vertical-align: middle;
}
.in-depth, .abstract{
	display: none;
}
.in-depth > ul > li > em {
	font-weight: bold;
	font-style: normal;
}
.pub .pub-title {
	font-style: italic;
}
.pub .me {
	font-weight: bold;
	color: black;
}
blockquote.abstract span {
	font-weight: bold;
	color: black;
}
a.moreinfo {
	position: relative;
	left: 10px;
}

