body {
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #dedede url(../img/bg1.gif) top center repeat-y;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: auto;
	width: 860px;
	/*border:dotted 1px black;*/
}

#header {
	margin: 0px 10px 0px 10px;
	height: 130px;
	border-bottom: 1px solid #f0f0f0;
	text-align:center;
	/*border:dotted 1px black;*/
}


#footer {
	clear:both;
	margin: 20px 10px 0 10px;
	padding: 10px 0 20px 0;
	border-top: 3px solid #DEDEDE;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	/*border: dotted 1px black;*/
}

#frontphoto {
	margin: 0 0 10px 0;
	border: 0;
}

#sinistra {
	/*clear: left;*/
	float: left;
	width: 150px;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#sinistra ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 1.1em;
}	

#sinistra li {
	margin-bottom: 4px;
}

#sinistra li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
}	
	
#sinistra li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
}

.announce {
	margin: 10px 0 10px 10px;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
	/*border:dotted 1px black;*/
}

#destra {
	float: right;
	width: 140px;
	margin: 20px 0;
	padding-right: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	/*border: dotted 1px black;*/
}

#destra p {
	margin: 0 0 10px 0;
}


/* */
#content {
	margin: 20px 160px 20px 170px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: justify;
	/*border: dotted 1px black;*/
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content img {
	padding: 1px;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
}

a img {
	border: 0;
}


.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.class_justify {
	text-align: justify;
}

.riga_pari {
	background-color: #FFFFFF;
}

.riga_dispari {
	background-color: #EAEAEA;
}

input.groovybutton
{
   font-size: 11px;
   font-family: Verdana,sans-serif;
   font-weight: bold;
   color: #888888;
   width: 80px;
   height: 22px;
   background-color: #EEEEEE;
   border-style: solid;
   border-color: #BBBBBB;
   border-width: 1px;
   
}
.flat  {
	border: gray 1px solid;
	margin: 0;
	padding: 2px;
	background-color: #FFFFFF;
	font-family: Verdana,sans-serif;
	}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../img/sbbody-r.gif) no-repeat bottom right;
	font-size: 0.8em;
	/*border: solid 1px green;*/
}
.boxhead {
	background: url(../img/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	/*border: solid 1px red;*/
}
.boxhead h2 {
	background: url(../img/sbhead-l.gif) no-repeat top left;
	/*border: solid 1px black;*/
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../img/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 25px 31px;
	/*border: solid 1px yellow;*/
}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.entrytop{
	padding-top: 10px;
	background: url(../img/title_top.jpg) no-repeat left top;
}

.entrytitle{
	padding: 10px;
	background: url(../img/title_body.jpg) left;
}

.entrytitle h2 {
	margin: 0px 0 0;
	}
	
.entry {
	background: url(../img/post_body.jpg) left;
}

.entrytext{
	padding: 15px;
}

.entrybottom {
	padding-bottom: 12px;
	background: url(../img/post_bottom.jpg) no-repeat left bottom;
}

