@CHARSET "UTF-8";

/* --------------------------------------------------------------

    Page Name:  chathouse
    WP-Theme:   chathouse

    Version: 1.0

    VersionDate: Autumn 2009

    Author: Robert Metz
    E-Mail: metz@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: #282828;
    font: 12px/14px Verdana, Tahoma, sans-serif;
    background: #f9f9df url(img/bg_body.png) repeat-x top left;
}


/* 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: #282828;
    text-decoration: underline;
    outline: 0;
    -moz-outline:0;
}
a:focus,
a:hover {
    color: #e10b7a;
}

p {
    padding-bottom: 12px;
}


/* Miscellaneous classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}

.clear {
    clear: both;
}

em,
.italic {
        font-style: italic;
}

.bold {
        font-weight: bold;
}

.big {
    font-size: 16px;
    line-height: 20px;
}
.big2 {
    font-size: 18px;
    line-height: 20px;
}
.big3 {
    font-size: 15px;
    line-height: 16px;
}
.bigger {
    font-size: 36px;
}
.bigger2 {
    font-size: 24px;
    line-height: 32px;
}
.indented {
    padding-left: 50px;
}

.disclaimer {
    padding: 0;
    margin: -10px 0 0 10px;
    font-size: 9px;
    line-height: 11px;
}

.magenta {
    color: #e10b7a;
}
.purple {
    color: #8d66e3;
}

.with_minheight {
        min-height: 508px;
        height: auto !important;
        height: 508px;
}

address {
    font-style: normal;
}

#HINT {
    background: #FFEE9F;
    text-align: center;
    padding: 5px;
    border:2px solid #FFD100;
    -moz-border-radius: 10px;
}

#ERROR {
    background: #FFCFCF;
    padding: 5px;
    border:2px solid #FF0000;
    -moz-border-radius: 10px;
}

/* Outer Wrapper
-------------------------------------------------------------- */
#outer_wrapper {
        height: 1024px;
        background: transparent url(img/bg_outer_wrapper.png) no-repeat top center;
}


/* Wrapper
-------------------------------------------------------------- */
#wrapper {
    margin: 0 auto;
    width: 900px;
}


/* Header
-------------------------------------------------------------- */
#header {
    height: 323px;
    width: 900px;
    background: transparent url(img/bg_header.png) no-repeat bottom center;
}

#header .badge {
    height: 323px;
    width: 423px;
    margin: 0px 0 0 -170px;
    *margin-top: -28px;
    position: absolute;
}


/* Content Box
-------------------------------------------------------------- */
#content_box {
    padding: 0 10px;
    min-height: 508px;
    background: transparent url(img/bg_content_box.png) repeat-y top center;
}


/* Newsletter
-------------------------------------------------------------- */


#post-228 h1 {
    margin-bottom: 30px;
    background: transparent url(img/hl_chathouse_news.png) no-repeat top left;
}

#newsletterbox {
    margin-top: -27px;
    *margin-top: -27px;
    margin-right: 72px;
    float: right;
}
#inputfield {
    float: right;
    height: 22px;
    width: 180px;
    margin: 7px 132px 0 0;
    *margin-top: 6px;

}

.newsletterTextInput {

    float: right;
    background: transparent url(img/bg_input.png) no-repeat top left;
    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_news, .success_news {
    text-align: right;
    position: absolute;
    width: 315px;
    margin: 4px;
    font-weight: bold;
    font-size: 11px;
}

.error_news, .errorTitle {
    color: red;
}
.success_news {
    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;
}

/* Sidebar
-------------------------------------------------------------- */
#sidebar {
    float: left;
    width: 181px;
    min-height: 508px;
    background: #343434 url(img/bg_sidebar_with_invite.png) no-repeat 2px 0;
}

#nav_pages {
    margin-top: -25px;
}
#nav_pages li,
#nav_pages li a {
    display: block;
    width: 160px;
    height: 67px;
    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 -167px 0; }

#nav_pages #panel2         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -67px; }
#nav_pages #panel2:hover,
#nav_pages #panel2.active2 { background: transparent url(img/navigation_sprite.png) no-repeat -167px -67px; }

#nav_pages #panel3         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -134px; }
#nav_pages #panel3:hover,
#nav_pages #panel3.active3 { background: transparent url(img/navigation_sprite.png) no-repeat -167px -134px; }

