
/*EM 'reset baseline' style rules*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: ;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

q:before, q:after,
blockquote:before, blockquote:after { content: ""; }
blockquote, q { quotes: "" ""; }
img { border: none; }

a {
	color: #00BFFF;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
q:before, q:after,
blockquote:before, blockquote:after { content: ""; }
blockquote, q { quotes: "" ""; }
img { border: none; }
acronym, abbr.initialism, dfn { cursor: help; }
abbr { speak: spell-out; }
acronym, abbr.truncation, dfn { speak: normal; }
cite { font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; }
li > h3, li > p, li > a { font-size: 1em; }
ol li {list-style: decimal;}
ul li {list-style: disc;}
.no_bullet {list-style: none;}

li {
    margin: 0;
    padding: 0.2em;
}
.hidden {
display:none;
}
html {
	color: #000;
	background-color: #f6f6f6;
	background-repeat: repeat-x;
}

body {
	margin: auto;
	width: 960px;
	color: #333;
	background-color: transparent;
	font: normal 120%/1.5 "helvetica neue light", helvetica, "Lucida Grande", Verdana, sans-serif;
}


p {
	margin-top: 8px;
	margin-bottom: 8px;
}

div#top_banner {
	border-bottom: 1px solid #000;
	height: 40px;
	line-height: 40px;
	position: fixed;
	background-color: #2d2d2d;
	color: #ddd;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index:9999999;
	box-shadow: 0 0 3px 1px #bbb;
	-moz-box-shadow: 0 0 3px 1px #bbb;
	-webkit-box-shadow: 0 0 3px 1px #bbb;
}


div#top_banner a.proj{
	text-decoration:none;
	color: #fff;
}

/*** navigation menus ***/


div.proj-menu-bar  {
	margin-top: 10px;
	border-top: 1px solid #c3bca1;
	border-left: 1px solid #c3bca1;
	border-right: 1px solid #c3bca1;
}

.proj-menu  {
	color: #fff;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 13px;
	background: #ccc;
	height: 18px;
}

.proj-menu > li {
				float: left;
				margin: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	height: 20px;
	/*min-width: 120px;*/
	position: relative;
}

.proj-menu > li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 16px;
				color: #000;
}

.proj-menu h2 > a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}

.proj-menu > li:hover, .proj-menu > a:focus, .proj-menu > a:hover, .proj-menu > a:active, .proj-menu .current {
	text-decoration: none;
}

.proj-menu > #n_search:hover {
	background-color: transparent;
}

.proj-menu .current a { 
	color: #000; 
	background-color: #fff;
}

.proj-menu .dog {
    color: #0cc;
}

.proj-menu > li:hover > ul,
.proj-menu > .sfHover > ul {
	position: absolute;
	left: -1px;
	top: 40px; /* match top ul list item height */
	z-index: 99;
}



.proj-menu .submenu {
	background-color: #eee;
	color: #666;
	opacity: 1;
	border-style: none none solid solid;
	box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
	-moz-box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
	-webkit-box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
	width: 200px;
}

.proj-menu .submenu > li {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 2px;
	display: block;
	background-color: transparent;
}

.proj-menu .submenu > li a:link {
	line-height: 30px;
	padding-left: 10px;
	padding-right: 4px;
	text-align: left;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
}

.proj-menu .submenu > li > a:hover, .submenu > li > a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}


.proj-menu .submenu > ul > li {
	padding-left: 7px;
	padding-right: 4px;
	display: block;
	line-height: 15px;
	background-color: transparent;
}

.proj-menu .submenu > ul > li > a:link {
	line-height: 26px;
	padding-left: 20px;
	padding-right: 14px;
	text-align: left;
	font-size: 14px;
	text-transform: none;
	background: none;
}

.proj-menu a[href$=".pdf"]:not(.button) {
	background: none;	
}

.proj-menu .submenu > ul > li > a:hover, .submenu > ul > li > a:focus {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}





ul.publist li, ul.publist span{
	margin: 20px auto;
}

span.pubtitle {
	font-style: italic;
}

span.award {
	font-weight: bold;
}

pre{ 
font-size:medium; background:#dfd; border:1px solid #94da3a; 
border-width:1px 0; margin: 1em 0; padding: .3em .4em; overflow: auto; 
text-transform:none;
}

h2.deck{
	font-size: 22px;
}

h3.deck{
	font-size: 18px;
}

a.bibtex{
	cursor: pointer;
}

a.afancybox img {
    text-decoration: none;
    border: 2px solid black;
}

a.afancybox img:hover {
    text-decoration: none;
    border: 2px solid blue;
}

a.afancybox:hover {
    text-decoration: none;
}

a.afancybox:active {
    text-decoration: none;
}


pre.bibtex{
	display: none;
}

li.plus{
	list-style: none;
	background: url(img/bullets/add.png) no-repeat left 0.28em;
	padding-left: 1.5em;
}

li.deprecated{
	list-style: none;
	background: url(img/bullets/timeline_flag.png) no-repeat left 0.28em;
	padding-left: 1.5em;
}


li.bugfix{
	list-style: none;
	background: url(img/bullets/bug_go.png) no-repeat left 0.28em;
	padding-left: 1.5em;
}

a.no_underline:hover {
	text-decoration: none;
}

#content h2 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
}

#content h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

#content ul {
	margin-left: 1em;
}

#content > ul > li {
	margin-top: 15px;
}

img.proj_thumb {
	float: left;
	margin: 0 20px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 120px;
}

#name {
	font-size: 24px;
	width: 100%;
	padding-left:20px;
	font-weight:bold;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact1, #contact2 {
	font-size: 17px;
	padding-top:30px;
}

#contact1 {
	float: left;
	margin-left: 150px;
}

#contact2 {
	float:right;
}

#picture {
	float: left;
}

#content {
	padding: 20px;
	border-left: 1px solid #c3bca1;
	border-right: 1px solid #c3bca1;
	border-bottom: 1px solid #c3bca1;
	margin-bottom: 50px;
	min-height: 300px;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.5em;
}

.section {
	border: 5px solid #000;
	margin: 10px;
	padding: 10px;
	display: none;
}

li.current a {
	cursor: default;
}


li.current a:active, li.current a:hover {
	background-color: #fff;
	color: #00BFFF;
}


