@charset "utf-8";
/* CSS Document */
body  {
	font-size: 62.5%;
	font-family: Arial, Verdana;
	background-image:url(images/brown022.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h2{
	color:#000099;
}

h3{
	color:#000099;
}

h4{
	color:#000099;
}

h5{
	color:#000099;
}

h6{
	color:#000099;
}

.pageheader {
	font-size: 2em;
	font-weight:bold;
	color: #000099;
	border-bottom: 2px solid #000099;
	padding-left: 25px;
	padding-top: 15px; 
	
		
	
} 
#reddirt {
	color: red;
	font-weight: bold;	
	font-size:9px;
	}	

	
/*----------------------------------------------------------------------------------------------*//*                           Navigation Menu items                                              */
/*----------------------------------------------------------------------------------------------*/
ul#mainNav {
	list-style-type: none;
	margin : 0;
	padding: 0
	
}

#mainNav li{
	display:inline;
}	

#mainNav a {
	display: block;
	font: 1em  Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration: none;
	text-align:left;
	border: 1pt dotted #55622B; 
	background: url(images/41.gif) no-repeat left center;
	padding: 5px;
	padding-left: 28px;
}

#mainNav a:hover {
color:#E1D19F;
border: 1pt dotted #330000;
border-right-width: 0px; 
border-left-width: 0px; 
}

* html #mainNav a {
	height: 1px;
}
 
a {
color:#000099;	
font-weight:bold;
}

a:hover {
color:#006699;
}
.venueHdr{
    font: 12px  Verdana, Arial, Helvetica, sans-serif;
	color:#E1D19F;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration: none;
}
.venue{
   font: 10px  Verdana, Arial, Helvetica, sans-serif;
	color:#E1D19F;
	letter-spacing:.1em;
	text-decoration: none;
	width:140px;
}
.gigHeader{
font-family: "Bookman Old Style", Arial, Verdana;
font-size: 24px;
letter-spacing:.2em;
color:#330000;
}
.navSeen{
	font-family:"Bookman Old Style", Arial, Verdana;
	font-size:9px;
	color:#000099;
}
.navUnseen{
	font-family:"Bookman Old Style", Arial, Verdana;
	font-size:9px;
	color:#E1D19F;
}

.gig{
	font-family:"Bookman Old Style", Arial, Verdana;
	font-size:12px;
   	color:#000099;
	letter-spacing:.1em;
	text-decoration: none;
	
}

.gigLbl{
    font-size:10px;
	color:#000099;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration: none;
	width:60px;
	}
.errorMsg{
	color: red;
}
.contactLbl{
 	font-size:1em;
	color:#000099;
	font-weight:bold;
	letter-spacing:.2em;
	text-decoration: none;
	width:150px;
	}	
.generalContent{
	padding-left:5px;

}
.credit {
    font-size:10px; 
	color:#000099;
}	
.sidebar {
    font-size:9px;
	background:	
	#55622B
}	
.sidebar2 {
    font-size:10px;
	background:#55622B;
}	
.midfoot {
	font-size:10px;
    background: #E1D19F;
}	
.monicaFont{
font-family:"Comic Sans MS";
font-size:30px;
font-style:italic;
letter-spacing:.2em;
font-weight:bold;
color:#330000;
}


.monicaTagFont {
	font-size: 14px;
	font-style: italic;
	color:#990000;
}
.rankings {
overflow:hidden;
max-height:125px;
max-width:150px;
}	

/* Classes to apply to image positioning */
.fltLeft{
	float: left;
	margin: 5px;
	margin-left: 0px;
	border: 0px;
	padding: 0px;
	color: #EBEBEB;
}	
.fltLeft  p{
	font-size: .8em;
	text-align: center;
	color: #000099;
	padding-top: 0px;
	margin-top: 0px;
}	
.fltLeft a {
border: 0px;
color: #E1D19F;

}

.fltRight {
	float: right;
	margin: 5px;
	margin-right: 0px;
	border: 0px;
	padding: 0px;
	color: #EBEBEB;

}	
.fltRight  p{
	font-size: .8em;
	text-align: center;
	color: #000099;
	padding-top: 0px;
	margin-top: 0px;
}	

.fltRight a {
border: 0px;
color: #EBEBEB;
}

.imgCenter{
border: 0px;
}
.imgCenter  p{
	font-size: .8em;
	text-align: center;
	color: #000099;
	padding-top: 0px;
	margin-top: 0px;
}	


/* Page formatting */

/* Container */
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:	#EBEBEB;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header */
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Side Bar */
.oneColFixCtrHdr #sideOther {
float: left;
}

/* Main Content */
.oneColFixCtrHdr #mainContent {
 	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:1.2em;
	background:#E1D19F;
}

/* Footer */
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:40px;
	font-size: 10px;	
	 
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000099;
	 
}
.oneColFixCtrHdr #footer a:hover{
	color:#E1D19F;
}
.buyCD a{
	
	color: #E1D19F;	
}
.buyCD a:hover{
	color:#000099;
}
.reddirt2{
	font-weight: bold;	
	font-size: 1em;
	text-align: center;
	color: #CC9900 	
}
.reddirt2 a{
	color:#000099;
}
.reddirt2 a:hover{
color: #E1D19F;	
}