﻿@import 'reset.css';

/** global styles **/

/* defining font family for all elements */
body, input, select, option, textarea, input {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
	font-family: Arial, sans-serif !important;
}

table tr td {
	vertical-align: top;
}

body {
	color: #000;
	font-size: 62.5%; /* 1em = 10px - ref: http://www.maratz.com/blog/archives/2005/10/21/typetesters-base-font-size/ */
}

textarea {
	font-size: 10px;
}
input, select {
	font-size: 1em;
}

a {
	color: #b2b2b2;
}
a:hover {
}

hr {
	clear: both;
}

input.blur {
	color: #ccc;
}

/*** home ***/
body {
	margin-bottom: 1em;
}

ul#mainmenu {
	height: auto !important;
	height: 1%;
	margin-bottom: .8em;
	margin-left: 20em;
	margin-top: 2em;
	overflow: hidden;
}
	ul#mainmenu li {
		border-bottom: solid 1px #000;
		display: inline;
		float: left;
		height: 22px;
		margin-right: 1em;
		width: 9em;
	}
	ul#mainmenu li.last {
		margin-right: 0;
	}
		ul#mainmenu li a {
			color: #000;
			font-size: 1.1em;
			font-weight: bold;
			position: relative;
			text-decoration: none;
			text-transform: uppercase;
		}
div#wrapper {
	margin: 0 auto;
	height: auto !important;
	height: 1%;
	overflow: hidden;
	width: 79em;
}
div#leftarea {
	float: left;
	width: 20em;
}
div#rightarea {
	float: left;
	width: 59em;
}
h1.maintitle, h2.maintitle {
	border: 0;
	margin: 0;
	padding-top: 0;
}
div.boxhome {
	border-bottom: solid 1px #bfbfbf;
	border-top: solid 2px #000;
	float: left;
	height: 14.5em;
	overflow: auto;
	margin-top: 1em;
	margin-right: .9em;
	padding-top: .5em;
	width: 19em;
}
	div.boxhome h3 {
		font-size: 1.2em;
		text-transform: uppercase;
	}
		div.boxhome h3 span {
			background-color: #bfbfbf;
			font-size: .8em;
			font-weight: bold;
		}
	div.boxhome p {
		font-size: 1.1em;
		line-height: 1.2em;
	}
	div.boxhome p.luogo {
		text-decoration: underline;
	}
		div.boxhome p.luogo a {
			color: #000;
		}
	div.boxhome p.data {
		font-weight: bold;
		margin-bottom: 10px;
	}
div.boxcentrale {
	overflow: hidden;
}
	div.boxcentrale div.contenutocms div, div.boxcentrale div.contenutocms p {
		margin-bottom: 0;
	}
	div.boxcentrale div.contenutocms a {
		color: #000;
	}

/*** static ***/
h1, h2 {
	border-top: solid 2px #000;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-top: 6px;
	text-transform: uppercase;
}
	h1 span, h2 span {
		background-color: #000;
		color: #fff;
	}
		h1 span.back {
			background-color: #fff;
			color: #000;
			font-size: .9em;
			font-weight: normal;
			margin-left: 10px;
			text-transform: none;
		}

div.contenutocms {
	font-size: 1.1em;
	line-height: 1.2em;
}
	div.contenutocms div, div.contenutocms p {
		margin-bottom: .4em;
	}
	
div#static {
	height: auto !important;
	height: 1%;
	overflow: hidden;
}
	div#static div.left {
		float: left;
		margin-right: 1em;
		width: 39em;
	}
	div#static div.right {
		float: left;
		width: 19em;
	}
		div#static div.right h2 {
			border: 0;
			font-size: 1em;
			margin-bottom: 1em;
			padding: 0;
		}
			div#static div.right h2 span {
				background-color: #b2b2b2;
				color: #000;
				font-size: 1.1em;
				text-transform: uppercase;
			}
		div#static div.right div.contenutocms {
			margin-bottom: 1.6em;
		}
		
/*** ricerca ***/
div.risultato {
	margin-bottom: 1em;
}
	div.risultato h2 {
		border: 0;
		font-size: 1.1em;
		line-height: 1.2em;
		margin: 0;
		text-transform: none;
	}
		div.risultato h2 a {
			color: #000;
			text-decoration: underline;
		}
	div.risultato p {
		font-size: 1.1em;
		line-height: 1.2em;
	}
		div.risultato p em {
			color: #b2b2b2;
			font-style: normal;
		}
		
/*** storia ***/
div.linkup {
	padding-bottom: 6px;
}
	div.linkup a {
		background-image: url(/common/images/up.png);
		background-position: right 0;
		background-repeat: no-repeat;
		padding-right: 12px;
	}

div.right div.contenutocms h3 {
	font-weight: normal;
	padding-top: 6px;
}