#nav_pages #panel4         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -201px;}
#nav_pages #panel4:hover,
#nav_pages #panel4.active4 { background: transparent url(img/navigation_sprite.png) no-repeat -167px -201px; }

#nav_pages #panel5         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -268px; }
#nav_pages #panel5:hover,
#nav_pages #panel5.active5 { background: transparent url(img/navigation_sprite.png) no-repeat -167px -268px; }

#nav_pages #panel6         { background: transparent url(img/navigation_sprite.png) no-repeat 0 -335px; }
#nav_pages #panel6:hover,
#nav_pages #panel6.active6 { background: transparent url(img/navigation_sprite.png) no-repeat -167px -335px; }

#nav_pages #panel6 {height:68px;}


#banner, #banner:hover {
    background: transparent url(img/partyknack.gif) no-repeat top left;
    width: 120px;
    height: 120px;
    margin: 400px 31px 0px 1088px;
    position: fixed;
}
#banner, #banner2 {
    border: 3px solid #272727;
}
#banner:hover, #banner2:hover {
    border: 3px solid #6c6c6c;
}

#banner2, #banner2:hover {
    width: 120px;
    height: 120px;
    margin: 535px 31px 0px 1088px;
    position: fixed;
    cursor: pointer;
}
/*---------------------- Ads's rechts ------------------------- */
#bannerR, #bannerR:hover {
    background: transparent url(http://www.basis-chathouse.de/wp-content/themes/chathouse/img/partyknack.gif) no-repeat top left;
    width: 120px;
    height: 120px;
    position: relative;
    top:65px;
    left:526px;
}
#bannerR, #banner2R {
    border: 3px solid #272727;
}
#bannerR:hover, #banner2R:hover {
    border: 3px solid #6c6c6c;
}

#banner2R, #banner2R:hover {
    width: 120px;
    height: 120px;
    position: relative;
    cursor: pointer;
    top:90px;
    left:526px;
}



/* Content
-------------------------------------------------------------- */
#content {
    float: right;
    width: 675px;
    min-height: 508px;
    min-height: 540px;
    padding: 0 12px;
    background: #e2e2e2 url(img/bg_content.png) no-repeat top left;
}


/* Home
-------------------------------------------------------------- */
#post-4 {
    padding-left: 180px;
    min-height: 520px; /* necessary for ie7 to display complete bg graphic */
    background: transparent url(img/bg_girl.png) no-repeat bottom left;
    position: relative;top: 16px;
}

#post-4 .indented {
    padding-left: 80px;
}

#opener {
    float: left;
    width: 500px;
    height: 200px;
    text-indent: -9999px;
    background: transparent url(img/hl_home.png) no-repeat center 0;
}

.big_line {
    line-height: 55px;
}
.chathouse_number {
    float: left;
    width: 220px;
    height: 60px;
    text-indent: -9999px;
    background: transparent url(img/chathouse_number.png) no-repeat center center;
}
.more_numbers {
    float: left;
    white-space: nowrap; /* avoid white space wrap in ie 7 */
}

.badge_new {
	position: absolute;
	width: 57px;
	height: 57px;
	margin: -10px 0 0 368px;
}
#post-4 #newsbox {
    margin: 5px 0 20px;
    width: 426px;
    height: 86px;
    background: transparent url(img/bg_newsbox.png) no-repeat center left;
}
#post-4 #newsbox_content {
    padding: 10px;
    font-size: 13px;
}
#post-4 #newsbox_content h6 {
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 1;
}


/* ChatHouse
-------------------------------------------------------------- */
#post-5 {
    font-size: 13px;
    line-height: 18px;
    min-height: 520px; /* necessary for ie7 to display complete bg graphic */
    background: transparent url(img/bg_couple.png) no-repeat bottom right;
}

#post-5 h2 {
    margin-bottom: 30px;
    background: transparent url(img/hl_chathouse.png) no-repeat top left;
}

#description {
    width: 380px;
}


/* Invite friends
-------------------------------------------------------------- */
#example11 {
    font-family:"Georgia";
    font-weight:bold;
    color:#EDEDED;
    letter-spacing:-2px;
    font-size   :4em;
}

#post-127 h2 {
    margin-bottom: 30px;
    background: transparent url(img/hl_friends.png) no-repeat top left;
}

#post-127 h3 {
    padding-left: 20px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20px;
    background: transparent url(img/bg_hl_handling_purple_2.png) no-repeat top center;
}

