/*
Theme Name: MBCSimple
Theme URI: http://wordpress.org/
Description: MBC Site - Theme TwentyTen was used as code examples for this theme
Author: Jesse M. Boggess
Version: 1.0
Tags: one-column, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, editor-style
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #f1f1f1;
}

#Wrapper {
	width: 940px;
	padding: 2px 5px 5px 5px;
	margin: 0 auto;
	background: #ffffff;
}

#Banner {
	height:155px;
}

#Banner img {
	border-top: 4px solid #000000;
	border-bottom: 1px solid #000000;
}


/* Menu */
#Navigation {
	background: #000000;
	margin: 0 0 10px 0;
	width: 940px;
	display:block;
	float: left;
}

#Navigation ul {
	list-style: none;
	margin: 0;
}

#Navigation li {
	position: relative;
	float: left;
}

#Navigation a {
	display: block;
	text-decoration: none;
	color: #aaa;
	padding: 0 10px;
	line-height:38px;
}

#Navigation li:hover > a {
	color: #ffffff;
	background: #333333;
}

#Navigation ul li.current_page_item > a,
#Navigation ul li.current-menu-ancestor > a,
#Navigation ul li.current-menu-item > a,
#Navigation ul li.current-menu-parent > a {
	color: #ffffff;
}


/* Primary layout */
#MainContent {
	margin-left: 5px;
}

/* RightSidebar layout */
#MainContent-RightSidebar {
	margin-left: 5px;
	float: left;
	width: 695px;
}

#Sidebar-RightSidebar {
	float: right;
	width: 240px;
}

#RightSidebar-ArchiveList {
	padding: 0;
	margin: 4px 0 0 5px;
}

#RightSidebar-ArchiveList li {
	list-style-type: none;
	line-height: 1.5;
}

/* Right Page Navigation */

#RightPagenav {
	padding: 5px;
	border:inset 1px #847A78;
	background-color:#FFFFDE;
}

#RightPagenav ul {
	padding: 0;
}

#RightPagenav li {
	list-style-type: none;
}

#RightPagenav .page_item {
	font-size: 16px;
}

#RightPagenav ul ul {
	padding: 5px 5px 5px 15px;
}

/* Download Manager List Style */
.dlm_download_list {
	line-height: 1.5;
	font-size: 14px;
}



/* Footer Layout */

#FooterBreak {
	margin: 10px 0 0 0;
	clear: both;
	width: 100%;
}

#Footer {
	margin: 0 0 20px 0;
	padding-top: 5px;
	border-top: 3px solid black;
}


/* Loop-Post styles */
#Post-PostedOn {
	color: #949494;
}

.post {
	margin: 10px 0 5px 0;
}

/* Override general tags */
a:link { color: #000000; }
a:active { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #C4B364; }

a.NoUnderline:link { color: #000000; text-decoration:none; }
a.NoUnderline:active { color: #000000; text-decoration:none; }
a.NoUnderline:visited { color: #000000; text-decoration:none; }
a.NoUnderline:hover { color: #C4B364; text-decoration:none; }

h1 {
	font-size: 24px;
	color: #8B1111;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 22px;
	color: #8B1111;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 18px;
	color: #8B1111;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
}

h4 {
	font-size: 16px;
	color: #8B1111;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
}

h5 {
	font-size: 14px;
	color: #8B1111;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
}

/* Classes for fast formatting */
.Bold {
	font-weight: bold;
}

.F14 {
	font-size: 14px;
}

