/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 12px Verdana,Tahoma,Arial,sans-serif;
background: url(http://www.fccannobio.it/images/sfobody.jpg) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 10px 0 0 0;
padding: 0;
/* height: 45px; */
background-color: #FFFFFF;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
margin: 0 0 10px 0;
font-size: 12px;
line-height: 14px;
}

#frontphoto {
margin: 0 0 10px 0;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 140px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}
/* CSS Document */

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	w;
	width: 140px;
	border-bottom: 0px solid #FFFFFF;
}
ul li{
	position: relative;
}

li ul{
	position: absolute;
	left: 143px;
	top: 0;
	display: none;
}
 li:hover ul
{
display:block;
}

ul li a{
	display: block;
	width:130px;
	background-color: #FFFFFF;
	text-decoration:none;
	color: Black;
	font-weight: bold;
	padding: 6px;
	border-left: #FF0000 1px solid;
	border-top: #0000FF 1px solid;
	border-right: #FF0000 1px solid;
	border-bottom: 1px solid #0000FF;;
}
ul li a:hover {
	background-color: #EEEEEE;
}


/* Fix IE e IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; }

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #EEEEEE;
line-height: 1.3em;
}

#extras {
float: right;
width: 140px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 150px 20px 150px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h3 {
font-size: 14px;
font-weight:bold;
margin: 0 0 10px 0;
}

#content a {
display:inline;
text-decoration: underline;
color: #003399;
}

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

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

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

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 10px;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
.notizie {
border: 1px solid #666666;
padding: 4px;
}
#forum {
margin: 0 0 20px 150px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#news {
border: 1px solid #0066FF;
}
