/** * Skin Advanced
	* Il presente files regola gli stili CSS della homepage
	* @author Blancks
*/


/** * STILI DEI CONTENUTI DEL SITO */

/** * Titolo del sito
*/
h1{
	margin:0;
	padding:30px 0 0 76px;
	font-size:38px;
	font-family:Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;
}

/** * Stile del link sul titolo */
h1 a, h1 a:visited, h1 a:hover{
	color:#222;
	text-decoration:none;
}


/** * Sottotitolo
*/
div.subtitle{
	margin-left:78px;
	color:#666;
	font-family:Verdana,Sans; 
	font-size:12px; 
}

/** * Stili del form di login
*/

div.logazzo {
    position: relative;
    margin-left: -35px;
    margin-top: -40px;
    width: 280px;
    height: 280px;
}

div.login_form1 {
    position: absolute;
    top: 70px;
	width: 280px;
	height: 40px;
	background-image: url('http://opworldgdr.it/themes/advanced/imgs/lgform.png');
	background-repeat: no-repeat;
	image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}

.userscritta, .pswscritta {
    font-family: 'Targa';
    text-transform: uppercase;
    color: #fed100;
    letter-spacing: 2px;
    font-size: 17px;
}

.userscritta {
    position: absolute;
    top: 50px;
    left: 102px;
}

.pswscritta {
    position: absolute;
    top: 130px;
    left: 102px;
}

div.login_form2 {
    position: absolute;
    top: 150px;
	width: 280px;
	height: 40px;
	background-image: url('http://opworldgdr.it/themes/advanced/imgs/lgform.png');
	background-repeat: no-repeat;
	image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}
}


/** * Stile per le label dei form
*/
span.form_label {
	text-align:left;
	font-weight:bolder;
}

div.login_form1 input {
	width: 151px;
	height: 25px;
	margin: 0;
	background-color: #3d3d3d;
	border: 0;
	padding: 5px;
	color: #fff;
	position: absolute;
	top: 7px;
	left: 64px;
	line-height: 25px;
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
}

 div.login_form2 input {
	width: 151px;
	height: 25px;
	margin: 0;
	background-color: #3d3d3d;
	border: 0;
	padding: 5px;
	color: #fff;
	position: absolute;
	top: 7px;
	left: 64px;
	line-height: 25px;
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
}

/** * Stile per il bottone del login
*/

.entrylog {
    position: absolute;
    top: 200px;
    left: 102px;
    width: 80px;
    height: 25px;
    font-family: 'Targa';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.recuperopsw {
    width: 100px;
    color: #63baef;
    font-family: Georgia;
    font-size: 10px;
    position: absolute;
    top: 219px;
    left: 96px;
}

div.recuperopsw a {
    color: #63baef;
    font-family: Georgia;
	font-size: 10px;
	font-weight: normal;
}

.iscrivitih {
    width: 208px;
    height: 208px;
    background-image: url('http://opworldgdr.it/themes/advanced/home/iscrivitihome.png');
    background-repeat: no-repeat;
    image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}

.iscrivitih:hover {
    background-image: url('http://opworldgdr.it/themes/advanced/home/iscrivitihomeh.png');
}

.creditih {
    width: 208px;
    height: 208px;
    background-image: url('http://opworldgdr.it/themes/advanced/home/creditihome.png');
    background-repeat: no-repeat;
    image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}

.creditih:hover {
    background-image: url('http://opworldgdr.it/themes/advanced/home/creditihomeh.png');
}

.guidah {
    width: 208px;
    height: 208px;
    background-image: url('http://opworldgdr.it/themes/advanced/home/guidahome.png');
    background-repeat: no-repeat;
    image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}

.guidah:hover {
    background-image: url('http://opworldgdr.it/themes/advanced/home/guidahomeh.png');
}

.premih {
    width: 208px;
    height: 208px;
    background-image: url('http://opworldgdr.it/themes/advanced/home/fruttihome.png');
    background-repeat: no-repeat;
    image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
}

.premih:hover {
    background-image: url('http://opworldgdr.it/themes/advanced/home/fruttihomeh.gif');
}
/** * Contenuti principali della pagina
*/

/** * Titolo della sezione */
h2{
    font-family: "Optima";
    color: gold;
	font-size:25px;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 40px;
	padding-bottom:4px;
	border-bottom:solid 1px #d9d9d9;
	-webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: black;
}

/** * Contenuti testuali */
div.content_body p{
	font-size:13px;
	padding:0 10px;
}


div.content_body a{
	color:#999;
	text-decoration:underline;
}



/** * Men� di navigazione
*/
div.sidecontent ul{
	margin:20px 0 0 10px;
	padding:20px 10px 20px 10px;
	
	background-color:#a1a1a1;
	
	list-style-type:none;
	
	-moz-border-radius:5px;		/* Bordi arrotondati */
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}

/** * Contenitore delle voci nel men� 
*/
div.sidecontent ul li{
	margin-bottom:5px;
}

/** * Link voce men� 
*/
div.sidecontent ul li a, div.sidecontent ul li a:visited{
	color:#f1f1f1;
	text-decoration:none;
	display:block;
	font-size:17px;
	padding:2px;
	background-color:none;
}

/** * Link voce men� al passaggio del mouse
*/
div.sidecontent ul li a:hover{
	background-color:#b2b2b2;
	color:#444;
}


/** Stile generico contenitore per altri contenuti nella sidebar 
*/
div.side_modules{
	margin:10px 0 0 10px;
	background-color:#b9b9b9;
	font-color:#333;
	padding:10px;
	text-align:center;
	
	-moz-border-radius:5px;		/* Bordi arrotondati */
	-webkit-border-radius:5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
}

div.side_modules .form_label{font-size:10px; margin-right:2px;}


/** * Tabella statistiche */
table.statistics{
	text-align:right;
	margin-top:10px;
	font-size:10px;
}

table.statistics td{padding-right:5px;}

/** * Stile di colorazione per definire le righe pari */
table.statistics tr.pair{
	background-color:#c9c9c9;
}

/** * Stile per definire il titolo del parametro statistico */
table.statistics td.label{
	font-weight:bolder;
	text-align:left;
	padding:2px;
}



/** * Recupero password */
div.pass_rec{
	margin-top:10px;
}

input#passrecovery{
	width:126px;
}

