/**
 * wiredtek.it
 * Toffanin Mauro - toffanin.mauro@gmail.com
 * v1.0 - 09.02.2007
 */

/**
 * COLORS TABLE:
 * red:
 */

/** Reset default browser CSS **/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body { 
	line-height:1.5em;
	background-color:#FFFFFF;
	margin:0px;
}


/** General Elements **/
body {
	background-color:#000000;
	color:#FFFFFF;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	display:table;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
a img {
	border:none;
}
/*h1 {
	font:30px/36px Verdana, sans-serif;
	font-weight:bold;
}*/
form {
	display:inline;
	border-left:1px solid #B54901;
	padding:36px 0;
}
form p, form input {
	display:inline;
}

/** Structure **/
#wrapper {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

	#main {
		width:600px;
		margin:0 auto 25px auto;
		font:18px/25px Georgia, serif;
	}
	#main h1 {
		font:30px/36px Verdana, sans-serif;
		font-weight:bold;
		margin-bottom:25px;
	}
	#main h1 span {
		letter-spacing:1px;
	}
	#main h1 strong {
		color:red;
	}

#banner {
	background-color:#ED8133;
	background-image:url(images/bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	margin:0 auto 25px 0;
	border-top:2px solid #FE8F45;
	border-bottom:2px solid #B54901;
}
	#subscribe {
		width:960px;
		margin:0 auto;
		padding:18px 0;
		font-family:Verdana, sans-serif;
		color:#000000;
		font-size:12px;
		overflow:hidden;
	}
	#subscribe a {
		font-weight:bold;
		letter-spacing:1px;
		color:black;
	}
	#subscribe .rss {
		display:inline;
		padding:36px 0;
		margin:0 10px 0 0;
	}
	#subscribe .rss img {
		vertical-align:middle;
	}

#footer {
	clear:both;
	width:600px;
	margin:0 auto;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#666666;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
}
#footer a:hover {
	color:red;
	text-decoration:none;
}
#footer a.validhtml-mini, #footer a.validhtml-mini:visited {
	background:url(images/validhtml-mini.gif) no-repeat left center;
	padding-left:13px;
/*	color:#80c43d;*/
	margin-right:15px;
}
#footer a.validhtml-mini:hover {
	color:red;
}
#footer a.validcss-mini, #footer a.validcss-mini:visited {
	background:url(images/validcss-mini.gif) no-repeat left center;
	padding-left:13px;
/*	color:#FF9900;*/
	margin-right:15px;
}
#footer a.validcss-mini:hover {
	color:red;
}
#footer a.copyright, #footer a.copyright:visited {
/*	color:#93BABA;*/
}
#footer a.copyright:hover {
	color:red;
}
