/*
Theme Name: Contaminated
Theme URI: http://www.kaushalsheth.com
Version: 1.0
Description:  A trash style website template based on template from Arcsin.se
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com
*/


/*#############################################################
Name: Contaminated
Date: 2007-01-04
Description: A trash style website template
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #6f6f6f;}
a:hover {color: #6f6f6f;}

body {
	background: #ffffff ;
	color: #6f6f6f;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1.2em "Trebuchet MS";
	margin-bottom: 4px;
}

h2 {
background: #ffffff url(img/stripes.gif) repeat-x left bottom; 
color: #ccc; 
font: normal 1.3em "Trebuchet MS"; 
margin-bottom: 8px; 
padding-bottom: 11px; 
letter-spacing: 1px;
}

.post h2 a, post h2 a:visited
{
text-decoration: none;
color: #6f6f6f;
}

.post h2 a:hover
{
text-decoration: none;
}


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;
}
.container {
background: url(img/header.gif) repeat-x left top;
}

/* title */
.title {
	font: normal 3em "Trebuchet MS";
	        text-decoration: none;
         text-transform : lowercase;
        }
.olive {color: #ffffff;}


/* sub navigation */
.sidenav {
	
	padding-top: 160px;
	float: left;
	width: 230px;
}
.sidenav h2 {
	color: #6f6f6f;
	font-size: 1.1em;
	line-height: 25px;
	margin: 0;
        text-align: right;
        font-weight: bold
}
.sidenav ul {
                 padding: 0.5em 0 0 0.5em;
                 text-align: right;
}
.sidenav li {
                list-style: none; 
                text-align: right;
}
.sidenav li a {
	font-size: 1em;
	line-height: 1.5em;
	color: #6f6f6f;
	text-decoration: none;
        text-align: right;
}
.sidenav li a:hover {color: #eee;}

/* content */
.content {
	float: right;
	margin: 10px 0;
	padding-top: 117px;
	width: 510px;
}
.content .descr {
	color: #6f6f6f;
	margin-bottom: 6px;
}
.content li {margin-left: 18px;}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #6f6f6f;
	font: normal 0.8em "Trebuchet MS";
	padding: 10px 0 16px;
        text-align:center;
}
.footer a {
	color: #784;
	text-decoration: none;
}

.post{
margin:0 0 25px 0;
padding-top: 35px;
}

.post .info{
padding:2px 3px 3px 8px;

background-color:#c0bfbf;
font-size:0.9em;
color:#6f6f6f;
}

.post .info a, .post .info a:hover , .post .info a:visited
{
text-decoration:none;
color:#333;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #333;
}

#commentform {
margin: 1em 0;
background: #fff;
width: 510px;
}

#commentform textarea {
background: #eee;
border: 0px solid #333;
width: 510px;
}
#commentform textarea:hover {
background: #eee;
border: 0px solid #333;
}
#commentform textarea:focus {
background: #eee;
border: 0px solid #333;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #eee;
border: 0px solid #333;
width: 510px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #eee;
border: 0px solid #333;
width: 510px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #eee;
border: 0px solid #333;
width: 510px;
}
#commentform input{
margin-bottom: 2px;
}


