@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	text-decoration:none;
	color:#4f9c5a;
}
a:hover {
	color:#f5d60b;	
}
a.current:link, a.current:visited {
	color:#111;
	font-weight:bold;
}
img { border:none; }

body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

#container {
    max-width: none;    /* or: max-width: 100%; */
    width: 100%;
    margin: 0;          /* remove centering margin */
    font-size: 14px;    /* keep if you still want this as the base */
    position: static;   /* default; only change if you don’t rely on relative positioning */
}


#banner,
#page,
#wrapper {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-topright: 0 !important;



#banner {
	color:#FFF;
	padding:15px;
	
	
	
	background-color:#4f9c5a;
	margin:0;
}
h1 {
	margin:0;
	padding: 0;
	font-size:30px;
	
}

#banner p {
	margin:0;
	text-transform: uppercase;
	font-size:14px;
}
#nav {
      background:#222;
   overflow:hidden;
   height: 40px;
}
#nav ul {
  
   list-style:none;
   margin:0;
   padding:0;
  
}
#nav ul li {
   display:inline;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
  
}
#nav ul li a {
   display:block;
   margin:0;
   padding:0px 10px;
   color:#fff;
   text-decoration:none;
   line-height:40px;
}
#nav ul li a:hover {
   background:#FFF;
   color:#333;
}
#page {
	background-color:#FFF;
	overflow:auto;
	padding:15px 0;
	clear: both;
	/*
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	*/
}
#sidebar {
	min-width:210px;
	margin:0 15px;
	float:right;
	line-height:140%;
	background-color:#EEE;
	border: 1px solid #E5E5E5;
}

#sidebar h3, #sidebar p {
	padding:0 10px;
}
#content {
	margin-left:15px;
	margin-right:15px;
	line-height:160%;
}
#footer {
	padding:15px;	
	overflow:auto;
	color:#FFF;
	font-size:90%;
	text-align:right;
}
#footer img {
	float:left; 
	margin-right:15px;
}



.right {
	float:right;
	margin: 0 0 15px 15px;
}
.left {
	float:left;
	margin:0 15px 15px 0;
}

h2 {
	margin-top:20px;
	margin-left: 15px;
	color:#494949;
	font-weight:normal;
	font-size:150%;
}

#contentbar {
	width:210px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
	float:left;
	line-height:140%;
	background-color:#EEE;
	border: 1px solid #E5E5E5;
}

#contentbar h3, #contentbar p {
	padding:0 10px;
}
#photo {margin-left:auto; margin-right:auto; display:block; padding:10px;}
#banner {
	 -moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
		
}
#page {
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;

}
#banner p {padding-left:1em}
/* uncomment the specific line to hide the content div on specific pages */
/* .contentbar1 {display:none}  */
 .contentbar2 {display:none}  
/* .contentbar3 {display:none}  */
/* .contentbar4 {display:none}  */
/* .contentbar5 {display:none}  */

.talk {
	margin-left: 25px; 
	margin-right: 20px; 
	margin-bottom: 5px; 
	position: relative; 
	overflow: hidden;
	padding: 2px;
	border-width: 1px; 
	border-color: #9f9f9f;
	border-style: dotted;
	background-color: inherit;
	}
.talkleftpart {width: 77%; float: left; margin-left: 10px; text-indent: -10px; }
.talkrightpart {width: 20%; float: right; text-align: right; }
.talktitle {font-weight: bold; }
.talklink { }
div.talkdetails p {padding-top: 7px; margin: 0px; font-size: 85%; }
.talkdetaillink {font-weight: bold; font-family: monospace; }
.talkdetails {width: 80%; clear: both; margin-left: 10px; }
div.talkdetails p {padding-top: 7px; margin: 0px; font-size: 85%; }

.paper {
	margin-left: 25px;  
	margin-right: 20px; 
	margin-bottom: 5px; 
	position: relative; 
	overflow: hidden;
	padding: 2px;
	border-width: 1px;
	border-color: #9f9f9f;
	border-style: dotted;
	background-color: inherit;
	}

.papertitle {font-weight: bold; }
.paperleftpart {width: 80%; float: left; margin-left: 10px; text-indent: -10px; }
.paperrightpart {width: 17%; float: right; text-align: right; }
.paperdetails {width: 80%; clear: both; margin-left: 10px; }
div.paperdetails p {padding-top: 7px; margin: 0px; font-size: 85%; }
.paperpubinfo {font-size: 75%; }
.arxivlink {font-family: monospace; }
.detaillink {font-weight: bold; font-family: monospace; }

.expos {
	margin-left: 25px; 
	margin-right: 20px; 
	margin-bottom: 5px; 
	position: relative; 
	overflow: hidden;
	padding: 2px;
	border-width: 1px; 
	border-color: #9f9f9f;
	border-style: dotted;
	background-color: inherit;
	}
.exposleftpart {width: 70%; float: left; margin-left: 10px; text-indent: -10px; }
.exposrightpart {width: 27%; float: right; text-align: right; }
.exposdateinfo {font-size: 75%; }
.expostitle {font-weight: bold; }
.exposlink { }
div.notedetails p {padding-top: 7px; margin: 0px; font-size: 85%; }
.notedetaillink {font-weight: bold; font-family: monospace; }
.notedetails {width: 80%; clear: both; margin-left: 10px; }
div.notedetails p {padding-top: 7px; margin: 0px; font-size: 85%; }


