
/*#############################################################

Name: Decayed
Date: 2007-05-12
Description: A dark trash style two-column website template. Wordpress theme version available at http://templates.arcsin.se/decayed-wordpress-theme/.
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;
}


body {
	background: #000 url('templates/Decayed/resources/palettes/BlackGunmetal/img/body.gif') no-repeat;
	padding-left: 90px;
	color: #FFF;
	font-size:13px;
}

h1, 
h2, 
h3, 
h4,
h5,
h6{ 
	
	color		: #FFF;
	margin		: 0;
	padding		: 0;	
	font-family	: Georgia, "Times New Roman", Times, serif;
	margin		: 20px 0 10px 0;
}

h1{
	
	padding: 0 0 22px 0;
	font-size: 200%;
	color:#fff;
}

h2{
	
	margin-bottom: 10px;
	padding: 0 0 22px 0;
	font-size: 180%;
	color:#fff;
}

h3{
	font-size      	: 160%;
	padding: 0 0 22px 0;
	font-size: 13px;

}

h4{
	
	font-size      	: 140%;

}

h5{
	
	font-size	: 130%;

}

h6{
	
	font-size	: 100%;


}

p{

	margin: 0 0 10px 0;
	text-align: justify;
	line-height: 160%;
	
}

blockquote{	
	font-style		: italic;
	border-left		: solid 2px;
	line-height		: 160%;
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
}	

ol,			
ul{	
	padding-bottom	: 15px;
	margin-left		: 20px;
	padding-left	: 35px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:2.2em;
}

ul {
	list-style	: square;
}

ol {
	list-style:lower-roman;
}


















img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	background: url('img/decay.gif') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
.decay-small {
	/*background: url('img/decay-small.gif') no-repeat left center;*/
	padding-top: 6px;
}

/* structure */
#container {
	font-size: 1.3em;
}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;margin:0 0 15px 0;}
#site-title a {
	color: #DDD;
	text-decoration: none;
}
#site-title a:hover {
	color: #FFF;
	text-decoration: none;
}
#site-description {color: #CCC;}

/* content */
#content {
	margin: 90px 0 0 360px;
 	width: 610px;
}

/* navigation */
#navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}
#navigation h2 {
	color: #DDD;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #8DCA3F;}

#footer{border-top:solid 1px #CCCCCC;padding:20px;text-align:right;font-size: 12px;}
#footer a{color:#6097B3;}/*Stef colors */