﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: url(../images/bodyBackground.jpg) repeat-x #55555d;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2e2e2e;
}


input, textarea { font-weight: bold; }



h1, h2, h3, h4 {
	margin-top: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #171717;
	line-height: 20px;
}

h2 {
	letter-spacing: -.075em;
	/* font-size: 3em; */ 
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: .5em;
}

h3 {
	letter-spacing: -.02em;
	font-size: 1.8em;
	font-weight: normal;
	color: #171717;
	margin-bottom: .5em;
}

h4 { font-size: 18px;	font-weight: normal;}

p, ul, ol {
	margin-top: .5em;
	font-size: 1.1em;
}

ul, ol { margin-left: 3em; }

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a { color: #7f2f00; }

a:hover {
	background: #7f2f00;
	color: #FFFFFF;
}

a img { border: 0; }

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #171717;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #262020;
	color: #171717;
}

hr { display: none; }
option { margin-right: 10px; }

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 980px;
	height: 35px;
	margin: 0 auto;
}

#menu {
	width: 978px;
	height: 33px;
	margin: 0 auto;
	background: #bfb6a7;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	border-right: #000 1px solid;
	padding: 10px 20px 0 20px;
	background: #bfb6a7;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #171717;
	border-bottom: solid #000 1px;
}

#menu a:hover {
	background: #863101;
	color: #fff;
	border-bottom: solid #000 1px;
}

#menu .current_page_item a {
	background: #863101;
	color: #FFFFFF;
	border-bottom: solid #000 1px;
}


/* Logo */
#logo {
	width: 978px;
	margin: 0 auto;
	height: 128px;
	background-color: #EFEAE0;
	border: 1px solid #262020;
	overflow: hidden;
}
#logo h1  { margin: 0; color: #000; line-height: 2em; }
#logo img { border: 0; color: #000; }

/* Page */
#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0;
	background: #D5C2A4 url(../images/contentBackground.jpg) repeat-y;
	border: 1px solid #262020;
	border-top: none;
}

/* Content */
#content {
	float: left;
	width: 379px;
	padding: 10px 15px 0 21px;
}

#content ul {
	line-height: 23px;
}

#content2 {
padding: 5px 15px 0 15px;
min-height: 440px;
}



.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post .entry {
	padding-bottom: 30px;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(../images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

/* Columns */

.sidebar {
	float: left;
	/* background: url(../images/img03.gif) repeat-y; */ 
	border-left: 1px solid #000; 
	font-size: .95em;

	
}

.sidebar ul {
	margin: 0;
	padding-left: 20px;
}

.sidebar li {
	margin-bottom: 0.5em;
	
}


.sidebar li h3 {
	margin: 0 0 .5em 0;
}

#sidebar1 {
	width: 315px;
	padding: 0px 10px 0 10px;
	overflow: hidden;
}

#sidebar1 .content a { border: 0; background-color: transparent; }

#sidebar2 {
	width: 200px;
	padding: 0px 0 0 10px;

}


#sidebar2 li a {
	border: none;
}

#hall_of_fame p { margin: 1em 0; }
#hall_of_fame img { margin: 0 auto; padding: 0; display: block; }
.news-spacing {
	border-bottom: thin solid #000;
	margin: 25px 0;
}

/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
	color: #fff;
}
#footer a { color: #FFF; text-decoration: none; margin: 0 3px; }
#footer a:hover { color: #DAC092; text-decoration: underline; background-color: transparent; }