@charset "UTF-8";

/*
PRIMARY COLOURS:
- Red: #ED1C24
- Black: #000000

SECONDARY COLOURS:
- Red: #A62024
- Gray: #808080
*/

/* {{{ ELEMENT */

body {
	background-color: #fff;
	color: #000;
	font-family: MetaPlus Normal, Arial Regular, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}
div, ul {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
	vertical-align: middle;
}
h1 {
	font-weight: bold;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
h2, h3 {
	font-weight: bold;
	font-family: Arial Bold, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
a {
	background-color: #fff;
	color: #A62024;
	text-decoration: underline;
}
a:active, a:visited {
	background-color: transparent;
	color: #ED1C24;
}
a:hover {
	background-color: #A62024;
	color: #fff;
}
a.link-on-image {
	background-color: transparent;
}
/* }}} */

/* {{{ CLASS */
.clear-both {
	clear: both;
	height: 0;
	width: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-right {
	text-align: right;
}
.valign-middle {
	vertical-align: middle;
}
/* }}} */

/* {{{ Container */
div#container {
	margin: auto;
	font-size: 0.85em;
	line-height: 1.2em;
	width: 95%;
}
/* }}} */

/* {{{ Shortcuts */
div#shortcuts-list {
	display: none;
	height: 0.01em;
	overflow: hidden;
	width: 0.01em;
}
/* }}} */

/* {{{ Header */
/* Languages List */
div#languages-list {
	clear: both;
	float: right;
	margin: 1em 2em 0.5em;
	width: 13%;
}
div#languages-list ul {
	padding: 0;
}
div#languages-list ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	text-transform: capitalize;
	width: 50%;
}
div#languages-list ul li.first {
	list-style-image: none;
}
div#languages-list ul li img.separator {
	padding: 0 1.3em 0 0;
}
div#languages-list a:link {
	text-decoration: underline;
}
/* Menu */
div#menu {
	clear: both;
	height: 58px;
	text-align: left;
	width: 100%;
}
div#menu div#menu-left {
	background-image: url('../images/backgrounds/menu-background-left.png');
	background-repeat: no-repeat;
	float: left;
	height: 58px;
	width: 3px;
}
div#menu div#menu-left.selected  {
	background-image: url('../images/backgrounds/menu-background-left-highlighted.png');
}
div#menu div#menu-right {
	background-image: url('../images/backgrounds/menu-background-right.png');
	background-repeat: no-repeat;
	float: left;
	height: 58px;
	width: 3px;
}
div#menu div#menu-center {
	background-image: url('../images/backgrounds/menu-background.png');
	background-color: #aD0C04;
	color: #fff;
	float: left;
	height: 58px;
	margin: 0;
	padding: 0;
	width: 99%;
}

div#menu ul {
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;
}
div#menu ul li { /* @see gamerawet-ie6.css */
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	list-style-type: none;
	margin: 0 0 0 0;
	min-width: 12em;
	padding: 0;
	text-align: left;
}
/* Risolve un problema su IE 7 */
div#menu ul li img {
	height: 56px;
}
div#menu div#pay-off {
	float: right;
	font-size: 1em;
	font-weight: bold;
	/* font-style: italic; */
	height: 56px;
	line-height: 56px;
	padding-right: 1em;
	text-align: right;
	width: 17%;
}
div#menu ul li.selected {
	list-style-image: none;
	background-image: url('../images/backgrounds/menu-background-highlighted.png');
}
div#menu ul li a {
	background-color: transparent;
	color: #fff;
	margin-left: 1em;	
}
div#menu ul li a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}

/* Command List */
div#command-list {
	clear: both;
	margin: auto;
	text-align: left;
	width: 100%;
}
div#command-list ul {
	float: right;
	margin: 1em 1em 0.5em;
	padding: 0;
	width: 12%;
}
div#command-list ul li {
	list-style-type: none;
	float: left;
	width: 25%;
}
div#command-list ul li a {
	background-color: transparent;
	color: #fff;
}
div#command-list ul li a:hover {
	background-color: transparent;
	color: #000;
}

/* }}} */

/* {{{ Body */
/* {{{ BREADCRUMB */
div#breadcrumb {
	margin: 1em 0;
	width: 100%;
}
div#breadcrumb div.you-are-in {
	float: left;
}
div#breadcrumb ul {
	float: left;
	padding: 0;
}
div#breadcrumb ul li {
	float: left;
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0;
	text-align: left;
}
div#breadcrumb ul li img.separator {
	padding: 0 0.5em 0 0;
}
div#breadcrumb ul li a {
	background-color: #fff;
	color: #000;
	margin-left: 1em;
	text-decoration: underline;
}
div#breadcrumb ul li a:hover {
	background-color: transparent;
	color: #000;
}

hr.breadcrumb {
	border: 1px #aaa solid;
	clear: both;
	display: block;
	margin: 1em 0 2em 0;
	width: 100%;
}
/* }}} BREADCRUMB */

div#body h1.logo,
div#body div.logo { /* @see gamerawet-ie.css */
	margin: 1em 0 0 3em;
}

div#body h1 {
	font-family: Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 240%;
}

div#body div.homepage {
	font-size: 100%;
}

div#body h2 {
	background-color: #fff;
	color: #222;
	font-family: Times, "Times New Roman", serif;
	font-size: 2em;
	font-weight: normal;
	width: 80%;
}

