
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #999966 url(back.jpg) repeat-x;
     font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;text-align: center;

}

/* links */
a, a:visited {	
	color: #790000;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #555555;
	background: inherit;
	text-decoration: underline;
}


ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 0px 3px 0px 0px;
}
p {
line-height : 18px;
padding-top : 3px;
padding-left : 5px;
padding-right : 5px;
  text-align: justify
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F9F7DD;
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F9F7DD;
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #563E24;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: transparent;

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #666666;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
   border:1px solid #666666;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;

}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 950px;
	padding: 0;
	border-bottom: 2px solid #FFF;
   background: #D0D0B7;
	display: inline;
}
#content-wrapb {
	position: relative;
	clear: both;
	float: left;
	width: 950px;
	padding: 0;
	border-bottom: 2px solid #FFF;
   background: #D0D0B7;
	display: inline;
}
#header {
	width: 734px;
	position: relative;
	height: 216px;
	background: transparent;
	padding: 0;
	color: #FFF;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px
}
#test3 {
    margin: 0em auto;
      width: 734px;
    height: 216px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px
}
#sidebar #logo-text {
	position: relative;
	margin: 0; padding: 0;
		width:216px;
    height:216px;
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 0px;
  background: #FFFFFF url(logobianco.jpg) no-repeat;
  margin-bottom: 10px
}
#header h1#logo-text span {
	color: #444;
}
#wrap #slogan {
	position: relative;
	margin: 0; padding: 0;

	text-transform: none;
	color: #EEEEEE;
    height:55px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 0px; left:0px;
  font-size: 40px;
  font-family: "Capture it";
  letter-spacing: 5px
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #34160B;
	font-size: 12px;	
	font-weight: bold;
}
#header #header-links a {	
	color: #34160B;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #BE420D;	
}

/* Navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
  background: #B3B38C;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 22px 7px;
text-decoration: none;
border-right: 1px solid #EEEEEE; /*dark purple divider between menu items*/
}
.indentmenu ul li a.last{
float: left;
color: white; /*text color*/
padding: 22px 16px;
text-decoration: none;
border-right:0px; /*dark purple divider between menu items*/
}
.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #EEEEEE; /*text color of selected and active item*/
  background: url(nav.jpg)
}

/* Main Column */
#main {
	float: left;
	width: 733px;
	padding: 0; margin: 0 0px 0 0;
	display: inline;  background: #D0D0B7;
}
#maina{
  padding-left: 5px
}

#main h3 {
	margin-top: 10px;
   	color: #5F5F3F;

	padding: 5px 0px 5px 0;
  font-size: 24px
}
#main h5 {
	margin-top:0px;
   	color: #5F5F3F;

	padding: 5px 0px 5px 0;
  font-size: 18px
}
#main ul li {
  list-style: disc;
  
}

.post-footer {
	background: #F9F7DD;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 216px;  background: #87875A;
	padding: 0; 
	margin: 0 0 0 0px;
	display: inline; 
}	

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #C39F73;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #6B4F2E;		
}
#sidebar ul.sidemenu li a:hover {	
	color: #88ac0b;	
}

/* footer */

/* footer*/
#footer {
	clear: both;
	color: #FFF;
	width: 950px;
	padding: 5px 0 15px 0;
	text-align: left;
}
#footer a {
	color: #F3EFBA;
	font-weight: bold;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* thumbnails */
p.thumbs{ padding: 35px 0 0 10px; }

.thumbs img {
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 10px;
	/* margin: 4px 7px 4px 4px; */
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5;
	background: none;
}
.thumbs a:hover { background-color: transparent; border: none }


