body {
	padding-top: 40px;
}
li.active:nth-child(2) {
	border-bottom: 2px solid #CCC 2px solid #80C;
	
}


li.active:nth-child(3){
	border-bottom: 4px solid #80C;
}

li.active:nth-child(4){
	border-bottom: 4px solid #800;
}

li.active:nth-child(5){
	border-bottom: 4px solid #080;
}
li.active{
	border-bottom: 4px solid #08C;
}

text {
	pointer: cursor;
}

.printheader {
	display: none;
}

.printonly {
	display: none;
}
div.page-header h1 {
	font-size: 48;
	font-weight: lighter;
}

div.venn {
	display: block;
	position: relative;
}
/*
div.venn circle{
	display: block;
	position: absolute;
	opacity: 0.25;
	-webkit-transition: opacity 1s ease-in-out 0s;
}
*/
div.minivenn {
	height: 40px;
	width:  40px;
	padding: 5px;
	margin: 5px;
}

/*
div.venn circle:hover {
	opacity: 0.7;
	cursor: pointer;
	-webkit-transition: opacity 1s ease-in-out 0s;
	z-index: 100;
}*/
/*
text.venn-label {
	text-align: center;
	text-anchor: middle;
	alignment-baseline: middle;
	fill: white;
}
*/
/*
.venn-circle:hover {
	opacity: 0.7;
	cursor: pointer;
	-webkit-transition: opacity 1s ease-in-out 0s;
	z-index: 100;
	
}

*/
/
div.venn circle:nth-child(2) {
	margin-left: 80px;
	margin-top: 150px;
}
div.venn circle:nth-child(3) {
	margin-left: 320px;
	margin-top: 150px;
}

div.venn circle:nth-child(1) {
	margin-left: 200px;
	
}


div.venn .intersection {
	position: relative;
	left: 345px;
	top: 255px;
	color: white;
	z-index: 101;
}

/*
circle {
	border-radius: 150px;
	-webkit-border-radius: 150px;
	display: block;
	height: 300px;
	width: 300px;
	margin-left: -50px;	
	border: 5px solid #333;
}


circle > h3 {
	position: relative;
	top: 45%;
	text-align: center;
	text-anchor: middle;
	vertical-align: center;
	color: white;
}

.red {
	background-color: #B00;
}

.blue {
	background-color: #05abff;
}

.green {
	background-color: #00bb4b;
	
}
*/
/*
.navbar-inner {
	background: -moz-linear-gradient(90deg, #a8a8a8 0%, #d9d9d9 100%) aqua;
	background: -webkit-gradient(linear, left bottom, left top, from(#a8a8a8), to(#d9d9d9)) aqua;
}
*/
div#publications.section .row div p {
	padding-left: 3em;
	text-indent: -3em;
}


.print {
	display: none;
}

div.frame {
	box-shadow: 0px 3px 5px #444;
	padding: 20px 20px 50px;
}

.subnav {
	width: 100%;
	height: 36px;
	background: white;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.subnav-fixed .nav {
	width: 938px;
	margin: 0 auto;
	padding: 0 1px;
}

.subnav-fixed {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 1030;
	border-color: #D5D5D5;
	border-width: 0 0 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
}
