/* CSS for lab website
 * ---2013-08---
 */
/**************************---global settings---*******************************/
body {
    background: none repeat scroll 0 0 #aaaaaa;
}

a:link, a:visited {
	text-decoration: none;
}
#footer a {
	color: #039;
	}

#wrapper {
    background-color: #fff;
    margin: 30px auto auto;
    padding: 0px;
    text-align: justify;
    color: #000;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    width: 960px;
}

#header {
	background: #5dcec6;
}

#header h2{
    font-size: 1.8em;
}

#banner {
    color: 					#039;
    background-image: 		url("imgs/lab_logo.png");
    background-repeat:		no-repeat;
    background-position:	right center;
    background-size:		30% 100%;
    margin:					0px;
    padding:				30px;
    height:					100px;
}

#footer {
    background-color: #5dcec6;
    padding: 10px;
    text-align: center;
    color: #039;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    clear: both;
}

#footer p a:hover {color: red; }

/******************************---navigation settings---**********************************/
#menu {
    background-color: deepskyblue;
    font-weight: bold;
    padding: 0px;
    height: 35px;
}
#menu ul.nav {
	list-style: none;
	margin-top: 0px;
	margin-left: 60px;
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: left;
}
#menu ul.nav a {
    padding: 5px 15px 5px 15px;
    margin-right: 5px;
    text-decoration: none;
    margin-top: 0px;
}
#menu ul.nav li {
    display: inline;
    margin-top: 0px;
}
#menu ul.nav a:hover {}
#menu a.internal:link {color: #36f; }
#menu a.internal:visited {color: black; }
#menu a.internal:hover {color: black; }
#menu a.internal:active {color: black; }

#menu a.external:link {color: #fff; }
#menu a.external:visited {color: #fff; }
#menu a.external:hover {color: black; }
#menu a.external:active {color: #fff; }

/******************************---homepage settings---**********************************/
#summary {
    margin: 20px 30px;
    padding: 0px 40px 0px 40px;
    color: #8b0000;
}
#summary span {
    font-style: italic;
    font-size: 1.1em;
}
#summary span.sen {
    /*	display: block;	*/
}
#summary span.bold {
	font-weight: bold;
}
#summary h2 {
    color: red;
}

.display-left {
	position: percentage;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
	-ms-transform:translate(-0%,-50%);
}

.display-right {
	position: relative;
	top: 50%;
	right: 0%;
	transform: translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
}

.inblack {
	color: #fff!important;
	background-color: #000!important;
}

/******************************---research settings---**********************************/
#research {
    margin: 0px 100px 20px 100px;
    padding: 0px 0px 40px;
    font-size: 1em;
    line-height: 150%;
}
#research p {
    padding: 15px 0px;

}
#research h3 {
    color: #039;
}

/******************************---publication settings---*******************************/
#publications {
		margin: 0px 100px;
		font-size: 0.9em;
		line-height: 150%;
}
#publications span.author {
	font-weight: normal;
}
#publications span.title {
	font-weight: bold;
}
#publications span.journal {
	font-style: italic;
}
#publications span.vol {
}

/******************************---members settings---**********************************/
.vcard {
	clear: both;
	margin: 20px 100px;
	height: 150px;
}

.vcard img {
	float: left;
	height: 150px;
	width: 150px;
}

.vcard span{
	display: block;
	margin-left: 180px;
	padding: 5px;
}

.vcard span.name {
	font-weight: bold;
}

#members a:link {color: #36f; }
#members a:visited {color: #36f; }
#members a:hover {color: #3cf; }
#members a:active {color: #3cf; }

#members h2 {
	margin: 20px 100px;
}

#members h3 {
	margin: 10px 100px;
}

.alumni {
	clear: both;
	margin: 10px 100px;
	padding: 5px;
}

.alumni span.name{
	font-weight: bold;
}
/******************************---personal settings---**********************************/
/* most of the settings for vcard using the seetings for the memmbers page. */
.personal.vcard {
	margin-top: 40px;
}
.profile {
	margin: 40px 65px 0px 65px;
}
.profile span {
	display: block;
	margin: 0px;
	padding: 5px;
	padding-left: 40px;
}
.project {
	margin: 0px 100px 0px 65px;
	padding-left: 40px;
	padding-top: 30px;
	line-height: 150%;
}

/******************************---Events settings---***********************************/
#events {
    margin: 0px 100px 20px 100px;
    padding: 0px 0px 40px;
    line-height: 150%;
}
#events p {
    padding: 15px 0px;
}
#events h3 {
    font-size: 0.9em;
    color: #039;
}
/* ==================================================================================== */
#dynamical {
	width: 960px;
	height: 540px;
}
