body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	background: #000;
	}

a { text-decoration: none; }

#pagenav { text-align: center; margin: 5px 0 0 0; }

	h1#title { margin: 4px auto 10px; color: #fff; text-align: center; }
		h1#title a { color: #fff; padding: 6px 2px 2px 2px;}
		h1#title a:hover { color: #333; background: #fff;}
		

	#pagenav a {
		padding: 1px 6px;
		color: #fff;
		}
		
		#pagenav a:hover { color: #333; background-color: #fff; }


#nav {
	font-weight: bold;
	width: 300px;
	position: absolute;
	z-index: 10;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -2px;
	}
	
	body#archive #nav {
		width: 150px;
		float: left;
		}
	
	#nav a {
		display: block;
		text-decoration: none;
		color: #333;
		}
		
		#nav a:hover { color: #fff; }
		
		#nav a span { 
			background-color: #fff;
			padding: 1px 6px 1px 15px;
			}
			
			#nav a:hover span { background-color: #333; }

body#archive #photos { margin-left: 160px;}

h1 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 5px;
	}
	
h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	}

a.prevnext { text-decoration: none; font-size: 60px;  color: #fff; position: relative; }
	a.prevnext span { display: none; position: absolute; top: 50%; margin-top: -40px; }
	a#next { text-align: right;}
	a.prevnext:hover span { display: block; }
