/*Generale*/
body{
	background-color: #333333;
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 76%;
}
a{
	color: #FF0060;
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: underline;
}
img{
	border: 0;
}
h1{
	margin: 0;
	padding: 0;
}
h2{
	font-size: 14pt;
}
h3{
	font-size: 11pt;
}

/*Struttura*/
#container{
	width: 960px;
	margin: 0 auto;
}
#header{
	position: relative;
}
div#menu {
	float: left;
	width: 200px;
	border: 1px solid #3C3C3C;
	padding: 3px;
}

div#content {
	margin-left: 202px;
	padding: 10px;
}
div#footer {
	clear: left;
}

/** Menu alto **/
#navcontainer {
	margin: 0;
	clear: right;
	background: #555555 url(../images/menu/sfondo.jpg);
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#navcontainer ul li {
	display: inline;
	margin-left: -4px;
}
#navcontainer ul li a {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
	background-color: #666666;
	color: white;
}
#navcontainer ul li ul{
	display: none;
}
#navcontainer ul li a ul li{
	display: block;
}
#active a {
	border-left: 1px solid #fff;
}

/*Header in evidenza*/
#header_evidenza{
	position: absolute;
	top: 0;
	right: 0;
}

/*Menu laterale*/
div.menulaterale{
	margin: 5px 1px;
	border-bottom: 1px dotted #3C3C3C;
}
div.menulaterale h2{
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px dotted #3C3C3C;
}

div.menulaterale ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
}

div.menulaterale ul li a{
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
}
* html div.menulaterale ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}
div.menulaterale ul li a:hover,div.menulaterale li a:active{
	background: transparent url(../images/menu/selected.gif) no-repeat 2px center;
}

/*Tooltips ultime discussioni*/
.last_threads_tips{
	width: 200px;
	padding: 3px;
	border: 1px dotted #3C3C3C;
	background-color: #333;
}
.last_threads_tips .tip-title{
	border-bottom: 1px dotted #3C3C3C;
	padding: 3px;
}

/*News*/
div.news{
	border-bottom: 1px solid #FFFFFF;
	margin-top: 5px;
	margin-bottom: 40px;
}
div.news h2 {
	margin: 0;
	padding: 5px;
	font-size: 150%;
}
div.news h2 a{
	text-decoration: none;
}
div.news h2 a:hover,div.news h2 a:active{
	color: #E2D8CE;
}
div.news .testonews{
	overflow: hidden;
	text-align: justify;
	padding: 5px;
}
div.news .footnews {
	margin: 0;
	padding-left: 2px;
	height: 25px;
	line-height: 25px;
}
div.news .left{
	float: left;
	margin: 0 10px 10px 0;
}
div.news .right{
	float: right;
	margin: 0 0 10px 10px;
}
div.news ul.pics{
	display: block;
	margin: 10px 0 10px 0;
	list-style: none;
	overflow: hidden;
}
div.news ul.pics li{
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
}
div.news dl.interview{
	margin: 5px 0 10px 0;
}
div.news dl.interview dt{
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: bold;
}
div.news dl.interview dd{
	margin: 0;
	padding: 0;
}
div.firstnews-ad{
	text-align: center;
}
div.related-news{
	overflow: hidden;
}
div.related-news div{
	float: right;
}

/** Paginazione **/
div.paginazione {
	text-align:center;
}
div.paginazione ul {
	list-style-type: none;
}
div.paginazione ul li {
	display: inline;
	margin: 3px;
}
div.paginazione ul li a {
	text-decoration: none;
	padding: 0 3px;
	border: 1px solid #FFF;
}
div.paginazione ul li a:hover, div.paginazione ul li a:active, div.paginazione ul li a.paginacorrente {
	background-color: #555;
}

/*Media player*/
div.mediaplayerelenco ul{
	list-style: none;
}
div.mediaplayerelenco ul li{
	float: left;
	text-align: center;
	width: 130px;
	height: 180px;
}

/*WWW*/
.www{
	margin-bottom: 15px;
}
.www h3{
	margin: 0;
}
.www p{
	margin: 0;
}
.www.twitter_com{
	padding-left: 50px;
	height: 50px;
	background-repeat: no-repeat;
}

/* SLIMBOX */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
