/* CSS Document for Olney Big Band */
/* Original Development by Red Letter Design, www.RedLetterDesign.net */
/* February, 2008 */

/* Colors in use:

	#6C010E -- maroon (top nav, side nav hover links, bottom of background gradient)
	#EDA3AB -- pink (top of background gradient)
	#F3F8DE -- very pale green (sidenav)
	#BFC364 -- pale green (top nav hover links)
	#7E8947 -- medium green for side nav
*/


/*
/* ...............................................................................*/
/* Reset browser default styles to insure consistency across various browsers */
/* ...............................................................................*/
html, body, div, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Helpful fixes */

a {outline: none;}  /* get rid of Firefox link boxes */

html {
	height: 100%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}


/* ...............................................................................*/
/* Page Layout */
/* ...............................................................................*/
body {
	background: #6C010E url(../images/bkgdGrad.jpg) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	text-align: center;
}

div#wrapper {
	position: relative;
	width: 720px;
	margin: 0 auto !important;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 1px solid #444444;
	border-top: none;
}
div#header {
	width: 720px;
	height: 185px;
	background-color: whiye;
	margin: 0;
	padding: 0;
}

div#topnav {
 /* see below... */
}


div#sidenav {
	position: absolute;
	top: 210px;
	left: 0;
	width: 139px;
}

div#content {
	width: 500px;
	min-height: 690px;
	padding: 20px 21px 20px 199px;
	background: #ffffff url(../images/bkgdContent.jpg) top left repeat-y;
	
}
	/* IE doesn't support min-height, but it treats height that way, so filter for IE */
	* html div#content {
		height: 690px;
	}

div#footer {
	background-color: transparent;
	width: 720px;
	margin: 0 auto !important;
	margin: 0;
	padding: 15px 0 15px 0;
}


/* ...............................................................................*/
/* Top Navigation */
/* ...............................................................................*/
div#topnav {
	width: 548px;
	height: 14px;
	padding: 4px 0 7px 172px;
	background-color: #6C010E;
}

div#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #6C010E;
}
div#topnav li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 14px;
	background-color: #6C010E;
	vertical-align: text-top;
}
div#topnav li a {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 0;
	margin: 0 0 0 28px;
	text-decoration: none;
	line-height: 14px;
}
div#topnav li a:hover {
	color: #BFC364;
}

/* ...............................................................................*/
/* Side Navigation */
/* ...............................................................................*/
div#sidenav {
	padding: 20px 20px 20px 20px;
	margin: 0;
	background-color: transparent;
}
div#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#sidenav ul li {
	margin: 0 0 20px 0;
	padding: 0;
}
div#sidenav ul li a {
	color: #7E8947;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 14px;
}
div#sidenav ul li a:hover {
	color: #6C010E;
}
/* ...............................................................................*/
/* Typography
/* ...............................................................................*/

h1 {
	font-family: "Rage Italic",Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	color: #333333;
	padding: 0 0 0 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #333333;
	padding: 0 0 5px 0;
}
p {
	font-size: 12px;
	line-height: 1.4;
	color: #333333;
	padding: 0 0 10px 0;
	text-align: justify;
}
div#footer p {
	color: white;
	text-align: center;
	font-size: 10px;
}

a, a:link, a:visited { color: #009; }
a:hover { color: #940010; }

/* ...............................................................................*/
/* Images */
/* ...............................................................................*/
div#header img {
	margin: 0;
	padding: 0;
	border: none;
}

img.imgLeft {
	float: left;
	margin: 5px 15px 5px 0;
}
img.imgRight {
	float: right;
	margin: 5px 0 5px 15px;
}

/* ...............................................................................*/
/* Contact Form */
/* ...............................................................................*/
div.contactDiv {
	margin: 5px 5px 35px 5px;
	padding: 10px;
	background-color: #E9EFD1; /* pale green */
	border: 1px solid  #373F10; /* deep green */
}
form#contactForm input,
form#contactForm textarea {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
}
form#contactForm div#fields input,
form#contactForm div#fields textarea {
	border: 1px solid black;
}

form#contactForm label {
	display: block;
	margin: 3px 0 15px 0;
	letter-spacing: 1px;
	color: #444444;
	padding: 0;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#honeypot { display: none; } /* spambot trap */

div.contactDiv p {
	color: #F4C833;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 2px solid black;
	margin-bottom: 15px;
	
}
.rtnMsg {
	background-color: #FBF2C9; /* pale yellow */
	color:  #000000; 
	padding: 5px 7px;
	margin: 5px;
	border: 1px solid  #373F10; /* deep green */
}
.warning {
	color: #990000; /* dark yellow */
	font-weight: bold;
	padding-left: 10px;
}


/* ...............................................................................*/
/* Tables */
/* ...............................................................................*/
table.scheduleTable {
	margin: 0;
	padding: 0;
	border: none;
}
table.scheduleTable th {
	text-transform: uppercase;
	font-size: 15px;
	padding: 6px 3px;
	border-width: 2px 0 2px 0;
	border-color: #6C010E;
	border-style: solid;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
table.scheduleTable td {
	font-size: 11px;
	line-height: 1.4;
	padding: 8px 3px;
	border-width: 0 0 1px 0;
	border-color: #7E8947;
	border-style: solid;
	font-weight: normal;
	color: #333333;
	text-align: left;
}
table.scheduleTable td.schedDate strong {
	color: #7E8947;
}
table.scheduleTable td.schedEvent strong {
	color: #6C010E;
}
table.musiciansTable {
	margin-top: 20px;
}
table.musiciansTable td {
	vertical-align: top;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 0 0 15px 0;
}
table.musiciansTable td img {
	float: left;
	margin: 0 15px 0 0;
	border: none;
}
table.musiciansTable td a {
	border: none;
	text-decoration: none;
}
/* ...............................................................................*/
/* Special Use Classes */
/* ...............................................................................*/

p.galleryNav {
	border: 1px solid #7E8947;
	padding: 5px;
	margin: 0 0 10px 0;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-transform:uppercase;
}
p.galleryNav a {
	font-weight: normal;
	margin: 0 5px;
}
a.playerlink {
color:#cccccc;
}

div.nextEvent { 
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #ffffff;
	}
div.nextEvent p {
	text-align: left;
	color: #7E8947;
	margin: 0;
	padding: 0 0 6px 0;
	line-height: 1.2;
	}
div.nextEvent p.nextEventDate,
div.nextEvent p.nextEventTime {
	
	}
div.nextEvent p.nextEventTitle {
	color: #940010;
	font-weight: bold;
	font-size: 14px;
	}
	
p.nextEventFrontPage {
	background-color: #7E8947;
	color: #ffffff;
	border: 2px solid #737C3D;
	padding: 5px;
	margin: 0 0 10px 0;
	text-align:left;
}
