/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/*give the header a background image*/

#header{
	background-image: url('http://statisbeverages.com.au/wp-content/uploads/2012/07/Header-bg-01.png');
	background-repeat:repeat-x;
}

/*give logo padding*/

#top .logo {
top: 0px;
}

/*Top title colour*/

#top .title_container h1{
	color: #246277;	
	
	}
	
/*remove the footer logos*/

.footer-logos{
display: none;
}
	
/*change the overall font size of the site body text*/

p {
   font-size: 14px;
}


/*change the font size for unordered and ordered lists - for some reason it doesn't inherit the font size from the body*/

.entry-content ul li {
font-size: 14px;
}

.entry-content ol li {
font-size: 14px;

}
	
/*disable social bookmarks bar*/

.social_bookmarks li{
	display:none;
	
}

/*change the colour of the menu link text colour*/

.main_menu .avia_mega a {
color: #010D11;
}

/*bottom border for navigation*/


/*gives tables a larger font size this becomes important when using WP Table Reloaded plugin*/
div .entry-content table {

font-size: 14px;

}

/*for categories drop down widget - there was a styling bug*/
#top .avia_select_unify select {
   width: auto !important;
}

/*the sidebar dropped down under products when i did a woocmmerce update*/

.container .clear {
   clear: none;
}



/*PLUG INS AMENDMENT SECTION*/

/*WooCommerce Plugin Section*/

/*this hides the cart icon and button on the top right of the page*/

.cart_dropdown {
	display: none;
	
}

/*hides the orders and check out submenu*/
.sub_menu {
	display: none;
	
}

/*gets rid of wacky visual search function!*/

#SF_VISUAL_SEARCH{
    display: none;	
}

/*WP Table ReLoaded Plugin Section*/

.wp-table-reloaded td {
	text-align: left;
	
}

#main table th{
	text-align: left;
	background-color: #b8b7b7;
	font-size: 14px;
}



#form-allowed-tags{ display:none; }

