/*
Theme Name: Build you own bathroom
Theme URI: N/A
Description:  A clean, 2 column theme with a home decorating theme. Great for design, home improvement and real-estate related blogs.
Version: 1.0
Tags: purple, white, fixed width, right naivgation, 2 columns

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/

@import "reset-min.css";

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
body 
{
        margin:0;
        font-size: 62.5%;
        font-weight:normal;
        background: #CEC8C0 url("images/body_bg.jpg") repeat-x top center;
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
}

a
{
        text-decoration:none;
}

#container
{
  float:left;
        width:100%;
        margin:0;
}

#container img
{
  display: block;
  }

#top
{
  position: relative;
        width:899px;
        height: 340px;
        margin:0 auto;
        background: #FFF url("images/header.jpg") no-repeat top center;
        
}

#header h1 a
{
        position: absolute;
        top: 12px;
        left: 20px;
        font-size:4.0em;
        line-height: 1em;
        margin: 0;
        color: #fff;
}

#header span
{
  display: block;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
        font-size:0.3em;
        font-style:normal;
        color: #fff;
}

#nav
{
        position:absolute;
        bottom: 1px;
        right: 16px;
        display:inline;
}

#nav li
{
        float:left;
        display: inline;
        margin: 0 0 0 2px;
}

#nav .last
{
        background:none;
}

#nav li a
{
        float: left;
        width: 90px;
        padding: 12px 0 20px 0;
        color:#592D51;
        background:url("images/nav-down.gif") no-repeat 0 100%;
        font-weight:bold;
        font-size:1.2em;
        text-align: center;
}

#nav li#active a
{
        margin: 0;
        background:url("images/nav-over.gif") no-repeat 0 100%;
        color:#fff;
}

#contentcontainer
{
        width:899px;
        margin:0 auto 50px;
        background: url("images/content_bg.jpg") no-repeat top center;
}

#containerbottom
{
        width:899px;
        height:50px;
        margin:0 auto;
}

#content
{
        width:899px;
        margin:0 auto;
        padding: 0 0 21px;
        background-color:#fff;
}

#column1
{
        width: 572px;
        float:left;
        padding:0 20px 0px 20px;
        display:inline;
}

#column2
{
        width:240px;
        float:left;
        display:inline;
        margin: 23px 0 30px 10px;
        padding: 10px 0 0 0;
        border:solid 1px #988D83;
}

*html #column2
{
 margin-left:0;
}

#column1 h2
{
        font-size:2.5em;
        font-weight: bold;
        margin:11px 0 8px 0;
}
#column1 h2, #column1 h2 a
{
  color:#333;
  margin-top:0;
  }

#column1 h3
{
        font-size:1.1em;
        font-family:Arial;
        text-transform: uppercase;
}
#column1 h3, #column1 h3 a
{
  color:#585858;
  }
  
  #column1 h3 a:hover
  {
   text-decoration:underline;
  }

h3#comments, div#respond h3
{
  text-transform: none;
  font-size: 2em;
  color:#333;
  margin-bottom:10px;
  }

div#respond h3
{
  float:left;
  width: 597px;
  margin: 10px 0 0;
  }

#column2 h2
{
        font-size:1.6em;
        color:#333;
        margin:12px 0 13px 0;
}

#column2 .first
{
        margin-top:10px;
}

.category
{
  float: left;
  display:inline;
  width: 220px;
  padding:10px 0;
  margin:0 10px;
  border-top: 1px solid #988D83;
}

.category li
{
        line-height:160%;
}

.category a
{
        color:#592D51;
        font-size:1.2em;
        text-decoration: none;
}
.category a:hover
{
        text-decoration:underline;
}

.post 
{
  float: left;
  width:572px;
  position: relative;
        padding: 20px 0;
        border-bottom: 1px solid #666;
}

.post img
{
        margin-top:12px;
}

p
{
        font-size:1.2em;
        color:#333;
        line-height:150%;
        margin-top:20px;
}

p a
{
        font-weight:bold;
        color:#333;
}

p a:hover
{
        text-decoration:underline;
}

a.more-link
{
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #592D51;
  text-decoration: underline;
  }

.comments
{
        background: #FFF url("images/comment.gif") no-repeat 0 4px;
        padding-left:22px;
        margin-top:20px;
        font-size:1.2em;
}

.comments a
{
        color:#592D51;
        font-weight:bold;
        text-decoration: underline;
}

.comments a:hover
{
        text-decoration:underline;
}

.comments div
{
        float:right;
}

#subscriberss
{
        float: left;
        background: transparent url("images/subscribe_rss.jpg") no-repeat 0 0;
        width:220px;
        height:54px;
}

#subscriberss a
{
        text-indent:-9999px;
        display:block;
        width:251px;
        height:70px;
}

#footer
{
        clear:left;
        float: left;
        width:572px;
        font-size:1.1em;
        margin:20px 0;
}

#footer ul
{
        width:260px;
        float:left;
}

#column1 #footer ul li
{
        display:inline;
        float:left;
        margin-left:10px;
        line-height:normal;
}

#footer .first
{
        margin-left:0 !important;
}

#footer ul li a
{
        margin-right:10px;
        font-size:0.8em;
}

#footer a
{
        color:#666;
}

#footer a:hover
{
        text-decoration:underline;
}

#footer #copyright
{
        float:right;
        color:#112233;
}

#footer #copyright a
{
        color: #112233;
  text-decoration: underline;
}

.navigation {
  float: left;
  width: 565px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  }
.navigation a
{
  font-size: 1.2em;
  color: #592D51;
  text-decoration:underline;
  }
  
.alignright {
  float: right;
  }
.alignleft {
  float: left
  }

.entry p a:visited {
        color: #592D51;
        }

.commentlist li, #commentform input, #commentform textarea {
        font-size: 0.9em;
        }
.commentlist li ul li {
        font-size: 1em;
}

.commentlist li {
        font-weight: bold;
}

.commentlist li .avatar { 
        position: absolute;
        top: 4px;
        right: 0;
        border: 1px solid #eee;
        padding: 2px;
        background: #fff;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        color: #333;
        }
.commentlist cite, .commentlist span
{
  font-size: 1.1em;
  }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        }

.commentmetadata {
        font-weight: normal;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */



