@charset "utf-8";

/*  BASICS  */
* {
padding: 0;
margin: 0;
}
html, body 
{
	margin-top: 10px;
height: 800px;
}

body {
	background-color: #c7b97b;
}

* html #container {
height: 100%;
}
.clear {
	clear:both;
}

li 
{
	margin-left: 10px;
}

/*  FONTS  */


/*  STRUCTURE AND DIVS  */
#container {
	min-height: 100%;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-color: #DDD;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	width: 850px;
	margin: 0 auto;
	//margin-top: 40px;
}
#top_space
{
	margin:20px;
	min-height:100px;
}
#header 
{
	width:850px;
	height:179px;
	margin-top:00px;
	background-image:url(../images/header.png);
}
#content {
	width:783px;
	height:auto;
	margin-left:33px;
	margin-top:40px;
}
#footer {
	width:809px;
	height:134px;
	background-image:url(../images/footer2.png);
	margin-left:-20px;
}
#logo {
	background-image:url(../images/logo.png);
	width:141px;
	height:89px;
	position:relative;
	float:left;
	margin-left:110px;
	margin-top:90px;
}
#columnLeft {
	width:380px;
	height:auto;
	float:left;
	margin-top:20px;
}
#columnRight {
	width:300px;
	height:400px;
	float:right;
	margin-top:20px;
}
#imageRoulette {
	width:349px;
	height:237px;
	background-image:url(../images/slideshowBorder.png);
	margin-left:70px;
}
#slideshow {
    position:absolute;
    width:240px;
	height:160px;
	margin-left:46px;
	margin-top:35px;
	background-color:#666;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
#grandma {
	background-image:url(../images/notGrandma.png);
	width:367px;
	height:45px;
	margin-top:20px;
	margin-left:42px;
}
#upcomingShows {
	background-image:url(../images/upcomingShows.png);
	width:280px;
	height:236px;
	margin-right:60px;
	background-repeat:no-repeat;
}
#showList {
	position:absolute;
	margin-top:50px;
	padding-left:15px;
	padding-top:20px;
}
#showList li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin-bottom:12px;
}
.contactus 
{
	font-family:Bleeding Cowboys;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.email 
{
	font-family:Book Antiqua;
	font-size:18px;
	font-weight:normal;
	text-align:center;
}
.email a 
{
	text-decoration:none;
	color:BLACK;
}
.title 
{	
	font-family:Bleeding Cowboys;
	font-size:48px;
	font-weight:bold;
	list-style:none;
	margin-bottom:12px;
	text-align:center
}
.gigDate 
{
	padding-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.gigText 
{
	padding-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;	
}
#joinMob {
	width:212px;
	height:45px;
	margin-top:25px;
	margin-left:25px;
}
#interior {
	width:770px;
	height:auto;
	margin-left:20px;
}
#interiorTop {
	background-image:url(../images/interiorTop.png);
	width:770px;
	height:58px;
}
#interiorContent {
	background-image:url(../images/interiorContent.png);
	width:770px;
	min-height:196px;
}
#interiorContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
}
#interiorContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
}
#interiorContent p {
	font-family:"Times New Roman", Times, serif;
	padding-left:30px;
	padding-right:30px;
}
#interiorContent ul {
	font-family:"Times New Roman", Times, serif;
}
#interiorBottom {
	background-image:url(../images/interiorBottom.png);
	width:770px;
	height:66px;
}
/*  MENU  */
#menu {	
	position:relative;
	width:503px;
	height: 53px;
	top:110px;
	left:15px;
	margin: 0;
	float:left;
	padding: 0;
	z-index: 30
}

#menu li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#menu li a {
	display: block;
	margin: 0 0 0 0;
	width: auto;
	height: 39px;
}
