/*
-----------------------------------------------
Sito: 		Diventa Famoso
Designer: 	Veracini Alessio
Data:		May 2007
----------------------------------------------- */
/*formattazione elementi*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align: justify;
	background-color: #CCFF99;
}
	
hr {
	border: 0;
	width: 90%;
	text-align: center;
	height: 1px;
	color: #66CC66;
	background-color: #66CC66;
	text-decoration: none;
}
form {
	margin-bottom: 0;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCFF99;
	border: 1px solid #003300;
	cursor: default;
}

/* DIV PARTICOLARI*/
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}

.spacerrow {
	background: #003300;
	height:4px;
	margin-bottom:5px;
}
/*TITOLO DEL SITO*/
.titolosito {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 40px;
	font-weight: lighter;
	color: #003300;
	text-align: center;
	text-decoration:none;
}
/* FORMATTAZIONE CASELLE PER BORDO OMBREGGIATO*/
.top_sx_sh{
	background: url(../images/elenco_top_sx.gif) bottom right no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
	width: 14px;
}
.top_sh {
	background: url(../images/elenco_top.gif) bottom center repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
	width: auto;
}
.top_dx_sh {
	background: url(../images/elenco_top_dx.gif) bottom left no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
	width: 14px;
}
.sx_sh {
	background: url(../images/elenco_sx.gif) right repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 14px;
}
.center_white {
	background: url(../images/elenco_back.gif) center repeat;
	background-position: 0px 0px;
	padding: 5px 5px 5px 5px;
	height: auto;
	width: auto;
}
.dx_sh {
	background: url(../images/elenco_dx.gif) left repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 14px;
}
.bot_sx_sh {
	background: url(../images/elenco_bot_sx.gif) top right no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
	width: 14px;
}
.bot_sh {
	background: url(../images/elenco_bot.gif) top center repeat;
	padding: 0px 0px 0px 0px;
	height: 10px;
	width: auto;
}
.bot_dx_sh {
	background: url(../images/elenco_bot_dx.gif) top left no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
	width: 14px;
}
/* FINE CASELLA OMBREGGIATA */


/* CASELLE E RIQUADRI */
.headerbar {
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #99FF99;
	background-repeat: no-repeat;
	background-position: center;
}
.subheaderbar {
	background: #99FF99 center no-repeat;
	text-align: right;
	padding: 0px 0px 0px 0px;
}
.IDCard {
	background: #FFFFFF url(../images/IDCard.gif) center no-repeat;
	background-position: 100% 5px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 35px;
	/*border-top: 2px solid #8A5E4A;
	border-bottom: 2px solid #8A5E4A;*/
}
.shortIDCard {
	background: #FFFFFF;
	background-position: 100% 5px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 10px;
	border-top: 2px dotted #8A5E4A;
	border-bottom: 2px dotted #8A5E4A;
}
.published-comment {
	background: #CCFF99 url(../images/tick.gif) center no-repeat;
	background-position: 98% 5%; /* x-pos y-pos */
	color:#000000;
}
.unpublished-comment {
	background: #FFFFCC url(../images/stop.gif) center no-repeat;
	background-position: 98% 5%; /* x-pos y-pos */
	color:#000000;
}
.pmquote {
	background: #F0FFF0 url(../images/commentsicon.gif) center no-repeat;
	background-position: 10px 10px; /* x-pos y-pos */
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 2px solid #003300;
	border-bottom: 2px solid #003300;
}
.casellaelenco {
	border: 2px solid #66CC33;
	list-style-type: none;
	background-color: #CCFF99;
	text-align: left;
	text-indent: 30px;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	vertical-align: bottom;
	height: 25px;
	width: auto;
}
.casellalogin {
	border: 2px solid #003300;
	background-color: #99FF99;
	vertical-align: top;
	padding: 2px 2px 2px 2px;
	height: auto;
	width: auto;
}
.casellapole {
	border: 2px solid #99FF99;
	vertical-align: middle;
	padding: 0px;
	height: auto;
	width: auto;
}
.casellapoleoff {
	border: 2px solid #ff6666;
	vertical-align: middle;
	padding: 0px;
	height: auto;
	width: auto;
}
.casellafoto {
	border: 1px solid #66CC66;
	background-color: #CCFF99;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	height: auto;
	width: auto;
}
.casellabianca {
	/*border: 1px solid #8A5E4A;*/
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	height: auto;
	width: auto;
}
.caselle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/* TABELLE */
.tabellabordatablu{
	border: 2px solid #006600;
	padding: 3px 3px 3px 3px;
}

