﻿@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);

/****************************** RESET ********************************/

  html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 2px;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}

iframe {
border:1px silver solid;
}


@font-face {
    font-family: 'Kabel';
    src: url('fonts/kabeln-webfont.ttf') format('truetype'),
         url('fonts/kabeln-webfont.svg#font') format('svg'), 
		 url('fonts/kabeln-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}


/****************************** CLASSES ********************************/

body   {
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Noto Sans', Arial, sans-serif;
	color: #EBEBEB;
	font-style: normal;
	background-color: #F0F0F0;
}
h1 {
	color:#990000;
	font-family: Kabel;
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 18px;
}
.elenco {
	padding: 7px 0px 2px 10px;
}
.stronger {
	font-weight:600;
}
.italic {
	font-style:italic;
}
.underline {
	text-decoration: underline;
}
.align_middle {
	text-align: center;
}
.align_top {
	vertical-align: top;
}
.float_right {
	float: right;
	margin: 0px 0px 0px 30px;
}
.float_left {
	float:left;
	margin: 5px 20px 5px 0px;
}
.quotetext {
	float: left;
	margin: 19px 96px 0px 110px;
	font-size: 16px;
}
.picshow {
	border: 1px solid #808080;
}
.image_middle {
	vertical-align: middle;
}
.elenco {
	list-style:disc;
	padding: 7px 0px 9px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/************************** LAYOUT ******************************/

#header {
	margin: 0px auto 0px auto;
	width: 1023px;
	height: 130px;
	background-image: url('images/header.png');
}
#menu {
	margin: 10px auto 0px auto;
	width: 940px;
	height: 70px;
}
#fadeback {
	margin: 0px auto 0px auto;
	width: 1023px;
	height: 379px;
	background-image: url('images/fadeback.png');
	background-repeat:repeat-y;
	overflow: hidden;
}
#tris {
	width: 256px;
	height: 379px;
	float:right;
	margin-right:39px;
	color: #333;
}
.main {
	margin: 0px auto 0px auto;
	width: 1023px;
	background-image: url('images/paper.png');
	background-repeat: repeat-y;
}
.fullpage{
	width: 950px;
	float:left;
	margin-left: 33px;
	margin-top: 25px;
	color: #333;
}
#footer {
	margin: 0px auto 0px auto;
	width: 1023px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	height: 63px;
}
#credits {
	float: right;
	width: 600px;
	height: 20px;
	margin:32px 26px 0px 0px;
	text-align: right;
	font-size: 13px;
	color: #999;
}


/******************** TOP MENU **********************/

#solidblockmenu{
	font-family:Kabel, sans-serif;
	font-size: 22px;
	background: transparent;
	float: right;
	width: 435px;
	height: 110px;
}
#solidblockmenu li{
	display: inline;
}
#solidblockmenu a{
	float: left;
	height: 110px;
	line-height: 184px;
	text-decoration: none;
	padding:0px 12px 0px 12px;
	text-align: center;
	color:#999999;
	overflow: hidden;
}
#solidblockmenu a:hover{
	color:#000;
	cursor:pointer;
}
#solidblockmenu a.current{
	color:#990000;
	background-image: url('images/sel.png');
	background-repeat: repeat;
	cursor:default;
}


/***************************** Hovering **********************************/

a:link {color:#990000; text-decoration:none;font-weight:normal}
a:visited {color: #990000; text-decoration:none;font-weight:normal}
a:active  {color: #000; text-decoration:none;font-weight:normal}
a:hover  {color: #990000; text-decoration:underline;font-weight:normal}

