

/*  
Theme Name: Grunge Superstar
Theme URI: http://templates.arcsin.se/grunge-superstar-wordpress-theme/
Description: A dirty, monochrome, single-column theme. Based on the <a href="http://templates.arcsin.se/grunge-superstar-website-template/">Grunge Superstar website template</a>.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
Last updated: 2009-05-27
*/

/* --------------------------------
   General
----------------------------------- */
#menuup li {
z-index: 100;
}
#menuup a {
z-index: 100;
}
html {
	font-size: 62.5%; /* reset 1em to 10px */
	
	background: url("img/html_bg.jpg") repeat scroll center top transparent;
	margin: 0;
	padding: 0;
	
}

body {
	background:  url('img/corkbody.jpg') repeat-x scroll center top transparent;
	
	font: normal 1.3em Verdana,Arial,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	margin:0;
padding:0 20px;
}

small,.small {font-size: 0.9em;}

a {
	color: #EEC;
	text-decoration: none;
	
}
.content a img {
border: none;
}
.content a { border: none;}
a:hover {
	color: #FFA;
	text-decoration: none;
}

p {padding: 0.2em 0 1.2em;}

#container {
margin:0 auto 30px;
width:950px;
}
#content{
padding-top:40px;
}


/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}





/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #353535 url('img/navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
	width: 482px;
	
	
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #EEE;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}




/* --------------------------------
   Floats
----------------------------------- */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}



.clear {
	clear: both;
}

