/*
===================
 CSS Styles
=================== 
 
------------------- 
Name: default
Author: Lantaca Ucasi
Version: 1.6
Module: style.css
*/


/* ===== TOPBAR ===== */
#topbar {
	height: 37px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 37px;
	background: url(../imgs/bg-topbar.png);
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	box-shadow: #bbb 1px 1px 3px;
}
#topbar a {
	padding: 10px 15px;
	margin: 0 -6px 0 0;
	color: #000;
	text-shadow: #eee 0px 1px 1px;
}
#topbar a:hover {
	color: #fff;
	text-shadow: #666 1px 1px 1px;
	background: url(../imgs/hover.png);
}
#topbar ul {padding-left: 100px}
#topbar ul li {
	display: inline;
	list-style-type: none;
}
#logo {
	float: left;
	height: 37px;
	width: 100px;
	background: url(../imgs/logo.png)
}

/* ===== COLUMN ===== */
#column h4, #bottombar h4 { /* Titles of the sections */
	font-style: normal;
	font-size: 12px;
	margin: 0 0 0 0;
	padding-top: 3px;
	text-align: center;
}
#column p, #bottombar p { margin: 5px 10px}

#column {
	float: left;
	margin-left: 7px;
	font-size: 12px;
}
#bottombar {
	width: 100%;
	clear: both;
	font-size: 12px;
}
.widget { /* widgets nel column */
	margin: 10px 0 15px 0;
	width: 215px;
	box-shadow: #bbb 1px 1px 3px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	background: #fff;/* old browsers */
}
.widget-bottom { /* widgets nella bottombar */
	float:left;
	margin: 10px 3px;
	width: 190px;
	box-shadow: #bbb 1px 1px 3px;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	background: #fff;/* old browsers */
}
.widget-titolo { /* top del widget */
	line-height: 20px;
	height: 25px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-topleft: 6px;
	border: 0;
	background: #224272 url(../imgs/bg-widget.png) repeat-x;
	color: #fff;
	text-shadow: #224272 1px 1px 1px;
}
.widget-contenuto  { /* corpo del widget */
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
	border: solid 1px #bbb;
}

/* === Common rules === */ 
#column ul li table, #bottombar  ul li table { font-size: 12px }
#column ul, #bottombar ul  {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 5px;
}
#column fieldset { margin: 0 5px 0 5px }
#topbar fildset , #bottombar fieldset { margin: 0 0 0 0 }
#column legend, #bottombar fieldset,  #topbar legend { font-size: 12px }

#column blockquote {
	width: 100%;
	font-size: 12px;
	font-style: normal;
	color: #666;
	margin: 0;
	padding-left: 0;
	background: none;
}