/*
===================
Avelion CSS Styles
=================== 
Ispired by: Royale Avelion, a Joomla template
------------------- 
Name: royale
Author: Lantaca Ucasi
Version: 2.0
Module: style.css
*/

/* ===== COLUMN ===== */
#columntop {
	margin: 0px 5px 0 5px;
	height: 30px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
#column {
	float: left;
	width: 215px; /*195*/
	margin-right: 5px;
	font-size: 12px;
}
.widget-titolo {
	margin: 10px 0 0 0;
	height: 20px;
	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-bottom: 0px;
	border: solid 1px rgba(102,102,102,0.3);
	background: url(../imgs/widget-titolo.png);
	color: #999;
}
.widget-contenuto  {
	margin: 0 0 15px 0;
	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 rgb(51,51,51);
}
#footer {
	text-align: center;
	font: #666;
}
#column h4 { /* Titles of the sections */
	font-family: verdana, 'Lucida Grande';
	font-style: normal;
	font-size: 12px;
	margin: 0 0 0 0;
	padding-top: 3px;
	text-align: center;
}
#column p { margin: 5px 10px}

#columntop a {
	padding: 7px 10px 7px 10px;
	margin: 0 -4px 0 0;
	border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	background: url(../imgs/topbarOFF.png);
}
#columntop a:hover {
	border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	background: url(../imgs/topbarON.png);
}

/* ===== works only with tabmenu plug in ===== */
/* {{TABID:index}} {{TABID:static:page_name}}   */
#sel a{
	line-height: 30px;
	padding: 6px 10px 7px 10px;
	margin: 0 -4px 0 0;
	border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
	color: #ff0000;
	background: url(../imgs/topbarON.png);
}
/* === List === */ 
#column ul li table, #columntop ul li table , #footer ul li table { font-size: 12px }
#column ul  {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 5px;
}
#columntop ul li {
	display: inline;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
}
#column fieldset { margin: 0 5px 0 5px }
#columntop fildset , #footer fildset { margin: 0 0 0 0 }
#column legend, #columntop legend , #footer legend{ font-size: 12px }

#widget_calendar {
	width: 165px;
	font-size: 10px;
}
#widget_calendar a {
	font-style: italic;
}