
					/* ------ base ------ */
 
body {	
	background: #444444; 
	margin: 0px; 
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	}
	
A { 
	color: #c2c2c2; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
A:link { 
	color: #c2c2c2; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
A:visited { 
	color: #c2c2c2;
	font-weight: bold; 
	text-decoration: none;
	}
	
A:active { 
	color: #c2c2c2;
	font-weight: bold;
	}
	
A:hover	{
	color: #c2c2c2; 
	font-weight: bold; 
	text-decoration: underline;
	}
	
P {	
	margin: 0px; 
	padding: 0px;
	}

blockquote { 
	margin: 8px 25px 8px 25px;
	}

					/* ------ index ------ */
		
#container {
	}

#container_foto {
	padding: 0px 27px 0px 27px;
	margin: 27px auto 25px auto;
	text-align: center;
	width: 790px;
	}

.foto {
	padding: 6px;
	background: #333333;
	border: 1px solid #666666;			
	-moz-border-radius: 4px;
	/*width: 780px;*/
	}
	
.data {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	color: #c2c2c2;
	background: #333333;
	border: 1px solid #666666;
	width: 200px;
	height: 10px;
	float: left;
	margin-left: 50px;	
	margin-bottom: -3px;		
	-moz-border-radius: 4px 4px 0px 0px;
	}
	
.tagcommenti {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	color: #c2c2c2;
	background: #333333;
	border: 1px solid #666666;
	width: 130px;
	float: right;
	margin-right: 2em;
	margin-top: 1px;			
	-moz-border-radius: 0px 0px 4px 4px;
	}
	
.prev {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	color: #c2c2c2;
	background: #333333;
	border: 1px solid #666666;
	float: left;
	margin-left: 150px;
	margin-top: 10px;
	margin-bottom: 50px;	
	-moz-border-radius: 4px;
	padding: 6px;
	text-align: center;
	height: 130px;
	width: 104px;
	}

.next {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	color: #c2c2c2;
	background: #333333;
	border: 1px solid #666666;
	float: right;
	margin-right: 150px;
	margin-top: 10px;
	margin-bottom: 50px;			
	-moz-border-radius: 4px;
	padding: 6px;
	text-align: center;
	height: 130px;
	width: 104px;
	}
	
.prev_vuoto {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	float: left;
	margin-left: 150px;
	margin-top: 10px;
	margin-bottom: 50px;	
	padding: 6px;
	text-align: center;
	height: 130px;
	width: 104px;
	}

.next_vuoto {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	float: right;
	margin-right: 150px;
	margin-top: 10px;
	margin-bottom: 50px;			
	padding: 6px;
	text-align: center;
	height: 130px;
	width: 104px;
	}
	
.prev img, .next img {
	width: 100px;
	border: 1px solid #666666;
	}
	
div#div_desc {
	display: none; 
	text-align: left;
	padding: 6px;
	background: #333333;
	border: 1px solid #666666;			
	-moz-border-radius: 4px;
	width: 780px;
	}
	
div#div_photo {
	width: 794px; 
	}
	
.descheader {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #333333;
	border: 1px solid #666666;
	padding: 3px;
	margin-bottom: 2px;
	-moz-border-radius: 4px 4px 0px 0px;
	}
		
.descbox {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #666666;
	background-color: #444444;
	padding: 4px;
	text-align: left;
	-moz-border-radius: 4px;
	}
	

					/*  navbar */
#navbox {	
	}

.nav {
  	background-image: url(img/bg_top_black.gif);
	height: 30px;
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
	width: 100%;
	}

.nav a, .nav a:link, .nav a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border: 0px;	
	}

.nav a:active, .nav a:hover {
	color: #ffffff;
	border: 0px;	
	}

.navleft {
	float: left;
	position: relative;
	padding: 4px 4px 4px 8px;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 3px;
	}

.navright {
	font-weight: bold;
	letter-spacing: 1px;
	color: #c2c2c2;
	padding: 4px 8px 4px 4px;
	text-align: right;
	}

