/*  
Theme Name: iClab V6
Theme URI: http://www.iclab.eu/
Description: The iClab theme
Version: 6
Author: Paolo Cottone
Author URI:  http://www.iclab.eu/

		This theme was designed and built by Paolo Cottone

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

hr {
	visibility: hidden;
}

/*body{
		background: url(images/bkg.png) repeat-y 5px;
}
*/#page{
	
	width: 90%;
margin: 10px auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}



/* Begin Header */
#header{
	background: #5dacb3;
	height: 110px;
	margin-top: 35px;
	position: relative;
	z-index: 1;
}

#header a{
	color: #fff;
	text-decoration: none;
	text-align: left;
	font: 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: top;

}
#header.image{
	
}
#headerbar{
	background-color: #003876;
	top: -5px;
	position: relative;

}

/* Begin sidebar */

.textwidget{
	font-size: 0.8em;

}
.textwidget h3{
	text-decoration: underline;
}

.textwidget a{
	text-decoration: none;
}
#sidebarL{
	background-color: #dedede;
	width: 225px;
	float: left;
	top: 1px;
	position: fixed;
	bottom: 0;
	padding-top: 150px;

}

#sidebarR{
	text-align: justify;
	float: right;
	width: 150px;
	margin: 10px 0 0;
	font-size: 0.8em;

}

/* Begin nav */
#sidebarL{
	text-indent: 5px;
}

#sidebarL ul li {
	background-color: #fff;
	margin-top: 5px;
	margin-right: 15px;
	height: 1em;
	list-style-type: square;
	list-style-position: inside;
	color: #00387F;
}

#sidebarL ul li a{
	text-decoration: none;

	font-size: 0.8em;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: square;

}

#sidebarL ul{
	list-style-type: none;

}

#sidebarL ul li a:hover
{
	text-decoration: underline;
}


/* Begin content */.post{
	margin-bottom: 10px;
	padding-bottom: 10px;
}#content{
	font-size: 0.8em;
	text-align: justify;
		margin-left: 225px;
margin-right: 160px;
font-size: 0.8em;
	padding: 1em;
}


h2{
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#people_box{
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-style: outset;
	border-bottom-width: 1px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	clear: both;
	height: 80px;
	padding-left: 3px;
}

#people_box a{
	text-decoration: none;
}

#people_box img{
	float: left;
	height: 80px;
	margin-right: 5px;
}
#people_box img.badge{
	float: right;
	height: auto;
	bottom: 5px;
	position: relative;
}

#bibliobox{
	height: 400px;
	overflow: auto;
	border-bottom-style: outset;
	border-right-style: outset;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

#orgseries_dropdown{
	width: 150px;
}

#tesi_dropdown{
	width: 150px;
}

.form-table{
	border-bottom-width: 1px;
	border-bottom-style: outset;
	margin-bottom: 5px;
	font-size: 0.8em;
	padding-bottom: 2px;
}

p.image {
	display: inline-block;
}



/* Begin footer */#footer{
	border-top: thin solid #000;
	padding-left: 10px;
	text-align: center;
	font-size: 0.7em;
	clear: both;
margin: 0 0 0 225px;
padding: .5em;
}




/* End Structure */ 