 @import "dropdown.css";

body {
	margin: 0 auto;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 0.9em;
	background-color: #e3e3e3;
	}
	
a {
	text-decoration: none;
	color: #228b22;
	}
	
a img {
	border: 0;
	}
	
a:hover {
	text-decoration: underline;
	color: #B22222;
	}
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url(http://www.sheridanchartertownship.net/images/background.png) repeat-y;
	}
	
#header {
	padding: 0;
	margin: 0;
	width: 750px;
	height: 198px;
	//background-color: green;
	background-image: url(http://www.sheridanchartertownship.net/images/header2.jpg);
	text-align: center;
	line-height: 146px;
}

.hdimage {
	color: #ffffff;
	font-size: 2.3em;
	font-weight: bold;
	}
	
.hdimage a {
	text-decoration: none;
	color: #ffffff;
	}
	
#leftbar {
	width: 160px;
	float: left;
	}
	
.leftlinks {
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
	line-height: 2em;
	font-size: 0.9em;
	}
	
.leftlinks li {
	border-bottom: 1px dotted black;
	width: 140px;
	}
	
	
#newsfeed {
	width: 410px;
	float: left;
	margin: 0;
	padding: 10px;
	}
	
#rightbar {
	width: 160px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#footer {
	width: 750px;
	text-align: center;
	margin: 0 auto;
	clear: both;
	background-color: #228b22;
	color: #ffffff;
	padding: 5px 0;
	}
	
#footer span {
	font-size: 0.7em;
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
	}
	
	
.menuitem {
	padding: 3px 0 3px 25px;
	}
	
.announce {
	padding: 0 5px;
	list-style-type: none;
	margin: 0;
}

.announce li {
	font-size: 0.89em;
	line-height: 1.6em;
	}
	
.post h2 {
	color: #3333cc;
	}
	
.boardtable { 
	margin: 0 auto;
	width: 410px;
	}
	
.thdr1 {
	text-align: left;
	border-bottom: 1px solid black;
	margin: 0;
	width: 20%;
	padding: 5px 0;
	}
	
.thdr2 {
	text-align: center;
	border-bottom: 1px solid black;
	margin: 0;
	width: 60%;
	padding: 5px 0;
	}
	
.thdr3 {
	text-align: right;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 5px 0;
	width: 20%;
	}
	
.schedule {
	padding: 0;
	list-style-type: none;
	width: 140px;
	margin: 0 auto;
	}
	
.schedule li {
	line-height: 2em;
	font-size: 0.8em;
	}
	
.menutitle {
	margin: 0;
	//padding: 3px 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	}
	
.centertext {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
	}
	
.entry {
	font-size: 0.8em;
	line-height: 1.6em;
	}
	
.post h2 {
	border-bottom: 1px dotted #999999;
	color: #228B22;
	}
	
@charset "UTF-8";


/* Vertical Left-to-Right Direction CSS Drop-Down Menu Component
 *
 * @file		dropdown.vertical.css
 * @package		Dropdown
 * @version		0.3
 * @type		Transitional
 * @requires	dropdown.css
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.                      
 */
 

ul.dropdown-vertical {
 width: 140px;
}

ul.dropdown-vertical ul {
 top: 1px;
 left: 99%;
}

ul.dropdown-vertical li {
 float: none;
}

.alignleft {
	float: left;
	padding: 8px;
	}
	
.alignright {
        float: right;
        padding: 8px;
        }