﻿body 
{
    font-family:Arial;
    font-size:10px;
    background-color:#000;
    margin:0;
    color:#fff;
    background-image:url('../images/mainbackground.jpg');
    background-repeat:repeat-x;
}

a
{
    color:#fff;
    text-decoration:none;
}

a:hover
{
    color:#CC5A1B;
    text-decoration:none;
}

#wrapper{
margin:0px auto 0 auto;
top:0px;
height:auto;
z-index:1;
padding:0px;
}

#container
{
width:785px;
margin:0px auto 0px auto;
height:auto;
_height:700px;
background-image:url('../images/background.jpg');
background-repeat:no-repeat;
}

#maincontent
{
  min-height:540px;
  _min-height:600px;
  height:auto;
}  

#footer
{
    position:relative;
    _top:60px;
    height:100px;
    width:785px;
    padding:42px 0 0 40px;
   
}

/*photogallery page styles */
.photoheader
{
    position:relative;
    width:748px;
    height:35px;
    *height:25px;
    float:right;
    text-align:right;
    padding:10px 23px 5px 0;
    *padding:10px 23px 0 0;
    font-size:15px;
  
}

.photogallery
{
     position:relative;
     top:70px;
     *top:85px;
     float:left;
     left:25px;
     width:516px;
     height:auto;
     padding:10px 0 0 10px;
}

.photogalleryheader
{
    position:relative;
    left:-13px;
    margin-left:0px;
    width:320px;
    font-size:14px;
    background:#000;
    padding:5px;
    float:left;
  
}

.clear
{
    position:relative;
    float:left;
    height:5px;
    width:500px;
}

.barlink
{
    position:relative;
    text-align:right;
    width:125px;
    float:left;
    font-size:12px;
    padding-top:4px;
    font-size:11px;
    line-height:13px;
    color:#989898;
}
.barlink a
{
    font-size:13px;
}




.thumbnail
{
    position:relative;
    text-align:right;
    width:100px;
    float:left;
    padding-left:10px;
}

.barlink a
{
    color:#CC811D;
}

.barlink a:hover
{
    color:#fff;
}
/* reddog photo thumbnail styles */
.reddog
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    background-color:Transparent;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
}

.reddogpage
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
}

.reddog:hover
{
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
    
}



/* underdog thumbnails styles */

.underdog
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    background-color:Transparent;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
}

.underdogpage
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
}

.underdog:hover
{
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
   
}

/* the venue thumbnails styles */

.venue
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    background-color:Transparent;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
}

.venuepage
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
}

.venue:hover
{
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
   
}

/* 2nd floor lounge thumbnails styles */

.secondfloorlounge
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    background-color:Transparent;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
}

.secondfloorloungepage
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
}

.secondfloorlounge:hover
{
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
   
}

/* the rooster thumbnails styles */

.rooster
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    background-color:Transparent;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
}

.roosterpage
{
    position:relative;
    float:left;
    width:256px;
    height:auto;
    border-bottom:solid 1px #872303;
    padding:5px 0 7px 0;
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
}

.rooster:hover
{
    background-image:url('../images/divbackdrop.png');
    background-repeat:repeat-x;
}

/* Barhighlight spot */

.spotlight
{
    position:relative;
    float:right;
    width:254px;
    height:auto;
    background-color:Transparent;
    padding:50px 0 7px 0;
}

.bios
{
    position:relative;
    top:-15px;
    _top:60px;
    height:26px;
    width:785px;
    margin-left:-35px;
    padding:39px 0 0 40px;
    background-image:url('../images/bios_background.png');
    background-repeat:no-repeat;
    background-position:0 0px;
    line-height:18px;
}




