/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

/*
Altered by Jason Birchler 2008, http://www.onesmallhuman.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #656868 url(../images/4.jpg) top center no-repeat fixed;
	margin: 30px 0;
	color: #333333;
	font: 62.5% Helvetica,Arial,sans-serif;
        text-align: center;
}

a:link {
	color: #036; text-decoration: none;
}
a:visited {
	color: #036; text-decoration: none;
}
a:hover {
	color: #036; text-decoration: underline;
}
a:active {
	color: #036; text-decoration: underline;
}


a img { border: none;}

h1 {font-size: 2.6em;}

h2 {
	font-size: 1.6em;
	border-bottom: 1px dotted #333;
	padding: 0 0 5px 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	color: #A0410D;
}

h3 a:link {color: #A0410D;}
h3 a:visited {color: #A0410D;}
h3 a:hover {color: #000;}
h3 a:active {color: #000;}

h4 {font-size: 1.2em;}

h5 {font-size: 1.2em;}
h6 {}

p {
  margin: 10px;
  margin-right: 15px;
  font-size: 1.2em;
  line-height: 18px;
  color: #333333;
}

table {
	border-collapse: collapse;
}

address {
	font-size: 1.2em;
	font-style: normal;
	margin-left: 15px;
}

fieldset {
	border: none;
	margin: 10px 0 10px 10px;
	padding: 0;
}

#sidebar fieldset {
	margin-left: 0;
}

legend {
	font-size: 1.4em;
	padding: 0;
	margin-bottom: 5px;
}

label,input {
	display: block;
/*	width: 150px;*/
	float: left;
	margin-bottom: 10px;
}

label {
	font-size: 1.2em;
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}

textarea {width: 300px;}

input.submit {
	margin: 10px 0 0 95px;
}

#page_wrapper {
  background: #F3E7A9 url(../images/6.jpg) top left;
  margin-left: auto; 
  margin-right: auto;
  width: 710px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#header {
  height: 200px;
  background: #595A38 url(../images/12.jpg) no-repeat top right;
/*	position: relative;*/
}  

#header h1 {
	display: none;
/*  padding-top: 30px;
  padding-left: 20px;
  font-weight: bold;  
  color: white;
*/}

#header h3 {
  padding: 10px 0 0 20px;
  font-weight: bold;  
  color: #E2D179;
}

#header img {
	float: left;
	margin-right: 20px;
}

#menu_bar {
  height: 30px;
  background: #A5A162 url(../images/3.jpg) top left repeat-x;
}

#navcontainer ul {
	background-color: transparent;
	color: #F3E7A9;
	float: left;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	margin-top: 4px;
	padding: 5px 8px;
	background-color: transparent;
	color: #F3E7A9;
	text-decoration: none;
	float: left;
	border-right: 1px solid #BBB774;
}

#navcontainer ul li a#last {border: none;}

#navcontainer ul li a:hover {
	background-color: transparent;
	color: #fff;
}

span.subnav {
	font-size: .7em;
	margin-left: 50px;
}

#content_wrapper {
  background: transparent url(../images/7.jpg) top left no-repeat;
	padding-top: 10px;
}

#content {
  float: left;
  width: 460px;
	padding: 10px;
}
  
#content h3 {
  margin: 10px 15px 5px 10px;
  font-weight: bold;
  line-height: 18px;
}

.entry-content h3.entry-title { margin-left: 0; }

.photo {
  float: left;
  margin: 10px;
}

.photo img {
  border: 1px solid #515230;
}

.photo p {
  font-size: .9em;
  font-style: italic;
  border-top: 1px dotted #999;
  padding: 5px 0 0 0;
  text-align: right;
}

.published {font-style: italic;}

#sidebar {
  float: right;
  width: 215px;
	margin-top: 10px;
}
  
#sidebar h3 {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  background: #595A38;
  padding: 5px;
  border: 1px solid #3A3B22;
}
  
#sidebar p {
  margin: 5px;
  margin-bottom: 15px;
  padding-right: 10px;
  font-size: 1.1em;
  line-height: 16px;
  color: #333333;
}

#sidebar p a {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: -5px;
}

#sidebar ul {
  list-style-type: none;
  font-size: 1.2em;
}

#sidebar li { padding-bottom: 3px; }

#page_footer {
  height: 70px;
  background: #515230 url(../images/footer.jpg) top left no-repeat;
}  

#page_footer a:link {
	color: #F2C968; text-decoration: underline;
}
#page_footer a:visited {
	color: #F2C968; text-decoration: underline;
}
#page_footer a:hover {
	color: #F2C968; text-decoration: none;
}
#page_footer a:active {
	color: #F2C968; text-decoration: underline;
}


#page_footer p {
  text-align: center;
  padding-top: 20px;
  font-size: 1.1em;
  line-height: 16px;
  color: white;
}

.spacer {
	height: 10px;
	clear: both;
}

/* section specific styles
--------------------------------------------------------------*/
#about_page ul {

	list-style-type: none;
}

#about_page h4 {
	margin-left: 10px;
}

#bus-dir_page .entry-content {margin-left: 15px;}
#bus-dir_page .entry-content p {margin: 5px 25px 5px 0;}

#bus-dir_page .article-image {
	float: right;
	margin: 0 25px 10px 10px;
}

li#viewall {margin-top: 5px;}
.mini_cal {
	background: #A5A162;
	border: 1px solid #3a3822;
	color: #fff;
	font-size: 1.3em;
	width: 85%;
}

.mini_cal th, .mini_cal td {
	margin: 0 2px;
	padding: 3px 2px;
	text-align: center;
}

.mini_cal td a:link {
	color: #A0410D;
	text-decoration: underline;
}

.mini_cal td a:visited {
	color: #A0410D;
	text-decoration: underline;
}

.mini_cal td a:hover {
	color: #fff;
	background: #A0410D;
	padding: 3px;
	text-decoration: none;
}

.mini_cal td a:active {
	color: #fff;
	background: #A0410D;
	padding: 3px;
	text-decoration: none;
}

.entry-content {
  clear: left;
}


td.today {
	background: #A0410D;
}

td.today a:link, td.today a:visited {color: #fff;}
td.today a:hover, td.today a:active {color: #000;}

#resources_page #content ul {
	margin-left: 15px;
}

#resources_page ul p {
	margin-left: 5px;
}

.category_list li {
	padding: 1px 0;
}

.category_list li:first-child {
	font-weight: bold;
	padding-bottom: 5px;
}