body, html {
    font-family: Verdana, Helvetica, sans-serif;
    background-color:black;
    height:100%;
    margin:0;
    padding:0;
}

body {
    min-width:1004px;
}

ol,ul{
    list-style:none;
    list-style-position:none;
    list-style-type:none;
}

/*.caffeine-container .x-panel-body{
    height:100%;
    background-color:black;
}*/

#caffeine-page {
    width: 1004px;
    margin:0 auto;
    background-color:#331A00;
}

.caffeine-main-container .x-panel-body{
    background-color:black;
}

.caffeine-left-panel .x-panel-body{
    background-color:black;
}
.caffeine-right-panel .x-panel-body{
    background-color:black;
    height:0px !important;
}
/*********** HEADER ***************/

.caffeine-header-panel .x-panel-body{
    background-color:#331A00;
}

.caffeine-header-logo-container .x-panel-body{
    background-image: url("../images/navigation/left-nav-background.gif");
    background-repeat: repeat-y;
}

#caffeine-header-logo{
    background-image: url("../images/header/caffeine-logo.gif");
    background-repeat: no-repeat;
    height: 135px;
    display: block;
    margin-top: 25px !important;
    margin-left: 10px;
    margin-bottom: 20px !important;
    width:175px;

}

#caffeine-header-logo span {
    display:none;
}

#caffeine-header-photo-config {
    display:none;
}

#caffeine-header-photo-content {
    text-align: center;
    margin-top: 5px;
}

#caffeine-header-photo-1 {
    display: block;
    position:absolute;
    width: 804px;
}

#caffeine-header-photo-2 {
    display: block;
    position: absolute;
    z-index:5;
    width: 804px;
}

#caffeine-header-photo-2 img {
    visibility:hidden;
}

#caffeine-breadcrumbs {
    color:#FFFFFF;
    font-size:10px;
    margin-top: 200px;
    margin-left: 20px;
    margin-bottom: 10px;

}

#caffeine-breadcrumbs a,
#caffeine-breadcrumbs a:active,
#caffeine-breadcrumbs a:visited {
    color: #FFFFFF;
    text-decoration:none;
    font-size:10px;
}
#caffeine-breadcrumbs a:hover {
    text-decoration:underline;
    font-size:10px;
}
.article-text {
    color: #B15900;
    font-size: 14px;


}

.article-heading-1 {
    color: #FFFFFF;
    font-size:36px;
}

.article-heading-2 {
    color: #FFFFFF;
    font-size:24px;
}


.article-text a {
    color: #B15900;
    font-size: 14px;
    text-decoration:underline;
}

.article-text a:hover {
    color:white !important;
}

.article-text a:visited, a:active {
    color: #B15900;
    font-size: 14px;
    text-decoration:underline;
}
/*********** NAVIGATION ***************/

#caffeine-nav-panel-content{
    padding-top:10px;
    width:198px;
    float:left;
    background-color:#331A00;
    border-right:solid 2px #FFFFFF;
    height:100%;
}

#caffeine-nav-panel-content a:active, #caffeine-nav-panel-content a:visited {
    color:transparent;
    border:none;
}

#caffeine-nav-panel-content ul li a {
    display: block;
    height:28px;
    background-repeat: no-repeat;
    background-position: 15px 0;
    margin-top: 1px;
    border: none;
}

#caffeine-nav-panel-content ul li a:hover {
    background-position: 15px -28px;
    border: none;
}

#caffeine-nav-panel-content ul li a span {
    display: none;
}

#nav-set1-about-us {
    background-image: url("../images/navigation/about-us.gif");
}

#nav-set1-get-caffeinated {
    background-image: url("../images/navigation/get-caffeinated.gif");
}

#nav-set1-home {
    background-image: url("../images/navigation/home.gif");
}

#nav-set1-now-playing {
    background-image: url("../images/navigation/now-playing.gif");
}

#nav-set1-special-events {
    background-image: url("../images/navigation/special-events.gif");
}

#nav-set1-the-season {
    background-image: url("../images/navigation/the-season.gif");
}


#caffeine-nav-set2-content{
    margin-top:15px;
    _margin-top:0px; /* IE6 */
    width:198px;
    background-color: #331A00;
    margin-bottom: 30px;
}


#caffeine-nav-set2-content ul li a{
    display: block;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 15px 0;
    margin-top:3px;
}

#caffeine-nav-set2-content ul li a:hover {
    background-position: 15px -35px;
}

#caffeine-nav-set2-content ul li a span{
    display:none;
}


#nav-set2-get-tickets {
    background-image: url("../images/navigation/get-tickets.gif");
}

#nav-set2-support-us {
    background-image: url("../images/navigation/support-us.gif");
}
#nav-set2-contact-us {
    background-image: url("../images/navigation/contact-us.gif");
}
#nav-set2-buy-stuff {
    background-image: url("../images/navigation/buy-stuff.gif");
}
#nav-set2-join-mailing-list {
    background-image: url("../images/navigation/join-mailing-list.gif");
}


/*********** MAIN PANEL ***************/

.caffeine-main-panel .x-panel-body{
    background-color:#331A00;
    overflow:visible;
    height:100% !important;
}

.caffeine-main-panel {
    height:100%;
    background-color:#331A00;
}

#caffeine-main-panel-content {
    float:right;
    background-color:#331A00;
    padding:0;
    width:804px;
    /*FIXheight:100%;*/
}


#caffeine-main-panel-articles {
    padding-left:20px;
    padding-right:20px;
}

.caffeine-article {
    color: white;
    margin-bottom:40px;
    clear:both;
}

#caffeine-main-panel-content h1 {
    font-size: 18px;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 5px;

}

#caffeine-main-panel-content h2 {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 5px;

}

#caffeine-main-panel-content h4 {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 5px;

}
.caffeine-form-label {
    text-align:right;
    line-height:30px;
    color: #A6A2FF;
    padding-right:10px;
    vertical-align:top;

}


#caffeine-main-panel-mailing-list input, 
#caffeine-main-panel-mailing-list textarea {
    font-family: Verdana, Helvetica, sans-serif;
    color: #4F4F4F;
    font-size:14px;

}

#caffeine-main-panel-mailing-list select {
    width:230px;
}

#caffeine-main-panel-mailing-list h1 {
    font-size:20px;
    color: #A6A2FF;
    margin-bottom:20px;
    padding-left:50px;
}

#caffeine-main-panel-mailing-list table {
    width:700px;
    padding-left:30px;
}

#caffeine-main-panel-mailing-list textarea {
    margin-top:10px;
}

#caffeine-main-panel-mailing-list .caffeine-form-buttons {
    text-align:left;

}
#page-footer {
    margin-bottom:25px;
    margin-top:10px;
    clear:both;
    /*margin-left:198px;
    border-left:solid 2px #FFFFFF;
    clear:both;
    */

}

#page-footer div{
    text-align: center;
    color: #B15900;
    font-size: 12px;
    line-height:18px;
}

#page-footer span {
    color: #FFFFFF;
}

.caffeine-error-page {
    color: #B15900;
    background-color:#331A00;
    text-align:center;
    height:250px;
}

.caffeine-error-page a {
    font-size: 14px;
    text-decoration:underline;
    color:white;
}

.caffeine-error-page a:hover {
    color: #B15900 !important;
}

.caffeine-error-page a:visited, a:active {
    color:white;
    font-size: 14px;
    text-decoration:underline;
}
