/*    
    Theme Name: Default
    Description: Default
    Template for Country Home Furniture
    Author: Leslie Chan
    Version: 1.0    The CSS, XHTML and design is released under GPL:    http://www.opensource.org/licenses/gpl-license.php
*/

/*  Layout  */
body
{    
    margin: 20px 0 0 0;
    text-align: center;
    background-color: #453326;
    font: normal 14px Arial;
    color: #FFF;
}
#wrapper
{    
    margin: 0 auto;   /* align for good browsers */
    text-align: left; /* counter the body center */
    width: 880px;
}
/*  header  */
#header
{
    height: 115px;
    overflow: hidden;
    background: #1F1610 url("/wp-content/themes/Custom/img/hd.gif") repeat-x;
}
#masthead
{
    width: 365px;
    height: 74px;
}
#masthead img
{
    /*  behavior: url(http://www.countryhomesfurniture.com.au/wp-content/themes/Custom/iepngfix.htc);   */
    margin: 20px;
}
#hdDiv
{
    height: 6px;
    background: #000000 url("/wp-content/themes/Custom/img/hd_div.gif") repeat-x;
}
#searchform
{
    position: relative;
    top: -80px;
    text-align: right;
}
#header > #searchform
{
    position: relative;
    top: -30px;
}
#search
{
    display: inline;
    height: 18px;
    width: 120px;
    margin: 0;
    padding: 0;
}
#searchsubmit
{
    width: 70px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/wp-content/themes/Custom/img/search-submit.gif) no-repeat;
    text-indent: -1000em;  cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */

    font-size: 0;
    display: inline;
    line-height: 0;
}

#Home .entry-content img
{
    border:none;
}
#nav
{
    height: 29px;
    background: #1F1610 url("/wp-content/themes/Custom/img/nav.jpg") repeat-x;
}
#access
{
    color: white;
    text-align: center;
    padding: 0px 2px 0 2px;
    font: bold 20px Garamond;
}
/*   Drop down menu stuff   */
.nav-parent a
{    
    min-width: 50px;
    text-align: left;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding: 0 30px 0 0;
}
.nav-child
{    
    background-color: #1C130D;
    max-width: 200px;
    width: expression(document.body.clientWidth > 200 ? "200px": "auto" );
    
}

.nav-child a
{
    padding-right: 10px;
    margin-left: 10px;
}
#nav ul li a:hover
{    
    color: #C4A151;
}
/*  Banner  */
#banner
{
    height: 415px;
    background-image: url("/wp-content/themes/Custom/img/banner_bg.gif");
}
#banner img
{    
    margin-top: 80px;
}
#contDiv
{
    height: 7px;
    background: transparent url("/wp-content/themes/Custom/img/cont_div.gif") repeat-x;
}
/*  Main Content  */
#main
{
    display: inline;
    background-color: #1F1610;
    float: left;
    width: 880px;
    min-height: 400px;
}
#content
{
    display: inline;
    margin: 25px;
    width: 610px;
    float:left;
}
#content hr
{   
    margin: 10px 0 30px 0;
}
#content .product-img a
{
    color: #000000;
    text-decoration: none;
    width: 150px;
    height: 150px;
}
h1
{
    font: normal 35px Garamond;
    margin: 0;    color: #C4A151;
}
.title{
    font: normal 30px Garamond;
    color: #C4A151;
}
/*  Post  */
.entry-title
{    
    height: 38px;
}
.entry-content
{
}

.entry-content img
{    
    padding: 0px;
    border: 5px solid #000;
}

.entry-content p img
{    
    max-width: 100%;    /*max-height: 100%; */
    width:expression(document.body.clientWidth > 590? "590px": "auto" );
}
.entry-content .product-wrapper
{
    display: inline;
    float: left;
    vertical-align: top;
}
.entry-content .product-label
{
    width: 190px;
    height: 50px;
    font-size: 10px;
    text-align: center;
}
.entry-content .product-wrapper:hover .product-label
{    
    color: #C4A151;
}
.entry-content a
{
    padding: 10px 20px 10px 20px;
    display:inline-block;
}
/*  Side bar  */
#sidebar
{
    display: inline;
    margin: 20px 25px 20px 0px;
    width: 194px;
    min-height: 150px;
    float: left;
}
#side-content-title
{    
    font-size: 35px;
    margin: 0 0 0 20px;
    padding: 0 0 20px 0;
}
#side-content
{    
    border-left: 1px solid #FFF;
}
#side-content div
{    
    margin: 0 0 0 38px;
}
#side-content ul
{
    padding: 0;
}
#side-content li
{
    padding: 5px 0 5px 0;
    list-style-image: url(/wp-content/themes/Custom/img/bullet.gif);
}
#side-content a
{
    color: #FFF;
    text-decoration: none;
}
#side-content a:hover
{    
    color: #C4A151;
}
/*  Footer  */
#ftDiv
{
    float:left;
    width: 880px;
    height: 6px;
    background: #000000 url(/wp-content/themes/Custom/img/ft_div.gif) repeat-x;
}
#footer
{
    background: #080401 url(/wp-content/themes/Custom/img/ft.gif) repeat-x;
    float: left;
    height: 99px;
    width: 880px;
}

#ft-spacer
{
    display: inline;
    float: left;
    height: 50px;
    width: 880px;
}
#site-info{ 
    margin: 30px 20px 20px 20px;
}

#footer a
{
    font-size: 13px;
    text-decoration: none;
    color: #FFF;
}

#footer a:hover
{
    color: #C4A151;
}

#footer #privacy
{    
    text-align: right;
    position: relative;
    bottom: 10px;
    right: 10px;
}

.edit-link a {
    font-size: 17px;
    color:#FFF;
    font-weight: bold;
    text-decoration: none;
}


#masthead img
{
    border: 0;
}

