/*  mikeDowling.com main stylesheet  dark theme---*/


/*   global 
----------------------------*/

html, body, form, h1, h2, h3, p, ul, li {
	
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;		
}

img  {
	border: 0;
}

body {
	background-color: #484848;
	text-align: center;
}

p {
	font-size: 14px;
	color: #FFFFFF;
	word-spacing: 0.2em;
	letter-spacing: .1em;
}

#pageWrapper {
	text-align: center;
	width: 830px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width: 830px;	
}

#header h1 {
	background-image: url(images/mainBan.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 830px;
	font-size: 1px;
}

#topNav {
	width: 755px;
	/*background-color: #542300;*/
	margin: 0px;
	padding-left: 65px;
	height: 20px;
	display: block;
	color: #ddd860;
	text-align: left;
	font-size: 14px;
}


#contentWrapper {
	width: 830px;
	background-image: url(images/cssBG/darkRedBod.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;	
}

#sideBarNav {
	font-size: 15px;
	width: 230px;
	font-weight: 600;
	float: left;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;		
}

#sideBarNav ul {
	
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sideBarNav ul li {
	margin: 0;
	padding: 2px 10px 3px 30px;
	text-align: right;
	
}

#sideBarNav ul li a:link  {
	text-decoration: none;
	display: block;
	/*border-left: 10px solid #4a4646;
	border-right: 10px solid #636060;
	*/
	border-bottom: 1px dotted #969700;
	color: #D37F00;
	margin: 0px;
	padding: 5px;
	line-height: 16px;
	
}

#sideBarNav ul li a:visited {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #969700;
	color: #9F8000;
	margin: 0px;
	padding: 0px;
}

#sideBarNav  ul li a:hover  {
	margin: 0px;
	background-color: #100900;
	color: #DDB200;
	border-bottom: 1px dotted #9D7E00;
	background-image: url(images/navPointer.gif);
	background-repeat: y-repeat;
	background-position: center;
}



#mainContent {
	width: 540px;
	margin: 0 15px 0 260px;
	
	color: #FFFFFF;
	height: auto;
	padding: 0;
	
}
#mainContent .text {
	padding: 25px 5px 0 5px;
	
}



h2 {
	font-size: 16px;
	color: #DDB200;
	height: 25px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #969700;
	padding-top: 35px;
	margin-bottom: 10px;
}
.credit {
	font-size: 11px;
	color: #999999;
}


#footer {
	
	text-align: center;
	clear: both;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	margin: 0px;
	padding: 0px;
	float: none;
	background-image: url(images/cssBG/darkRedFoot.gif);
	background-repeat: no-repeat;
	height: 83px;
}

#footer h4 {
	font-size: 11px;
	color: #5B3600;
	margin: 0px;
	padding-top: 25px;
	}
	

#footer a:link {
	color: #5B3600;
}




#footer a:hover {
	color: #ffd600;
	text-decoration: none;
}
.spacer {
	clear: both;
}
#leftBorder {
	float: left;
	height: 600px;
	background-image: url(images/borderTest.gif);
	background-repeat: repeat-y;
	display: block;
}
#rightBorder {
	float: right;
	height: 600px;
	background-image: url(images/borderTest.gif);
	background-repeat: repeat-y;
}

/* -------- schedule -----------------*/

.date {
	
	color: #FF0000;
}
.venue {
	
	color: #CCCCCC;
}
#schedule {
	font-size: 13px;
	text-align: left;
	width: 540px;
	height: auto;
	padding: 0;
	margin: 10;
	}

#schedule ul li {
	padding: 10px 0 0 0;
}
.quoteText {
}
.announcement {
	font-size: 12px;
	color: #CCCCCC;
}

.homeImage {
	float: left;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	margin-bottom: 5px;	
}
a:link {
	color:#D37F00
}
a:hover {
	color: #DDB200;
}
a:visited {
	color: #336699
}

