/* Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, cite, code, em, img, small, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, time, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, time, nav, section {
	display:block }
html, body, .wrapper {
	min-height:100% }

/* Body
================================================== */
html, body {
	height:100% }
body {
	font:18px/28px Georgia, Times New Roman, Times, serif;
	color:#333;
	background:#e4e4e4 }

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	text-rendering:optimizeLegibility }
p {
	margin:0 0 28px 0 }
li {
	margin:0 0 28px 28px }
strong {
	font-weight:bold }
em {
	font-style:italic }

/* Links
================================================== */
a {
	color:#039;
	text-decoration:none;
	-webkit-transition:color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out;
	transition:color .2s ease-in-out }
a:hover {
	color:#8d0d19 }

/*	Layout
================================================== */
.wrapper {
	min-height:100%;
	max-width:1400px;
	margin:0 auto;
	background:#fff }
.cont {
	width:960px;
	margin:0 auto }
#HEAD {
	height:60px;
	padding-top:20px;
	border-bottom:1px solid #000 }
#CONT {
	padding-top:120px }
#FOOT {
	padding:30px 0 40px;
	overflow:hidden;
	border-top:1px solid #ccc }

/*	General  */
.header {
	font-size:80px;
	line-height:1;
	text-transform:none;
	margin-bottom:20px }
.subheader {
	font-size:24px;
	font-style:italic;
	text-transform:none;
	color:#777 }
.body {
	position:relative;
	width:100%;
	margin-bottom:28px }
.cite {
	margin-top:80px;
	line-height:1.3;
	font-style:italic;
	color:#777 }
.box {
	font-size:90%;
	border: 1px solid #CCC;
	margin:60px;
	padding:60px 60px 10px}

/*	Nav  */
.nav {
	float:right }
.nav li {
	display:inline-block;
	margin-left:10px;
	font-weight:500 }
.nav li,
.nav li a {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000;
	text-transform:uppercase }
.logo a {
	float:left;
	color:#000 }
.nav li a:hover,
.nav li:first-child {
	margin-left:0 } /* Remove left margin from the first nav li */
	
/*	Foot  */
#FOOT,
#FOOT a {
	font-size:13px;
	text-transform:uppercase;
	color:#777 }
#FOOT a:hover {
	color:#000 }
.top,
.fnav,
.info {
	width:33.3%;
	float:left }
.info {
	text-align:center;
	font-size:80% }
.fnav {
	text-align:right }

/* Columns */
.col {
	list-style:none;
	border-bottom:1px solid #eee;
	letter-spacing:1px;
	margin-bottom:50px;
	clear:both }
.col-1 {
	float:left;
	width:40%;
	letter-spacing:2px;
	line-height:20px }
.col-2 {
	width:50%;
	float:left;
	font-size:16px;
	line-height:30px;
	padding-top:10px }
.col-1 .title {
	float:left;
	width:90% }
.article {
	width:100%;
	padding-bottom:50px;
	text-align:center }
.title {
	width:60%;
	margin:0 auto;
	line-height:24px;
	border-bottom:1px solid #ccc }
.list {
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
	margin-bottom:25px }
.article img,
.sh {
	-moz-box-shadow:0 0 15px 0 #bb;
	-webkit-box-shadow:0 0 15px 0 #bbb;
	box-shadow:0 0 15px 0 #bbb }
.col-1 a {
	color:#000 }
.col-1 a:hover {
	color:#8d0d19 }

/*	Misc
================================================== */
img.left {
	float:left;
	margin-right:20px }
img.right {
	float:right;
	margin-left:20px }
.px {
	margin-top:60px }
.px2 {
	margin-top:90px }
.big {
	font-size:140%;
	line-height:200% }
.nota {
	margin:15px;
	padding-top:5px;
	border-top:1px solid #eee;
	font-size:85%;
	line-height:115%;
	letter-spacing:1px }
.al-c {
	text-align:center }
.small {
	font-size:80% }
