﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------- */
/* ---------------[GENERIC STUFF]-------------------- */
/* -------------------------------------------------- */

body 
{
	line-height:16px; 
	font-family: open sans, Verdana,sans-serif; 

	font-size: 0.700em; 
	color: #ffffff; 
	text-shadow: 0px 0px 0px #000;
	background: #000 url(../images/sfondo_RE.jpg) top center fixed; 
}

a
{
	text-decoration: none; 
	color: #ffffff;
	font-weight: bold;
}
a:hover { text-decoration: underline; font-weight: bold;}

p { line-height: 16px; text-align:left; padding:5px 0;}
.clear { clear: both; }

h1 { font-size: 24px; font-weight: bold; text-shadow: 2px 2px 4px black;}
h2 { font-size: 22px; font-weight: 500; display:block; text-transform:uppercase; margin-bottom:5px; }
h3 { font-size: 20px; font-weight: bold; text-shadow: 2px 2px 4px black;}
h4 { font-size: 18px; font-weight: bold; text-shadow: 2px 2px 4px black;}
h5 { font-size: 16px; font-weight: bold; text-shadow: 2px 2px 4px black;}
h6 { font-size: 14px; }

strong { font-weight: bold; color: #ffffff; }
cite, em, i { font-style: italic; }


blockquote  { margin: 0.5em 1.5em; padding: 0.5em 1em; color: #ccc; background: none; font-style: italic; border: none; }
blockquote span { color: #ffffff; font-weight: bold; }

.clear { clear:both; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; font-weight: bold;}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* -------------------------------------------------- */
/* -------------------[LAYOUT]----------------------- */
/* -------------------------------------------------- */

#wrapper { width:960px; margin:0 auto; position:relative; padding:20px 0 20px 0; }

.left-content { width:400px; float:left; text-align:left; margin-bottom:30px; }
.left-content span{ color:#ffffff; margin-bottom:30px; font-weight: bold; }
.right-content { width:530px; float:right;}<br />
.right-content span{ color:#ffffff; margin-bottom:30px; font-weight: bold; }



.image 
{
	border-width: 1px;
	border-color: #ffffff;
}

#cover { margin-bottom:20px; }
#left-cover{ float:left; margin-right:15px; }
#right-cover{ text-align:left;}
#left-cover img{ width:175px; }