/* PIMP MY TAGS */

body {
	color: black;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

font, body, option, input, textarea, select, table, tr, th, td, h1, h2, dl, ul {
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

a:link, a:visited { color: #CD5E1B; } 
a:hover { color: #A1A1A3; }

.f10 { font-size: 10px; line-height: 12px; }
.f11 { font-size: 11px; line-height: 12px; }
.f12 { font-size: 12px; line-height: 14px; }
.f14 { font-size: 14px; }
.f18 { font-size: 18px; }
.f24 { font-size: 24px; }

.head12 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.redalert {
	font-weight: bold;
	color: #cc0000;
}

form { margin: 0px; }


/* PAGES */

#main { width: 740px; }

#inside { width: 740px; }
#sidebar {
	float: left;
	width: 180px;
	margin-right: 7px;
	margin-top: 9px;
}
#insidedots {
	float: left;
	width: 7px;
	height: 413px;
	margin-top: 9px;
	border-left: 2px dotted #7E9187;
}
#insidemain {
	float: right;
	width: 544px;
	height: 429px;
}
#insideflex {
	float: right;
	width: 551px;
	border-left: 2px dotted #7E9187;
	margin-top: 9px;
	margin-bottom: 7px;
}
#insideflextop {
	float: right;
	width: 551px;
	margin-bottom: 7px;
}
#insideflextoplive {
	margin-top:9px;
	border-left: 2px dotted #7E9187;
}
.sideslot {
	width: 180px;
	padding-top: 20px;
	padding-bottom: 7px;
}
.insidespace {
	height: 7px;
	clear: both;
}


/* UTILITY BELT */

.line2brown { border-top: 2px solid #A07938; }
.dottedgray { border-top: 2px dotted #7E9187; }
.dottedgraybottom { border-bottom: 2px dotted #7E9187; }
.dottedgrayright { border-right: 2px dotted #7E9187; }
.dottedgrayleft { border-left: 2px dotted #7E9187; }

.bgorange { background-color: #CD5E1B; }
.bggray { background-color: #7E9187; }
.bggraylite { background-color: #CCCCCC; }
.bgsingle { background-repeat: no-repeat; }
.bgright {
	background-repeat: no-repeat;
	background-position: right 0;
}
.bgbottom {
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.bgbottomflex {
	background-repeat: no-repeat;
	background-position: 7px bottom;
}
.bgbottomright {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.floatright { float: right; }
.floatleft { float: left; }

.bottom10 { margin-bottom: 10px; }
.caps { text-transform: uppercase; }
.bold { font-weight: bold; }

.gray { color: #7E9187; }

.black { color: #000; }
.black a:link, .black a:visited {
	color: #CD5E1B;
	font-weight: bold;
	text-decoration: none;
} 
.black a:hover { color: #A1A1A3; }

.orange { color: #CD5E1B; }
.orange a:link, .orange a:visited {
	color: #7E9187;
	font-weight: bold;
	text-decoration: none;
} 
.orange a:hover { color: #000; }

.rolloverright {
	float: right;
	background-repeat: no-repeat;
}
.rolloverplain {
	background-repeat: no-repeat;
}
.rolloverright a:hover img, .rolloverplain a:hover img {
	visibility: hidden;
	/* mac ie5 hide \*/
	visibility: visible;
	opacity:.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	/* end hide */
}

.rollon {
	/* mac ie5 hide \*/
	opacity:0.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	/* end hide */
}
.rolloff {
	/* mac ie5 hide \*/
	opacity:1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	/* end hide */
}


/* BIOS */

.biostrip {
	margin: 7px 2px 6px;
	width: 100px;
	height: 140px;
}
#biomenu { margin-left:11px; }
#biohead { margin: 7px 0 9px 7px; }
#biomain { margin:15px 5px 0 13px; }
.bioblurb {
	width: 310px;
	margin-left: 10px;
}


/* SHOWS */

.showentry {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 2px dotted #7E9187;
}
.showvenue {
	color: #7E9187;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
}
.showvenue a:link, .showvenue a:visited {
	color: #7E9187;
	text-decoration: none;
} 
.showvenue a:hover { color: #CD5E1B; }
.showdate {
	display: block;
	font-weight: bold;
}
.showspan { display: block; }


/* MENUS */

#menutop {
	height: 28px;
	margin-top: 12px;
	overflow: hidden;
}
#menutopicon {
	height: 55px;
	float: left;
	z-index:10;
	position: absolute;
	top: 0px;
}
#menubottom {
	height: 27px;
	padding-bottom: 5px;
}
.menutv {
	width: 31px;
	height: 27px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(../images/menu/menutv.jpg);
}
#quadbottom {
	margin-top:5px;
	height: 121px;
	overflow: hidden;
}
.quadbottomsep {
	height: 115px; 
	margin-left: 11px;
	margin-right: 11px;
	float: right;
}
