/* Theme Name: Simple Blog 
URI: http://www.web.me.com/elastic_band/wp/home.html 
Description: Basic theme with dominant header and nav bar by <a href="http://www.web.me.com/elastic_band/wp/home.html">Joel Davison</a> 
Version: 1 (WP2.8.4) 
Author: Joel Davison 
Author URI: http://www.web.me.com/elastic_band/wp/home.html
Tags: simple, white, blog, basic, century gothic, rhys gordon, tattoo 
*/

/* Resets & Basics
--------------------------------------*/
* { 
	margin: 0; 
	padding: 0; 
}
body {
	font-family: Century Gothic, Arial;
}
a,
a:link,
a:active,
a:visited { 
	text-decoration: none;
	color: black;
}
img {
	border-style: none;
}

/* Main Styles
--------------------------------------*/

#page-wrap	{ 
	width: 750px; 
	margin: 0 auto; 
}

#page-wrap li {
	list-style-type: none;
}

#header	{ 
	width: 750px;
	height: 200px; 
	margin: 0 0 0 0;
}

/* Menu
--------------------------------------*/

#nav {
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	list-style-type: none;
	font-size: 22px;
	font-family: Georgia;
	background: #000000;
	height: 38px;
}
#nav li {
	float: left;
	margin: 0;
	
}
#nav li a {
	text-decoration: none;
	display: block;
	padding: 0 9px;
	line-height: 38px;
	color: #ffffff;
}
#nav li a:hover, 
#nav li.active a {
	background-color: #A8A8A8;
	color: #ffffff;
}

/* Menu
--------------------------------------*/

#nav.black {
	background: #000000;
}	
#nav.black a {
	color: #ffffff;
}
#nav.black li a:hover, 
#nav.black li.active a {
	color: #ffffff; 
	background: #A8A8A8;
}

/* Footer Nav
-------------------------------------*/

#footnav {
	text-transform: uppercase;
	padding: 0 0 0 9px;
	margin: 0 0 0 0;
	list-style-type: none;
	font-size: 26px;
	background: #000000;
	width: 750px;
	height: 40px;
}
#footnav li {
	float: left;
	margin: 0;
	
}
#footnav li a {
	text-decoration: none;
	display: block;
	padding: 0 62px;
	line-height: 40px;
	color: #ffffff;
}
#footnav li a:hover, 
#footnav li.active a {
	background-color: #A8A8A8;
	color: #ffffff;
}

/* Main Content
-------------------------------------*/

#main-content	{ 
	width: 750px; 
	margin: 0 auto; 
}
#main-content li	{
	display: inline;
	text-transform: uppercase;
	font: 18px;
	margin: 0 auto;
}
.post {
	font: 14px;
}
.post p {
	margin: 5px 0 15px 0;
}
.post h2 {
	font: 16px;
	border-bottom: dotted 1px;
	text-transform: uppercase;
}
.post h2 a {
	text-decoration: none;
}
.post img {
	margin: 10px 0 10px 0;
}
#footer	{ 
	border-bottom: dotted 1px;
	width: 750px;
	height: 176px;
	margin: 25px 0 40px 0;
}
#contact ul {
	display: inline;
}
