/*
Theme Name: Alex Blackwelder
Theme URI: http://www.alexblackwelder.com
Description: A basic blog theme.
Version: 2.0
Author: Jeff McRiffey
Author URI: http://www.alexblackwelder.com
Tags: simple, photography
*/

/******** GLOBAL ********/
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000000;
}

/******** LAYOUT ********/
#wrapper{
	width: 800px;
	margin: 5px auto;
}

/******** HEADER ********/
#menu{
	width: 100%;
	height: 50px;
	margin: 0;
	border-top: 4px #777777 double;
	border-bottom: 4px #777777 double;
	position: relative;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-bottom: 5px;
	
}

#logo{
	width: 293px;
	height: 30px;
	position: absolute;
	background: url('images/logo.jpg') no-repeat;
	left: 0px;
	top: 20%;
	
}

#nav{
	height: 30px;
	position: absolute;
	right: 0px;
	top: 45%;
}

#nav li{
	display: inline;
	padding-right: 10px;
}

#nav a{
	text-decoration: none;
	color: #777777;
}

#nav a:hover{
	color: #000000;
}

#nav li ul{
	position: absolute;
	left: 50px;
	display: none;
	z-index: 10;
	background: url('images/trans_black.png');
	width: 175px;
	font-size: 80%;
	
}

#nav li ul:hover{
	display: block;
}

#nav li ul a{
	color: #ffffff;
}

#nav li:hover ul{
	display: block;
	
}

#nav li ul li{
	display: block;
	padding: 8px;
}

#nav li ul li:hover{
	background: #000000;
}

#nav li ul li a:hover{
	color: #ffffff;
}

#current a{
	color: #000000;
}

/******** CONTENT ********/
#content{
	position: relative;
}

#prev{
	position: absolute;
	left: -60px;
	top: 50%;
	width: 30px;
	height: 30px;
	background: url('images/prev.png');
	background-position: -34px 0;
	cursor: pointer;
}

#prev:hover{
	background-position: -1px 0;
}

#next{
	position: absolute;
	right: -60px;
	top: 50%;
	width: 30px;
	height: 30px;
	background: url('images/next.png');
	cursor: pointer;
}


#next:hover{
	background-position: -33px 0;
}
