/*######################################################################################################
  ###### General styles ###############################################################################
  ####################################################################################################*/

body {
	font: 75%/150% Georgia, "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #333333;
	background: #BDBDBD url(images/txt.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

/***************** Links *******************/
a {
		color:#F2480D;
		text-decoration:none;
}
a:visited {
		color:#F2480D;
		text-decoration:none;
}
a:hover {
		color:#F2480D;
		text-decoration:underline;
}

img {
	border: none;
}

h1 {
	margin:0px;
	height: 60px;
	font: bold 36px/100% Georgia, "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #ACD7EE;
}
h1 a, h1 a:visited{
	color: #ACD7EE;
	text-decoration: none;
}
h1 a:hover{
	color: #F6F5EE;
	text-decoration: none;
}

h2 {
	color: #000000;
	margin: 0px 0px 5px;
	border-bottom: 0px dotted #8D8D8D;
	letter-spacing: 1px;
	font-weight:bold;
	font: normal 190%/100% Georgia, "Trebuchet MS", Tahoma, Arial, Verdana;
}
h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:hover {
	color: #666666;
	text-decoration: none;
}

h3 {
	font: normal 140%/100% Georgia, "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #4E79A2;
	margin: 10px 0px 5px;
}

h4 {
	font: normal 130%/100% Georgia, "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #758d38;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}

#wrap {
	margin: 0px auto;
	width: 960px;
	background: #FFFFFF url(images/fondoContenuto.png) top right repeat-y;
	overflow: hidden;
	position:relative;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}

/***************** Code, Blockquote etc. **************************************/
code {
	background-color: #ececec;
	padding: 1px;
	border: 1px solid #cccccc;
}
blockquote {
	background: #F9F9F9;
	border-left: 3px solid #AAAAAA;
	padding-left: 6px;
	margin: 7px 10px 7px 10px;
	font-style: italic;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}


/*######################################################################################################
  ###### Header ########################################################################################
  ####################################################################################################*/

#header {
	height: 150px;
    width:960px;
	position: relative;
    margin:0 auto;
	margin-top:20px;
	color: #4E79A2;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
    background: #FFFFFF url(images/fondoContenuto.png) top right repeat-y;
}

#header span, #header span a:link, #header span a:active, #header span a:visited {
	font-family:Arial, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:lowercase;
	line-height:8px;
	font-size:11px;
	text-align:right;
}

#header span a:hover {
	font-family:Arial, sans-serif;
	color:#F2480D;
	text-decoration:none;
}

#headerimg {
	position: relative;
	/*height: 64px;*/
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#headerimg .description{
	position: absolute;
	bottom: 3px;
	font-size: 14px;
}

/***************** Header Navigation ******************************************/
#navi {
	background: url('images/fondoMenu.jpg') top left repeat-x;
	height: 62px;
	width: 960px;
	margin: 0px auto;
}
#navi ul {
	margin: 0px;
	margin-left:5px;
	padding: 0px;
	white-space: nowrap;
}
#navi ul li {
	list-style-type: none;
	float: left;
	line-height: 30px;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
	text-align: center;
	margin-top:10px;
	height:52px;
	width:1%; /*per IE6*/
	overflow:visible;
}

/*ignorato da IE6 per il child command*/
html>body #navi ul li  {width:auto;}


#navi ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 8px;
    margin: 0px 5px;
	line-height: 30px;
    height:52px;
}

#navi ul li.current_page_item {
	color: white;
	background: url('images/menuOn.png') bottom center no-repeat;
}

#navi ul li.current_page_item a {
	color: white;
	background: url('images/menuOn.png') bottom center no-repeat;
}

#navi ul li a:hover {
	color: #FFFFFF;
	background: url('images/currentPage.jpg') top center repeat-x;
}

#navi ul li.current_page_item a:hover {
	color: white;
    background: url('images/currentPage.jpg') top center repeat-x;
}


/*######################################################################################################
  ###### Content #######################################################################################
  ####################################################################################################*/

#content {
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 25px;
	float: left;
	width: 680px;
	overflow: hidden;
}