#post-127 h3.small {
    line-height: 7px;
    height: 30px;
    background: transparent url(img/bg_hl_handling_purple.png) no-repeat top center;
}

#post-127 h3.black {
    line-height: 7px;
    height: 30px;
    background: transparent url(img/bg_hl_handling_black.png) no-repeat top center;
}

#post-127 table {
    margin: 0 0 30px 30px;
}

#post-127 table.mailornumber {
    margin: 0 0 30px 187px;
}

#post-127 em {
    color: #ff0000;
}

#post-127 em.notRequired {
    color: #E2E2E2;
}

#post-127 td {
    vertical-align: top;
    text-align: right;
    padding: 3px;
}

#post-127 td.captcha {
    padding-top: 20px;
}

#post-127 td.submitInvite {
    text-align: right;
}

#post-127 input[type='text'] {
    float: left;
    width: 215px;

}

#post-127 input.error {
    border: 1px solid #ff0000;
    background: #FFCFCF;
}

#post-127 .error {
    color: #ff0000;
    float: left;
    clear: both;
    font-style: italic;

}

#post-127 a {
    color: #FFF;
    text-decoration: underline;
    outline: 0;
    -moz-outline:0;
}
#post-127 a:focus,
#post-127 a:hover {
    color: #e10b7a;
}

/* Rooms & Handling
-------------------------------------------------------------- */
#post-9 h2 {
    margin-bottom: 30px;
    background: transparent url(img/hl_handling.png) no-repeat top left;
}

#post-9 h3 {
    padding-left: 20px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    line-height: 7px;
    background: transparent url(img/bg_hl_handling_purple.png) no-repeat top center;
}
#post-9 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;
    line-height: 30px;
}
#handling li.info {
    margin: 10px 0;
    line-height: 16px;
}
#handling li label {
    width: 45px;
    float: left;
}
#handling li label.wide {
    width: 280px;
}
#handling li label.wider {
    width: 510px;
}

.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;
}

.badge_new1 {
	position: absolute;
	width: 57px;
	height: 57px;
	margin: -65px 0 0 490px;
}

/* Carrier access code (cac)
-------------------------------------------------------------- */
h2 {
    margin-bottom: 30px;
    background: transparent url(img/hl_cac.png) no-repeat top left;
}

#newsbox_cac {
    margin: 0 0 20px 0;
    height: 110px;
    color: #ffffff;
    background: transparent url(img/bg_newsbox_wide.png) no-repeat top center;
}
#newsbox_cac_content {
    padding: 10px;
}
#newsbox_cac_content h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
#newsbox_cac_content p[class~=bigger] {
    margin: 20px 0 15px 40px;
}

#newsbox_mobile {
    margin: 20px 0;
    height: 110px;
    color: #ffffff;
    background: transparent url(img/bg_newsbox_wide.png) no-repeat top center;
}
#newsbox_mobile_content {
    padding: 10px;
}
#newsbox_mobile_content h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
#newsbox_mobile_content p[class~=bigger] {
    margin: 20px 0 15px 40px;
}

#newsbox_service {
    margin: 20px 0;
    height: 110px;
    color: #ffffff;
    background: transparent url(img/bg_newsbox_wide.png) no-repeat top center;
}
#newsbox_service_content {
    padding: 10px;
}
#newsbox_service_content h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}
#newsbox_service_content p[class~=bigger] {
    margin: 20px 0 15px 40px;
}

#add_info {
    margin: 0px 0px 10px 0px;
    height: 110px;
    background: transparent url(img/bg_add_info.png) no-repeat top center;
}

#add_info2 {
    margin: 0px 0px 10px 0px;
    height: 70px;
    background: transparent url(gewinn_image/bg_add_info.png) no-repeat top center;
}

#add_info3 {
    margin: 0px 0px 10px 0px;
    height: 320px;
    background: transparent url(tmp_content/bg_add_info.png) no-repeat top center;
}

#add_info_content {
    padding: 10px;
}
#add_info ul {
    margin: -12px 0 0 30px;
    list-style-type: square;
}
#add_info ul li {
    clear: both;
    margin: 10px 0;
}


/* AGB
-------------------------------------------------------------- */
#donts {
    margin: 0 0 20px 30px;
    list-style-type: square;
}



/* Footer
-------------------------------------------------------------- */
#footer {
    padding: 0 20px;
    height: 40px;
    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;
}
