﻿body 
{
    margin: 0px;
    padding: 0px;
	background-color:#2a240a;
	color: #fff;
    font-family: 'calibri', Sans-Serif;
    font-size: 12pt;
}
a:link, a:active, a:visited
{
    color: #e4de0f;
    
}
a:hover
{
    text-decoration:none;
}

.lightBGContent
{
        background-color: #8c9542;
}

#divBanner
{
    display: block;
	height:150px;
	width: 1000px;
	background-image: url("../Images/Banner2012nonfairecolorlogo.jpg");
}
#divTopMenu
{
	position:relative;
	margin-top: -48px;
	/*background-color:#b38314; */
	background-color: transparent;
	/*border:3px solid white;*/
}
#divTopMenu a
{
	font-family:Tahoma;
	color:White;
}
#socialLinks
{
    margin-left:40px;
}
#socialLinks img
{
    height: 22px;
}

    

#roundContainer
{
    border-left:3px solid black;
    border-bottom: 3px solid black;
    width:350px;
    height:350px;
    margin-bottom: 20px;    
/*    background-color: #c1a70c; */
    background: url("../Images/bandshot01.png") #2b270b no-repeat;
    background-size:375px;
    z-index:3;
    position:relative;
}



#frontbio
{
    margin-top: 10px;
}
#musicPlayerContainer
{
    margin-top:-350px;
    background-color:#555555;
    height:350px;
    width:350px;
    z-index:2;
    position: absolute;
    vertical-align: bottom;
}
#musicPlayer
{
    position:absolute;
    bottom:5px;
    left:5px;
    width:100px;
}
#divMainContainer
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #2b270b;
}

H2.sectionHeader
{
    border-bottom:2px solid #c1a70c;
    text-indent: -9999px;
}
H2.upcomingSchedule
{

    background: url("../Images/Headers/NextShow.png") #2b270b no-repeat;
}
H2.LatestCD
{
    background: url("../Images/Headers/LatestCD.png") #2b270b no-repeat;
}
H2.TwitterFeed
{
    background: url("../Images/Headers/Feed.png") #2b270b no-repeat;
}

#twitter_div
{
    width:350px;
}
#twitter_div div.tweet
{
    border: 1px solid black;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 3px 5px 3px 5px;
}
#twitter_div div.tw_left
{
    display:inline-block;
    width: 30%;

}
#twitter_div div.tw_right
{
    width: 70%;
    display:inline-block;
    text-align: right;
}
#twitter_div .tweeter-info
{
    margin-top: 10px;
    margin-bottom: 2px;
}

#divMain
{
}

#tblTopMenu TD
{
	padding:10px 10px 10px 10px;
}

.tblGridFrontSchedule
{
    width:100%;
    border: 0;
}
.tblGridFrontSchedule td
{
    vertical-align: top;
    border: 0;

}

.tblBlog th
{
    text-align: left;
}

.NavLinkButton
{
	border: 0;
}
.footer
{
    clear:both;
	color:#fff;
	text-align:center;
	font-family:Verdana;
	font-size:7pt;
	border-top:2px solid white;

}

.gigsalad
{
    display: none;
}