@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator     YAML Builder V1.0 beta1 (http://builder.yaml.de)
 * @file        my_layout.css
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_slidingdoor.css);
@import url(screen/basemod.css);
@import url(screen/content.css);
@import url(../yaml/core/iehacks.css);

body 
{ 
    background: #61a3da url('../../images/gradients/background_gradient_1_288.gif') repeat-x; 
    padding: 10px 0; 
}

/* Cover display */
#cover-display
{
    text-align: center;
}

/* headlines */
h1.line
{
    border-bottom: 2px solid #dddddd;
}

/* Textstyles */
.alternatetext
{
    color: #C0C0C0;
    font-style: bold;
}

/* Liststyle for main listings like tracklists or persons */
.listheading
{    
    border-bottom: 1px solid #dddddd;
}

/* myFMDB Toolbar */
div#myfmdb_tools
{
    background-color: #DDDDDD;
    border: 1px solid #EEEEEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
    margin: 2px;
    vertical-align: baseline;
}

/* Fieldset */
fieldset.formular ol 
{  
    padding: 1em 1em 0 1em;  
    list-style: none;
}

fieldset.formular li 
{  
    padding-bottom: 1em;
}

/* Formular */
label.overview
{
    font-weight: bold;
}

form.formular label
{
    display: block;
}

form label.erstes
{
    margin-top: 20px;
}

form input
{
    border: 1px solid #000000;
    padding: 1px;
}

form .submit
{
    background: #FFFFFF;
    font-size: small;
    float: right;
}

form select
{
    border: 1px solid #000000;
}

form .formular
{
    margin: 0;
    padding: 0;
    display: block;
}

form input[type=checkbox]
{
    border: none;
}

/* Liststyle for misc things */
ul.listing
{
    list-style-type: none;
}

ul.listing li
{
    margin-left: 2px;
    padding-left: 2px;
}

ul.listing li ul
{
    list-style-type: none;
}

ul.listing li ul li
{
    margin-top: -0.3em;
}

h3.listing
{
    font-size: 130%; 
    font-weight: bold; 
    border-bottom: 2px solid #DDDDDD; 
    margin: 5px 0 5px 0;
}

/* Listing for persons and other related information */
ul.personlisting
{
    list-style-type: none;
}

ul.personlisting li
{
    font-weight: bolder;
}

ul.personlisting li ul
{
    list-style-type: none;
}

ul.personlisting li ul li
{
    font-weight: normal;
}

/* Tabellen */
table.tracklist
{
    width: 100%;
}

table.tracklist tr, table.tracklist td
{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* Releaseboxes */
.listbit
{
    border-top: 1px solid #DDDDDD; 
    padding-bottom: 3px;
}

.subcolumns
{
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #DDDDDD;
}

/* Footer boxes */
.footerbox
{
    float: left;
    width: 200px;
    margin-left: 50px;
}

/* Alphabetical list */
div.alpha-page-list
{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

ul.alphalist
{
    list-style-type: none;
}

ul.alphalist li
{
    float: left;
    display: block;
}

/* Releases */
.rel-bootleg
{
    border: 1px solid #FF5533;
    background-color: #ffcccc;
}

.rel-graytext
{
    color: #888888;
}

/* Adsense */
div#adsense-footer
{
    margin-top: 10px;
    text-align: center;
}

/* Clearing */
.clearing
{
    clear: both;
    display: none;
}

/* Misc */
hr.line
{
    border-bottom: 1px dotted #DDDDDD;
    width: 100%;
}

.warning
{
    border: 2px solid red;
}

/**
 * Links with special icons
 */

a.twitter
{
    background-image: url('../../images/icons/twitter.png');
    background-repeat: no-repeat;
    background-position: left center; 
    padding-left: 20px;
}

a.facebook
{
    
}

/* Fix missing GFX-borders to prevent entries in error_log */
#page_margins, #page, #border-top, #border-bottom, #edge-tl, #edge-tr, #edge-bl, #edge-br
{
    background-image: none;
}

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_003_draft.css); */