BODY {
    background: #000;
    margin: 0px auto;
    font-family: arial, verdana, san-sarif;
    color: #000;
    font-size: 13px;
}

a:link {
    color: #991B1C;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #991B1C;
}

a:hover {
    text-decoration: none;
    color: #999;
}

a:active {
    text-decoration: none;
    color: #991B1C;
}

#container {
    background: #282828;
    width: 923px;
    margin: 0px auto;
    height: 100%;
}


/**********Header**********/

#header {
    width: 923px;
    height: 91px;
    border-bottom: solid 3px white;
    background: url('../img/header.gif') no-repeat;
}

#header img {
    margin-top: 10px;
    margin-left: 10px;
    border: 0px;
}

#nav {
    width: 923px;
    height: 45px;
    font-size: 16px;
    background: url('../img/nav_bg.gif') no-repeat;
}

#nav-links {
    width: 550px;
    float: left;
    margin-top: 10px;
}

#list {
    float: left; 
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    margin-top: 4px;
}

form {
    float: right;
    margin-right: 20px;
    margin-top: 8px;
}

form input {
    border: 0px;
}

.btn {
    background: url('../img/btnbg-hover.jpg');
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    width: 67px;
    margin-left: 5px;
    
}

.btn:hover {
    background: url('../img/btnbg.jpg');
}

#nav a {
    margin-left: 15px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    color: #fff;
}

#nav a:visited {
    text-decoration: none;
    color: #fff;
}

#nav a:hover {
    text-decoration: none;
    color: #999;
}

#nav a:active {
    text-decoration: none;
    color: #fff;
}

#content {
    width: 923px;
    margin: 0px auto;
    background: #282828;
    position: absolute;
}




/**********************************Index**********************************/

#col1 {
    width: 316px;
    float: left;
    margin-left: 13px;
}


#col2 {
    width: 567px;
    float: right;
    margin-right: 13px;
}


/**********Index - Upcoming Events**********/

#col1 #upcoming-head {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    width: 276px;
    height: 8px;
    padding: 20px;
    padding-top: 25px;
    background: url('../img/upcoming_header_bg.gif') no-repeat;
}

#col1 #upcoming-body {
    width: 300px;
    height: 190px;
    background: #fff;
    margin-top: 2px;;
    margin-bottom: 0px;
    margin-left: 9px;
}

#col1 #upcoming-body #event1 {
    background: #fff;
    width: 300px;
    height: 60px;
}

#col1 #upcoming-body #event1 #event_date{
    width: 30px;
    float: left;
    height: 40px;
    padding: 10px;
    padding-top: 10px;
}

#col1 #upcoming-body #event1 #event_info{
    width: 190px;
    float: left;
    height: 45px;
    padding: 5px;
    padding-top: 10px;
    border-right: solid 2px #e6e6e6;
}

#col1 #upcoming-body #event1 #buy_tix{
    float: right;
    width: 48px;
    height: 55px;
    text-align: center;
}

#col1 #upcoming-body #event1 #buy_tix img{
    border: 0px;
    margin-top: 10px;
}

#col1 #upcoming-body #event2 {
    background: #e6e6e6;
    width: 300px;
    height: 60px;
}

#col1 #upcoming-body #event2 #event_date{
    width: 30px;
    float: left;
    height: 40px;
    padding: 10px;
    padding-top: 10px;
}

#col1 #upcoming-body #event2 #event_info{
    width: 190px;
    float: left;
    height: 40px;
    padding: 5px;
    padding-top: 10px;
}

#col1 #upcoming-body #event2 #buy_tix{
    float: right;
    width: 48px;
    height: 55px;
    text-align: center;
}

#col1 #upcoming-body #event2 #buy_tix img{
    border: 0px;
    margin-top: 10px;
}

#col1 #upcoming-foot {
    width: 316px;
    height: 40px;
    background: url('../img/upcoming_footer_bg.gif') no-repeat bottom;
    margin: 0px;
    margin-left: 1px; 
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

#col1 #upcoming-foot a {
    color: #000;
}

#col1 #upcoming-foot img {
    margin-right: 20px;
}


/**********Index - Press Items**********/

#col1 #press-head {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    width: 276px;
    height: 8px;
    padding: 20px;
    padding-top: 25px;
    margin-left: 2px;
    background: url('../img/upcoming_header_bg.gif') no-repeat;
}

#col1 #press-body {
    width: 301px;
    min-height: 180px;
    background: #fff;
    margin-top: 2px;;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 5px;
}

#col1 #video-head {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    width: 276px;
    height: 8px;
    padding: 20px;
    padding-top: 25px;
    margin-left: 2px;
    background: url('../img/upcoming_header_bg.gif') no-repeat;
}

#col1 #video-body {
    width: 301px;
    min-height: 180px;
    background: #fff;
    margin-top: 2px;;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-bottom: 5px;
}