/* VARI ALERT */
.staralert {
	background: url(../images/star.gif) center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 2px solid #66CC66;
	border-bottom: 2px solid #66CC66;
}
.photoalert {
	background: url(../images/photoicon.gif) center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 1px solid #66CC66;
	border-bottom: 1px solid #66CC66;
}
.votealert {
	background: url(../images/vote.gif) center no-repeat;
	background-position: 10px 5px; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 1px solid #66CC66;
	border-bottom: 1px solid #66CC66;
}

.commentalert {
	background: #CCFF99 url(../images/commentsicon.gif) center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 40px;
	border-top: 2px solid #AACCAA;
	border-bottom: 2px solid #AACCAA;
}
.mailalert {
	background: #EEEEFF url(../images/new_msg_env.gif) center no-repeat;
	background-position: 7px 50%; /* x-pos y-pos */
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 40px;
	border-top: 1px solid #66CC66;
	border-bottom: 1px solid #66CC66;
}
.infoalert {
	background: #CCFF99 url(../images/information.png) center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 2px solid #66CC33;
	border-bottom: 2px solid #66CC33;
}
.bluealert {
	background: #CCFF99 center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-top: 2px solid #66CC33;
	border-bottom: 2px solid #66CC33;
}
.okalert {
	background: #D5F5D0 url(../images/tick.gif) center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 2px solid #663300;
	border-bottom: 2px solid #663300;
}
.erroralert {
	background: #CCFF66 url(../images/cancel.gif) center no-repeat;
	background-position: 10px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 2px solid #669900;
	border-bottom: 2px solid #669900;
}
.warnalert {
	background: #CCFF66 url(../images/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 5px 5px 40px;
	border-top: 2px solid #669900;
	border-bottom: 2px solid #669900;
}
.littlebluealert{
	background: #EEEEFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #66CC66;
	border-bottom: 1px solid #66CC66;
}
.littlegreenalert{
	background: #CCFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #66CC66;
	border-bottom: 1px solid #66CC66;
}


/* COMMENTI */
#comments {
    margin:0px;
	width:100%;
	text-align:left;
	}
	
#comments ul {
	margin-bottom:10px;
	margin-right:10px;
	list-style:none;
	display:block;
	}
	
#comments li {
	margin-bottom:10px;
	background-color: #CCFF99;
	color:#000000;
	text-decoration:none;
	padding:10px;
	border:1px solid #66CC66;
	}
	
#comments li a {
	color:#000000;
	text-decoration:none;
	}
	
#comments li a:hover {
	background:#AACCAA;
	}

#comment-middle {
	background:#F0FFF0;
	font-size: 14px;
	border: 1px solid #66CC66;
	padding:5px;
	margin-bottom:5px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #66CC66;
	background:#f5f5f5;
	}
	
#addcomment textarea {
	width:90%;
	height:70px;
	font-size:12px;
	border:1px solid #66CC66;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

