/*
Theme Name: Manitoba Forage Council Default
Theme URI: http://wordpress.org/
Description: The default Manitoba Forage Council theme .
Version: 2
Author: Loca Lola Design Team and Raised Eyebrow Web Studio
Author URI: http://www.localola.com/
Tags: custom header, fixed width, two columns, widgets

*/

html {
	background: #d8e5bd;
}

body {
	margin: 0;
	padding: 0;
	background: #d8e5bd url(_images/bkg-container.gif) repeat-x 0 top;
	color: #000;
	font: 13px/20px Arial, Helvetica, "Helvetica Neue", sans-serif;
}

.container {
	clear: both;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	border-left: 1px solid #deebc3;
	border-right: 1px solid #deebc3;
}

.header {
	clear: both;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 275px;
	background: url(_images/bkg-header-home.jpg) no-repeat;
}

.headerCol1 {
	display: inline;
	float: left;
	width: 260px;
	height: 145px;
}

a.logo {
	display: inline;
	float: left;
	height: 140px;
	width: 250px;
}

.hideLink {
	display: none;
}

.headerCol2 {
	display: inline;
	float: left;
	width: 740px;
	text-align: right;
}

.headerCol2 form {
	display: inline;
	float: right;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 0;
}

.headerCol2 form input.text {
	display: inline;
	float: left;
	width: 220px;
	padding: 8px 10px;
	margin: 0 10px 0 0;
	color: #666666;
	font: 12px Arial, Helvetica, "Helvetica Neue", sans-serif;
	border: none;
	background: transparent url(_images/bkg-search-text-field.gif) no-repeat right top;
	vertical-align: middle;
}

.headerCol2 form input.button {
	display: inline;
	float: left;
	width: 70px;
	height: 29px;
}

.nav1 {
	clear: both;
	display: inline;
	float: left;
	width: 980px;
	margin: 0 10px;
	padding: 0 0 5px 0;
}

.nav1 ul {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 40px;
	background: url(_images/bkg-nav1.gif) no-repeat right;
}

.nav1 ul li {
	display: inline;
}

.nav1 a, 
.nav1 a:link, 
.nav1 a:active, 
.nav1 a:visited {
	display: inline;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	border-right: 1px solid #000000;
}

.nav1 a:hover {
	background: url(_images/bkg-nav1-hover.gif) right;
	color: #000000;
}

.nav1 .firstChild a.selected, 
.nav1 li:first-child a.selected, 
.nav1 .firstChild a:hover, 
.nav1 li:first-child a:hover 
{
	background: url(_images/bkg-nav1-hover.gif) left;
	color: #000000;
}

.nav1 a.lastChild, 
.nav1 a.lastChild:hover {
	background: url(_images/bkg-nav1.gif) no-repeat right;
	border: none;
	width: 30px
}

.nav1 a.selected {
	color: #000000;
	background: url(_images/bkg-nav1-hover.gif) right;
}

/* nav2 */


.nav2 {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ddddcc; 
	padding: 0;
	margin: 0 10px;
	background: #fff url(_images/nav2-bkg-top.gif) repeat-x left top;
}

.nav2 .nav2Title {
	padding: 9px 9px 4px 9px;
	margin: 0;
}

.nav2 .nav2Title h5 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.nav2 ul#nav2 {
	margin: 0;
	padding: 0;
}

.nav2 ul#nav2 li {
	display: block;
	border-bottom: 1px solid #ddddcc;
	list-style-type: none;
}

.nav2 ul#nav2 li.selected {
	background: #eeeee5;
}

.nav2 ul#nav2 li:last-child {
	display: block;
	border-bottom: none;
}

.nav2 ul#nav2 li:last-child:hover {
	display: block;
	border-bottom: none;
}

.nav2 ul#nav2 li a {
	display: block;	
	padding: 5px 9px;
	line-height: 1.2;
}

.nav2 ul#nav2 li a:hover {
	background: #eeeee5;
}

.nav2 ul#nav2 li.selected a {
	background: #eeeee5;
	color: #000;
}

.nav2 ul#nav2 li.selected ul {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.nav2 ul#nav2 li ul li,
.nav2 ul#nav2 li ul li.selected {
	border-bottom: none;
	margin: 0 0 0 15px;
	padding-left: 10px;
	background: url(_images/icon-bullet-nav2.gif) no-repeat 0 10px;
}

.nav2 ul#nav2 li.selected ul li a,
.nav2 ul#nav2 li.selected ul li.selected ul li a {
	background: #eeeee5;
	color: #069;	
}

.nav2 ul#nav2 li.selected ul li.selected a,
.nav2 ul#nav2 li.selected ul li.selected ul li.selected a {
	background: #eeeee5;
	color: #000;
}

/* content columns */