#col1 #video-foot {
    width: 316px;
    height: 44px;
    background: url('../img/press_footer_bg.gif') no-repeat bottom;
    margin: 0px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

#col1 #video-foot a {
    color: #000;
}

#col1 #video-foot img {
    margin-right: 15px;
}

 #press_item {
    border-bottom: solid 2px #e6e6e6;
    width: 85%;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#press_item #press_desc {
    margin-left: 60px;
}

#press_item a {
    color: #000;
}

#press_item img {
    border: 0px;
    float: left;
    padding-right: 25px;
}

#press_item3 {
    width: 85%;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#press_item3 #press_desc {
    margin-left: 60px;
}

#press_item3 a {
    color: #000;
}

#press_item3 img {
    border: 0px;
    float: left;
    padding-right: 25px;
}

#col1 #press-foot {
    width: 316px;
    height: 44px;
    background: url('../img/press_footer_bg.gif') no-repeat bottom;
    margin: 0px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

#col1 #press-foot a {
    color: #000;
}

#col1 #press-foot img {
    margin-right: 15px;
}


/**********Index - Photos**********/

#col2 #photos-head {
    color: #fff;
    width: 527px;
    height: 8px;
    padding: 20px;
    padding-top: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    background: url('../img/photos_header_bg.gif') no-repeat;
}

#col2 #photos-body {
    width: 536px;
    height: 145px;
    background: #fff;
    margin-top: 3px;;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 5px;
    padding-top: 10px;
}

#col2 #photos-body img {
    border: 0px;
    width: 176;
    height: 123px;
}

#col2 #photos-foot {
    width: 567px;
    height: 45px;
    background: url('../img/photos_footer_bg.gif') no-repeat bottom;
    margin: 0px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

#col2 #photos-foot a {
    color: #000;
}

#col2 #photos-foot img {
    margin-right: 20px;
}


/**********Index - News Items**********/

#col2 #news-head {
    color: #fff;
    width: 527px;
    height: 8px;
    padding: 20px;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    background: url('../img/news_header_bg.gif') no-repeat;
}

#col2 #news-body {
    width: 544px;
/*    height: 250px;  */
    background: #fff;
    margin-top: 2px;;
    margin-bottom: 0px;
    margin-left: 10px;
/*    overflow: auto;   */
    min-height: 250px;
    margin-top: 2px;;
    padding-top: 5px;
    padding-bottom: 5px;
}

#col2 #news-body #news_item {
    width: 90%;
     margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: solid 2px #e6e6e6;
}

#col2 #news-body #news_item img {
    float: left;
    padding-right: 15px;
}

#col2 #news-body #news_item #news_content {
    margin-left: 50px;
}

#news_headline {
    text-transform: uppercase;
    font-weight: bold;
    color: #991B1C;
}

#col2 #news-body #news_item2 {
    width: 90%;
    margin: 10px auto;
    padding-bottom: 10px;
}

#col2 #news-body #news_item2 img {
    float: left;
    padding-right: 15px;
}

#col2 #news-body #news_item2 #news_content {
    margin-left: 50px;
}

#col2 #news-body #news_item2 #news_content #news_headline {
    text-transform: uppercase;
    font-weight: bold;
    color: #991B1C;
}

#col2 #news-foot {
    width: 567px;
    height: 45px;
    background: url('../img/news_footer_bg.gif') no-repeat bottom;
    margin: 0px;
    /* margin-top: -10px;  ALIGNMENT FIX */
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    text-align: right;

}

#news-foot a {
    color: #000;
}

#col2 #news-foot img {
    margin-right: 20px;
}




/********************************Sub Pages********************************/

#sub-head {
    height: 22px;
    width: 841px;
    margin: 0px auto;
    background: url('../img/subheader_bg.gif') no-repeat;
    padding: 20px;
    padding-top: 27px;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

#col1-sub {
    margin-left: 15px;
    float: left;
}

#col1-sub-head {
    background: #fff;
    color: #000;
    margin-left: 14px;
    width: 527px;
    padding: 10px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

/*******************Sub Page Main*******************/

#col1-sub-body {
    padding: 10px;
    background: #fff;
    color: #000;
    width: 527px;
    margin-left: 14px;
    overflow: auto;
}

#col1-sub-body img {
    margin-right: 5px;
}

#col1-sub-body #construction {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 20px;
}


/**********News Archive**********/

#col1-sub-body #news_item {
    width: 90%;
    margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: solid 2px #e6e6e6;
    overflow: auto;
}

#col1-sub-body #news_item img {
    float: left;
}


#col1-sub-body #news_item #news_content {
    width: 350px;
    float: right;
}







/**********Shows**********/

#col1-sub #upcoming-body {
    width: 500px;
    //height: 190px;
    background: #fff;
    margin: 0px auto;
}

