/* stylesheet */
body, ul, li, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #229;
}
a:hover {
	border-bottom: 1px solid #229;
}
a img {
	border: none;
}
ul.inline {
	margin: 10px 0px;
}
ul.inline  li{
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #999;
}
body {
	font-family: Georgia, "Times New Roman", serif;
	color: #222;
	font-size: 1em;
	text-align: center;
}

#header {
	width: 100%;
	text-align: right;
	background: #9bd;
	border-bottom: 1px solid #79b;
	padding: 5px 0px;
	font-size: 14px;
}
#container {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	margin-top: 30px;
	padding: 5px;
}
/* === #header === */
#header ul {
	list-style: none;
}
#header li {
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #fff;
}
#header li.last {
	border: none;
}
#header li a, #header a.left {
	border: none;
}
#header li a:hover, #header a.left:hover {
	color: #21f;
}
#header a.left {
	text-align: left;
	float: left;
	margin-left: 5px;
}
/* === #container === */
#academic{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
#sidebar {
	width: 200px;
	float:left;
	margin-bottom: 10px;
}
#content{
	width: 550px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	background: #eee;
	font-size: 12px;
	text-align: center;
}
/* === content === */
#content h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 2em;
	font-variant: small-caps;
	color: #444;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	clear: left;
}
#content h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #17a;
}
#content p {
	margin-bottom: 7px;
	line-height: 120%;
}
#content ul {
	list-style: square;
	padding-left: 15px;
}
#content li {
	margin-bottom: 10px;
	clear: left;
}
#content li img {
	float: left;
	padding-right: 5px;
}
#content span.pubtitle {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	color: #239;
	letter-spacing: 2px;
}
#content ol li {
	margin-bottom: 5px;
}
#content ol li ol {
	list-style: lower-alpha;
	padding-top: 2px;
}
#content ol li em {
	color: #369;
}
#content div.entity {
	float: left;
	width: 550px;
	margin-bottom: 10px;
}
#content span.date {
	float: left;
	width: 70px;
	background: #bcf;
	font-weight: bold;
}
#content span.details {
	float: left;
	width: 430px;
	margin-left: 5px;
}
#content #book-list{
	width: 100%;
	margin: 10px 0px;
}
#content #book-list li {
	clear: none;
	float: left;
	width: 250px;
	min-height: 80px;
	margin-right: 20px;
	margin-bottom: 30px;
	list-style: none;
	border: 1px solid #ddd;
	background: #eee;
}
#content #book-list img {
	padding: 10px;
	margin-bottom: 5px;
	background: #eee;
	border: 1px solid #ddd;
}
#content #book-list span {
	float: left;
	width: 100%;
}
#content #book-list span.name {
	font-weight: bold;
}
#content #book-list span.publisher {
	font-style: italic;
	color: #666;
}
#content #research-list{
	width: 100%;
	margin: 10px 0px;
}
#content #research-list li {
	clear: none;
	float: left;
	width: 240px;
	/* min-height: 80px; */
	border: 1px solid #a2a2a2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 3px;
	list-style: none;
	background: #eee;
	font: 0.9em Helvetica, Arial, sans-serif;
	color: #003;
}
#content #research-list li:hover {
	border-color: #258;
}
#content #research-list em {
	color: #666;
}
#content #research-list li a {
	display: block;
	min-height: 80px;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content #research-list li a:hover {
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #369;
	text-shadow: 0px 2px 3px #fff;
	background: #ddd;
}
#content #research-list a:focus {
	outline: none;
}
#content #research-work li {
	clear: left;
}
#content #research-work li span {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
#content #research-work li span a {
	float: right;
	width: 16px;
	text-indent: -9999px;
}
#content #research-work li span a:hover {
	border: none;
}
#content #research-work li span a:focus {
	outline: none;
}
#content #research-work li span a.matlab {
	background: url('images/matlab-icon.gif') no-repeat 0px 0px transparent;
	margin-right: 10px;
}
#content #research-work li span a.pdf {
	background: url('images/pdf-icon.gif') no-repeat 0px 0px transparent;
	margin-right: 10px;
}
#content #research-work li span a.amazon {
	background: url('images/amazon-icon.gif') no-repeat 0px 0px transparent;
	margin-right: 10px;
}
#content #research-work li span a.zip {
	background: url('images/zip-icon.png') no-repeat 0px 0px transparent;
	margin-right: 10px;
}
#content strong.new {
	color: #f00;
	font-weight: bold;
}
	

/* === #sidebar === */
#sidebar ul {
	list-style: none;
}
#sidebar li a {
	display: block;
	width: 85%;
	padding: 5px 0px;
	padding-left: 10px;
	border: none;
}
#sidebar a:hover {
	background: #333;
	color: #fff;
}
#sidebar a.current {
	font-style: italic;
	border-bottom: 1px dotted #999;
}
/* === #footer === */
#footer ul {
	list-style: none;
	font-family: Arial, Verdana, sans-serif;
}
#footer li {
	display: inline;
	border-right: 1px solid #999;
	padding: 0px 5px;
}
#footer li.last {
	border: none;
}
#footer #update {
	font-style: italic;
}
/* === .vcard === */
div.vcard img {
	float: left;
	padding-right: 10px;
	padding-bottom: 35px;
}
div.vcard a.email {
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}
div.rightvcard {
	text-align: right;
	font-size: 12px;
}
div.rightvcard a {
	border: none;
}
div.rightvcard a img {
	padding-right: 5px;
}