.content {
	clear: both;
	display: inline;
	float: left;
	width: 1000px;
	margin: 0 0 60px 0;
}

.contentCol1 {
	display: inline;
	float: left;
	padding: 0;
	margin: 16px 0 0 0;
	width: 240px;
}

.contentCol2 {
	display: inline;
	float: left;
	width: 480px;
	margin: 0 20px;
	padding: 16px 0 0 0;
}

.contentCol2 h3 {
	color: #cc7700;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 20px 0 10px 0;
}

.contentCol2 h4 {
	color: #cc7700;
	font: bold 13px Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-align: left;
}

.contentCol2 p.register {
	color: #006699;
	font: bold 13px Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-align: left;
	padding: 2px 0;
	margin: 0;
}

.contentCol2 ul,
.contentCol6 ul {
	padding: 0;
	margin: 15px 15px;
}

.contentCol2 ul li,
.contentCol6 ul li {
	list-style-image: url(_images/icon-bullet.gif);
	padding: 5px 0;
}

.contentCol2 ol,
.contentCol6 ol {
	padding: 0 0 0 25px;
}

.contentCol2 ol li,
.contentCol6 ol li {
	list-style-type: decimal;
	padding: 5px 0;
}

.contentCol3 {
	display: inline;
	float: left;
	width: 230px;
}

.contentCol3 h4,
.contentCol4 h4 {
	color: #000000;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin: -2px 0 0 0;
	padding: 5px 0;
	text-align: center;
}

.contentCol3 .snippetUpcomingContainer,
.contentCol4 .snippetUpcomingContainer,
.sidebar4wrapper {
	width: 230px;
	padding: 0;
	margin: 0;
	background: url(_images/bkg-snippetUpcomingContainer.gif) no-repeat left top;
}

.contentCol3 .snippetUpcomingContainer ul,
.contentCol4 .snippetUpcomingContainer ul {
	margin: 0;
	padding: 0;
}

.contentCol3 .snippetUpcomingContainer ul li, 
.contentCol4 .snippetUpcomingContainer ul li {
	list-style-type: none;
	list-style-image: none;
}

.contentCol3 .snippetUpcomingTitle, 
.contentCol4 .snippetUpcomingTitle {
	margin: 0 20px;
	padding: 10px 0 0 0;
}

.contentCol3 .snippetUpcomingBottom, 
.contentCol4 .snippetUpcomingBottom {
	background: url(_images/bkg-snippetUpcomingBottom.gif) no-repeat 0 bottom;
}

.contentCol3 .snippetUpcomingText, 
.contentCol4 .snippetUpcomingText {
	margin: 0;
	padding: 0;
}

.contentCol3 .snippetUpcomingText p,
.contentCol4 .snippetUpcomingText p {
	font-size: 12px;
	color: #555555;
	padding: 0;
	margin: 0;
}

.contentCol3 .eventLink,
.contentCol4 .eventLink {
	font-size: 12px;
	padding: 0 5px 10px 10px;
	border-bottom: 1px solid #ddddcc;
	margin: 0 9px 0 2px;
}

.contentCol3 .eventDate,
.contentCol4 .eventDate {
	font-size: 12px;
	font-weight: bold;
	margin: 6px 9px 0 2px;
	background: url(_images/icon-upcomingEvents.gif) no-repeat 12px center;
	padding: 0 0 0 30px;
}

li.eventViewAll {
	list-style-type: none;
}

li.eventViewAll a {
	font-size: 12px;
	background: url(_images/icon-eventViewAll.gif) no-repeat 12px center;
	padding: 0 0 0 30px;
	margin: 6px 9px 9px 2px;
	list-style-type: none;
}

.contentCol3 .popularResources,
.contentCol4 .popularResources {
	font-size: 12px;
	margin: 10px 9px 10px 2px;
	background: url(_images/icon-popularResources.gif) no-repeat 12px center;
	padding: 0 0 0 30px;
}

.contentCol6 ul.eventList {
	margin: 0;
	padding: 0;
}

.contentCol6 ul.eventList li {
	border-bottom: 1px solid #ccc;
	list-style-image: none;
	list-style-type: none;
	padding: 8px 0;
}

.eventDescription {
	margin-top: 10px;
}

.eventMore {
	text-align: right;
}

.contentCol4 {
	display: inline;
	float: left;
	width: 230px;
	margin: 0 0 0 20px;
}

.contentCol5 {
	display: inline;
	float: left;
	width: 240px;
	font-size: 12px;
	color: #555555;
	margin: 0;
	padding: 15px 0 0 0;
}

.contentCol6 {
	display: inline;
	float: left;
	width: 720px;
	margin: 0 10px 0 20px;
}

.contentCol6 h2 {
	color: #cc7700;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 20px 0 10px 0;
}

