﻿#iadb_v2_left_column{
    width:30%;
    max-width:260px;
    float:left;
}

.img_fp_logo{
    margin:10px;
}
.updateMode {
    background-color: red;
    color: white;
    width: 100%;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 100;
}
.search-box {
    background-color: white;
    color: darkblue;
    padding: 5px;
    margin: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

.arial {
    font: 14px/20px Arial, sans-serif;
    font-weight: bold;
}

.search-box a:link {
    color: darkblue;
}

#iadb_wrapper {
    margin: 10px 10px 10px 260px;
    -webkit-box-shadow: inset 0px 2px 1px rgba(255,255,255,0.1), 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 1px rgba(255,255,255,0.1), 0px 2px 3px 0px rgba(0,0,0,0.2);
    font-weight:bold;
}

#iadb_main_content {
    background-color: ghostwhite;
    padding:25px;
}

.masthead_outer, .masthead_inner, .page_nav, .page_nav_bottom {
    border-radius: 4px 4px 0px 0px;
    font: 14px/20px Trebuchet, Arial, sans-serif;
    margin: auto;
}

.masthead_inner {
    box-shadow: 0px 2px 1px black, 0px 2px 3px 0px black;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    clear: right;
    font: 40px/50px Trebuchet, Arial, sans-serif;
    text-shadow: 3px 3px 3px black;
}

.masthead_outer {
    padding: 10px;
}

.nav_bar_new {
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .nav_bar_new a:link, .nav_bar_new a:visited {
        color:white !important;
    }

    .nav_bar_new a:hover {
        text-decoration: underline !important;
    }

    .skyscraper_ad{
        float:right;
    }

.featured_box {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 10px;
    margin: 20px 5px 5px 5px;
    border-radius: 4px;
    font-weight: bold;

}
.footer {
    font: 14px/20px Trebuchet, Arial, sans-serif;
    margin: auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    clear: both;
}

.footer h4{
    color:white;
}

.footer a:link, .footer a:visited{
    color:white;
}

    .footer a:hover {
        text-decoration:underline;
    }

.iadbLogin {
    float: right
}

.series_image {
    width: 280px;
    -webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.7);
    box-shadow: rgba(0,0,0,.7) 5px 5px 5px;
}


.headerButton {
    margin-bottom: 5px;
    background-color: transparent;
    box-shadow: 0px 2px 1px black, 0px 2px 3px 0px black;
    border: none;
    font-weight: bold;
    padding: 5px;
    color: white;
}

.headerButton2 {
    margin-bottom: 5px;
    background-color: transparent;
    box-shadow: 0px 2px 1px black, 0px 2px 3px 0px black;
    border: none;
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    color: white;
}

.shortButton {
    color: white;
    font: 14px/20px Trebuchet, Arial, sans-serif;
    width: 104px;
    height: 30px;
    font-weight: bold;
    padding-left: 20px;
    border-style: none;
}

.longButton {
    color: white;
    font: 14px/20px Trebuchet, Arial, sans-serif;
    width: 221px;
    height: 30px;
    font-weight: bold;
    padding-left: 20px;
    background-position-y: 30px;
    border-style: none;
}

.image_thumb {
    -webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.7);
    box-shadow: rgba(0,0,0,.7) 5px 5px 5px;
    margin: 5px 20px 5px 0px;
}

.unknown_artist {
    float: left;
    -webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 5px;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.7);
    box-shadow: rgba(0,0,0,.7) 5px 5px 5px;
    margin:10px;
}

 .pms, .no_ads  {
    margin: 0px 0px 10px 0px;
    text-align: center;
    padding: 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
    box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
    border-radius: 7px;
}

 .submitter{
     font-size:.9em;
 }


    #login_box a, .pms a, .no_ads a {
        text-decoration: none;
    }

ol#toc {
    height: 2em;
    list-style: none;
    padding: 0;
    padding-top: 10px;
    border-top: 1px solid white;
}

    ol#toc a {
        height: 24px;
        color: lightcyan;
        font-weight: bold;
        padding-left: 25px;
        display: block;
        float: left;
        text-decoration: none;
        text-shadow: 3px 3px 3px black;
        margin-top: -5px;
    }

        ol#toc a:hover {
        }

            ol#toc a:hover span {
            }

    ol#toc li {
        float: left;
        margin: 0 1px 0 0;
    }

        ol#toc li a.active {
            color: #fff;
            font-weight: bold;
        }

            ol#toc li a.active span {
            }

.page_content {
    background-color: whitesmoke;
    color: darkslategrey;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px darkgreen;
    box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px darkgreen;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px 4px 0 0;
    margin: auto;
}

.featured_box {
    background-color: whitesmoke;
    color: darkslategrey;
}

#info_box{
    font-weight:bold;
}

#info_box a:link, #info_box a:visited{
    color:white;
    text-decoration:none;
}

    #info_box a:hover {
        color: white;
        text-decoration: underline;
    }

.right_column_master {
    width: 320px;
    float: right;
    position: relative;
    text-align: center;
    margin: 20px;
    background-color: whitesmoke;
    color: darkslategrey;
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px darkgreen;
    box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px darkgreen;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.clearfix{
    clear:both;
}

dd {
    text-indent: 20px !important;
    margin-bottom: 0 !important;
}

    dd dl dd {
        text-indent: 40px !important;
        margin-bottom: 0 !important;
    }

.listing2 {
    background-color: white;
}

.listing1 {
    background-color: #c0d3e2;
}

.listing1, .listing2 {
    padding: 0px 10px 10px 10px;
    margin: 10px 0px;
    -webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
    box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
}

.musiccard {
    float: right;
    -webkit-box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.7);
    box-shadow: rgba(0,0,0,.7) 5px 5px 15px;
}

@media only screen and (max-width: 1200px) {
    #archive_icons, .characterList, .legend_box {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    #iadb_v2_left_column {
        width: 100%;
        max-width:640px;
        float: none;
    }
    #iadb_wrapper {
        margin-left: 0px;
    }
}

.entryBox {
    float:left;
    margin:10px;
    background-color:lightcyan;
    border:1px solid navy;
    padding:10px;
}
