/*
Theme Name: SPR
Theme URI: 
Description: Modifications to the default theme for Sean Rush.
Version: 1.0
Author: Ken Huff for Sean Rush
Author URI: http://www.seanrush.com/
Tags: 

*/

body {
	font-size: 1em;
	font-family: "gill sans", "arial", "helvetica", sans-serif;
	line-height: 1.25em;
	color: #401707;
	text-align: left;
	margin: 0 0 0 0;
	}

a {
	color: #E25000;
}

a:link, a:visited {
	text-decoration: none;
	color: #E25000;
}

a:hover, a:active {
	text-decoration: underline;
}
	
ul, ol, li {
	list-style: none;
	text-indent: 0px;
	margin: 0;
	padding: 0;
}

h1, h3 {
	font-weight: bold;
	font-size: 1.0em;
	}

h2 {
	font-size: 1em;
	font-style: italic;
	color: #401707;
}
	
.post {
	line-height: 1.75em;
}

.outright {
	float:right;
	clear:right;
	margin-right:-160px;
	width:135px;
	text-align:left;
	color:#401707;
	padding-left:20px;
	line-height: 1.25em;
}

#page {
	width: 1000px;
	position: relative;
	}

#header {
	height: 90px;
	width: 1000px;
	}

#sidebar {
	float: left;
	width: 240px;
	position: relative;
	margin: 0 20px 0 20px;
}

#content {
	width: 700px;
	position: relative;
	float: left;
	padding-right: 20px;
	}

#footer {
	width: 700px;
	clear: both;
	position: relative;
	padding-left: 280px;
	font-size: 0.85em;
	color:#401707
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.alignnone {
	border-color: #401707;
	border-width: thin;
	border-style: solid;
}

.post {
	text-align: left;
}

.navigation {
	padding-bottom: 20px;
}

.menuCurrentPage {
	color: #E25000;
	font-style: normal;
	border-bottom-color: #401707;
}

.menuNoncurrentPage {
	color: #401707;
}

.pageHeading {
	font-weight: normal;
	color: #401707;
	font-size: 1.5em;
}

.newsHeading
{
	font-weight: bold;
	font-size: 1.1em;
	color: #E25000;
}

.newsItemDate
{
	color: #401707;
}