div.pass_rec input[type='submit']{margin-top:3px;}



/** * Footer info */
div#footer div{
	background-color:#d9d9d9;
	padding:5px 0 3px 0;
}

div#footer p{
	font-size:10px;
	margin:0;
	padding:0 15px 2px 15px;
	text-align:center; 
}




/** * LAYOUT SITO */

/** * Struttura contenitore di tutto il sito 
*/
div#main{
	height:100%;
	width:100%;
	background:url("imgs/bg_header.jpg") repeat-x top left;
	text-align:center;
}


/** * Larghezza della struttura del sito
*/
div#site_width{
	margin:0 auto;
	width:960px;
	text-align:left;
}

/** * Header
*/
div#header{
	height:180px;
}


/** * Corpo contenuti della pagina
*/
div#content{
	padding:0 60px 10px 60px;
	background:url("imgs/body.png") repeat-y left top;
}

/** * Struttura colonna di lato
*/
div.sidecontent{
	width:200px;
	float:left;
}

/** * Struttura corpo contenuti pagina 
*/
div.content_body{
	width:620px;
	padding:10px;
	float:left;
}


/** * pie di pagina
*/
div#footer{
	height:68px;
	padding:8px 59px 0 59px;
	background:url("imgs/footer.png") no-repeat top left;
}


body.home {
	background-image: url('imgs/woody.png');
	background-repeat: repeat;
	  image-rendering: -moz-crisp-edges;
image-rendering: -webkit-crisp-edges;
image-rendering: pixelated;
	}
	
	.centrora {
	width: 350px;
	height: 350px;
	-webkit-clip-path: circle(175px);
	clip-path: circle(175px);
	background-image: url('http://opworldgdr.it/guida/img/aquapattern.gif');
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 50%;
	margin-top: -175px;
	}
	
	.bgoblo {
	width: 600px;
	height: 600px;
	background-image: url('imgs/wood_ext2.png');
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -300px;
	}
	
	.logowood {
	position: absolute;
	top: 71px;
	left: 71px;
	}
	
	.frecciasx:active, .frecciadx:active {
	    display: block;
	    position: absolute;
	    top: 50.5%;
	}
	
	.frecciasx {
	width: 79px;
	height: 155px;
	background-image: url('http://ffrev.altervista.org/wood/arrowhl.png');
	position: absolute;
	left: 50%;
	margin-left: -444px;
	top: 50%;
	margin-top: -77px;
	}
	
	.frecciadx {
	width: 79px;
	height: 155px;
	background-image: url('http://ffrev.altervista.org/wood/arrowhr.png');
	position: absolute;
	left: 50%;
	margin-left: 365px;
	top: 50%;
	margin-top: -77px;
	}

/** *** Fine stili regolatori del layout *** */