#content h3 {
	font: normal 200%/100% Georgia, "Trebuchet MS", Tahoma, Arial, Verdana;
	color: #FF7421;
	margin-bottom:25px;
}

.post {
	clear:both;
	padding-top: 10px;
	margin-bottom:25px;
}

.post-date {
	width: 49px;
	height: 55px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 620px;
	padding-bottom:3px;
	border-bottom:1px solid #C7C7C7;
}

	.entry span a, span a:link, span a:active, span a:visited {
		color:#F2480D;
		text-decoration:none;
	}
	
	.entry span a:hover {
		color:#F2480D;
		text-decoration:underline;
	}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 20px;
	margin-right:10px;
	float:left;
	font-size: 80%;
	font-family:Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.post-author {
    background: url(images/icon-users.gif) no-repeat left center;
	margin-left: 10px;
	margin-right:10px;
	padding-left: 20px;
	float: left;
	font-size: 80%;
	font-family:Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.post-tag {
    margin-left: 10px;
	margin-right:10px;
	float: left;
	font-size: 80%;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left bottom;
	padding-left: 20px;
	margin-left:10px;
	margin-right:10px;
	float: left;
	font-size: 80%;
	font-family:Arial, Verdana, sans-serif;
	text-transform:uppercase;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 80%;
	font-family:Arial, Verdana, sans-serif;
	text-transform:uppercase;	color: #999999;
}
/******** post content ********/
.post-content {
	clear: both;
	padding-top: 10px;
	margin-bottom:40px;
	border-bottom:2px solid #A7A7A7;
	padding-bottom:10px;
}
.post-content p {
	margin: 0px 0px 15px 0px;
}
.post-content img {
	border: 1px solid #C7C7C7;
	padding: 3px;
	margin:10px auto;
	display:block;
	clear:both;
}
.post-content a:hover img {
    border: 1px solid #4E79A2;
	background: #FF7421;
}

/**** entrymeta ****/
.entrymeta {
	border: 0px solid #8d8d8d;
	background-color: #f9f9f9;
	font-size: 90%;
}
.entrymeta ul {
    margin: 8px auto 8px 40px;
	padding: 0px;
}
.entrymeta ul li {
  	list-style-type: none;
}
.trackback-leftalign { background: url(images/icon-trackback.png) no-repeat 0 50%; padding-left: 14px; }
.feed-leftalign { background: url(images/icon-post-feed.gif) no-repeat 0 50%; padding-left: 14px; }
/***************** Tags below the link of the comments feed ********************/
.utwtags { background: url(images/icon-tag.gif) no-repeat 0 50%; padding-left: 14px; }

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #4A7C35;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 0px dotted #8D8D8D;
	padding: 40px 0 0px 0;
	clear: both;
}

/*** commentlist ***/
.commentlist {
    list-style: none;
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}
.commentlist li{
    margin-bottom: 6px;
	padding: 10px;
}
.commentlist .alt {
	background: #F9F9F9;
	border: 1px solid #A7A7A7;
	padding-bottom:15px;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentname{
	color: #4E79A2;
	padding-bottom:10px;
	clear:both;
}
.gravatar {
    float: left;
	height: 32px;
	width: 32px;
	background: url(images/gravatar.png) no-repeat 5px 2px;
	display: inline;
}
.commentcount {
    font: bold 2.2em Georgia,sans-serif;
	color: #DEDEDE;
	float: right;
}
.commentext { /* That's the div of the text... */ 
	margin: -10px 0px 0px 40px;
}

/***** comment form *****/
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 2px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#F9F9F9;
	border: 1px dotted #8D8D8D;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 506px;
/** height: 115px; **/
	background:#F9F9F9;
	border: 1px solid #8D8D8D;
	padding: 2px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/** Quicktags **/
#quicktags {
	margin-top: 4px;
	margin-bottom: 0px;
}

#quicktags input {
	background: #f9f9f9 url(images/button-bg.png) repeat-x;
	border: 1px solid #aaaaaa;
	font-size: .9em;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin: 1px 2px 0px 0px;
	padding: 0px 1px 0px 1px;
}