#col1-sub #upcoming-body #event1 {
    background: #fff;
    width: 500px;
    //height: 60px;
    border-bottom: solid 2px #e6e6e6;
    padding-bottom: 10px;
    overflow: auto;
}

#col1-sub #upcoming-body #event1 #event_date{
    width: 30px;
    float: left;
    height: 40px;
    padding: 10px;
    padding-top: 10px;
    
}

#col1-sub #upcoming-body #event1 #event_info{
    width: 390px;
    float: left;
    padding: 5px;
    padding-top: 10px;

}

#col1-sub #upcoming-body #event1 #event_info #event_title {
    float: left;
    font-weight: bold;
}


#col1-sub #upcoming-body #event1 #event_info #event_desc {
    float: left;
    margin-top: 5px;
}

#col1-sub #upcoming-body #event1 #buy_tix {
    float: right;
    width: 43px;
    margin-top: 10px;
    text-align: center;
}

#col1-sub #upcoming-body #event1 #buy_tix img { 
    border: 0px;
    margin-top: 10px;
}


#col1-sub-foot {
    width: 573px;
    height: 37px;
    background: url('../img/subfooter_main_bg.gif') no-repeat;
}



/**********Store**********/

#store_img {
    border: solid 1px black;
    width: 100px;
    float: left;
}

#store_desc {
    width: 400px;
    float: left;
    padding: 10px;
}

#store_links {
    width: 400px;
    float: left;
    padding: 10px;
    padding-top: 0px;
}



/**********Press**********/

#main_press_item {
    margin-top: 20px;

}

#main_press_item img {
    float: left;
    margin-right: 20px;
}

#main_press_desc {
    margin-left: 55px;
}

#main_press_links {
    margin-left: 55px;
}

/**********Media**********/

.media_title {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 15px;
}

#media #youtube_row {
    border-bottom: solid 2px #E6E6E6;
    overflow: auto;
}

#media #youtube_row .youtube_embed{
    width: 250px;
    float: left;
    margin-left: 7px;
    margin-bottom: 15px;
}

.video_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-style: italic;
}

#mp3_row {
    margin-top: 10px;
    border-bottom: solid 2px #E6E6E6;
}

.mp3 {
    margin-bottom: 25px;
    margin-left: 7px;
}

.mp3_title {
    margin-bottom: 5px;
    font-weight: bold;
    font-style: italic;
}

#photo_row {
    margin-top: 10px;
}

.media_photo {
    width: 240px;
    float: left;
    margin: 10px;
}

.media_photo img{
    width: 240px;
    border: solid 1px;
}

/**********Thanks**********/

#thanks {
    text-align: center;
}




/******************Sub Page Sidebar******************/


#col2-sub {
    float: right;
    margin-right: 25px;
}

#col2-sub-head {
    color: #000;
    background: #fff;
    width: 274px;
    margin-left: 12px;
    padding: 10px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

#col2-sub-body {
    color: #000;
    background: #fff;
    width: 264px;
    margin-left: 12px;
    min-height: 180px;
    padding: 15px;
    padding-top: 0px;
}

#col2-sub-foot {
    width: 306px;
    height: 44px;
    background: url('../img/subfooter_side_bg.gif') no-repeat;
    text-align: right;
    margin-bottom: 15px;
}

#col2-sub-foot img{
    margin-right:15px;
}

#col2-sub-foot a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}



/**********About - Photos*********/

#col2-sub-body-photos {
    color: #000;
    background: #fff;
    width: 264px;
    margin-left: 12px;
    min-height: 180px;
    padding: 15px;
    
}

#col2-sub-body-photos img{
    width: 130px;
    height: 90px;
    border: 0px;
}


/**********About - Video*********/

#col2-sub-body-video {
    color: #000;
    background: #fff;
    width: 264px;
    margin-left: 12px;
    min-height: 180px;
    padding: 15px;
    
}


/**********Sidebar - News*********/

#col2-sub-body #news_item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 2px #e6e6e6;
}

#col2-sub-body #news_item img{
    float: left;
    margin-right: 15px;
}

#col2-sub-body #news_item2 img{
    float: left;
    margin-right: 15px;
}

#col2-sub-body #news_item2 #news_info {
    margin: 5px;
    margin-left: 52px;
}

#col2-sub-body #news_item #news_info {
    margin: 5px;
    margin-left: 52px;
}

#more_news_link a {
    color: #000;
}



/***************Footer***************/


#footer {
    width: 923px;
    height: 30px; 
    float: left;
    text-align: center;
    font-size: 14px;
    background: #282828;
    margin-top: 10px;
    color: #fff;
}

#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:visited {
    text-decoration: none;
    color: #fff;
}

#footer a:hover {
    text-decoration: none;
    color: #999;
}

#footer a:active {
    text-decoration: none;
    color: #fff;
}