/* formattazione testi */
.Titoloni_scuri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	font-weight: lighter;
	color: #66CC66;
	text-align: center;
}
.mediogrosso{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.Titolini_scuri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
.Titolini_chiari {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #44AA44;
	text-align: center;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 45px;
	padding-right: 25px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border:1px solid #ccc;
	text-align: justify;
}
.testopiccolo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}
.piccolochiaro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #66CC66;
	text-align: justify;
}
.littleblack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.mediumblack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color: #9B2020;
}
.mediumblack a:link{
	color: #66CC66;
	text-decoration: underline;
}
.mediumblack a:hover{
	color: #003300;
	text-decoration: underline;
}
.nomepole{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
}
.nomepole a:link{
	color: #66CC66;
	text-decoration: underline;
}
.nomepole a:hover{
	color: #003300;
	text-decoration: underline;
}
/* tag per i link */
.testo a:link{
	color: #88EE88;
	text-decoration: underline;
}
.testo a:hover{
	color: #003300;
	text-decoration: none;
}
a {
	color: #003300;
	font-weight: bold;
}
a:hover {
	color: #66CC66;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #800080;
}
/**********FOTO POST********************/
/* .............................. */
/* Wrapper */
/* .............................. */

#wrapper {
   margin:20px auto;
   padding:0px;
   width:90%;
   text-align:left;
   background:#F6F6F6;
   color:#666;
   border:1px solid #ccc;
   }

/* .............................. */
/* Header */
/* .............................. */

#header {
   margin:0px;
   padding-top:24px;
   padding-bottom:0px;
   padding-left:10px;
   padding-right:0px;
   font-family:Helvetica, verdana, sans-serif;
   font-size:20px;
   font-weight:bold;
   color:#F9F9F9;
   background:url('img/back0.gif') repeat-x;
   letter-spacing:2px;
   font-variant:small-caps;
   }

#header a {
   color:#F9F9F9;
   text-decoration:none;
   }

#header a:hover {
   color:#E4E4E4;
   text-decoration:underline;
   }
/* .............................. */
/* Navigation */
/* .............................. */

#navigation {
   clear:right;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   margin-bottom:0px;
   background:#ffffff;
   color:#993333;
   font-size:12px;
   font-variant:small-caps;
   border-top:1px solid #ccc;
   border-bottom:1px solid #ccc;
   text-align:center;
   line-height:32px;
   font-weight:bold;
   }

#navigation a {
   color:#993333;
   text-decoration:none;
   padding:9px;
   }

#navigation a:hover {
   background:#F4F4F4;
   color:#666;
   }

#submenu {
   border-bottom:1px solid #ccc;
   border-top:1px solid #ccc;
   padding-top:5px;
   padding-bottom:5px;
   background:#fff;
   color:#666;
   font-weight:bold;
   font-size:10px;
   margin:10px auto;
   text-align:center;
   }

#submenu a {
   padding:5px;
   }

#submenu a:hover {
   background:#f4f4f4;
   color:#666
   }
/************/
/*** VOTO ***/
/************/
#b_rate_me{
 margin-bottom:28px;
}
#b_rate_me ul {
 margin: 0;
 padding: 0;
 list-style: none;
 width: 300px;
 height: 25px;
 position: relative;
 background: url("../images/vota.gif");
}
#b_rate_me li {
 float: left;
 margin: 0;
 padding: 0;
}
#b_rate_me li a {
 display: block;
 width: 30px;
 height: 25px;
 text-indent: -9999px;
 position: absolute;
 text-decoration: none;
 z-index: 10;
 /*color: #ccc*/
}
#b_rate_me li a:hover {
 background: url("../images/vota.gif") left center;
 left: 0;
 z-index: 2;
}
#b_rate_me a.r1 {
 left: 0;
}
#b_rate_me a.r1:hover {
 width: 30px;
}
#b_rate_me a.r2 {
 left: 30px;
}
#b_rate_me a.r2:hover {
 width: 60px;
}
#b_rate_me a.r3 {
 left: 60px;
} #b_rate_me a.r3:hover {
 width: 90px;
}
#b_rate_me a.r4 {
 left: 90px;
}
#b_rate_me a.r4:hover {
 width: 120px;
}
#b_rate_me a.r5 {
 left: 120px;
}
#b_rate_me a.r5:hover {
 width: 150px;
}
#b_rate_me a.r6 {
 left: 150px;
}
#b_rate_me a.r6:hover {
 width: 180px;
}
#b_rate_me a.r7 {
 left: 180px;
}
#b_rate_me a.r7:hover {
 width: 210px;
}
#b_rate_me a.r8 {
 left: 210px;
}
#b_rate_me a.r8:hover {
 width: 240px;
}
#b_rate_me a.r9 {
 left: 240px;
}
#b_rate_me a.r9:hover {
 width: 270px;
}
#b_rate_me a.r10 {
 left: 270px;
}
#b_rate_me a.r10:hover {
 width: 300px;
}

