/*
Theme Name:   Ears To The Ground
Theme URI:    http://earstotheground.net/
Description:  A theme designed for EarsToTheGround.net. Features custom header image.
Version:      1
Author:       Lee Nutter
Author URI:   http://xavoy.com
*/

body {
	background-color: #fff;
	font: 12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0;
	margin: 10px 0 20px 0;
	color: #000;
}

:focus {
	outline: 0
}


p {
	margin: 20px 0 0 0;
}

a, a:visited {
	color: #000;
}

div.container {
	width: 600px;
	margin: 0 auto;
}

h1 {
	width: 600px;
	height: 200px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/wp-content/themes/earstotheground/header.gif);
}

h2, h2 a, h2 a:visited {
	margin: 0 0 -20px 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}

div.header ul {
	display: block;
	width: 600px;
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
	line-height: 28px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.header ul li {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

div.header a, div.header a:visited {
	text-decoration: none;
	font-weight: bolder;
}

div.post {
	margin-bottom: 40px;
}

p.date {
	margin-top: 0;
	font-size: 10px;
}

p.date, p.date a, p.date:visited {
	color: #333;
	text-decoration: none;
}

p.date span a, p.date span a:visited {
	color: #000;
}

h2 span a, h2 span a:visited {
	color: #333;
	text-decoration: none;
}

div.pageNav {
	line-height: 19px;
	border-top: 1px solid #000;
}

div.pageNav, div.pageNav a, div.pageNav a:visited {
	overflow: auto;
	font-weight: bolder;
	text-decoration: none;
}

span.previous {
	float: left;
}

span.next {
	float: right;
}

span.previous, span.next {
	font-size: 1.2em;
	font-family: georgia, times, serif;
}

span.previous a, span.previous a:visited, span.next a, span.next a:visited {
	color: #00f;
}

div.post img, div.post a img {
	border: 0;
}
