/* 
Theme Name: DairyBuzz
Theme URI: 
Version: 1.0
Author: Keith Donegan
Author URI: http://www.eirestudio.net
*//* @override http://localhost/wordpress/wp-content/themes/default/style.css */



/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear { clear: both; }



/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block; 
}




/* --------------- ( General ) --------------------------------------------- */
body {
	background: #6FAFD2;
	margin: 30px 0px;
}
div#wrapper {
/*	border: 1px solid #fff;*/
	width: 982px;
	margin: 0 auto;
}








/* --------------- ( Header ) --------------------------------------------- */
div#header {
	width: 982px;
	float: left;
	background: url(images/header-bg.jpg) no-repeat;	
	height: 122px;
}
div#header h1 a {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	height: 68px; width: 393px;
	text-indent: -9999px;
	margin: 30px 0px 0px 36px;
}
div#header div#search-box {
	float: right;
	width: 460px;
	height: 32px;
	margin-top: -28px;
}
div#header div#search-box input#search {
	border: 1px solid #fff;
	float: left;
	width: 336px;
	height: 16px;
	padding: 2px 0px 0px 0px;
	margin: 8px 15px 0px 0px;
}
div#header div#search-box input#submit-button {
	float:left; 
	margin-top: 1px;
}





/* --------------- ( Navigation ) --------------------------------------------- */
div#navigation {
	clear: both;
}
div#navigation ul {

}
div#navigation ul li {  /* IE */
	float: left;
}

div#navigation ul li a { /* Global Nav Elements */
	text-indent: -9999px;
	height: 45px;
	display: block;
	float: left;
}
div#navigation ul li#nav-home a { background: url(images/nav/nav-home.jpg) no-repeat; width: 104px; }
div#navigation ul li#nav-home a:hover { background: url(images/nav/nav-home.jpg) 0px -44px no-repeat; }

div#navigation ul li#nav-milk-product-industry a { background: url(images/nav/nav-milk-product-industry.jpg) no-repeat; width: 255px; }
div#navigation ul li#nav-milk-product-industry a:hover { background: url(images/nav/nav-milk-product-industry.jpg) 0px -44px no-repeat; }

div#navigation ul li#nav-consumers a { background: url(images/nav/nav-consumers.jpg) no-repeat; width: 149px; }
div#navigation ul li#nav-consumers a:hover { background: url(images/nav/nav-consumers.jpg) 0px -44px no-repeat; }

div#navigation ul li#nav-news-worldwide a { background: url(images/nav/nav-news-worldwide.jpg) no-repeat; width: 199px; }
div#navigation ul li#nav-news-worldwide a:hover { background: url(images/nav/nav-news-worldwide.jpg) 0px -44px no-repeat; }

div#navigation ul li#nav-about-us a { background: url(images/nav/nav-about-us.jpg) no-repeat; width: 118px; }
div#navigation ul li#nav-about-us a:hover { background: url(images/nav/nav-about-us.jpg) 0px -44px no-repeat; }

div#navigation ul li#nav-contact-us a { background: url(images/nav/nav-contact-us.jpg) no-repeat; width: 157px; }
div#navigation ul li#nav-contact-us a:hover { background: url(images/nav/nav-contact-us.jpg) 0px -44px no-repeat; }




/* --------------- ( Content Wrapper ) --------------------------------------------- */
div#content-wrapper {
	background: url(images/wrapper-mid.jpg) repeat-y;
	padding: 20px 0px 0px 0px;
}





