/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: left;
}
body {
	background-color: #333333;
	text-align: center;
	font-size: 80%;
	background-image: url(../images/sc_bg_blu.gif);
}

h1, h2, h3, h4, h5, h6, p {
	padding: .7em;
}
/**/
h1 {
	margin: .5em 0 0 0;
	font-size: 1.6em;
	color: #E2E1AF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: italic;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #ffffff;
	text-align: center;
}
p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #2C2D3A;
	font-size: .95em;
}

table#gigs {
	width: 100%;
}	

div#gigguide, div#box1, div#gigguide, div#nav {
	overflow: auto;
}
div#box1 {
	margin: 3% auto;
	width: 938px;
	background-color: #000000;
	border: 2px solid #E2E1AF;
}
div#gigguide {
	width: 180px;
	float: left;
	display: block;
	background-color: #FFFFCC;
	background-image: url(../images/stack_gigbg.jpg);
	background-repeat: no-repeat;
}
div#gigs {
	height: 550px;
	margin-top: 52px;
	
}
div#intro, div#itop {
	width: 320px;
}
div#intro {
	float: left;
	background-color: #000000;
	background-image: url(../images/suitback_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 115px;
	border-left: 1px dotted #E2E1AF;
	border-right: 1px dotted #E2E1AF;
}

div#head {
	height: 135px;
	overflow: auto;
}

div#nav {
	background: url(../images/funk_home_bg.jpg) no-repeat right top;
	padding: 288px 0 40px 148px;
}
	#nav li { list-style: none; }
	#nav li a, #nav li img { display: block; }
	
	#nav li#hoochers { padding-left: 103px; }
	#nav li#blueskillet { padding-left: 72px; }
#nav li#bassix {
	padding-left: 146px;
}
	#nav li#missjodie { padding-left: 91px; }
	#nav li#kidsblues { padding-left: 127px; }
	#nav li#costume { padding-left: 0px; }

div#imid {
	height: 340px;
	padding: 0 16px 0 20px;
	overflow: auto;
}
div#ibot {
	background-image: url(../images/mjbass.jpg);
	background-repeat: repeat-x;
	background-position: 21px 10px;
	padding-top: 130px;
	text-align: center;
}

div#websmiths {
	width: 800px;
}
div#websmiths p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: right;
}
div#websmiths a {
	color: #FFFFFF;
	text-decoration: none;
}
div#websmiths a:hover {
	text-decoration: underline;
}
/*
div#flash {
	background-color: #000000;
}
*/
/* Classes */
.fl, .fr { margin: 8px; }
.fl { float: left; }
.fr { float: right; }

img.fr { display: none; }

/* Gig Guide */
div.gig1, div.gig2 {
	margin: 5px 16px 0 16px;
	padding-top: 4px;
}
div.gig1 {
	border-top: 2px solid #287762;
}
div.gig2 {
	border-top: 2px solid #000033;
}
p.date, p.band, p.venue {
	margin-left: 4px;
	padding: .1em;
	font-family: Verdana;
}
p.date {
	color: #000033;
	font-size: .8em;
}
p.band {
	font-size: 1.1em;
	font-weight: bold;
}
div.gig1 p.band {
	color: #287762;
}
div.gig2 p.band {
	color: #000033;
}
p.venue {
	font-size: .9em;
	color: #000033
}
/***********/
.greet {
	margin: 0 10px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
