@CHARSET "UTF-8";

/* --------------------------------------------------------------

    Page Name:  schalker-telefonchat
    WP-Theme:   schalker-telefonchat

    Version: 1.0

    VersionDate: Autumn 2009

    Author: Thomas Harta
    E-Mail: harta@basis-audionet.de
    H-Page: http://www.basis-audionet.de

    style.css
    * Sets up the page layout.

-------------------------------------------------------------- */


/* Avoids "page jumps" by forcing the vertical scrollbar
   Should work in Firefox, Safari, IE 6
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
}


/* These rather presentational classes are generated by WordPress,
    so it's useful to have some styles for them.
-------------------------------------------------------------- */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    margin: 10px;
    padding: 10px;
    text-align: center;
    background: #cccccc;
    border: 1px solid #666666;
}


/* Body settings
-------------------------------------------------------------- */
body {
    color: #bcbcbc;
    font: 12px/14px Verdana, Tahoma, sans-serif;
    background: #01051a url(img/bg_body.png) repeat-x top center;
}


/* Typography settings like headlines, paragraphs, etc.
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    line-height: 22px;
    padding: 11px 0;
}
h1 { font-size: 22px; text-indent: -9999px; }
h2 { font-size: 20px; text-indent: -9999px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

a, a:focus {
    color: #bcbcbc;
    text-decoration: underline;
    outline: 0;
    -moz-outline:0;
}
a:hover {
    color: #39579f;
}

p {
    padding-bottom: 12px;
}

li {
    list-style-type: none;
    padding-bottom: 10px;
}


/* Miscellaneous classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}

.clear {
    clear: both;
}

em,
.italic {
        font-style: italic;
}

.bold {
        font-weight: bold;
}

.big {
    font-size: 16px;
}
.bigger {
    font-size: 36px;
}

.indented {
    padding-left: 50px;
}

.disclaimer {
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 9px;
}

.blue {
    color: #39579f;
}

.red {
    color: #c32c23;
}

.small {
    font-size: 11px;
    font-weight: normal;
}

.with_minheight {
        min-height: 485px;
        height: auto !important;
        height: 485px;
}

address {
    font-style: normal;
}


/* Wrapper
-------------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    width: 800px;
}


/* Header
-------------------------------------------------------------- */
#header {
    height: 250px;
    background: transparent url(img/bg_header.png) no-repeat bottom center;
}

#header .badge {
    margin: 90px 0 0 -100px;
}

/* Navigation
-------------------------------------------------------------- */
#navigation {
    width: 800px;
    height: 50px;
    background: transparent url(img/bg_navigation.png) no-repeat;
}

#nav_pages {
    margin-left: 48px;
}
#nav_pages li,
#nav_pages li a {
    display: block;
    float: left;
    width: 150px;
    height: 50px;
    text-indent: -9999px;
    padding-bottom: 0px;
}

#nav_pages #panel1         { background: transparent url(img/navigation_sprite.png) no-repeat 0 0; }
#nav_pages #panel1:hover   { background: transparent url(img/navigation_sprite.png) no-repeat 0 -50px; }
#nav_pages #panel1.active1 { background: transparent url(img/navigation_sprite.png) no-repeat 0 -100px; }

#nav_pages #panel2         { background: transparent url(img/navigation_sprite.png) no-repeat -150px 0; }
#nav_pages #panel2:hover   { background: transparent url(img/navigation_sprite.png) no-repeat -150px -50px; }
#nav_pages #panel2.active2 { background: transparent url(img/navigation_sprite.png) no-repeat -150px -100px; }

#nav_pages #panel3         { background: transparent url(img/navigation_sprite.png) no-repeat -300px 0; }
#nav_pages #panel3:hover   { background: transparent url(img/navigation_sprite.png) no-repeat -300px -50px; }
#nav_pages #panel3.active3 { background: transparent url(img/navigation_sprite.png) no-repeat -300px -100px; }

#nav_pages #panel4         { background: transparent url(img/navigation_sprite.png) no-repeat -450px 0; }
#nav_pages #panel4:hover   { background: transparent url(img/navigation_sprite.png) no-repeat -450px -50px; }
#nav_pages #panel4.active4 { background: transparent url(img/navigation_sprite.png) no-repeat -450px -100px; }


/* Content Box
-------------------------------------------------------------- */
#content_box {
    width: 800px;
    min-height: 485px;
    background: transparent url(img/bg_content_box.png) repeat-y top left;
}


/* Content
-------------------------------------------------------------- */
#content {
    width: 800px;
    min-height: 485px;
    background: transparent url(img/bg_content.png) no-repeat top left;
}


/* Home
-------------------------------------------------------------- */
#post-11 {
    color: #000;
    min-height: 485px; /* necessary for ie7 to display complete bg graphic */
    background: transparent url(img/bg_content_home.png) no-repeat top left;
}

#opener {
    width: 800px;
    height: 202px;
    text-indent: -9999px;
    background: transparent url(img/hl_home.png) no-repeat center 24px;
}

.schalke_number {
    width: 512px;
    height: 148px;
    text-indent: -9999px;
    background: transparent url(img/schalke_number.png) no-repeat center 20px;
}

.sfcv_home {
    float: right;
    padding: 30px 247px 0 0;
    color: #39579f;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.disclaimer_home {
    float: right;
    padding-top: 7px;
    font-family: 'Times New Roman', serif;
    width: 600px;
    font-size: 11px;
}

#swf {
	position: absolute;
	margin-top: -370px;
	*margin-top: -415px;
}


/* Schalker Telefonchat
-------------------------------------------------------------- */
#post-12 {
    min-height: 485px; /* necessary for ie7 to display complete bg graphic */
    background: transparent url(img/bg_content_phonechat.png) no-repeat top left;
    font-size: 13px;
    color: #000;
    line-height: 19px;
}

#post-12 h2 {
    margin: 0 0 0 15px;
    height: 60px;
    background: transparent url(img/hl_phonechat.png) no-repeat top left;
}

#description {
    width: 420px;
    margin: 0 0 0 12px;
}

#post-12 a, #post-12 a:focus {
    color: #000;
    text-decoration: underline;
    outline: 0;
    -moz-outline:0;
}

#post-12 a:hover {
    color: #39579f;
}


/* Rooms & Handling
-------------------------------------------------------------- */
#post-13 {
    margin: 0 10px 10px 10px;
}

#post-13 h2 {
    margin: 0 0 0 5px;
    height: 60px;
    background: transparent url(img/hl_handling.png) no-repeat top left;
}

#post-13 h3 {
    padding-left: 10px;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 11px;
    background: transparent url(img/bg_hl_handling_blue.png) no-repeat top left;
}
#post-13 h3.black {
    background: transparent url(img/bg_hl_handling_black.png) no-repeat top left;
}

.handling_list {
    margin: 0 0 20px 30px;
    list-style-type: square;
}

.handling {
    margin: 0 0 30px 30px;
}
.handling li {
    clear: both;
    margin-right: 12px;
    line-height: 30px;
    padding-bottom: 0px;
}
.handling li.info {
    margin: 10px 0;
    line-height: 16px;
}
.handling li.special {
    margin: 10px 0;
    line-height: 30px;
}
.handling li.special label {
    line-height: 25px;
}
.handling li label {
    width: 45px;
    float: left;
}
.handling li label.wide {
    width: 280px;
}
.handling li label.wider {
    width: 490px;
}

.key {
    text-indent: -99999px;
    float: left;
    margin: 0 10px;
    width: 25px;
    height: 25px;
}

.one      { background:  transparent url('img/key_1.png') no-repeat center center; }
.two      { background:  transparent url('img/key_2.png') no-repeat center center; }
.eight    { background:  transparent url('img/key_8.png') no-repeat center center; }
.null     { background:  transparent url('img/key_0.png') no-repeat center center; }
.hash_key { background:  transparent url('img/key_hk.png') no-repeat center center; }
.asterisk { background:  transparent url('img/key_ar.png') no-repeat center center; }

.merge {
    margin-right: -5px;
}


/* Questions
-------------------------------------------------------------- */
#post-14 {
    margin: 0 10px 10px 10px;
}

#post-14 h2 {
    margin: 0 0 0 5px;
    height: 60px;
    background: transparent url(img/hl_questions.png) no-repeat top left;
}

#post-14 h3 {
    padding: 11px 0 0 10px;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 11px;
    background: transparent url(img/bg_hl_handling_blue.png) no-repeat top left;
}

#post-14 p {
    margin: 0 0 20px 20px;
}


/* Past Events
-------------------------------------------------------------- */
#post-22 h2 {
    margin: 0 0 0 5px;
    height: 60px;
    background: transparent url(img/hl_events.png) no-repeat top left;
}

#post-22, #post-24, #post-31 {
    margin: 0 10px 10px 10px;
}


/* Sidebar
-------------------------------------------------------------- */
#sidebar {
    width: 800px;
    height: 215px;
    background: transparent url(img/bg_sidebar.png) no-repeat;
}

#sidebar a, #sidebar a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -moz-outline:0;
}
#sidebar a:hover {
    color: #39579f;
}

#news {
    float: left;
    margin: 8px 0 0 10px;
    width: 485px;
    height: 200px;
    background: transparent url(img/bg_news.png) no-repeat;
}

#news_content {
    margin: 12px;
    *margin: 10px 12px 12px 0;
    width: 460px;
    height: 157px;
}

#events-list {
    width: 460px;
    height: 157px;
}

.hl_news {
    padding: 4px 0 0 35px;
    color: #39579f;
}

.archiv {
    float: right;
    padding-right: 20px;
    *margin-top: -22px;
    color: #bcbcbc;
}

#advertise {
    float: right;
    margin: 8px 10px 0 0;
    width: 285px;
    height: 200px;
    background: transparent url(img/bg_advertise.png) no-repeat;
}

.hl_advertise {
    padding: 4px 0 0 35px;
    color: #39579f;
}

#banner1, #banner1:hover, #banner2, #banner2:hover {
    width: 120px;
    height: 120px;
    border: 3px solid #393939;
}
#banner1:hover, #banner2:hover {
    border: 3px solid #6c6c6c;
}
#banner1 {
    float: left;
    margin: 24px 0 0 12px;
    background: transparent url(img/chathouse-chathaus-base-chat.png) no-repeat;
}
#banner2 {
    margin: 24px 0 0 147px;
    background: transparent url(img/banner_sfcv.png) no-repeat;
}


/* Impressum
-------------------------------------------------------------- */
#post-15 {
    margin: 0 10px 10px 10px;
}


/* AGB
-------------------------------------------------------------- */
#post-16 {
    margin: 0 10px 10px 10px;
}

#donts {
    margin: 0 0 20px 30px;
    list-style-type: square;
}

#post-16 li {
    list-style-type: square;
    padding-bottom: 0px;
}


/* Footer
-------------------------------------------------------------- */
#footer {
    padding: 0 20px;
    height: 50px;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 40px;
    background: transparent url(img/bg_footer.png) no-repeat top center;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}
#footer a:hover {
    color: #5f8efd;
}