.navright a, .navright a:link, .navright a:visited {
	font-weight: bold;
	color: #c2c2c2;
	text-decoration: none;
	}
	
.navright a:active, .navright a:hover {
	font-weight: bold;
	color: #ffffff;
	}
	
	
						/* prev-next */
#naviga {
	text-align: center;
	color: #c2c2c2;
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif; 
	font-size: 11px;
	}
		
#naviga a, #naviga a:link,	#naviga a:visited {
	color: #c2c2c2;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
	letter-spacing: 1px;
	}
		
#naviga a:active,	#naviga a:hover {
	color: #ffffff;
	}
						/* ----- archivio, categoorie, ecc ----- */

		
						/* archivio */
						
#content {
	margin-right: 260px;
	margin-left: 25px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #444444;
	text-align: left;
	}
		
.postheader {
	-moz-border-radius: 4px 4px 0px 0px;
	padding: 6px;
	border: 1px solid #666666;
	font-weight: bold;
	margin-top: 12px;
	background-color: #333333;
	text-align: left;
	}
		
.post, .postcategorie {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #333333;
	padding: 6px;
	text-align: left;
	}
		
.post img {
	padding: 4px;
	margin-left: 4px;
	margin-bottom: 2px;
	background: #333333;
	border: 1px solid #666666;
	width: 200px;
	float: right;			
	}
	
.postfooter {
	-moz-border-radius: 0px 0px 4px 4px;
	padding: 6px;
	border: 1px solid #666666;
	text-align: right;
	}
		
	
#content p {
	padding:3px 18px 3px 18px;
	margin:0;
	}
	
			
	
							/* colonna destra */
		
	
.colheader {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #333333;
	border: 1px solid #666666;
	padding: 3px;
	margin-bottom: 2px;
	-moz-border-radius: 4px 4px 0px 0px;
	}
		
.colbox {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #666666;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 3px;
	-moz-border-radius: 4px;
	text-align: left;
	}
	
#rightcol {
	width:220px;
	float:right;
	padding:5px 0 5px 0;
	margin-right: 15px;
	margin-top: 18px;
	}
	
#rightcol p {
	padding:3px 18px 3px 18px;
	margin:0;
	}
	
.thumbs {
	padding: 2px;
	background: #333333;
	border: 1px solid #666666;
	width: 95px;
	margin-bottom: 4px;
	}
		
						/* ----- commenti ------ */
						
.commheader {
	-moz-border-radius: 4px 4px 0px 0px;
	padding: 6px;
	border: 1px solid #666666;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 2em;
	margin-right: 2em;
	}
		
.comm {
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #444444;
	padding: 6px;
	margin-left: 2em;
	margin-right: 2em;
	text-align: left;
	}
		
.commfooter {
	-moz-border-radius: 0px 0px 4px 4px;
	padding: 6px;
	border: 1px solid #666666;
	text-align: right;
	margin-left: 2em;
	margin-right: 2em;
	}
	
input, textarea, select {
	border: 1px solid #666666;
	background-color: #444444;
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #c2c2c2;
	}
	
td {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c2c2c2;
	}
	
.tabcommenti {
	text-align: right;
	}
	
.insheader {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #333333;
	border: 1px solid #666666;
	padding: 3px;
	margin-bottom: 2px;
	-moz-border-radius: 4px 4px 0px 0px;
	}
		
.insbox {
	font-family: Verdana, Trebuchet ms, Tahoma, Georgia, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #666666;
	margin-top: 1em;
	margin-left: 2.5em;
	margin-right: 2.5em;
	padding: 3px;
	-moz-border-radius: 4px;
	text-align: left;
	}
		
.gallery {float:left; width:150px; text-align:center; margin:5px; height:150px;}
    
.blur {
	background-color: #333; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow, .content {
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow {
	background-color: #222; /*shadow color*/
	color: inherit;
}

.content {
    background-color: #444; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #666; /*border color*/
	padding: 5px;
}