/*  ==========================================================================
    Author's custom styles
    ========================================================================== */

body{
	font-family:"Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Helvetica", "Arial", "Tahoma";
	font-size:0.9em;
	margin:1em;
	max-width:1080px;
}


/*  ==========================================================================
    General Rules
	========================================================================== */

a:link{
	color:#61748C;
}

a:visited{
	color:#61748C;
}

a:hover, a:focus, a:active{
	color:#61748C;
	background-color:#E3E0D1;
}

.active{
	font-weight:bold;
	color:#000000;
}

.inactive a{
	color:#aaaaaa;
	font-weight:normal !important;
}

.abstract, .artifacts, .tags{
	font-size:0.8em;
	line-height:1.5em;
}


/*  ==========================================================================
    Left Sidebar 
	========================================================================== */
#left{
	margin: 0 0 1.5em 0;
	/*max-width:200px; */
}

#left .name-display {
	margin-top: -0.5em;
}

#left .profile {
	width: 10em;
}

#left .email {
	width: 12em;
}

#last-update{
	font-size:0.9em;
}

#right{
	max-width:600px;	
	margin: 1.5em 0.5em 0 1.5em;
}


/*  ==========================================================================
 	Main Page 
	========================================================================== */

.section{
	font-size:1.2em;
	font-weight:bold;
	margin-top:1.7em;
	margin-bottom:0.5em;
}

.tab {text-indent: 20px;}

.news li , .past li{
	padding: 0.5em;
}

.news li [class*="span"], .past li [class*="span"]{
	min-height: 0; /* row-fluid has min-height of 30px. overriding that. */
}

.news li:nth-child(odd), .past li:nth-child(odd) {
	background-color: #f6f6f6;
}

.news-date{
	color: #777777;
}

.list ul{
	margin-left: 0.5em;
}

.list li{
	margin-left: -0.5em;
	font-size:1em;
	line-height: 1.6em;
	list-style-type:none;
}


/*  ==========================================================================
 	Publications
	========================================================================== */
	
.publication li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	font-size:1em;
	line-height: 1.6em;
	list-style-type: none;	
}

.publication .title{
	font-weight: bold;
	font-size: 1em;
}
	
.publication .authors{
	padding-left: 0.5em;
	font-size:0.9em;
}

.publication .citation{
	padding-left: 0.5em;
	font-size: 1em;
}

.publication .journal{
	font-style: italic;
}

.publication .volume{
	font-weight: bold;
}

.publication .status{
	padding-left: 0.5em;
	font-size: 1em;
	font-style: italic;
}

.publication .material a{
	margin-left: 3px;
	margin-right: 3px;
}

.publication{
	margin-left: 0;
}

.publication li.anchored {
	/*box-shadow: 3px 3px 15px #666;*/
	background: #E8E8E8;
}

.award{
  background-color: #e0e0e0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}


/*  ==========================================================================
 	Research Interests
	========================================================================== */
	
.research li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	font-size:1em;
	line-height: 1.6em;
	list-style-type: none;	
}

.research .subject{
	font-weight: bold;
	font-size: 1em;
}
	
.research .description{
	padding-left: 0.5em;
	font-size:1em;
}

.research .char{
	color:#61748C;
}

/*  ==========================================================================
 	Projects 
	========================================================================== */

#project-list, #cv-list{
	margin-left:0px;
	padding-left:5px;
	list-style-type:none;
}

li{
	margin-bottom:5px;
}

#project-list li:before, #cv-list li:before, .list li:before, .publication li:before{
	/*content: "\00BB \0020";*/
}

/* PROJECTS PAGE */
#project {
	
}

.project-entry:hover {
	background-color: #f8f8f8;
}

.project-entry {
	/* image size */
	clear: both;
	min-height: 5em;
	margin-bottom: 1.5em;
}

.project-entry h4 {
	font-size: 1.2em;
}

.project-entry img{
	width: 100%;
	max-height: 7em;
	/*max-height:160px;*/
	/*margin-right:10px;
	margin-top:25px;
	margin-bottom:10px;*/
	margin: 1em 0 0 0;
	border-radius: 0.5em;
	border: 0.1em solid #dddddd;
	box-shadow: 0 0 0.1em 0.1em #dddddd;
}

.project-entry .project-left{
	float:left;
	text-align: center;
}

.project-entry .project-right{
	float: left;
	max-width: 430px;
	margin-bottom: 1em;
}

.project-entry .author{
	font-weight:bold;
}

/*  ==========================================================================
 	CV
	========================================================================== 

.cv-content {
	margin-right: 135px;
	margin-top:1em;
	margin-bottom:1em;	
}

.cv-margin {
	font-size:smaller;
	float: right;
	margin-left: 1.5em;
	padding-right: 0.5em;
	text-align: left;
}*/