/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background:url(../images/bg20080609.jpg) repeat-x;
    background-color:#151515;
/*  background: #ffffff; /* url(pattern.png) repeat; */
  color: #fff;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1, h2, h3, h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #5F5F5F;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
  color: #777;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 980px;
/*  background: #FFF url(main.png) repeat-y; */
  color: #555;
}

/* logo */
#logo
{
	width: 960px;
	height: 150px;
	border-top: 1px solid #F2F2F0;
	background: #444 url(logo.jpg) no-repeat left center;
	color: #333333;
}

/* navigation menu */
#menubar
{
	background: #6D6A78 url(menu.png) repeat;
	width: 960px;
	height: 43px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{
	font-family: verdana, sans-serif;
	display: block;
	float: left;
	height: 22px;
	width: 120px;
	text-decoration: none;
	padding: 8px 15px 0px 15px;
	text-align: center;
	border-right: 1px solid #F2F2F0;
	background: transparent;
	color: #333333;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #55555D url(menu_sel.png) repeat;} 

#search
{ float: right; 
  padding: 8px 15px 0px 0px;
}

#riga
{
	position:relative;
	top:85px;
	width: 860px;
	left: 95px;
	color:#333333
}
#logo2
{
	position:relative;
	top:105px;
	width: 180px;
	left: 800px;
	color:#333333;
}

#logo2 a
{ text-decoration:none;	
}

#link
{
	position:relative;
	top:0px;
	width: 100px;
	left: 850px;
	color:#333333;
	font-weight: bold;
}
#text6 a
{ color: #9b123c;
}

#link a:hover
{ color: #aaa;
}

#link a
{ color: #9b123c;
}

#link a:hover
{ color: #aaa;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #696771; 
  padding: 2px;
}

input.searchbutton
{ background: #696771; 
  border: 0px; 
  padding: 1px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{
	width: 960px;
	overflow: hidden;
/*	background: #dddddd; */
} 

/* sidebar */
.sidebar
{
	float: left;
	width: 215px;
	padding: 10px 5px 10px 0px;
}

/* sidebar items / links */
.sidebaritem
{
	text-align: left;
	width: 210px;
	float: left;
	margin: 0px 0px 8px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 5px 10px 5px 12px;}
.sidebaritem h3 a { color:#5f5f5f;}
.sidebaritem ul
{ border-top: 1px solid #DDDCE4;
  width: 180px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #DDDCE4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{
	text-align: left;
	width: 720px;
	float: left;
	padding: 10px 10px 10px 10px;
}

#content
{
	text-align: left;
	width: 690px;
	height: 520px;
	padding: 8px 15px 8px 15px;
}

#content a
{ background: transparent;
  color: #9b123c;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

.sidebaritem, #content{
	background: #FFF;
}

/* footer */
#footer
{ width: 940px;
  height: 12px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 70%;
  border-top: 2px solid #F2F2F0;
  background: #6D6A78 url(menu.png) repeat;
  color: #333;
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{ background: transparent;
  color: #333;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #dfdfdf;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #DDDCE4; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{
	width: 95%;
	height: 100px;
	padding: 3px;
}

.comment
{ background: #F1EBF0; 
  color: #444;
}

.date
{ border-top: 1px solid #DDDCE4; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}

.ws24 {
	font-size: 24px;
}
.ws12 {
	font-size: 13px;
}
.ws8 {
	font-size: 11px;
}
.ws8red { color:#9b123c;
	font-size: 11px;
}
.ws6 {
	font-size: 9px;
}
.ws25 {
	font-size: 16px;
}
.ws13 {
	font-size: 12px;
}
.ws9 {
	font-size: 12px;
}

#menuimg img { margin: 4px 3px auto; border:0;}

#menuimg {width:330px; position:relative; height:250px; margin:2px auto;}
#menuimg a:visited, #menuimg a {text-decoration:none; color:#d00; font-weight:bold;}
#menuimg a:visited img, #menuimg a img{filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.40; opacity:0.4;
}
#menuimg a:hover {background-color:transparent; color:#06a;}
#menuimg a span {display:none;}
#menuimg a:hover span {display:block; position:absolute; top:230px; left:0; font-size:12px; height:18px; padding:4px; font-weight:normal; color:#a40;}

#menuimg a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }

#menuvid img { margin: 4px 3px auto; border:0;}

#menuvid {
	width:60px;
	position:relative;
	height:250px;
	margin:2px auto;
}
#menuvid a:visited, #menuvid a {text-decoration:none; color:#d00; font-weight:bold;}
#menuvid a:visited img, #menuvid a img{filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.40; opacity:0.4;
}
#menuvid a:hover {background-color:transparent; color:#06a;}
#menuvid a span {display:none;}
#menuvid a:hover span {display:block; position:absolute; top:40px; left:-190px; font-size:12px; height:18px; padding:4px; font-weight:normal; color:#a40;}

#menuvid a:hover img { filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }
