/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */

#title-container .title, .archive_header { display: category; }
#breadcrumbs { font-style:normal; }
/*.post-type-archive-product #main { width: 100%; border:none; }*/
#navigation {margin-top: -2px;}
#header {padding-top: 6px;padding-bottom: -2px;}
#breadcrumbs {margin: -8px 0 -8px 0; padding: -10px;}
#title-container {padding-bottom: 8px; padding-top: 8px;}
.post-type-archive #sidebar .primary {    display: none;}
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40);
.custom-image { float:centre; }
#header-wrapper {    background: none;    background-color: #37871f;}
body { background: url(http://www.lottienottie.com/wordpress/wp-content/uploads/2012/03/Brown-Paper-crop-fade.jpg); }

#sidebar {width: 260px;}
.single-product .product .summary .stock {display:none;}

.home #content .inner { display:none; }
#header-container {background: #FFFFFF;}
#logo {float: none;  text-align: center;}

remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_description_panel')

#navigation  {float: none;  text-align: center;}
.nav {margin-left: 15 px;}
body.home #content { display: none }
.reviews_tab, #tab-reviews { display: none !important; }
.fan_box .connect_top{background: none !important;padding: 0 !important;}
.fan_box .profileimage, .fan_box .name_block{ display: none;}
.fan_box .connect_action{  padding: 0 !important;}

add_action('template_redirect', 'redirect_single_post');
function redirect_single_post() {
    if (is_search()) {
        global $wp_query;
        if ($wp_query->post_count == 1 && $wp_query->max_num_pages == 1) {
            wp_redirect( get_permalink( $wp_query->posts['0']->ID ) );
            exit;
        }
    }
}
p.demo_store {background: #CEECF5;}

/* Search Results */

.search-results article.post .entry-header .entry-thumbnail img, .search-results article.page .entry-header .entry-thumbnail img {
width: auto;
}



