@CHARSET "UTF-8";


/* Header styles */
#header {
	width: 100%;
	height: 115px;
	margin: 10px 0 15px;
	overflow: visible;
}

#footer {
	margin: 20px 20px 30px 200px;
	clear: both;
	font-size: 9px;
	text-align: center;
}


/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.leftmenu {
	background: #f3d036; /* left background */
}

.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 180px;
	background: #fff;
}

.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 180px;
	padding-bottom: 1em;
}

.leftmenu .col1 {
	margin: 0 20px 0 200px;
	position: relative;
	right: 100%;
/*	overflow: hidden; */
}

.leftmenu .col2 {
	font-family: Verdana, Geneva, Arial, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 1.1em;
	float: left;
	width: 180px;
	position: relative;
	right: 180px;
	color: #fff;
}

.col2 > div { margin: 0 0 25px; }
.col2 a { color: #fff; } 
.col2 a:hover { color: #000; }
.col2 p, .col2 H1, .col2 H2, .col2 H3 { margin-left: 10px; margin-right: 8px; }
.col2 p {	font-size: 10px; }


/* left menu */
ul.menu {
	list-style: none;
	width: 100%;
	font-size: 1.1em;
}
ul.menu li {
	display: inline;
	list-style: none;
}

ul.menu a {
	display: block;
	padding: 2px 10px;
	line-height: 1.9em;
	color: #fff;
	text-decoration: none;
}
ul.menu a:hover {
	background-color: #000;
	color: #f3d036;
}
ul.menu a.active {
	background-color: #fff;
	color: #000;
}
ul.menu a.active:hover { color: #000; }

input.menu {
	width: 167px;
	height: 1.9em;
	padding: 2px 3px 2px 10px;
	border: none;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
	background-color: #ffe676;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.9em;
	cursor: pointer;
}


input.email {
	background-color: #F3D036;
	color: white;
	width: 125px;
	border: #fff 1px solid;
	padding: 1px;
} 
input.submit {
    background-color: #F3D036;
    border: 1px solid #FFFFFF;
    color: white;
    font-weight: bold;
	width: 26px;
}

/* cancellare se non si usa nel left column
ul.moremenu {
	font-size: 80%;
	list-style: none;
	width: 100%;
}
ul.moremenu li {
	list-style: none;
}
ul.moremenu a {
	padding: 2px 10px;
	text-decoration: none;
	color: #fff;
}
ul.moremenu a:hover {
	color: #000;
}
ul.moremenu a.active {
	background-color: #fff;
	color: #000;
}
ul.moremenu a.active:hover {
	color: #000;
}
*/

/* search */
table.searchresults {
	border-collapse: collapse;
	border: 0;
}
table.searchresults td { padding: 5px; }

/* tags */
.tags {
	font-family: Verdana, Geneva, Arial, Helvetica, "MS Trebuchet", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 130%;
	text-align: justify;
}
.tags a { text-decoration: none; }
.tags a:hover { color: #c3b036; }

a.smallestTag { font-size: 9px; color:#69b; }
a.smallTag { font-size: 13px; color:#58a; }
a.mediumTag { font-size: 16px; color:#479; }
a.largeTag { font-size: 20px; color:#369; }
a.largestTag { font-size: 24px; color:#239; }

a.highlightTag { color: #555; }



