* { margin: 0; padding: 0; border:0;}
a { text-decoration: none !important;}
img, a img { border: 0;}
ul, li { list-style: none;}

body { background: #343434 url(/i/pagebg2.gif) repeat-x; font-family: "Lucida Grande", verdana, "Lucida Sans Unicode", sans-serif; font-size: 100%; color: #9f9f9f;}
.clear { clear: both; margin: 3px 0;} /* Use .clear To clear floats. I chose this over the 'better' clearing method (the :AFTER technique) just for ease for the css beginners who need to understand this .  */

/* ------------------------- PARAGRAPH STYLES */
p { color: #9f9f9f; line-height: 1.5em; font-size: 1.12em; margin-left: 6px;}
p a { color: #eee;}
p a:hover {color: #fff; border-bottom: 1px dotted #666;}
abbr, acronym { border-bottom: 1px dotted #666;}
blockquote { margin: 10px auto 10px auto;background: #3D3D3D url(/i/blockquote2.gif) no-repeat center bottom; font-size: 1.2em; font-style: italic;}
blockquote p { margin: 10px; padding: 10px;}
blockquote p span{ font-size: 0.7em;}
cite { color: #555; text-indent: 20px; font-size: 0.8em;}
pre { margin: 10px auto 10px auto; background: #3B3B3B url(/i/code.gif) no-repeat center bottom; font-size: 1.4em; color: #9f9f9f;}
p.sub { margin: -1px 0 30px 0; font-size: 0.9em; color: #777;}


/*----------------------- MAIN CONTAINERS AND COLUMNS - ALL THAT LAYOUT STUFF */

#container { margin: 0 auto;}
#container h1 a{ color:#fff;font-size:42px;font-weight:bold}
#container p.sub{font-size:18px;}
#leftcol { width: 200px; float: left; margin-top: 10px; height: 105%;}
#rightcol { width: 779px; float: right; margin-top: 20px;}


/*--------------------- GO THE HEADERS */
 
 /* The logo styles */
	h1 { font-size: 3.6em; white-space: pre; line-height: 38px; color: #fff;position:relative} /* please dont use h1 anywhere else then the logo!!! */
	h1 span { color: #E72B45; font-size: 0.8em;position: absolute;
left: 0;}
h1 a {color: #fff;}
h2 { font-size: 1em; margin: 8px 0;}
h2 a { font-size: 2.3em; padding: 0 6px; font-weight: 300; color: #F8F8F8; letter-spacing: -0.02em;}
h2 a:hover { color: #fff; background: #FF8803 url(/i/headerhover.gif) repeat-x;}
h2 span { font-size: 1em; color: #b8b8b8; margin-left: 10px;}
h3 { color: #fff;  margin: 15px 0 10px 0;}
h3 a { color: #fff; font-size: 3em; margin: 15px 0 10px 0;}
h4, h5, h6 { font-size: 1.3em; color: #f0f0f0; margin: 10px 10px 10px 6px; width: 80%; border-bottom: 1px dotted #666} 

/*---------------------- ARTICLE 'OPTIONS' BOX */
.artop { width: 548px; height: 42px; margin: 20px auto 30px auto; background: #434343 url(/i/articleoptions.gif) no-repeat;}
.artop p { line-height: 42px; color: #8B8B8B; text-indent: 10px;}
.artop a { color: #8B8B8B;}
.artop a:hover  { color: #ccc; border-bottom: 1px dotted #666;}

/* --------------------- Lists in the left */

 ul.lista li a { color: #8B8B8B; display: block; font-size: 1.3em; text-indent: 10px; line-height: 20px; width: 182px; height: 18px;}
ul.lista li a:hover { color: #fff; background: #FF9215 url(/i/bookmarkhover.gif) no-repeat center;}
.hide{
display:none;
}
.notice{
position:relative;
margin:0 0 10px 0;
border:2px solid #900;
background:#eee ;
color:#333;
padding:5px 0;
text-align: center;
}

textarea {
	border:0px solid #000;
}

input {
	border:0px solid #000;
	height:20px;
	width:200px;
	background:url(/i/bgrm.gif) top repeat-x; 
	text-align: center;
}

.button {
	border:0px solid #000;
	height:18px;
	width:200px;
	background:url(/i/bg_button.gif) top repeat-x; 
	text-align: center;
	font-weight:bold;
	font-size:11px;
} 

.pagenav {font-size:1.78em;margin-top:60px !important;}


