/*
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: #FF0000;}
a:hover {color: #C0C0C0;}
/*this describes the title*/

img  {
        /*position: relative;left:17%;*/
        padding:2px;
        border: 1px solid #C0C0C0;
        margin-bottom: 8px;
}

body {
	
        background: url(img/bgg.jpg) repeat top;
        color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
        
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
        padding-left: 3px;
}

h2 {color: #CCC; font: normal 2em Tahoma,sans-serif; margin-bottom: 8px; padding-bottom: 11px; padding-left: 3px; letter-spacing: 1px;}

.post h2 a, post h2 a:visited
{
text-decoration:none;
color: #CCC;
margin-left: 3px;
}

.post h2 a:hover
{
text-decoration:underline;
}


blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {padding-top: 6px;
       padding-left: 3px;}

/* 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(http://shotbyshotmusic.com/wordpress/redroom.jpg) no-repeat center top;}*/
/* title */
.title {
	font: normal 3em Tahoma,sans-serif;
	text-decoration: none;
        padding-left: 3px;
}
.olive {color: #ffffff;}

/* sub navigation */
.sidenav {
	padding:110px 0 50px;
        float: right;
        width: 150px;
        background: #000000;
        padding-top: 110px;
        /*position: fixed; right: 150px;*/
}
.sidenav h2 {
	color: #FF0000;
	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: #FF0000;}

/* content */
.content {
	float: left;
	margin: 10px 3px 10px 3px;
	padding-top: 32px;
	width: 450px;
        border-top:solid 1px #7EC462;
	border-bottom:solid 3px #7EC462;
	border-left:solid 1px #7EC462;
	border-right:solid 3px #7EC462;
        background: #000000;
}
.content .descr {
	color: #FF0000;
	margin-bottom: 6px;
        padding-left: 3px;
}
.content li {margin-left: 18px; padding-left: 3px;}

/* footer */
.footer {
        clear: both;
	background: url(img/bgfooter.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
	padding: 10px 0 16px;
}
.footer a {
	color: #784;
	text-decoration: none;
}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;


font-size:0.9em;
color:#FF0000;
}

.post .info a, .post .info a:hover , .post .info a:visited
{
text-decoration:none;
color:#FF0000;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;

width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #FF0000;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #FF0000;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


