/*
Theme Name: Bender Rocks v1
Theme URI: http://benderrocks.com/
Description: Custom made wordpress theme for Bender
Version: 1.0
Author: Casey Wight
Author URI: http://verritech.com/

*/

body {
	margin: 0; padding: 0;
	background: url(images/bg.jpg) no-repeat #000000;
	font-family: Helvetica, Arial, sans-serif;
	}
	
h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	}

	h1 a, h1 a:visited {
		text-decoration: none;
		}

	h1 a:hover, h1 a:visited:hover {
		text-decoration: none;
		}
	
a, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
a:hover, a:visited:hover {
	color: #ca401a;
	text-decoration: underline;
	}

#wrapper {
	}
	
#nav {
	position: absolute;
	top: 90px;
	left: 660px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	width: 220px;
	}
	
	#nav ul, #nav ul li {
		list-style: none;
		}
	
	#nav a, #nav a:visited {
		color: #FFFFFF;
		text-decoration: none;
		}
		
	#nav a:hover, #nav a:visited:hover {
		color: #ca401a;
		}
		
.entry {
	color: #ffffff;
	width: 570px;
	margin: 18px 0 0 250px;
	}		

.entry p {
	margin: 4px 0 14px 0;
	font-size: 14px;
	line-height: 24px;
	}
	
	.entry h1 {
		display: inline;
		}
	
	.date {
		font-size: 10px;
		font-family: sans-serif;
		color: #666666;
		}
	
#footer {
	clear: both;
	text-align: right;
	width: 820px;
	padding: 20px 0;
	color: #333333;
	font-size: 10px;
	font-family: sans-serif;
	}

	
