
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #393939;
}

a:hover {
	text-decoration: none;
	color: #393939;
}

a img {
	border: none;
}
acronym {
  border-bottom:1px dashed rgb(255,153,0);
  cursor:help;
}
/* testata */

#testata {
	width: 900px;
	height: 150px;
	margin: 0px auto;
}

#testata a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
  display:block;
  width:400px;
  height:150px;
	float: left;
	padding-left: 50px;
	background: url(images/logo.png) no-repeat left 100%;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #393939;
}

#logo p {
	padding-left: 3px;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo a {
	color: #393939;
}

/* Menu */

#menu{
	width: 900px;
	height: 130px;
	margin: 10px auto;
	/*border:1px solid rgb(63,63,63);/*
	/*background: url(images/stripes.jpg) repeat left top;*/
	/*padding-top:20px;*/
}
#menu a {
	margin: 0 0px 0 20px;

}
#menu a.button1 {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/home.gif) no-repeat left top;
}

#menu a.button1:hover {
	background: url(images/home_hover.gif) no-repeat left top;
}
#menu a.button1#current {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/home_current.gif) no-repeat left top;
}
#menu a.button2 {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/about.gif) no-repeat left top;
}
#menu a.button2#current {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/about_current.gif) no-repeat left top;
}
#menu a.button2:hover {
	background: url(images/about_hover.gif) no-repeat left top;
}

#menu a.button3 {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/folio.gif) no-repeat left top;
}
#menu a.button3#current {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/folio_current.gif) no-repeat left top;
}
#menu a.button3:hover {
	background: url(images/folio_hover.gif) no-repeat left top;
}
#menu a.button4 {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/blog.gif) no-repeat left top;
}
#menu a.button4#current {
  float:left;
  display:block;
	width: 200px;
	height: 110px;
	background: url(images/blog_current.gif) no-repeat left top;
}
#menu a.button4:hover {
	background: url(images/blog_hover.gif) no-repeat left top;
}
/* pagina */

#pagina {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0 0 90px;
}

/* Contenuti */

#contenuti {
	float: left;
	width: 530px;
}

.articolo {
	margin: 0px 0px 30px 0px;
}

.articolo .titolo {
	margin: 0 0 15px 0;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE dashed 1px;
	color: #232F01;
}

.articolo .titolo a {
	color: #232F01;
}
.articolo .entry p{
 text-align:justify;
}
.articolo .entry img.whitebg{
  float:left;
  margin: 0 7px 21px 0;
  border: 1px solid rgb(255,153,0);
}
.articolo .entry img.bordata{
  float:left;
  margin: 0 7px 7px 0;
  border: 1px solid rgb(111,111,111);
}
.articolo .entry .folio-item{
  display:block;
  width:250px;
  height:auto;
  float:left;
  border:none;
  margin:10px 10px 0 0;
  border:none;
}
.articolo .meta {
	font-weight: bold;
}

.articolo .dettagli {
	margin: 0px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	margin-left:20px;
}



#sidebar-bgbtm {
	height: 3px;
}

#contenuti-sidebar {
	padding: 20px;
}
#contenuti-sidebar p{
  text-align:justify;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	padding: 5px 0;
	border-bottom: #BFC9AE dashed 1px;
}

#sidebar h2 {
	margin: 0px 0 10px 0;
	padding: 0px 0px 5px 0px;
	border: none;
	color: #232F01;
	font-size: 1.2em;
}

#sidebar a {
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar a.current {
	text-decoration: none;
	color: rgb(111,111,111);
	font-weight:normal;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 90px;
	margin: 30px auto 30px auto;
	color: #000;
	background: #fff;
}

#footer p {
	margin: 0px;
	padding: 90px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}