html, body {
	background: #242633;
	font-family: Georgia, sans-serif;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

form { font-family: Georgia, sans-serif; }

a {
	text-decoration: none;
	color: #559AD3;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 100%;
	height: 6.25em;
	padding-top: 10px;
}

#header h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 25px;
	font-weight: normal;
}

#header h2 a {
	color: #fff;
}

#header h2 a:hover {
	color: #75A546;
	text-decoration: none;
}

#header p {
	padding-top: 1px;
	margin-right: 5px;
	font-size: 14px;
	color: #75A546;
	float: left;
}

/* Wrap */

#wrap {
	width: 789px;
	margin: 0 auto;
}

#menu {
	width: 100%;
	font-size: 14px;
	position: relative;
}

#menu ul {
	width: 100%;
}

#menu li {
	display: block;
	line-height: 2.5em;
	float: left;
	margin-right: 10px;
	background: url(img/menu_left_bg.gif) no-repeat left;
	font-weight: bolder;
}

#menu li a {
	line-height: 2.5em;
	display: block;
	background: url(img/menu_bg_right.jpg) repeat-x right;
	margin-left: 1px;
	color: #fff;
	padding-left: 19px;
	padding-right: 20px;
}

* html #menu li a {
	width: 1%;
}

#menu li.current_page_item, #menu li.current_page_item a {
	background: #fff;
	color: #9890B8;
}

#menu li.current_page_item a:hover {
	text-decoration: none;
}

/* Page Description */

#page_desc {
	width: 100%;
	font-size: 14px;
	padding-bottom: 10px;
	background: #EEEEEE;
text-align:center;
}

#page_desc p {
	padding: 12px 0px;
}

/* Content */

#content_wrap {
	background: #EEEEEE url(img/content_wrap_bg.gif) repeat-y;
	padding: 0 16px;
	width: 757px;
}

#content {
	width: 469px;
	float: left;
}

#content h2 {
	font-size: 15px;
}

#content p {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
}

#content ul, #content ol {
	padding: 0.5em 2.5em;
	font-size: 14px;
}

#content ul li {
	background: url(img/bullet.gif) no-repeat 0 0.6em;
	line-height: 20px;
	padding-left: 25px;
	list-style: none;
}

#content ol {
	margin-left: 1.4em;
}

#content ol li {
	background: none;
	padding-left: 7px;
	line-height: 20px;
}

#content blockquote {
	background: #F9F9F9;
	border-bottom: #EEEEEE 1px solid;
	border-left: 1px solid #EEEEEE;
	font-size: 14px;
	color: #737373;
	padding: 0 10px;
	width: 87%;
	margin: 10px auto;
	line-height: 20px;
}

/* Post */

.post {
	background: #fff;
	margin-bottom: 15px;
	padding: 5px 15px 15px 15px;
}

#page_post {
	margin-top: 0px;
}

#page_post h2 {
	color: #A52A2A;
}

.post h2 {
	padding: 10px 0;
	font-size: 15px;
}

.post h3 {
	padding: 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.post_details {
	padding: 0 15px;
	background: #fff;
}

.post_details p {
	padding: 5px 0;
   margin-top: 1px;
	font-size: 12px !important;
}

.post_details p a {
	text-decoration: none;
}

.post_details p a:hover {
	text-decoration: underline;
}


/* More Posts */

#more_posts {
	background: #fff;
	padding: 10px 15px;
	margin-top: 15px;
	font-size: 12px;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 5px;
	font-size: 15px;
	font-family: Georgia;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 415px;
	height: 170px;
	padding: 3px;
	font-size: 15px;
	font-family: Georgia;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */


#sidebar {
	width: 216px;
	float: right;
	padding: 15px;
}

#sidebar h2 {
	font-size: 14px;
	color: #75A546;
	line-height: 18px;
}

#sidebar p, #sidebar li {
	font-size: 12px;
}

#sidebar p {
	padding: 10px 0;
	line-height: 20px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	padding: 10px 0;
	list-style: none;
}

#sidebar ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	background: url(img/bullet.gif) no-repeat 0 9px;
	padding-left: 23px;
	line-height: 23px;
}

/* Footer */

#footer {
	background: #fff;
	border-top: #EEEEEE 15px solid;
	border-bottom: #EEEEEE 15px solid;
	clear: both;
}

#footer p {
padding: 10px;
	font-size: 12px;
}

/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

table.schedule {
font-size: 11px;
}