@CHARSET "UTF-8";

/* --------------------------------------------------------------

    Page Name:  partyknack
    WP-Theme:   partyknack

    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: #d1d0d5;
    font: 12px/14px Verdana, Tahoma, sans-serif;
    background: #000 url(img/bg_body.png) no-repeat 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 {
    color: #d1d0d5;
    text-decoration: underline;
    outline: 0;
    -moz-outline:0;
}
a:focus,
a:hover {
    color: #dc18a5;
}

p {
    padding-bottom: 12px;
}

.post {
    margin: 12px;
}

/* 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;
}

.small {
    font-size: 12px;
    font-weight: normal;
}

.disclaimer {
    font-size: 9px;
}

.black {
    color: #000;
}

.magenta {
    color: #dc18a5;
}
.purple {
    color: #8d66e3;
}

.with_minheight {
    min-height: 452px;
    height: auto !important;
    height: 452px;
}

address {
    font-style: normal;
}

.indented {
    padding-left: 12px;
}

.margin {
    margin: 12px;
}


/* Wrapper
-------------------------------------------------------------- */
#wrapper {
    padding-top: 30px;
    margin: 0 auto;
    width: 800px;
}


/* Header
-------------------------------------------------------------- */
#header {
    height: 292px;
    background: transparent url(img/bg_header.png) no-repeat bottom center;
}

#header .badge {
    margin: -80px 0 0 700px;
}


/* Newsletter
-------------------------------------------------------------- */
#post-66 h1 {
    margin-bottom: 30px;
    background: transparent url(img/hl_partyknack_news.png) no-repeat top left;
}

#newsletterbox {
    margin-top: -120px;
    *margin-top: -124px;
    margin-right: 100px;
    float: right;
}

#inputfield {
    float: right;
    background: transparent url(img/bg_input.png) no-repeat top left;
    height: 22px;
    width: 180px;
    margin: -115px 160px 0 0;
    *margin-top: -119px;
}

.newsletterTextInput {
    float: right;
    background-color: transparent;
    display: block;
    padding-top: 2px;
    *padding-top: 4px;
    margin-right: 5px;
    border: none;
    font-size:11px;
    color: #d1d0d5;
    height: 20px;
    width: 172px;
    *width: 170px;
}

.submit, .submit:hover {
    float: right;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 11px;
    color: #d1d0d5;
    height: 22px;
    width: 55px;
}
.submit {
    background: transparent url(img/bg_button_sprite.png) no-repeat 0 0;
}
.submit:hover {
    background: transparent url(img/bg_button_sprite.png) no-repeat 0 -22px;
}

.rightAlign {
    width: 580px;
}

.error, .success {
    text-align: right;
    position: absolute;
    width: 315px;
    margin: 4px;
    font-weight: bold;
    font-size: 11px;
}

.error, .errorTitle {
    color: red;
}
.success {
    color: lime;
}
#newsletterLoading {
    text-align: right;
    width: 334px;
    /*IE*/
        *position: relative;
        *padding: -50px;
        *width: 334px;
    /*IE*/
    margin: 2px 5px 0 5px;
}

.success1 {
	width: 500px;
	padding: 0 0 12px 0;
}

/* Content Box
-------------------------------------------------------------- */
#content_box {
    min-height: 452px;
    background: transparent url(img/bg_content_box.png) repeat-y top center;
}


/* Sidebar
-------------------------------------------------------------- */
#sidebar {
    float: left;
    width: 171px;
    min-height: 452px;
    background: #0a0a0a url(img/bg_sidebar1.png) no-repeat;
}

#nav_pages {
    margin: 0;
    *margin: 0;
}
#nav_pages li,
#nav_pages li a {
    display: block;
    width: 171px;
    height: 40px;
    text-indent: -9999px;
}

#nav_pages #panel1         { background: transparent url(img/navigation_sprite.png) no-repeat 0 0; }
#nav_pages #panel1:hover,
#nav_pages #panel1.active1 { background: transparent url(img/navigation_sprite.png) no-repeat -171px 0; }

#nav_pages #panel2         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -40px; }
#nav_pages #panel2:hover,
#nav_pages #panel2.active2 { background: transparent url(img/navigation_sprite.png) no-repeat -171px -40px; }

#nav_pages #panel3         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -80px; }
#nav_pages #panel3:hover,
#nav_pages #panel3.active3 { background: transparent url(img/navigation_sprite.png) no-repeat -171px -80px; }

#nav_pages #panel4         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -120px; }
#nav_pages #panel4:hover,
#nav_pages #panel4.active4 { background: transparent url(img/navigation_sprite.png) no-repeat -171px -120px; }

#nav_pages #panel5         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -160px; }
#nav_pages #panel5:hover,
#nav_pages #panel5.active5 { background: transparent url(img/navigation_sprite.png) no-repeat -171px -160px; }

#banner, #banner:hover {
    background: transparent url(img/chathaus-base-chat.png) no-repeat top left;
    width: 120px;
    height: 120px;
    margin: 15px 25px 0px 20px;
    cursor: pointer;
}
#banner, #banner2 {
    border: 3px solid #444444;
}
#banner:hover, #banner2:hover {
    border: 3px solid #a4a3a8;
}

#banner2, #banner2:hover {
    width: 120px;
    height: 120px;
    margin: 15px 25px 0px 20px;
    cursor: pointer;
}

