/* 
	Elementi base
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: inherit;
}

:focus {
	outline: 0;
}

body {
	line-height: 1.6em;
	color: #333;
	background: #fff;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
	content: "";
}

blockquote, q 
{
	quotes: "" "";
}

img
{
	border: none;
}

.img_border
{
	border: 1px solid #666;
}

.red
{
	color:#F00;
}
.underline
{
	text-decoration:underline;
}

.todo
{
	text-decoration:underline;
	font-weight:bold;
	color:#F06;
}
.date
{
	font-size: 0.9em;
	font-weight:bold;
	color:#666;	
	margin: 23px 0 3px 0;
}
.hidden
{ 
	display: none;
	height:1px;
}

/*
	Paragrafi
*/

p
{
	color: #333;
	font-size: 1em;
	padding: 10px 0 10px 0;
}


ul
{
	color: #333;
	margin-top: 20px;
}

/*
	Titoli
*/

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #666;
	font-size: 2em;
	font-weight: normal;
}

h2
{
	font-size: 1.4em;
	color: #009;
	font-weight: bold;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #009;
	text-transform:uppercase;
	margin: 0 0 3px 0;
}

h3
{
	font-size: 1em;
	color: #666;
}

/*
	News 
	
*/

#cn
{
	
}

#cn img
{
	max-width:290px;
	height:auto;
	margin: 3px 0 3px 0;
	border: 1px solid #999;
}
#cn2
{
	
}

#cn2 img
{
	max-width:290px;
	height:auto;
	margin: 3px 0 3px 0;
	border: 1px solid #999;
}
#cnfull
{
	
}

#cnfull img
{
	max-width:570px;
	height:auto;
	margin: 3px;
	border: 1px solid #999;

}
/*
	Links
*/

a:link, a:active, a:visited
{
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	font-size: 1.0em;
	text-decoration: none;
}



/*
	Struttura principale
*/



/*
	Contenitore
*/

#container
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	background-color: #fff;
}


/* 
	Header 
*/

#header-wrapper
{
	width: 100%;
	height: 211px;
	background-color: #333;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
}

#header
{
	width: 970px;
	height: 211px;
	margin: 0 auto 0 auto;
	position: relative;
	background-image: url(../images/header_bg_internal.gif);
	background-repeat: repeat-x;
	background-position: 0px;
}


h1#logo
{
	position: absolute;
	top: 30px;
	left: 0;
	height: 100px;
	margin: 0;
	padding: 20px 50px 40px 0;
	font-size: 3em;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: top right;
}

h1#logo a
{
	color: #fff;
	text-decoration: none;
}

h1#logo a:hover
{
	color: #383838;
	text-decoration: none;
}


h2#logo-strapline
{
	position: absolute;
	top: 110px;
	left: 0;
	margin: 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #383838;
}

/* Top Menu */

#nav-top
{
	position: absolute;
	top: 8px;
	left: 0;
	width: 970px;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 1em;
	font-weight:bold;
	text-transform:uppercase;
}

#nav-top ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight:bold;
}


/* Top Menu links */

#nav-top a 
{
	display: block;
	color: #383838;
	text-decoration: none;
	padding: 0 26px 0 0;
	margin: 0;
	font-weight:bold;
}


#nav-top a:hover
{
	color: #0000ff;
	font-weight:bold;
} 

#nav-top li 
{
	float: left;
}
#nav-top .red
{
	color: #C00;
}

/* Menu principale */
/*
#nav
{
	position: absolute;
	top: 90px;
	right: 0;
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	font-size: 1.3em;
}

#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}


/* Menu principale links */
/* 
#nav a 
{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 0;
}

#nav a:hover
{
	color: #383838;
} 

#nav li 
{
	float: left;
}
*/


/* Promo */

#promo-wrapper
{
	width: 100%;
	background-color: #383838;
}

#promo
{
	width: 970px;
	margin: 0 auto 0 auto;
	position: relative;
}

#promo a:link, #promo a:visited, #promo a:active 
{
	color: #999;
	text-decoration:underline;
}



/* Contenuti */

#content-wrapper
{
	width: 100%;
	min-height: 200px;
}

#content
{
	width: 970px;
	min-height: 200px;
	margin: 0 auto 0 auto;
	position: relative;
	background-color: #fff;
}


/* Altre sezioni */


p#intro
{
	float: left;
	color: #999;
	width: 290px;
	font-size: 1em;
	line-height: 1em;
	padding: 13px 20px 13px 0;
	margin: 0 0 0 0;
}

div.promo-item
{
	float: left;
	width: 290px;
	padding: 13px 20px 13px 0;
	margin: 0 0 0 0;
}

div.promo-item p
{
	color: #999;
	padding: 0 0 0 0;
	line-height:1em;
	margin:0;
}

div.promo-item img
{
	float: left;
	border-bottom: 2px solid #d0d737;
	margin: 0 10px 10px 0;
}

div#promo a:hover
{
	color: #fff;
}

.cosplay
{
	margin: 13px;
	border: 2px solid #999;
	width: 260px;
	height: auto;
}


/* Colonne */


div#left-column
{
 	width: 290px;
 	float: left;
 	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

div#middle-column
{
 	width: 290px;
 	float: left;
 	padding: 0 20px 0 0;
}

div#right-column
{
 	width: 310px;
 	float: left;
 	padding: 0 0 0 0;
}

img.column-image
{
	padding: 20px 0 0 0;
}

.caption
{
	color: #fff;
	font-style: italic;
	background-color: #27237b;
	border-bottom: 1px solid #F90;
	padding: 10px 0 10px 5px;
	margin: 23px 0 0 0;
}
.caption a:link, .caption a:visited, .caption a:active
{
	color: #fff;;
	text-decoration:underline;
}
.box_coldx
{
 	width: 290px;
 	padding: 5px;
	margin: 0;
	border:solid #F90;
	background-color:#CCC;
}


/* Specifiche */

div#left-column-page
{
 	width: 620px;
 	float: left;
 	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}


div#promo h1
{
	font-size: 3em;
	padding: 30px 0 30px 0;
}

p.first-p
{
	font-weight: bold;
	border-bottom: 2px solid #d0d737;
	padding-top: 20px;
}

/* Banner */

#banner
{
	text-align:center;
	margin: 23px 0 0 0;
}

/* Footer */

#footer-wrapper
{
	width: 100%;
	min-height: 90px;
	border-top: 1px solid #ddd;
	margin: 23px 0 0 0;
	background-color: #000;
	position: absolute;
}


#footer
{
	width: 970px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	text-align: left;	
}


#footer p
{
	text-align: left;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	color: #fff;
}


#footer a:link, #footer a:visited, #footer a:active 
{
	color: #fff;
	text-decoration:underline;
}
#footer .small
{
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight:normal;
}

/* Clear */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}

