/* 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;
}
.clear {
	clear: both;
}
/* fine reset */

body {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-family: arial;
	
}
form p {
	margin: 1.5em 0;
}


#container {
	width: 100%;
	margin: 0 auto;
	padding: 2em 0 0 0;
	background-image: url('img/body_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 30em;
}
#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url('img/bg_color.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 240px;
	padding: 15px;
	box-sizing: border-box;
}

#header h1{
	position: absolute;
	top: -9000px;
}
#header img {
	position: relative;
	
	width: 100%;
	max-width: 301px;
	height: auto;
	box-sizing: border-box;
}
#content {
	width: 90%;
	margin: 0 auto;
	
}
h2 {
	
	margin: 0 0 1em 0;
	padding: 0.5em;
	
	color: #eeeeee;
   font-family: "BenchNine",sans-serif;
    font-size: 40px;
    font-weight: normal;
    
    
    
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2a3851;
	box-sizing: border-box;
}

#error-message { 
	width: 80%; 
	color: #eeeeee; 
	background-color: #ff0000; 
	padding: 10px; 
	margin: 1em auto; 
	border: 2px #666666 solid; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	box-shadow: 0 4px 4px 0 #000000;
	box-sizing: border-box;
}

select,
input,
textarea {
	font-size: 16px;
	padding: 8px 4px;
	box-sizing: border-box;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px #666666 solid; 
	box-shadow: 0 4px 4px 0 #cccccc;
	box-sizing: border-box;
	min-width: 90px;
}

textarea {
	width: 90%;
	min-height: 100px;
}
#box-code{
	width: 80%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 1em auto; 
	border: 2px #666666 solid; 
	border-radius: 4px;
	border: 1px #666666 solid; 
	box-shadow: 0 4px 4px 0 #cccccc;
	padding: 1em;
	box-sizing: border-box;
}
#footer {
	float: left;
	margin: 1em;
	
}
#footer  ul li{
	list-stile-type: none;
	display: inline;
	padding: 0 10px 0 0;
}
#foot_bottom {
    background: #111111 url("http://www.sigarettaelettronicaforum.com/images/tf_ideal/misc/doc_bg.png") repeat-x scroll left top;
    border-top: 1px solid #3f3f3f;
    color: #aaaaaa;
    font-size: 12px;
    padding: 0 0 30px;
    text-align: center;
}
#footer a,
#foot_bottom a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover,
#foot_bottom a:hover {
	color: #999999;
}
#foot {
    line-height: 19px;
    text-shadow: 0 0 0 transparent, 0 1px 0 #000000;
}



.footer_morecopyright {
    color: #aaaaaa;
    float: right;
    font-size: 12px;
    margin-top: 0;
    padding-bottom: 0;
    text-align: left;
}


.footer_morecopyright {
    color: #aaaaaa;
    float: right;
    font-size: 12px;
    margin-top: 0;
    padding-bottom: 0;
    text-align: left;
}
.footer_copyright, .footer_morecopyright {
    color: #222222;
    display: block;
    font: 12px tahoma,Geneva,sans-serif;
    margin-top: 10px;
    padding-bottom: 5px;
   
}

.shade {
    color: #666666;
}

