/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of 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.
*/


/* by IC Add Social Buttons */
/* http://support.woothemes.com/knowledgebase/articles/92468-add-subscribe-connect-social-icons-to-the-head */

/* Add Search Detail by IC */
/* http://support.woothemes.com/knowledgebase/articles/92419-add-search-details-to-the-search-results-list */
.search-details { margin-bottom: 20px; }

/* Center the logo image */
/* IC20141108
#logo img {
    position: absolute;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
}
*/

/* Disable Layout Manager, so need to adjust the right-side sidebar manually using firebox quick test */ 
/*
.three-col-left #main-sidebar-container #sidebar {
    width: 20.00%;
}
.three-col-middle #main-sidebar-container #sidebar {
    width: 20.00%;
}
.three-col-right #main-sidebar-container #sidebar {
    width: 20.00%;
}
*/

/* Create hover effect on the social buttons in the header */
#social-links img {
opacity: 0.3;
}
#social-links img:hover {
opacity: 1;
}

/* Make the portfolio text overflow wrapped */
/* per WooNinja http://pastie.org/4474160 */
.portfolio-items h3 {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	/* required for Opera */
    -ms-text-overflow: ellipsis;	/* required for IE8, allegedly */
    -moz-binding: url('ellipsis.xml#ellipsis');    /* for Firefox; details here */
}

/* Make the middle column extended a bit */
/* per WooNinja */
/* 
   margin-left: -15px;
*/
.three-col-middle-1100 #main-sidebar-container #main {
   margin-left: -18px;
   width: 76%;
}

.three-col-middle-1100 #sidebar-alt {
    width: 15%;
}

.three-col-middle-1100 #main-sidebar-container #sidebar {
    width: 22%;
}

/* Reduce height of the header */
/* by adjusting padding */
/* http://www.woothemes.com/support-forum/?viewtopic=35400 */
/*
#header {
    padding: 0 0 50px 50px;
}
*/

/* Reduce gap between navigation and posts */
#navigation {
    margin-bottom: 25px;
}

/* Custom vertical align used in who simmers page */
.who_simmers_vertical_align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

/* Custom table width used in who simmers page */
/* to override the websimon plugin */
/* Hopefully this won't be default to all t1 table? */
table#t1 td {
    width: 50%;
}

/* Comment to be in black color */
#comments body, p {
    color: #000000;
}

.nocomments {
   display:none;
   visibility:hidden;
}

.post-comments {
   display:none;
   visibility:hidden;
}

/* IC20141108 
http://www.pootlepress.com/2013/06/65-tips-tricks-and-css-tweaks-for-woothemes-canvas/#searchheader
*/
#nav-search {
margin-right: 9px;
padding-top:2px;
}

/* IC20141108 
https://wordpress.org/support/topic/bueno-remove-image-borders
*/
.entry img { border: none; }