body 
{
font-family: Georgia, Arial, sans-serif;
text-align: center;
}
h1
{
margin: 0;
font-weight: normal;
font-size: 1.8em;
}
h2
{
font-weight: normal;
width: 100%;
border-top: 1px solid #CCC;
height: 2em;
font-size: 1.5em;
margin: 0;
clear: both;
}
h3
{
	font-size: .8em;
font-family: Arial, sans-serif;
margin: 0;
}
p
{
margin: -3em 0 4em 300px;
font-size: .9em;
line-height: 1.3em;
color: #666;
}
.goTo
{
margin: -4em 0 2em 300px;
text-align: right;
font-size: .8em;
font-family: Arial, sans-serif;
}
.goTo a
{
	text-decoration: none;
	padding-right: 20px;
	background-image: url(/images/arrow_forth.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.details, .blogs
{
float: left;
margin: 10px 45px 0 0;
}
.details ul, .contatti ul, .blogs ul
{
font-size: .8em;
font-family: Arial, sans-serif;
list-style-type: none;
margin: 0 0 1em 0;
padding: 0;
line-height: 1.3em;
}
.details li, .contatti li, .blogs li
{
color: #666;
}
.details ul
{
list-style-type: square;
list-style-position: inside;
}
.blogs ul li, .details ul li
{
	list-style: none;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin: 5px 0;
}
.blogs ul li.facebook
{
	background-image: url(/images/ico_facebook.gif);
}
.blogs ul li.linkedin
{
	background-image: url(/images/ico_linkedin.gif);
}
.details ul li.pdf
{
	background-image: url(/images/ico_pdf.gif);
}
.details ul li.vcard
{
	background-image: url(/images/ico_vcard.gif);
}

p.footer, #colophon #f-list
{
margin: 4em 0 2em 0;
font-size: .75em;
font-family: Arial, sans-serif;
color: #999;
}
a, a:visited { color: #69C; }
a:hover
{
color: #FFF;
background-color: #69C;
text-decoration: none;
}
#container
{
text-align: left;
margin: 0 auto;
width: 750px;
}
#switchLang
{
	position: absolute;
	top: 7px;
text-align: right;
width: 750px;
font-family: Arial, sans-serif;
	font-size: .8em;
	color: #999;
}
#topbox
{
	/*background-image: url(images/bg_topbox.gif);
	background-repeat: no-repeat;*/
	height: 250px;
	margin: 30px 0 50px 0;
	/*padding: 20px;*/
}
#topbox-internal
{
	margin: 20px 0 0 0;
}
#topbox img
{
	display: block;
	border: 1px solid #CCC;
}
#topboxinfo
{
	margin: -250px 0 0 300px;
	width: auto;
}
#backHome
{
	font-family: Arial, sans-serif;
	font-size: .7em;
	text-transform: uppercase;
}
#backHome a
{
	color: #000;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	background-image: url(/images/arrow_back.gif);
	background-repeat: no-repeat;
}
#backHome a:hover
{
	font-weight: bold;
	background-color: transparent;
}

/* didattica */
body.didattica, body.mediawiki
{
	background-image: url(/didattica/images/bgDidattica.gif);
	background-repeat: repeat-x;
}



body.didattica .teaching-institution p
{
	font-family: Arial, sans-serif;
	/*font-size: .8em;*/
	/*margin-top: -1.3em;*/
	font-size: .7em;
	margin-top: 0;
	margin-bottom: 2em;
	line-height: 1.3em;
}
body.didattica #topbox-internal p
{
	margin: 1em 0 2em 300px;
	line-height: 1.4em;
}
body.didattica #topbox-internal #pic
{
	float: left;
	margin: 10px 0 20px 0;
}
body.didattica .teaching-institution h4
{
	font-family: Arial, sans-serif;
	font-size: .8em;
	color: #666;
	margin: -1.3em 0 0 300px;
	line-height: 1.4em;
}
.course-res
{
	float: right;
	margin-top: -1.3em;
}
.course-res img, .course-res a, #jquery-lightbox a
{
	border-width: 0px;
	background-color: transparent;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}