/**
* Style sheet screen
*/
HTML
{
    background-image:url("../page/bg_html.gif");
    background-position:left top;
    background-repeat:repeat-x;
}

BODY
{
    background-image:url("../page/pic_header.gif");
    background-position:left top;
    background-repeat:no-repeat;
}

#wrapper
{
    min-width: 850px;
}
#container
{
    margin:20px;
/*    padding-top: 30px;*/
    background: url("../page/fr_top_left.gif") left top no-repeat;
}

#main
{
    margin-right: 290px;
    background: url("../page/fr_bottom_right.gif") right bottom no-repeat;  
}

#main .inside
{
    background: url("../page/fr_top_right.gif") right top no-repeat;
    padding: 10px;
}

#main IMG
{
    padding: 1px;
    border: 1px solid #DDD;
}

#clear
{
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: url("../page/fr_bottom_left.gif") right top no-repeat;  
}

#right
{
    position: relative;
/*    top: -40px;*/
    padding-top:6px;
    background-image:url("../page/bg_sidebar_top.gif");
    background-position:center top;
    background-repeat:no-repeat;
    background-color:#F4F1E0;
}

#right .inside
{
    padding:0em 1em 6px 1em;
    background-image:url("../page/bg_sidebar_bottom.gif");
    background-position:center bottom;
    background-repeat:no-repeat;
}

#copyright {
    position: absolute;
    right: 20px;
    top: 0;
    color: #8A6745;
    font-size: .8em;
}

#logo
{
    left:20px;
    top:83px;
    position:absolute;
    z-index: 1000;
}

#nav_main
{
    height:110px;
    padding-left:370px;
    position: relative;
}

#nav_main UL
{
    position: absolute;
    bottom: 0;
    right: -4px !important;
    right: 20px;
    width: 447px;
}

#nav_main LI {
    float:left;
    display:block;
    margin-left:24px;
    background-repeat:no-repeat;
    text-indent:-10000px;
}

#nav_main A, #nav_main SPAN
{
    display:block;
    height:30px;
    /*	width:100%;*/
    border-bottom:5px solid #462E16;
}

#nav_main A:HOVER, #nav_main A.trail, #nav_main SPAN.active
{
    border-bottom:5px solid #6B5845;
}

#nav_main LI.home
{
    width:28px;
    background-image:url("../page/bt_home.gif");
}

#nav_main LI.artists
{
    width:59px;
    background-image:url("../page/bt_artists.gif");
}

#nav_main LI.news
{
    width:33px;
    background-image:url("../page/bt_news.gif");
}

#nav_main LI.contact
{
    width:54px;
    background-image:url("../page/bt_contact.gif");
}

#nav_main LI.links
{
    width:35px;
    background-image:url("../page/bt_links.gif");
}

#nav_main LI.tourdates
{
    width:70px;
    background-image:url("../page/bt_tourdates.gif");
}

#nav_help
{
    text-align:right;
    background-color:#000000;
    border-top:1px solid #FFFFFF;
    line-height:19px;
    padding-right: 20px;
}

#nav_help LI {
    padding-left: 2em;
}

#nav_help A, #nav_help SPAN
{
    display: inline;
    color:#DDDDDD;
}
#nav_help A:HOVER,
#nav_help .active,
#nav_help .trail
{
    text-decoration: underline;
}

#artists_list_footer {
    text-align: center;
    margin: 20px 290px 20px 20px;
}
#artists_list_footer LI {
    /*    border-right: 1px solid #666666;*/
}
#artists_list_footer LI.last {
    border-right: 0;
}
#artists_list_footer A {
    font-size: .8em;
    color: #666666;
    padding: 0 .5em;
    text-decoration: underline;
}

/* ARTISTS SETCARD */
#adb_setcard #infobar
{
    margin-left: -19px;
    background: url("../page/fr_middle.gif") left bottom no-repeat;
}
#adb_setcard #infobar .inside
{
    margin-right: -10px;
    background: url("../page/fr_top_right.gif") right bottom no-repeat;
}
#adb_setcard #imgbar
{
    float: left;
    margin-left: -10px;
    padding: 14px 14px 0 14px;
    background: url("../page/fr_middle.gif") left top no-repeat;
}
#adb_setcard #txtbar
{
    padding: 19px;
    margin-right: -10px;
    background: url("../page/fr_bottom_right.gif") right top no-repeat;
}

/* ARTISTS SIDEBAR */
#adb_sidebar
{

}
#adb_sidebar UL
{
    margin-bottom: 1em;
}
#adb_sidebar UL LI
{
    display: block;
    margin: .3em .3em .3em 1.5em;
    padding-left: 8px;
    background: url("../page/bl_orange.gif") 0 .4em no-repeat;
    color: #999999;
}
#adb_sidebar H2
{
    text-indent: -10000px;
    line-height: 20px;
    background: left top no-repeat;
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
}
#adb_sidebar #bio H2
{
    border-top: 0;
    background-image: url("../page/hl_biography.gif");
}
#adb_sidebar #reviews H2
{
    background-image: url("../page/hl_reviews.gif");
}
#adb_sidebar #press H2
{
    background-image: url("../page/hl_press.gif");
}
#adb_sidebar #mp3 H2
{
    background-image: url("../page/hl_mp3.gif");
}
#adb_sidebar #website H2
{
    background-image: url("../page/hl_website.gif");
}
#adb_sidebar #tour H2
{
    background-image: url("../page/hl_tour.gif");
}
#adb_sidebar #tour TD
{
    padding:.1em;
}
#adb_sidebar #tour A
{
    padding-right: 12px;
    background: url("../page/bl_link.gif") right .3em no-repeat;
}

