* {
	margin: 0;
	padding: 0;
	
}
p {
	padding-left: 10px;
	padding-bottom:0px;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}

body {
	background: #666;
	padding-bottom:0px;
	padding-top:10px;

}
tr, td, div, img, table {
	margin: 0px;
	padding: 0px;
	
}
.thumb {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px outset #669933;
	height: 90px;
	width: 130px;
	padding:3px;
	margin:5px;
	z-index: auto;
}
.thumb2 {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px outset #669933;
	width: 110px;
	padding:3px;
	margin:5px;
	z-index: auto;
}

.thumb3 {
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px outset #669933;
	padding:3px;
	margin:5px;
	z-index: auto;
}



body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}
.testopages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menuo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D8FDCE;
	text-decoration: none;
	padding-right: 14px;	
}
.menuo a:active{
	color: #D8FDCE;
	text-decoration: none;
}
.menuo a{
	color: #D8FDCE;
	text-decoration: none;
}

.menuo a:link{
	color: #D8FDCE;
	text-decoration: none;
}
.menuo a:hover{
	color: #999933;
	text-decoration: none;
}

h1, h2, h3 {
	margin-bottom: 0em;
	font-weight: normal;
	color: #579700;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}


p, blockquote, ul, ol, form {
	
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type:none;
}
li {
	list-style-type:none;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 928px;
	margin: 1px auto;
	padding:0px;
	border: 1px solid #FFF;
	background-color: #FFF;
	position: relative;
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper1 {
	width: 928px;
	margin: 1px auto;
	padding:opx;
	border: 1px solid #FFF;
	background-color: #FFF;
	position: relative;
	background-image: url(images/bgwrapper.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
}
/* Header */

#header {
	height: 147px;
	position: relative;
	background: #CDE691 url(images/paddy.jpg) no-repeat;
	margin: 0px auto;
	background-color: #638606;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 183px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	position: absolute;
	top: 225px;
	left: 20px;  
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	width: 928px;
	position: absolute;
	margin: -250px 0;
	background-color: #6F9F00;
		list-style-type: none;
}

#menu ul
{
	list-style: none;
	text-align: right;
	padding: 10px 0px 10px 0px;
	margin: 0;
		list-style-type: none;
}

#menu li
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
		list-style-type: none;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
		list-style-type: none;
}

#menu li a.active
{
	border-bottom: 4px solid #FFFFFF;
		list-style-type: none;
}

#menu li a:hover
{
	border-bottom: 4px solid #FFFFFF;
		list-style-type: none;
}

/* Content */

#content {
	
	border-top: 5px solid #8CC405;
	margin: 0px auto;
	width: 928px;
}

/* Blog */

#blog {
	float: right;
	width: 750px !important;
	width: 747px;
	list-style-type: none;
	background-color: #ffffff;
	background-image: url(images/cbg.gif);
	background-repeat: repeat-x;
	background-position: 32px 32px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

/* Post */

.post {
	margin: 0px;
	padding: 0px;
	
	
}
.mainbg {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.post .title {
	border-top: 1px solid #8CC405;
	border-bottom: 1px solid #8CC405;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
	padding-left: 35px;
	padding-top:5px;
	padding-bottom:3px;
	text-decoration: none;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	background-color: #ECFAD7;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.roll { border: 1px solid #FFFFFF ;}
a.roll:link { border: 1px solid #FFFFFF ;}
a.roll:hover { border: 1px solid #99CC66; }
a img { border: 0; }

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -73px;
	text-align: right;
	font-size: x-small;
	padding: 5px;
	color: #579700;
}

.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.8em;
}



.post .meta {
	padding: 0 10px;
	font-size: x-small;
	color: #333;
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */
.rightbg
{
	background-image:url(images/links-bg.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	height:18px;
	list-style-type: none;
	text-align:left;
	font-size: 12px;
	
	
}
#sidebar {
	float: left;
	width: 180px;
	
	background-color: #648606;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	list-style: none;
	
		list-style-type: none;

}
#sidebar td {
	margin: 0 auto;
	list-style: none;
	padding: 0 0px;
	height:auto;
	
		list-style-type: none;
}
#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 0px;
		list-style-type: none;
}

#sidebar li {
	margin-bottom: 0px;
	list-style: none;
		list-style-type: none;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 0px;
	list-style: none;
		list-style-type: none;
}

#sidebar li li {
	margin: 0;
	color: #579700;
	list-style: none;
		list-style-type: none;
}

#sidebar h2 {
	background: #CDE691 url(images/sbg.gif) repeat-x;
	border-bottom: 3px solid #8CC405;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}


#sidebar a {
	text-decoration: none;
	color: #579700;
	padding-left: 15px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: #005300;
	background: transparent url(images/liston.gif) left center no-repeat;
}

#sidebar.lang {
	float: left;
	width: 168px;
	height: 100%;
	background-color: #648606;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	bottom: 0px;
	list-style: none;
	list-style-type: none;

}

#sidebar.lang a {
	text-decoration: none;
	color: #579700;
	list-style-image: none;
	list-style-type: none;	
	background: #336600;
}

#sidebar.lang a:hover {
	text-decoration: none;
		list-style-image: none;
	list-style-type: none;
	background: #336600;	
}
/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
	background-color: #648606;
	list-style-type: none;
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	position: relative;
	width: 928px;
	height:30px;
	margin: 5px auto;
	border: 7px solid #FFF;
	background-image: url(images/erba.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #C4E78A;
	color: #006600;
}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	font-size: x-small;
}

#footer a {
}
.altezza {
	width:179px;
	
	padding: 0px;
	background-color: #648606;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;


	
	}
	#lightbox{
	width:450px;
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(../lightbox/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../lightbox/overlay.png", sizingMethod="scale");
	}
	

.linea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding:0px;
	margin:0px;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