div#body div.homepage h2 {
	margin: 1% 0 0 5%;
}
div#body div.single h2 {
	background-color: #fff;
	font-size: 1.7em;
	color: #A62024;
}

div#body p.abstract {
	background-color: #fff;
	color: #222;
	font-size: 1.2em;
	font-family: Times, "Times New Roman", serif;
	margin: 1% 0 0 5%;
	width: 80%;
}

div#body div#column-1 {
	float: left;
	width: 70%;
}

div#body div#column-1 ul {
	margin-left: 2%;
}

div#body div.single div.top {
	clear: both;
	float: right;
	font-size: 0.9em;
}

div#body div.single div.more-info {
	clear: both;
	font-size: 0.9em;
}
div#body div.single div.more-info a img{
	background-color: #fff;
	color: #A62024;
}

div#body div#column-2 {
	float: left;
	margin-left: 4%;
	width: 25%;
}
div#body div#column-2 div#subsections-list ul li {
	border-bottom: 1px #aaa solid;
	display: block;
	list-style-type: none;
	padding: 0.4em 0;
}
div#body div#column-2 div#subsections-list ul li.first-child {
	border-top: 1px #aaa solid;
}
div#body div#column-2 div#subsections-list ul li img {
	margin: 0 1em;
}
div#body div#column-2 div#subsections-list ul li a {
	background-color: #fff;
	color: #000;
	font-size: 90%;
}
div#body div#news h3 {
	font-family: Times, "Times New Roman", serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 1em 0 0;
}
div#body div#news ul {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
	width: 80%;
}

div#body div#news ul li div.date { 
	font-weight: bold;
	color: #a62024;
}
div#body div#news ul li {
	border-bottom: 2px #e3e3e3 solid;
	line-height: 1.4em;
	padding: 0.5em 0;
}
div#body div#column-2 div#iwa-logo {
	text-align: center;
}


/* {{{ Blocks */

/* Homepage */
div#body div#blocks {
	margin: 2em auto;
	width: 90%;
}
div#body div#blocks div.block {
	float: left;
	margin: 1% 1%;
	width: 47%;
}
div#body div#blocks div.block div.content div.body {
	height: 9em;
}

/* Single page */
div.block div.content {
	background-color: #f1fcd1;
	background-image: url("/images/backgrounds/box-background.png");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #3A4B0a;
	margin: 0;
	padding: 0;
	width: 100%;
}
div.block div.content h3 {
	margin: 1em 0 0 0.5em;
}
div.block div.content p {
	margin: 0.5em 0 0 3em;
}
div.block div.content a {
	background-color: transparent;
	color: #3A4B0a;
}
div.block div.top, 
div.block div.bottom {
	height: 3px;
	width: 100%;
}
div.block div.top img.left,
div.block div.bottom img.left {
	float: left;
	height: 3px;
	width: 3px;
}
div.block div.top img.right,
div.block div.bottom img.right {
	float: right;
	height: 3px;
	width: 3px;
}

div.block div.reflection {
	background-color: #fff;
	background-image: url("/images/backgrounds/box-background-reflection.png");
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 5px;
	width: 100%;
}
div.block div.reflection div.top {
	height: 3px;
	width: 100%;
}
div.block div.reflection div.top img.left {
	float: left;
	height: 3px;
	width: 3px;
}
div.block div.reflection div.top img.right {
	float: right;
	height: 3px;
	width: 3px;
}
/* }}} */

/* }}} */

/* {{{ Footer */
div#footer {
	margin-top: 1.5em;
	background-color: #e3e3e3;
	clear: both;
}
div#footer div#footer-left {
	float: left;
	padding: 1em 0 1em 3em;
	width: 70%;
}
div#footer div#footer-left div#bottom-menu {
	padding: 0.5em 0 2em;
}
div#footer div#footer-left div#bottom-menu ul li {
	float: left;
	font-size: 90%;
	letter-spacing: 0.1em;
	list-style-type: none;
}
div#footer div#footer-left div#bottom-menu ul li img.separator {
	padding: 0 1.5em;
}
div#footer div#footer-left a {
	background-color: #e3e3e3;
	color: #2c4452;
	font-weight: bold;
}
div#footer div#footer-left a:hover {
	background-color: #2c4452;
	color: #e3e3e3;
}
div#footer div#footer-left div#copyright {
	clear: both;
	color: #222;
	font-size: 0.85em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0.5em 0;
	width: 100%;
}
div#footer div#powered-by {
	background-color: #e3e3e3;
	color: #2c4452;
	float: right;
	font-size: 0.9em;
	padding: 1.5em 8% 1em 0;
	text-align: right;
	width: 10%;
}
div#footer div#powered-by a:link {
	background-color: #e3e3e3;
	color: #2c4452;
}
/* }}} */

/* {{{ FAQ */
dl#faqlist {
	margin-top: 1em;
	border-top: 2px solid #e3e3e3;
	padding-top: 1em;
	
}
dl#faqlist dt {
	font-weight: bold;
}
/* }}} /FAQ */

/* {{{ SITE-MAP */
ul.site-map {
	list-style-type: none;
}
ul.site-map ul {
	list-style-type: none;
	margin: 0 0 0.5em 1em;
}

dd.dispari p {
	background-color: #f5f5f5;
}
dd.pari p {
	background-color: #e5e5e5;
}

/* }}} /SITE-MAP */
