/*
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. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */




/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

}

/* Code to remove the No comments available from the bottom of each page */
.nocomments {
display: none;
}

/* Code to make the sub-menu's not wrap the text */
.sub-menu {
min-width:300px;
}

/* Code to remove the lines around images */
.entry img, img.thumbnail {
background: none;
border: medium none;
padding: 5px;
}

/* Code to remove lines in tables */
#content table, #content tr td {
    border: none
}

/* Code to center the Header logo */
#logo { float: none; margin: 0 auto; width: 1200px; 
}

/* Code to remove Home Title */
.home .title {
display:none;
}