body {
font-size: 12px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align: justify;
background-color: #1A1A29;
background-image: url(immagini/sfondo.jpg);
background-position: top;
background-repeat: repeat-x;}

img {border: none;}
p {margin: 5px;}
focus { outline: 0;}
a {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
input, textarea {font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif;}

#contenitore {
width: 945px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;}

#contenitore_interno {
color: #fff;
width: 917px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;}

#testata {
width: 941px;
height: 486px;
float: left;
margin-top: 2px;
background: url(immagini/home.gif) left no-repeat;}
html>body #testata {margin-top: 9px;}

#testata_interno {
width: 920px;
height: 219px;
float: left;
margin-top: -4px;
background: url(immagini/testata_interno.jpg) left no-repeat;}
html>body #testata_interno {margin-top: 4px;}

#wrapper {
width: 920px;
float: left;
margin-top: -6px;
background: url(immagini/sfondo_interno.jpg) left repeat-y;}

#footer {
width: 920px;
height: 120px;}

#blocco_menu, #blocco_menu_interno {
width: 285px;
float: left;}
#blocco_menu {margin-top: 200px;}

#poesie li a {color: #fff; text-decoration: none;}
#poesie {
font-family : "Trebuchet MS", sans-serif;
font-size : 12px;}

ul {list-style: none;}

#colonna_dx {
width: 600px;
float: left;}
#colonna_dx_contatti {
width:430px;
float: left;}
#colonna_dx a, #colonna_dx_contatti a {color: #c53353; text-decoration: underline;}
#colonna_dx a:hover, #colonna_dx_contatti a:hover  {color: #c53353; text-decoration: none;}


#testo {
width: 410px;
float: right;} 

.titolo {color: #fff; font-size: 15px; font-weight: bold;}

.poesia { text-align: left; }
.nuvoletta {padding-left: 20px;}

.commento {background: url(immagini/virgolette.png) top left no-repeat; margin-bottom: 30px; }
html>body .commento { min-height: 35px; }

.virgolette {padding-left: 20px; padding-top: 5px; font-size: 11px;}

#commento li, #contact li{ text-align: right; margin-top: 2px;}
#commento form {width: 330px; float: right;}
#contact {width: 385px; float: right; }

.box_news { width: 600px;  float: left; border-bottom: 1px dotted #fff; margin-bottom: 10px;}
.news_testo {width: 490px; float: right; }

#box_curriculum {
width: 445px;
float: right;}

.submenu {
width: 180px;}

/************ stili lightbox *********************/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
 