/* --------------- ( Nav Sidebar ) --------------------------------------------- */
div#nav-sidebar {
	float: left;
	width: 180px;
	margin: 0px 20px 0px 36px;
	display: inline;
}
div#nav-sidebar div#sub-nav {
	margin-bottom: 20px;
}
div#nav-sidebar div#sub-nav ul#dairy {
	border-top: 1px solid #B7CFE8;
	border-right: 1px solid #B7CFE8;
	border-left: 1px solid #B7CFE8;
}
div#nav-sidebar div#sub-nav ul#dairy li { /* IE */
	display: inline;
}
div#nav-sidebar div#sub-nav ul#dairy li a {
	border-bottom: 1px solid #B7CFE8;
	display: block;
	padding: 4px 4px 4px 25px;
	text-decoration: none;
	color: #6FAFD2;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/icon-green.jpg) 7px 7px no-repeat;	
}
div#nav-sidebar div#sub-nav ul#dairy li.current_page_parent a,
div#nav-sidebar div#sub-nav ul#dairy li.current_page_item a {
	color: #225571;
	background: url(images/icon-blue.jpg) #ADD2E6 -4px 7px no-repeat;
}
div#nav-sidebar div#sub-nav ul#dairy li ul li a {
	text-decoration: underline;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff !important;
	color: #6FAFD2 !important;
}
div#nav-sidebar div#sub-nav ul#dairy li ul li.current_page_item a {
	color: #6FAFD2 !important;
	background: #EEF7FB !important;
}
div#nav-sidebar div#grey-box {
	border: 1px solid #CFCFCF;
	background: #F0F0F0;
	padding: 8px;
        margin-bottom: 20px;
}





/* --------------- ( Content ) --------------------------------------------- */
div#content {
	border: 1px solid #fff;
	float: left;
	width: 526px;
	margin: 0px 20px 0px 0px;
}
div#content h1, div#content h1 a {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
div#content h2 {
        font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
        color: #000;
}
div#content h2 a {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
        color: #215069;
}
div#content p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
}
div#content img {
	float: left;
	margin: 0px 20px 10px 0px;
}
div#content ul { 
	margin: 0px 0px 10px 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
div#content ul li, div#content ul li a { 
	background: url(images/black-bullet.jpg) left no-repeat;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-left: 13px;
	display: block;
}




/* --------------- ( Sidebar ) --------------------------------------------- */
div#sidebar {
	/*border: 1px solid red;*/
	float: left;
	width: 160px;
}
div#sidebar div#links {
	border: 1px solid #CCDF9F;
	background: #EDF4DD;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 6px 4px 6px;
	margin-bottom: 20px;
}
div#sidebar div#links ul li {
	margin-bottom: 6px;
}
div#sidebar div#links ul li a {
	color: #000;	
	line-height: 16px;
}
div#sidebar div#links ul li a:hover {
	text-decoration: none;
}
div#sidebar div#wide-skyscraper {

}



/* --------------- ( Footer ) --------------------------------------------- */
div#footer {
	margin: 4px 36px;
	color: #fff;
	font: 11px  Verdana, Arial, Helvetica, sans-serif;
}
div#footer p {
	margin-bottom: 10px;
}
div#footer p a {
	color: #fff;
	text-decoration: none;
}
div#footer p a:hover {
	text-decoration: underline;
}
div#footer p#design a {
	font-weight: bold;
}




/* --------------- ( WP Stuff) --------------------------------------------- */
#sidebarright li.categories {
	border: 1px solid #000;
	background: #fff;
	font-size: 10px;
	margin-bottom: 10px;
}

#sidebarright li.categories h2 {
	font-size: 10px;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 6px;
}

#sidebarright li.categories ul {
	padding: 0px 8px 0px 8px;
}

#sidebarright li.categories ul li {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #E6E6E6;
	display: block;
	text-decoration: none;
	color: #999999;
}

#sidebarright li.categories ul li a {
	color: #000;
	text-decoration: none;
}

#sidebarright li.categories ul li a:hover {
	color: #F03F79;
}





#sidebarright li.categories {
	border: 1px solid #000;
	background: #fff;
	font-size: 10px;
	margin-bottom: 10px;
}

#sidebarright li.categories h2 {
	font-size: 10px;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 6px;
}

#sidebarright li.categories ul {
	padding: 0px 8px 0px 8px;
}

#sidebarright li.categories ul li {
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #E6E6E6;
	display: block;
	text-decoration: none;
	color: #999999;
}

#sidebarright li.categories ul li a {
	color: #000;
	text-decoration: none;
}

#sidebarright li.categories ul li a:hover {
	color: #F03F79;
}


div.entry {
}


p.body { 
	
}
p.meta {
        font-size: 11px !important;
}

