/*
Theme Name: Luxury-Living
Theme URI: http://wpjunction.com
Description: A theme by <a href="http://wpjunction.com">Website Designs</a>.
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com
*/


/* General */


body {
    background: #ffffff;
}

#page {
    background: none;
}

#page-top {
    background: none;
}

#page-bottom {
    background: none;
}

#header {
    height: 20px;
}

#header .breadcrumb {
    position: relative;
    bottom: 0px;
}

#header-info,
#header-menu,
#header-search {
    display: none;
}

#content  {
   }

#content .post {
    background: none;
}

#content .post-top {
    background: none;
}

#content .post-bottom {
    background: none;
}


#sidebar {
    display: none;
}

#footer {
    text-align: left;
}


