/* @override http://localhost:4000/css/screen.css */

body {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	letter-spacing: 3px;
}

h2 span.date {
	color: #999;
	text-transform: uppercase;
}

p {
	text-indent: 2em;
	font: 1em/1.4em Georgia, serif;
	color: #555;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

div#header {
	
}

div#header div#title {
	text-align: right;
}

div#header div#title h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	letter-spacing: -0.1em;
}

div#footer {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px dotted black;
}

div#links div, div#footer div {
	width: 320px;
}

div#links div#next {
	float: left;
	text-align: left;
}

div#links div#prev {
	float: right;
	text-align: right;
}

div#footer div#navigation {
	float: left;
	text-transform: uppercase;
}

div#footer div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#footer div#contact {
	float: right;
	text-align: right;
	text-transform: uppercase;
}

div#footer div#copyright {
	color: #999;
	text-align: center;
	float: right;
	margin-right: 15px;
	font: .25em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}