/*
Theme Name: Contaminated
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description:  A trash style website template based on the <a href="http://templates.arcsin.se/">free website template</a> Contaminated
Author: Viktor Persson
Author URI: http://arcsin.se/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #373737;}
a:hover {
	color: #868686;
}

body {
	color: #DDD;
	font: normal 62.5% sans-serif;
	background-color: #111;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
	margin-bottom: 4px;
	font-family: sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	background: url(img/stripes.gif) repeat-x left bottom;
	color: #4f4f4f;
	margin-bottom: 5px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	font-family: sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.post h2 a, post h2 a:visited
{
	text-decoration:none;
	color: #CCC;
}

.post h2 a:hover
{
	text-decoration:underline;
	padding-bottom: 4px;
	margin-bottom: 4px;
}


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: right;
}
.right {float: right;}

/* structure */
.wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	width: 780px;
}
.container {
	background: url(img/header.png) no-repeat left top;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

/* title */
.title {
	font: normal 3em sans-serif;
	text-decoration: line-through;
}
.olive {color: #CCA;}

/* sub navigation */
.sidenav {
	padding-top: 15px;
	float: right;
	width: 220px;
	margin-top: 0px;
	background-image: url(img/sidenav.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.sidenav h2 {
	color: #4f4f4f;
	font-size: 9pt;
	line-height: 20px;
	margin: 0;
	padding-bottom: 4px;
	font-family: sans-serif;
}
.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: #373737;
	text-decoration: none;
}
.sidenav li a:hover {color: #868686;}

/* content */
.content {
	float: left;
	padding-top: 15px;
	width: 520px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 10px;
}
.content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
.content li {margin-left: 18px;}

/* footer */
.footer {
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
	padding: 10px 0 16px;
	text-align: right;
}
.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:#8dc63f;
}

.post .info a, .post .info a:hover , .post .info a:visited
{
text-decoration:none;
color:#8dc63f;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #000;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
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 #d6d3d3;
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 #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
.category {
	height: 98px;
	width: 535px;
	margin-left: 52px;
	padding-bottom: 15px;
}
.category-boxes {
	height: 98px;
	width: 91px;
	display:inline;
}
#rock-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/rock.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#rock-box:hover{

background-position: bottom left;

} 
#randb-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/r&b.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#randb-box:hover{

background-position: bottom left;

} 
#rap-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/rap.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#rap-box:hover{

background-position: bottom left;

} 
#country-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/country.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#country-box:hover{

background-position: bottom left;

} 
#indie-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/indie.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#indie-box:hover{

background-position: bottom left;

} 

#pop-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/pop.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#pop-box:hover{

background-position: bottom left;

} 

#jazz-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/jazz.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#jazz-box:hover{

background-position: bottom left;

} 

#misc-box {
	height: 98px;
	width: 91px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(http://www.londongarcia.com/musicboxx/wp-content/themes/contaminated/img/misc.jpg) top left no-repeat;
	display: block;
	float: left;
	margin-right: 15px;
}
#misc-box:hover{

background-position: bottom left;

} 
