/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FF9900 url(http://www.avasvco.org/img/sfondo.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}
h4 {
	color: #CC0000;
	padding: 8px 4px;
	text-decoration: underline;
}
	
p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 1px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 1px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 80%; /* 760 right */
	height: 180px;
	margin: 0 auto;
	padding: 0 0 0 0px;
	background-color: #FFFFFF;
	background-image: url(http://www.avasvco.org/img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 0px 50px; img02.gif */
}

#logovco {
	width: 80%; /* 760 right */
	height: 180px;
	margin: 0 auto;
	padding: 0 0 0 0px;
	background-color: #FFFFFF;
	background-image: url(http://www.avasvco.org/img/logoverb.jpg);
	background-repeat: no-repeat;
	background-position: center; /* 0px 50px; img02.gif */
}

#logo h2.dex {
	font-family: "Times New Roman", Times, serif;
	color: #0099FF;
	text-align: right;
	padding-right: 20px;
}

#logo h1 {
	font-family: "Times New Roman", Times, serif;
	color: #0099FF;
	padding-left: 20px;
}

#logovco h2.dex {
	font-family: "Times New Roman", Times, serif;
	color: #0099FF;
	text-align: right;
	padding-right: 20px;
}

#logovco h1 {
	font-family: "Times New Roman", Times, serif;
	color: #0099FF;
	padding-left: 20px;
}

#logo p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #0099FF;
}
#logovco a {
	text-decoration: none;
	color: #0099FF;
}

/* Menu */

#barra {
	width: 770px;
	height: 35px;
	margin: 0 auto;
}

/* Wide Post */

.wide-post {
	width: 80%; /* 770 */
	margin: 0 auto;
	background: #FFFFFF url(http://www.avasvco.org/img/sfondo_corpo.jpg) top center no-repeat;
/*	background: #FFFFFF url(images/bmwm3.jpg) repeat-y; D4D9DD */
}

.wide-post .title {
	padding: 10px 30px 10px 30px;
	background: url(images/i5.gif) no-repeat;
	font-size: 1.4em;
	text-align:left;
	border-bottom: #CCCCCC 1px solid;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #FFFF00;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 4px;
}

.wide-post .entry ul {
	margin: 0;
	padding: 20px;
}
.wide-post .entry li {
	border-bottom: #FF6600 0px solid;
}

.wide-post  .entry img {
	border: 0;
}

.wide-post  .entry .news{
	padding: 5px 20px;
	background: url(http://www.avasvco.org/img/img14.gif) no-repeat left center;
}

.wide-post .bottom {
	height: 20px;
	background: url(images/i6.gif) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(http://www.avasvco.org/images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(http://www.ilcannobino.it/images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(http://www.ilcannobino.it/images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(http://www.ilcannobino.it/images/img11.gif) no-repeat left center;
}	

/* Two Columns */

.two-columns {
	width: 80%; /* 770 */
	margin: 0 auto;
	padding: 2px 0;
}

.two-columns .column-one {
	float: left;
	width: 48%; /* 380 */
}

.two-columns .column-two {
	float: right;
	width: 48%; /*380 */
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #0099FF url(imgaa/info.jpg) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: #FFFFFF url(img/albe.jpg) repeat-x; 
	color: #000000;
	padding: 0 4px;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(images/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(http://www.avasvco.org/images/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 2px 0;
	background: #FFFF00 url(http://www.avasvco.org/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 80%; /* 770 */
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(http://www.avasvco.org/images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	padding: 5px 0;
	background: #3F4244 url(http://www.avasvco.org/images/img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: small;
	color: #999999;
}

#footer a {
	color: #999999;
}

.font10 {font-size: 11px}