#b_rate_me li.current {
 background: url("../images/vota.gif") left bottom;
 height: 25px;
 z-index: 1;
}

/* last added */
#b_rate_me li span{
 text-indent: 0;
 position: absolute;
 width: 30px;
 text-align: center;
 top: 30px;
 right: 0
}

   
/* .............................. */
/* Captions */
/* .............................. */

#caption {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   border-bottom:1px solid #66CC66;
   border-top:1px solid #66CC66;
   margin:0px 0px 10px 0px;
   padding:7px;
   font-size:13px;
   color:#006600;
   font-weight:bold;
   text-align:right;
   font-variant:small-caps;
}
.jcaption {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   border-bottom:1px solid #66CC66;
   border-top:1px solid #66CC66;
   margin:0px 0px;
   font-size:13px;
   color:#006600;
   padding-top:3px;
   padding-bottom:3px;
   padding-left:10px;
   padding-right:0px;
   font-weight:bold;
   letter-spacing:1px;
}

/* .............................. */
/* Content and titles */
/* .............................. */
.content {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   border:0px solid #000;
   margin-left:0px;
   margin-right:0px;
   margin-top:10px;
   margin-bottom:10px;
   padding:10px;
   font-size:12px;
   color:#000000;
   }

.content ul {
   list-style:none;
   display:block;
   margin:0px;
   padding:0px;
   }

.content ul li {
   padding:10px;
   margin:0px 0px 5px 0px;
   border-top:0px;
   border-left:0px;
   border-right:0px;
   border-bottom:1px solid #ccc;
   }


.content ul li img {
   border:1px solid black;
   float:left;
   margin:5px 10px 0px 0px;
   width:120px;
   }

.content ul a:hover {
   text-decoration:underline;
   color:#000;
   background-color:#F8EED6;
   }

/* .............................. */
/* Misc. */
/* .............................. */


.right {margin-left:2%;}
.smaller {font-size:9px;font-weight:normal;}

.item {
   border:0px;
   float:left;
   padding-right:5px;
   margin-right:5px;
   font-weight:bold;
   font-size:110%;
}

.selectedsubmenu {color:#666;}

.cmnt-buttons {
   background:#f5f5f5;
   border:1px solid #aaa;
   color:#666;
   border-bottom:2px solid #aaa;
   border-right:2px solid #aaa;
   font-size:10px;
   }

.confirm {
    font-size:12px;
   font-weight:bold;
   color:red;
}


#cattable {
   width:100%;
   margin:0px;
   padding:1px;
   clear:both;
   }

#cattable td {
   width:25%;
   }

#logo {
   position:relative;
   float:left;
   border:0px;
   margin:0px 18px;
   padding:0px;
   }

#itemimg {
   margin-left:20px;
   margin-top:5px;
   border:1px solid #ccc;
   }

#photonumb {
     color:#993333;
   font-weight:bold;
   }

#warning {
   font-size:12px;
   font-weight:bold;
   color:#000;
   background-color:#c30;
   font-family:arial,verdana,sans-serif;
   text-align:center;
   margin-left:30%;
   margin-right:30%;
   padding:6px;
   }

#datetable {
   text-align:center;
   }

#datetable td {
   width:30px;
   }

#datetable td.gap {
   width:5px;
   }

.images-checkbox{
   margin-bottom:0px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   }
   
/* LITEBOX THUMBNAIL VIEWER */
#lightbox{
	position: absolute;
	top: 40px;
	left: 50 px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 2000px;
	height: 2000px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* FINE LITEBOX */