#quicktags input:hover {
	border: 1px solid #4E79A2;
}


/*######################################################################################################
  ###### Sidebar #######################################################################################
  ####################################################################################################*/

#sidebar {
	float: right;
	padding-top:0px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	width: 200px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2 {
	font: normal 90%/100% "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top:5px;
	padding:3px;
	background-color:#454847;
	text-transform:uppercase;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #454847;
	text-decoration: none;
	text-transform:uppercase;
}
#sidebar a:hover, #sidebar ul li a:hover, #sidebar ul li ul li a:hover, #sidebar ul li ul li ul li a:hover {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
}
/*sidebar list level1 */
ul, li {margin:0;padding:0;list-style:none;}

#sidebar ul {
}
#sidebar ul li ul li {
	font:  normal 80%/100% Arial, sans-serif;
	margin-top:8px;
}

/*blogroll */
ul.list-blogroll li, li.widget_links li {
}
/*category widget */
ul.list-cat li, li.widget_categories li {
}
/*archives widget */
ul.list-archives li, li.widget_archives li {
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li {
}

/*sub-pages 
ul.list-page li ul li, li.widget_pages li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
}*/

/*recent comments widget */
ul.recent-comments li, li.widget_recent_comments li {
	//background: url(images/mini-recent-comments.gif) no-repeat 0px 4px !important;
	list-style: none;
	color: #5A6695;
}

/********* calendar ********/
li.calendar table, li.widget_calendar table {
    width: 100%;
	font-size: 95%;
}
li.calendar table td, li.widget_calendar table td {
	width: auto;
	text-align: center;
	border: 1px solid #CCC;
}
li.calendar table td a, li.widget_calendar table td a {
    display:block;
	background: #CCC;
}
li.calendar table td a:hover, li.widget_calendar table td a:hover {
    display:block;
	background: #F6F6F6;
}
li.calendar table td#today, li.calendar table td#today a:hover, li.widget_calendar table td#today, li.widget_calendar table td#today a:hover {
    background: #F6F6F6;
    color: #135193;
}
li.calendar table td#today a, li.widget_calendar table td#today a {
    background: #4E79A2;
	color: #F6F6F6;
} 

/*** links ***/
ul.list-meta li, li.widget_meta li {
	background: url(images/link.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
/*** feeds ***/
ul.list-feeds li a {
    display: block;
	background: url(images/icon-feed-orange.gif) no-repeat left center !important;
	padding-left: 20px !important;
}
ul.list-feeds li a:hover {
	background: url(images/icon-feed-blue.gif) no-repeat left center !important;
	padding-left: 20px !important;
} 
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
/*edit*/ #searchBox {
	float:right;
	margin-right:5px;
	margin-top:15px;
}

#searchform {
	margin: 0px;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 160px;
	height: 20px;
	background: url(images/searchInput.png) center center no-repeat;
	margin-right: 2px;
	color: #333333;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #FEFEFE url(images/searchButton.png) center center no-repeat;
	border: none;
	width: 54px;
	height: 20px;
	vertical-align: middle;
}


/*######################################################################################################
  ###### Footer ########################################################################################
  ####################################################################################################*/

#footer {
    width: 960px;
	height: 85px;
	clear: both;
	background: url('images/fondoFooter.jpg') repeat-x;
	margin: 0px auto;
	margin-bottom:30px;
	text-align: left;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}

#footer div span {
	font-family: Arial,Tahoma,sans-serif;
	font-size:10px;
	line-height:10px;
	color:#FFFFFF;
	text-transform:uppercase;
}

#footer div span a:link, #footer div span a:active, #footer div span a:visited {
	font-family: Arial,Tahoma,sans-serif;
	font-size:10px;
	line-height:10px;
	color:#666666;
	text-transform:uppercase;
}

#footer div span a:hover {
	font-family: Arial,Tahoma,sans-serif;
	font-size:10px;
	line-height:10px;
	color:#F2480D;
	text-transform:uppercase;
}


#footer p {

    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 95%;
}

#footer p a {
	color: #135193;
}

#footer box1 {text-transform:uppercase;font}