/* Begin Lists

        Special stylized non-IE bullets
        Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
        margin-left: 0px;
        padding: 0 0 0 30px;
        list-style: none;
        padding-left: 10px;
        text-indent: -10px;
        }

html>body .entry li {
        margin: 7px 0 8px 10px;
        }

.entry ul li:before, #sidebar ul ul li:before {
        content: "\00BB \0020";
        }

.entry ol {
        padding: 0 0 0 35px;
        margin: 0;
        }

.entry ol li {
        margin: 0;
        padding: 0;
        }

.postmetadata ul, .postmetadata li {
        display: inline;
        list-style-type: none;
        list-style-image: none;
        }

.entry form { /* This is mainly for password protected posts, makes them look better. */
        text-align:center;
        }

select {
        width: 130px;
        }

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        }

#commentform {
  float: left;
  width: 565px;
        margin: 10px 0 0;
        }
#commentform textarea {
        width: 560px;
        padding: 2px;
        border:solid 1px #988D83;
        }
#respond:after {
                content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
        }
#commentform #submit {
        margin: 0 0 5px auto;
        float: right;
        }
/* End Form Elements */



/* Begin Comments*/
.alt {
        margin: 0;
        padding: 10px;
        }

.commentlist {
        padding: 0;
        text-align: justify;
        }

.commentlist li {
        margin: 15px 0 10px;
        padding: 5px 5px 10px 10px;
        list-style: none;

        }
.commentlist li ul li { 
        margin-right: -5px;
        margin-left: 10px;
}

.commentlist p {
        margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
        margin: 5px 0;
        }

.nocomments {
        text-align: center;
        margin: 0;
        padding: 0;
        }

.commentmetadata {
        margin: 4px 0 0;
        display: block;
        font-size: 1em;
        }
.commentmetadata, .commentmetadata a {
        color: #333;
        }
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
        cursor: help;
        }

acronym, abbr {
        border-bottom: 1px dashed #999;
        }

blockquote {
        margin: 15px 30px 0 10px;
        padding-left: 20px;
        border-left: 5px solid #ddd;
        }

blockquote cite {
        margin: 5px 0 0;
        display: block;
        }

.center {
        text-align: center;
        }

.hidden {
        display: none;
        }

hr {
        display: none;
        }

a img {
        border: none;
        }

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}
/* End captions */

#column1 ol li, #column1 ul li
{
 font-size:1.2em;
 line-height:170%;
}

ol.commentlist, ol.commentlist li, ol.commentlist li div
{
  float: left;
  width: 565px;
  padding: 0;
  }

ol.commentlist li
{
  position: relative;
  border-top: 1px dotted #999;
  margin:0;
  padding: 10px 0;
  }
ol.commentlist li p
{
  margin: 1em 0 0;
  font-size:1em;
  }
