/* 
 * Title:       Schönbuchner Sanitär - Screen styles
 * Author:      Pedro Stoehr, hello@optische.com
 * Copyright:   2010, Optische Anstalt. All rights resevered (don't re-use without permission).
*/

/* grid system 
--------------------------------------------- */

@import 'core.css';

/* global definitions
--------------------------------------------- */

html, body {
    height: 100%;
    }
body {
    background-color: #fff;
    color: #047;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3;
    }
h2 {
    font-size: 32px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #fff;
    }    
h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    }
a {
    color: #047;
    }        

/* pandora
--------------------------------------------- */

#pandora {
    background-color: #C9E8ED;
    background-image: url('../img/app_pandora.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0px;
    position: relative;
    }
#pandora.home {
    background-image: url('../img/app_pandora_home.jpg');
    }

/* head
--------------------------------------------- */
    
#head {
    display: block;
    height: 70px;
    position: relative;
    }    

/* site link */    
    
#head h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 10px;
    }
#head h1 a,
#head h1 span {
    cursor: pointer;
    display: block;
    height: 70px;
    text-indent: -9999px;
    width: 160px;
    } 

/* navigation */   
    
#head .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 190px;
    top: 42px;
    }
#head .nav li {
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
#head .nav a {
    border-bottom: 4px solid transparent;
    color: #047;
    display: block;
    margin-right: 13px;
    padding-bottom: 6px;
    text-decoration: none;
    }    
#head .nav a:hover,
#head .nav .current a:hover {
    border-bottom: 4px solid #047;
    }
#head .nav .current a {
    border-bottom: 4px solid #cde;
    }

/* page
--------------------------------------------- */

#page {
    display: table;
    padding: 40px 0;
    }

/* home */

#intro {
    margin-bottom: 20px;
    }
#intro h2 {
    color: #047;
    font-size: 42px;
    font-weight: normal;
    }
#intro .first {
    font-size: 16px;
    }
#intro .second {
    font-weight: bold;
    }    
#sections .object {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
    height: 100px;
    margin: 0 20px 20px 0;
    padding-left: 110px;
    position: relative;
    width: 230px;
    }
#sections .object.odd {
    margin-right: 0;
    }                  
#sections .object h3 {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    }  
#sections .object h3 span {
    position: absolute;
    right: 0;
    top: 0;
    }
#sections .object h3 a {
    text-decoration: none;
    }
#sections .object h3 a:hover {
    text-decoration: underline;
    }

/* content */

.content .odd {
    background-image: url('../img/content.png');
    background-repeat: no-repeat;
    background-position: right -80px;
    }
    
/* baths */

#bath { 
    display: table;
    }
    
#baths h3 {
    position: relative;
    } 
    
#baths h3 span {
    position: absolute;
    right: 0;
    top: 2px;
    }       

#baths h3 span a {
    background: #fff;
    font-size: 12px;
    padding: 1px 6px 2px 6px;
    -moz-border-radius: 9px;
    text-decoration: none;
    }
#baths img {
    margin-bottom: 20px;
    }
#bath a {
    cursor: pointer;
    }
* html #bath a {
    height: 1%;
    }
#bath a.selected {
    color: #7a3739;
    }

/* sidebar
--------------------------------------------- */

#sidebar {
    position: relative;
    }
#sidebar .img {
    height: 220px;
    position: absolute;
    top: -70px;
    width: 220px;
    left: 0;
    }
#sidebar .img.baeder {
    background: url('../img/sidebar_baeder.png') no-repeat 0px 0px;
    }      
#sidebar .img.heizung {
    background: url('../img/sidebar_heizung.png') no-repeat 0px 0px;
    }
#sidebar .img.service {
    background: url('../img/sidebar_service.png') no-repeat 0px 0px;
    }
    
/* foot
--------------------------------------------- */

#foot {
    color: #888;
    display: block;
    font-size: 11px;
    margin-top: 15px;
    padding-bottom: 20px;
    }
#foot .left {
    float: left;
    padding-left: 10px;
    }
#foot .right {
    float: right;
    padding-right: 10px;
    }

#contact-wrapper {
    width:380px;
    border:1px solid #e2e2e2;
    background:#f1f1f1;
    padding:10px;
    margin-bottom: 20px;
    }
#contact-wrapper div {
    clear:both;
    margin: 10px 0;
    }
#contact-wrapper label {
    display:block;
    float:none;
    font-size:11px;
    width:auto;
    }
form#contactform input {
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style:solid;
    border-width:1px;
    padding:5px;
    font-size:12px;
    color:#333;
    margin: 5px 0;
    width: 365px;
    }
form#contactform textarea {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:100%;
    padding:0.6em 0.5em 0.7em;
    border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
    border-style:solid;
    border-width:1px;
    margin: 5px 0;
    width: 365px;
    }
form#contactform .submit {
    width: 120px;
    }