/* CSS Document */
/* ---------- THIS IS THE MAIN LAYOUT CSS ---------- */
#wrapper {
	width: 850px;
	background-color: white;
	color: black;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(../assets/images/leftBS.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
}

#header {
	width: 850px;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid white;
}

#main {
	margin: 0 0 0 172px;
	padding: 0;
	width: 443px;
	height: 100%;
}

#anchor {
	background-color: white; /* this is to cover the background image in the wrapper */
	float: left;
	width: 167px;
	height: 167px;
	margin: 0;
	padding: 0;
}

#anchor img {
	border: none;
}

#banner {
	float: right;
	width: 678px;
	height: 167px;
	margin: 0;
	padding: 0;
}

#border {
	height: 167px;
	border-bottom: 5px solid white;
}

#clearone {
	clear: both;
	height: 1px;
}

/* ---------- THIS IS THE MAIN HORIZONTAL NAVIGATION --------- */

#navigation {
	clear: both;
	width: 850px;
	margin: 0;
	padding: 0;
	background-color: #e6d399;
	color: #ff6600;
	text-align: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
} 

#navigation li a {
	margin: 0;
	padding: 2px 5px 0 5px;
	background-color: #e6d399;
	color: #990000;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

#navigation li a:hover {
	font-weight: bold;
	background-color: #990000;
	color: #e6d399;
}

/* ---------- THIS IS THE STYLE OF THE LEFT NAVIGATION MENU ---------- */

.leftnav {
	float: left;
	text-align: left;
	width: 167px;
	font-size: .8em;
}

.leftnav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

.leftnav li {
	border-bottom: 1px solid #e6d399;
}

.leftnav a {
	font-weight: bold;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #990000;
	background-color: #e6d399;
	color: #990000;
	text-decoration: none;
}

.leftnav li a:hover {
	font-weight: bold;
	background-color: #990000;
	border-left: 5px solid #660000;
	color: #e6d399;
}

/* ------- THIS IS FOR THE CALENDAR SIDEBAR ----------- */

#calendar {
	float: right;
	width: 225px;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 1pt solid #990000;
	background-color: white;
	color: #302a77;
}

#calendar h1 {
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
	background-color: #990000;
	color: #e6d399;
}

#calendar h2 {
	font-size: .8em;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 5px;
	color: #990000;
}

#calendar p {
	font-size: .7em;
	margin: 0;
	padding: 0 0 0 5px;
	color: #660000;
	font-weight: bold;
}

#calendar img {
	border-bottom: 1px solid #990000;
	margin-top: -5px;
	padding: 0;
}

/* ----- THIS IS FOR THE FOOTER ------ */

#footer {
	clear: both;
	width: 100%;
	background-color: #990000;
	border-top: 5px solid white;
	margin: 0;
	padding: 3px 0 3px 0;
}

#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e6d399;
}

/* ---------- THIS IS THE MAIN STYLE SHEET ---------- */

body {
	margin: 0;
	padding: 0;
	background-color: white;	
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	left: auto;
}

.spacer {
	clear: both;
	width: 850px;
	height: 5px;
	margin: 0;
	padding: 0;
}
	
.Headings2 {
	font-size: 14px;
	color: #e6d399;
	font-weight: bold;
	background-color: #990000;
	margin-bottom: -10px;
	padding: 5px;
	text-align: left;
}

a {
	font-size: 12px;
	color: #302A77;
	font-weight: bold;
	font-style: normal;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #E2251B;
}

a:active {
	text-decoration: underline;
	color: #E2251B;
}

/* ---------- THESE ARE FOR IMAGE PLACEMENT AND STYLE ---------- */

.leftimg {
	float: left;
	padding: 5px;
}

.rightimg {
	float: right;
	padding: 5px;
}

/* this gives the image 5px padding on the left and bottom */
.topright { 
	float: right;
	padding: 0 0 5px 5px;
}

.mediaimg {
	height: 125px;
	width: 125px;
	float: right;
	padding: 5px;
	border: 1px solid black;
}

.dragonTalesImg {
	padding: 0;
	border: 1pt solid black;
	}

.clear {
	clear: both;
}

.quote {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
}

.sig {
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}

h1 {
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	padding: 0;
	text-align: left;
	margin: 0;
}

.subHeadings {
	color: #990000;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


.hilight {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-align: left;
	left: auto;
}

.media {
	display:block;
	height: 175px;
}

.map {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sermons {
	font-size: 12px;
	color: #302a77;
	font-weight: bold;
	border-bottom: 1px solid #ffcc66;
	display: block;
}

.email {
text-align: right;
}

.smallCopy {
	font-size: 11px;
	display: block;
	margin-top: -15px;
}

td {
	color: #000000;
	padding: .25em;
	font-size: .8em;
	text-align: left;
	vertical-align: top;
}

.events th {
	font-size: .9em;
	color: #e6d399;
	font-weight: bold;
	background-color: #990000;
	padding: 5px;
	text-align: left;
}

.events tr:hover {
	background-color: #e6d399;
}table, th, td {
	border: 1px solid #e6d399;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
