/*
Theme Name: Wakersfields Void
Theme URI: http://www.wakersfields.com/
Description: The Wakersfields Design
Version: 0.1
Author: Jonas Marczy
Author URI: http://www.jonas.marcz.net/
*/



/* Begin Typography & Colors */
body{
	min-width: 700px;
}

a {
		text-decoration: none;
		color: #007ac3;
	}

a:visited {
		text-decoration: none;
		color: #007ac3;
	}

a:hover {
		text-decoration: underline;
		color: #3fa9ff;
	}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

ul{
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin: 0px;
}

li{
	display: inline;
}

body {
	background-attachment: fixed;
	background-image: url(images/backgrounddark.jpg);
	font-size: 12px;
	background-repeat: repeat;
	color: #e3e3e3; /* Resets 1em to 10px */
	font-family: Verdana, Arial;
	text-align: center;
	}

h1{
	color: #ff9600;
	margin: 0px;
	padding: 0px;
}

h2{
	display: inline;
	color: #3fa9ff;
	margin: 0px;
	padding: 0px;
}

h3{
	color: #ff9600;
	margin: 0px;
	padding: 0px;
}

h4{
	margin: 0px;
	padding: 0px;
}

h5{
	margin: 0px;
	padding: 0px;
}

a img{
	border-style: none;
	border-width: 0px;
}

#jump a img{
	border-style: ridge;
	border-width: 3px;
}

#jump a img:hover{
	border-style: ridge;
	border-width: 3px;
	border-color: #ff9600;
}

#entrance{
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#header{ /*Height of top section*/                                                                              
	z-index: 3;                                                                                                        
	left: 30px;                                                                                                        
	position: absolute;                                                                                                        
	top: 5px;                                                    
	text-align: left;                                                    
}

#contact{
	z-index: 3;
	top: 5px;
	position: absolute;
	right: 30px;
	width: 70px;
	text-align: right;
}

#header a {
		text-decoration: none;
		color: #ff9600;
	}

#header a:visited {
		text-decoration: none;
		color: #ff9600;
	}

#header a:hover {
		color: #3fa9ff;
	}
	

#time{
	position: absolute;
	top: 80px;
	left: 10px;
	z-index: 3;
}

#about{
	right: 10px;
	position: absolute;
	top: 80px;
	z-index: 3;
}

#topbar{
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	top: 50px;
	position: relative;
	text-align: center;
	z-index: 0;
}

#navleft {
		left: 70px;
		top: 10px;
		position: absolute;
	}

#navright {
		right: 70px;
		top: 10px;
		position: absolute;
	}

#content {
		margin-top: 50px;
	}

#jump{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 70%;
}

.jump{
}

#comments{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}

.comment{
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

#footer{
margin-top: 30px;
padding-left: 0;
padding-bottom: 10px;
padding-right: 0;
padding-top: 10px;
clear: left;
width: 100%;
text-align: center;
}

#pagecontent{
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 50px;
	text-align: left;
}