/* Content
-------------------------------------------------------------- */
#content {
    float: right;
    width: 629px;
    min-height: 452px;
    background: transparent url(img/bg_content.png) no-repeat top left;
}


/* Home
-------------------------------------------------------------- */
#post-3 p {
    padding-bottom: 0px;
}

#post-3 {
    margin: 0;
    min-height: 452px; /* necessary for ie7 to display complete bg graphic */
    background: transparent url(img/bg_girl.png) no-repeat bottom left;
}

#opener {
    margin:0;
    width: 445px;
    height: 207px;
    text-indent: -9999px;
    background: transparent url(img/hl_home.png) no-repeat top left;
    padding-bottom: 0px;
}

.big_line {
    line-height: 0px;
}
.partyknack_number {
    margin-top: 0px;
    display: block;
    width: 365px;
    height: 86px;
    text-indent: -9999px;
    background: transparent url(img/partyknack_number.png) no-repeat top left;
}
.more_numbers {
    margin-left: 190px;
    white-space: nowrap; /* avoid white space wrap in ie 7 */
}

#post-3 .p_home {
    padding-top: 30px;
}

#post-3 #infobox {
    margin: 5px 0 5px -10px;
    width: 430px;
    height: 70px;
    background: transparent url(img/bg_infobox.png) no-repeat center left;
}
#post-3 #infobox_content {
    color: #fff;
    padding: 15px 0 0 20px;
    line-height: 20px;
}

.disclaimer_home {
    width: 420px;
    font-size: 9px;
}


/* Telefonchat
-------------------------------------------------------------- */
#post-4 {
    margin: 0;
    min-height: 452px; /* necessary for ie7 to display complete bg graphic */
    background: transparent url(img/bg_content_phonechat.png) no-repeat bottom left;
    font-size: 14px;
    line-height: 19px;
}

#post-4 h2 {
    margin: 12px 12px 30px 12px;
    background: transparent url(img/hl_partyknack.png) no-repeat top left;
}

#description {
    width: 320px;
    margin: 0 0 0 12px;
}


/* Carrier access code (cac)
-------------------------------------------------------------- */
#post-5 h2 {
    margin-bottom: 30px;
    background: transparent url(img/hl_cac.png) no-repeat top left;
}

#post-5 #newsbox_cac {
    margin: 0 0 20px 0;
    height: 110px;
    color: #ffffff;
    background: transparent url(img/bg_newsbox_wide.png) no-repeat top center;
}
#post-5 #newsbox_cac_content {
    padding: 7px 20px 10px 25px;
}
#post-5 #newsbox_cac_content h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
#post-5 #newsbox_cac_content p[class~=bigger] {
    margin: 20px 0 5px 40px;
}

#post-5 #newsbox_mobile {
    margin: 20px 0;
    height: 110px;
    color: #ffffff;
    background: transparent url(img/bg_newsbox_wide.png) no-repeat top center;
}
#post-5 #newsbox_mobile_content {
    padding: 7px 20px 10px 25px;
}
#post-5 #newsbox_mobile_content h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
#post-5 #newsbox_mobile_content p[class~=bigger] {
    margin: 20px 0 5px 40px;
}

#post-5 #newsbox_service {
    margin: 20px 0;
    height: 110px;
    color: #ffffff;
    background: transparent url(img/bg_newsbox_wide.png) no-repeat top center;
}
#post-5 #newsbox_service_content {
    padding: 7px 20px 10px 25px;
}
#post-5 #newsbox_service_content h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
#post-5 #newsbox_service_content p[class~=bigger] {
    margin: 20px 0 20px 40px;
}


#add_info {
    margin: 20px 0;
    height: 110px;
    background: transparent url(img/bg_add_info.png) no-repeat top center;
}
#add_info_content {
    padding: 7px 20px 10px 25px;
}
#add_info ul {
    margin: -12px 0 0 30px;
    list-style-type: square;
}
#add_info ul li {
    clear: both;
    margin: 10px 0;
}


/* Rooms & Handling
-------------------------------------------------------------- */
#post-6 h2 {
    margin-bottom: 30px;
    background: transparent url(img/hl_handling.png) no-repeat top left;
}

#post-6 h3 {
    padding-left: 10px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 7px;
    background: transparent url(img/bg_hl_handling_purple.png) no-repeat top center;
}
#post-6 h3.black {
    background: transparent url(img/bg_hl_handling_black.png) no-repeat top center;
}

.handling {
    margin: 0 0 30px 30px;
}
.handling li {
    clear: both;
    margin-right: 12px;
    line-height: 30px;
}
.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; }
.three    { background:  transparent url('img/key_3.png') no-repeat center center; }
.four     { background:  transparent url('img/key_4.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;
}


/* AGB
-------------------------------------------------------------- */
#donts {
        margin: 0 0 20px 30px;
        list-style-type: square;
}


/* Footer
-------------------------------------------------------------- */
#footer {
    padding: 7px 20px;
    height: 44px;
    font-size: 10px;
    color: #787878;
    line-height: 30px;
    background: transparent url(img/bg_footer.png) no-repeat top center;
}

#footer a {
    color: #787878;
    text-decoration: none;
}
#footer a:hover {
    color: #e10b7a;
}
