/*
Theme Name: godhatesmyspace
Theme URI: http://godhatesmyspace.com/
Description: This is the theme
Version: 666
Author: April Christ
Tags: god

On the first day he created...
*/

html { 

	min-height: 100%; 
	margin-bottom: 1px; 
	
	}

body {
	background-color:#190808;
	background-image:url(images/pattern-dark.gif);
	background-repeat:repeat;
	padding:14px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#e79022;
	text-transform:uppercase;
	}
	
* {
    text-shadow: #39434d 0 0 1px;
}	
	
	
a {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#e79022;
	text-decoration:none;
	}
	
a:hover {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#df621c;
	text-decoration:none;
	}	
	
h1 {
	color:#df621c;
	font-size:12px;
	line-height:1.2em;
	}	
	
img {
	border:none;
	}	
	
#wrapper {
	width:960px;
	margin:0 auto;
	}
	
#content {
	width:940px;
	padding:5px 10px 5px 10px;
	background-color:#160404;
	}	
		
/* navigation */

#navigation {
	list-style : none;
	padding: 0;
	margin: 0;
	overflow : hidden;
	}

#navigation li {
	margin: 0; 
	padding: 0;
	display:inline;
	list-style:none;
	}

#navigation a {
	float: left;
	display:inline;
	padding: 31px 0 0 0;
	border:none;
	outline:none;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win only */
	}
	
#information a  {
	width: 152px;
	background: url(images/navigation_01.png) top left no-repeat;
	}
	
#previous a  {
	width: 123px;
	background: url(images/navigation_02.png) top left no-repeat;
	}			