/*  
Theme Name: Letters Gaid
Author: Andrea Femminini
Description: Tema della Guida della Facolt&agrave; di Lettere
Version: 1.0
*/

/* Impostazioni generali */
* {
	margin:0;
	padding:0;
}
body{
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	width: 780px;
	margin: 0 auto;
}
p {
	background-color: #fff;
	color: #000;
}
li {
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	margin-left: 0.7em;
}

a {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-bottom: #003399 thin dotted;
}
a:hover {
	text-decoration: underline;
	border: none;
}
#container{
	text-align:left;
	width:780px;
	margin:0 auto 0;
}
/* Impostazioni generali */

/* Header */
.head_part {
	width: 767px;
	height:105px;
	padding: 0.6em 0;
	margin: 0 auto;
}
/* Header */

/* Sidebar */
div.leftsidebar_wrapper {
	clear:both;
	float:left;
	margin-left:1%;
	width:29%;
}
.leftsidebar_wrapper a {
	border: none;
}
.sidebar_left {
	background-color:#FFFFFF;
	border:thin dotted #072966;
	color:#395D8C;
	margin-bottom:0.8em;
	padding:0.3em;
}
.colsx {
	text-align:center;
	background-color:#395D8C;
	border-color:#DCDCDC;
	border-style:double;
	color:#fff;
}
h2.widgettitle {
	display: none;
}
ul.sidebar_left, li#pages {
	list-style: none;
}
#info p {
	margin:1em 0;
}
/* Sidebar */

/* Contenuto */
#content {
	line-height: 1.7;
	margin-bottom: 1em;
	margin-left: 32%;
	width: 68%;
}
/* Contenuto */

/* Footer */
#footer {
	clear: both;
	padding-top: 1.2em;
	font-size: 0.8em;
	text-align: center;
}
#footer span {
	font-weight: bold;
}
/* Footer */

/* Classi varie */
.invisibile{
	left:-1100em;
	position:absolute;
	top:-1100em;
}
.meta {
	margin-top: 0.6em;
	padding-bottom: 1.6em;
	font-size: 0.8em;
}
.meta2 {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#content p {
	margin-bottom:0.5em;
	margin-top:0.6em;
}
.distanzia {
	padding-top:1.2em;
}
.titoletto {
	font-weight: bold;
}
td {
	border-bottom:thin dashed #000066;
}
.more-link {
	font-size: 0.8em;
	font-style: italic;
}
.edit_button {
	font-style: italic;
}
#advanced-search-lite {
	list-style: none;
}
#asl_form ul {
	list-style: none;
}
.alignleft {
	padding-top: 0.8em;
	margin: auto 0;
}
#risultatoricerca {
	padding-bottom: 0.8em;
}
.link_amministra {
	padding-top: 0.8em;
}
#search-unleashed-1 {
	list-style: none;
	margin: 0;
}
.n_risultati {
	font-size: 1.1em;
	background-color: #FFFF00;
	color:#000;
	padding-left: 0.5em;
	padding-right: 0.5em;	
}
.d_risultati {
	padding-bottom: 0.6em;
}

/* impostazioni per la ricerca sui programmi */
#post-1060 select {
	width: 250px;
}
#post-1060 form {
	/*margin: 0.5em;
	padding: 1em 0;*/
	padding-left: 1em;
}
#field_cerca label {
	font-weight: bold;
}
#field_cerca {
	border: #ccc dotted 0.2em;
	border-bottom: none;
}
#field_cerca legend {
	color:#CC0000;
	font-weight: bold;
	padding: 0 0.1em;
	font-size: 0.8em;
}
#field_cerca_docente, 
#field_cerca_insegnamento,
#field_cerca_ssd {
	border: none;
	border-bottom: #ccc dotted 0.2em;
	padding: 0;
	margin: 0;
}
#post-1060 table {
	/*margin: 0.5em 0;*/
}
#post-1060 th {
	background-color:#395D8C;
	border-color:#DCDCDC;
	border-style:double;
	color:#FFFFFF;
	text-align:center;
	padding: 0 0.2em;
}
#risultati_cerca {
	margin: 1em 0;
}
#risultati_cerca #testo_risultati{
	font-weight: bold;
	color: #CC0000;
	font-size: 1.4em;
	text-align: center;
}
.centra {
	text-align: center;
}
/* Hack per IE 6 */
* html #content {
	margin-left:28%;
	width:68%;
}
* html div.leftsidebar_wrapper {
	width:25%;
}
* html #info p a strong {
	font-size: 0.8em;
}
/* Hack per safari */
@media screen and (-webkit-min-device-pixel-ratio:0)  {  
a {
	background-color: #fff !important;
	color: #000 !important;
	text-decoration: none !important;
	border-bottom: #003399 thin dotted !important;
}
a:hover {
	text-decoration: underline !important;
	border: none !important;
}
} 
p.sidebar {
	background-color: #fff;
	color:#003399;
	font-weight: bold;
	padding-left: 0.4em;
}
p.sidebar:hover {
	background-color: #003399;
	color:#fff;
}

/* fine */