/*
Template name: Contaminated
Template URI: http://templates.arcsin.se/contaminated-website-template/
Release date: 2007-01-04
Description: A trash style website template
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #FF3;}
a:hover {color: #AA3;}

body {
	background: #111 url(../img/bg.jpg) repeat-x;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	text-align: center;
}

p,code,ul,pre {padding-bottom: 1.2em;}
p.big { font: normal 1.5em Inpact, sans-serif; color: #ccc; font-weight: bold; padding-bottom: 0.4em; } 

code, pre {
	display: block;
	border: 2px solid #8DC63F;
	margin: 5px;
	padding: 2px;
	background-color: #C0C0C0;
	color: #0000BB;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h2, .bbcode_rule {background: url(../img/stripes.gif) repeat-x left bottom; color: #CCC; font: normal 2em Impact, sans-serif; margin-bottom: 8px; padding-bottom: 11px; letter-spacing: 1px;}
.h2edit {
	font: normal 0.9em Impact, sans-serif;
	letter-spacing: 1px;
}
.bbcode_rule {
	border: none;
}

h3 {background: url(../img/stripes.gif) repeat-x left bottom; color: #ccc; font: normal 1.2em Impact, sans-serif; margin-bottom: 8px; padding-top: 11px; padding-bottom: 11px; letter-spacing: 1px;}

.yellow {
	color: #FFFF33;
	text-decoration: underline;
}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {padding-top: 6px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	width: 780px;
	text-align: left;
}
.container {background: url(../img/header.gif) no-repeat center top;}

/* title */
.title {
	font: normal 3em Tahoma,sans-serif;
}
.olive {color: #CCA;}

/* sub navigation */
.sidenav {
	background: url(../img/sidenav.gif) no-repeat right top;
	padding-top: 126px;
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #9A3;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
}
.sidenav ul {padding: 0.5em 0 0 0.5em;}
.sidenav li {list-style: none;}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
}
.sidenav li a:hover {color: #8DCA3F;}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding-top: 32px;
	width: 531px;
}
.content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
.content li {margin-left: 18px;}

.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}

/* footer */
.footer {
	background: url(../img/blank.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
}
.footer a {
	color: #784;
	text-decoration: none;
}
.footer a:hover {
	color: #AA3;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 10px 0;}
.footer .right, .footer .right a {color: #555;}
.footer .right a:hover {color: #999;}

input, textarea {
	background-color: #000;
	color: #fff;
	border: 1px solid #8DC63F;
}
label {
	color: #8DC63F;
	display: block;
}