/*
        /00000000000             /0   0\      000       000
        00000000000/            /000 000\    0   0      000
            0000     /00000000  000000000   00   00   /000000/
            0000     000   000  000 0 000  000000000    000
            0000     000   000  000   000  000   000    000
            000/     00000000/  000   000  000   000    000

           Page & style by Thomas Renck  http://X-INfERNO.com
*/

/* MAIN PAGE STYLES START */

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    padding-top:0;
    margin-top:0;
    background-color:#f2f2f2;

}

h1 {
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 200%;
    font-weight:lighter;
    margin:0px;
    text-transform:uppercase;
    color:black;
    border:0;
    text-decoration:none;
}
h1 a {
    text-decoration: none;
    color: white;
}

h2 {
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 140%;
    font-weight:lighter;
    margin:0px;
    color:black;
}

h3 {
    font-size:18px;
    font-weight:bold;
}

a.album_title {
    border:0; text-decoration:none; color:black;
}

div.label {
    font-family:Georgia, "Times New Roman", Times, serif;
    border:0px solid green;
    margin:0 20px 15px 5px;
    color:#111111;
    font-weight:bold;
    margin-right:20px;
    clear:both;
    border-bottom:1px dotted #CCCCCC;
    padding:0 0 5px 10px;
}

div.album_desc {
    width:450px;
    margin: 0 0 50px 30px;
    line-height:20px;
}

div.track_list {
    border: 0px dotted green;
    float:left;
    width:200px;
    margin-left:10px;
    /*line-height: 20px;*/
}

li.track_list{
    border:0px;
    margin:0 0 9px 0;
    padding:0px;
}
span.track_duration {
    color:#999;
    font-size:9px;
    margin-left:7px;
}

div.date_line {
    border:0px solid green;
    margin:0 0 5px 0;
    color:#CCCCCC;
    font-size:90%;
}

div.header, .body_main, .footer, .dark_footer {
    border:0px solid green;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
}
div.header {
    height:270px;
    background-image:url(../images/body_bg.png);

}

img.header {
    margin-left:30px;
    margin-top:10px;

}

div.nav {
    margin-left:30px;
    margin-top:3px;
    border: 0px solid green;
    background-image:url(../images/nav_bg.jpg);
    width: 940px;
    height: 80px;
}

div.body_main {
    background-image:url(../images/body_bg.png);
}

.body_left {
    margin-left:30px;
    padding:0 0 0 10px;
    border:0px solid green;
    background-color:#ffffff;
    width:600px;
    /*height:500px; */
    float:left;
}

.body_right {
    float:right;
    border:0px solid red;
    margin-right:30px;
    width:330px;
}

.body_clear {
    border:0px solid red; height:1px; clear:both;
}

div.footer {
    height:75px;
    background-image:url(../images/footer_bg.png);
}

div.dark_footer {
    height:90px;
    background-image:url(../images/footer_bg_dark.png);
}

div.footer_link_bar {
    border:0px solid green; width:95%; height:53px; margin-left:auto; margin-right:auto; position:relative; top:25px;
}

img.footer_link, .image_link {
    border:0;
}

a.footer_link {
    border:0;
    margin-left:15px;
}

.copyright {
    color:#AAAAAA;
    font-size:10px;
    height:30px;
    margin:5px auto 0;
    text-align:center;
    width:800px;
}
a.copyright {
    color:#888888;
    text-decoration:none;
}

div.nav_link_bar {
    border:0px solid green;
    width:700px;
    height:35px;
    position:relative;
    top:46px;
    left:250px;
}

img.nav_link {
    height:34px;
    border:0px solid green;
    margin:-2px;
    padding:0px;
}
a.nav_link {
    border:0px solid red;
    margin:0;
}

div.album_thumb {
    border:0px solid black; width:150px; height:150px; float:left;
}

div.album_description {
    border:0px solid green; width:400px; height:150px; float:left; margin-left:15px; padding: 5px 0 5px 0;
}

div.story_right {
    border:0px solid green;
    width:380px;
    min-height:300px;
    float:right;
    margin-right:20px;
    margin-bottom:35px;
    line-height:20px;
}

div.story_pics {
    border:0px solid green;
    width:170px;
    min-height:300px;
    float:left;
    margin-bottom:35px;
}

img.story_pics {
    margin-bottom:20px;
}

div.page_title {
    width:520px; height:30px; margin:0 40px 0 40px; border-bottom:1px dotted #dddddd;  padding-left:15px;
}

div.schedule_content {
    width:510px; border:0px dotted #ff1111; clear:left; margin:0 0 65px 65px;
}

div.month_title {
    border-bottom:1px dotted #dddddd; margin:10px 0 10px 0; padding-left:15px;
}

div.event_container {
    min-height:65px; border:0px dashed #eeeeee; margin:5px 0 0 25px;
}

div.date_box { 
    float:left; border:1px solid white; width:65px; height:65px; background-image:url(../images/date_box.png);
}

div.day_of_week {
    font-size:150%; border:0px solid #00FF00; color:white; margin: 10px 0 0 12px; padding:0;
}

div.day_of_month {
    font-size:200%; border:0px solid #00FF00; color:white; margin: -5px 0 0 18px;  padding:0;
}

div.event_text {
    float:left;  width:400px; border:0px solid blue; margin-left:05px; padding-top:5px;
}



/*------------------------------*/
/*    MEDIA PAGE STYLES         */
/*------------------------------*/

div.mediamod_top {
    background-image:url(../images/modules/media_bg_top.png); width:580px; height:16px;
}

div.mediamod_mid {
    background-image:url(../images/modules/media_bg_mid.png); width:580px; padding-top:10px; padding-bottom:10px;
}

div.mediamod_bottom {
    background-image:url(../images/modules/media_bg_bottom.png); width:580px; height:35px; margin-bottom:15px;
}

div.mediamod_icon {
    border:0px solid red; width:110px; float:left;
}

div.mediamod_content {
    border:0px solid red; width:450px; float:left;
}

div.mediamod_text {
    color:#eeeeee; line-height:20px;
}

.read_more {
    color:#777777;
    font-size: 90%;
    text-decoration:none;
}

/*---------------------------*/
/*    FORM STUFF             */
/*---------------------------*/
.input_label {
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#CCC;
    font-size:12px;

}

.text_field {
    background-color:#1e1b1e;
    color:#CCC;
    width:300px;
    padding:3px;
    margin-top: 4px;
    margin-bottom: 14px;
    border:3px solid #D5D5D5;
}

.submit_button {
    font-weight:bold;
    border:1px solid #CCC;
    color:#CCC;
    background-color:#646a54;
    cursor:pointer;
}