/* ARTISTS PREVIEW */
#artists_list_preview LI
{
    display: block;
    clear: both;
    padding-top: 1em;
    border-top: 1px dotted #666666;
}
#artists_list_preview LI.first
{
    padding-top: 0;
    border-top: 0;
}
#artists_list_preview IMG
{
    float: left;
}
#artists_list_preview P
{
    margin: .5em 0;
}
#artists_list_preview DIV
{
    margin-left: 200px;
}

#artists_list_preview .more
{
    text-align: right;
    font-weight: bold;
}

/* TOURDATES */
#tourdates LI
{
    display: block;
}
#tourdates UL
{
    margin-bottom: 1em;
}
#tourdates UL A
{
    padding-right: 12px;
    background: url("../page/bl_link.gif") right .3em no-repeat;
}

/* INDEX-PAGE */
#artists_list_index LI {
    display: block;
    line-height: 2em;
}
#artists_list_index A {
    font-weight: bold;
}
#artist_list
{
    float: left;
    margin-right: 10px;
    background: url("../page/el_arrow_dark.gif") no-repeat left top;
    padding-top: 50px;
}

#img_index
{
    border-bottom: 1px dotted #666666;
}

#page_title
{
    margin: 20px 290px 0 20px;
    line-height: 2em;
}

/* NEWS */
#right .mod_newslist
{
    background: url("../page/hl_news.gif") top left no-repeat;
    padding-top: 20px;
}
.mod_newslist .teaser, .mod_list H2
{
    font-size: 10px;
    text-align: left;
}
.mod_newslist .teaser
{
    margin-top: .5em;
}
.mod_newslist .layout_latest
{
    background: url("../page/bl_orange.gif") 0 .4em no-repeat;
    padding-left: 8px;
    padding-bottom: .3em;
    margin-bottom: .3em;
    border-bottom: 1px dotted #666666;
}
.mod_newslist .layout_latest.first
{
    border-top: 1px dotted #666666;
}
.mod_newslist .layout_latest.last
{
    border: 0;
}
.mod_newslist .more
{
    text-align: right;
    font-weight: bold;
}
.mod_newslist .layout_full
{
    border-bottom: 1px dotted #666666;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.mod_newslist .layout_full .ce_text, .mod_newsreader .layout_full .ce_text
{
    margin: 1em 0;
}

.mod_newslist .pagination, .mod_newsreader .back
{
    font-weight: bold;
    margin: 2em 0;
}
.mod_newslist .pagination A
{
    font-weight: normal;
}

/* LINKS */
#ldb_categories
{
    text-align: right;
    border-bottom: 1px dotted #666;
    padding-bottom: .5em;
}
#ldb_categories LI
{
    padding-left: 1em;
}
#ldb_categories LI.active A
{
    font-weight: bold;
}
#ldb_links H2
{
    padding: 1em 0;
    font-size: 1.5em;
}

/* PAGINATION */
.pagination UL {
    margin: 1em 1em 1em 0;
}
.pagination LI
{
    padding: .4em;
    border: 1px solid #666;
}

/* CONTACT FORM */
.error
{
    color: #FF0000;
}
#contactform {
    margin: 2em 0;
}
#contactform INPUT.submit
{
    border: none;
}
#contactform INPUT.text, #contactform TEXTAREA 
{
    width: 20em;
    padding: .3em;
}
#contactform .submit_container
{
    text-align: right;
}

/* GENERAL */
H1                         { line-height: 2em; }

/* INFOSHEET */
/* Table */
#infosheet TABLE           { border: 1px solid #CCC; }
#infosheet TD,
#infosheet TH              { padding: 10px; }
#infosheet .col_first      { padding-right: 10px; }

/* Tableless */
/*
#infosheet INPUT,
#infosheet TEXTAREA        { float: left; clear: both; }
#infosheet LABEL           { float: left; clear: both; }
#infosheet .formbody DIV   { padding: 20px 10px; }
*/

/* All */
#infosheet INPUT,
#infosheet TEXTAREA        { line-height: 1.6em; border: 1px solid #AAA; padding: 2px; }
#infosheet SPAN.mandatory  { color: #FF0000; }
#infosheet LABEL.mandatory,
#infosheet LABEL.captcha   { font-weight: bold; }
#infosheet .w1             { width: 300px; }
#infosheet .w2             { width: 140px; }
#infosheet .w3             { width: 50px; }
#infosheet .headline       { font-family: Arial, Helvetica, sans-serif; font-size: 18px; border-bottom: 4px solid #CCC; padding-top: 1em; background-color: #EEE; text-transform: uppercase; }