.contentCol6 h2 a {
	color: #cc7700;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 20px 0 10px 0;
}

.contentCol6 h3 {
	color: #cc7700;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 20px 0 10px 0;
}

.contentCol6 h4 {
	color: #cc7700;
	font: bold 13px Arial, Helvetica, "Helvetica Neue", sans-serif;
	text-align: left;
	padding: 0;
	margin: 20px 0 10px 0;
}

.contentCol6 h5 {
	color: #555555;
	text-align: left;
	font: bold 13px Arial, Helvetica, "Helvetica Neue", sans-serif;
	margin: 20px 0 10px 0;
}

.contentCol6 h6 {
	color: #555555;
	text-align: left;
	font: bold 12px Arial, Helvetica, "Helvetica Neue", sans-serif;
	margin: 20px 0 5px 0;
}

.contentCol6 p {
	font-size: 12px;
}

.contentCol6 ul {
	padding: 0;
	margin: 15px 15px;
}

.contentCol6 ul li {
	list-style-image: url(_images/icon-bullet.gif);
	padding: 5px 0;
}

.snippetContainer {
	display: inline;
	float: left;
	width: 240px;
	padding: 10px 0 0 0;
	margin: 0;
	background: url(_images/bkg-snippetContainer.gif) no-repeat left top;
}

.snippetTitle,
h2.widgettitle {
	margin: 0 20px;
	padding: 6px 0;
}

.snippetText, 
.textwidget {
	padding: 10px 20px;
	background: url(_images/bkg-snippetTitle.gif) no-repeat center top;
	list-style: none;
}

.snippetContainer ul {
	padding: 10px;
	margin: 0 10px;
	background: url(_images/bkg-snippetTitle.gif) no-repeat center top;
	list-style: none;
}

.snippetBottom {
	background: url(_images/bkg-callout-bottom.gif) no-repeat 0 bottom;
}

.snippetText p {
	font-size: 12px;
	color: #555555;
}

.snippetScroller {
	display: inline;
	float: left;
	margin: 0 10px;
	width: 220px;
}

.snippetScroller h2 {
	color: #cc7700;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 10px 0 3px 0;
}

.snippetScroller h3 {
	color: #cc7700;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	text-align: center;
}

.scrollerContainer {
	background: url(_images/dot.gif) repeat-x 0 0;
	position:relative;
	width: 220px;
	height: 305px;
	text-align: center;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.scrollerContainer .items {
	width: 220px;
	position:absolute; 
	 
	/* this time we have very large space for the height */ 
	height:20000em; 
}

.scrollerContainer .items div {
	border-bottom: 1px solid #ddddcc;
	margin: 0 auto;
	text-align: center;
   font-size: 1px;
   padding-top: 2px;
   height: 58px;
   line-height: 58px;
   vertical-align: middle;
}

.scrollerContainer .items img {
	border: 0;
   vertical-align: middle;
}

.sidebar4wrapper h2.widgettitle {
	color: #000000;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin: 0 20px;
	padding: 10px 0;
	text-align: center;
}

.sidebar4wrapper ul li {
	font-size: 12px;
	margin: 10px 9px 10px 2px;
	background: url(_images/icon-popularResources.gif) no-repeat 12px 2px;
	padding: 0 0 0 30px;
	line-height: 1.3;
}

.footer {
	clear: both;
	width: 940px;
	border-top: 4px solid #8fbf29;
	margin: 0;
	padding: 10px 30px;
}

.footer p {
	color: #555555;
	font-size: 12px;
	margin: 0;
}

h1 {
	color: #cc7700;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #cc7700;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 7px 0;
	margin: 0;
}

h3 {
	color: #cc7700;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	text-align: center;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #668811;
}

img.wrapImage {
	display: inline;
	float: left;
	border: none;
	text-decoration: none;
}

img.wrapImageLeft,
.alignleft {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	border: none;
	text-decoration: none;
}

img.wrapImageRight,
.alignright {
	display: inline;
	float: right;
	padding: 0 0 0 10px;
	border: none;
	text-decoration: none;
}

img.centerImage,
.aligncenter {
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	border: none;
	text-decoration: none;
}

img.a {
	border-style: none;
	border-width: 0;
}

p.centerText {
	text-align: center;
}

table.logos
{
   width: 100%;
}

table.logos td
{
   width: 50%;
   text-align: center;
   padding: 3px 0;
}

.clear {
	clear: both;
}


/*
override nggallery css
- used to override the nexgen gallery styles found in "/wp-content/plugins/nextgen-gallery/css/nggallery.css"
*/

/* Wordpress 3.3.1 needed some tweaking to make things look the same */

#events-calendar-list li {
  list-style: none;
}
.contentCol6 ul li {
  list-style: none;
}
