/*
Theme Name: MBEF v2
Description: Version 2 of the MBEF web site.
Version: 1.0
Author: Kevin Halfhill
Author URI: http://dragoncalledk.com/
*/

html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: gray;
	height: 100%;
	background-image: url(/assets/images/page_bg.png);
	background-repeat: repeat-x;
}

#fullheight {
	height: 100%;
	margin: 0 auto 0 auto;
}

a, a:link, a:visited {
	color: #8AC53F;
	text-decoration: none;
	-webkit-transition: ease-in all 0.3s;
	-moz-transition: ease-in all 0.3s;
	transition: ease-in all 0.3s;
}

a:hover, a:focus, a:active {
	color: #184275;
}

h1 {
	color: #87C149;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebar h1 {
	border-top-color: #e4f8fa;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 0;
	padding-top: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #87C149;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
}

#upcomingevents h1, #homebody h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #66ccff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	letter-spacing: .1em;
}

#homebody h1 {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #66ccff;
}

h2 {
	color: #87C149;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 20px 0 0 0;
}

div#masthead {
	margin: 0 auto 10px auto;
	padding: 0;
	display: block;
	width: 850px;
	height: 163px;
	z-index: 10;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"] {
	width: 215px;
	padding: .5em;
	border: 1px solid #BCE1EC;
	background-color: white;
	font-size: 1em;
	line-height: 1em;
	vertical-align: baseline;
}

input[type="submit"] {
	padding: .5em 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1;
	color: #fff;
	background-color: #184275;
	border: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	/* background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#184275), to(#2B76D1)); */
	/* background-image: -moz-linear-gradient(19% 75% 90deg,#184275, #2B76D1); */
	/* text-shadow: black 0px -1px; */
	cursor: pointer;
	-webkit-transition: all ease-in 0.2s;
}

input[type="submit"]:hover, input[type="submit"]:focus {
	background: #87C149;
}

label {
	vertical-align: baseline;
}

form#search {
	font-size: 11px;
}

#s {
	width: 140px;
}

form#search input[type="submit"] {
	/* padding-bottom: 5px; */
}

div#masthead_home {
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
	width: 850px;
	height: 192px;
	background-color: #DBF5F8;
	overflow: shown;
	z-index: 10;
}

div#body {
	margin: 0 auto 0 auto;
	padding: 0px;
	display: block;
	width: 850px;
	z-index: 0;
}

div#body_home {
	margin: -10px auto 0 auto;
	padding: 0;
	width: 850px;
	z-index: 0;
	position: relative;
}

#footer {
	margin: 80px auto 20px auto;
	padding: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .5px;
}

#body_home #intro_copy {
	position: absolute;
	margin: 241px 0 0 0;
	padding: 0;
	width: 850px;
	height: 164px;
}

#body #rightcol {
	float: left;
	width: 630px;
	padding: 10px;
	margin: 0;
	border-right: 5px solid #dbf5f8;
}

#body #sidebar {
	float: right;
	width: 175px;
	padding: 10px;
	margin: 0;
}

#home_sidebar {
	float: right;
	width: 175px;
	padding: 10px;
	margin: 0;
}

#body_home #rightcol {
	float: right;
}

#breadcrumbs {
	font: 12px/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0 0 5px 10px;
}

#breadcrumbs a {
	color: #8AC53F;
	text-decoration: none;
}

#sidebar ul .widgettitle {
	font-weight: bold;
	color: #87C149;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#sidebar li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#sidebar li li {
	list-style: none;
	margin: 4px 0 6px 15px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#sidebar ul .SimpleSideNav .widgettitle {
	display: none;
}

p {
	margin: 4px 0 8px 0;
	padding: 0;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px dotted #77A12E;
	margin: 10px 0 10px 0;
	padding: 5px;
	text-align: right;
}

#postblock {
	margin: 20px 0 20px 0;
	border-bottom: 1px dotted gray;
	padding-bottom: 20px;
}

/* images */

.alignleft {
	float: left;
	display: inline-block;
	margin: 5px 10px 5px 0px;
	padding: 0;
}

#breadcrumb {
	text-decoration: none;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.homeblock {
	margin: 5px 10px 10px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #CFF2F6;
}

.home_ad {
	width: 271px;
	height: 102px;
/

* background-color: #e6e6e6; */
}

.home_ad h1 {
	padding: 5px;
	background-color: #faf4af;
	color: black;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.home_ad img {
	border: none;
}

.home_ad form {
	background: #cff2f6;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;


/* 	text-transform: uppercase; */
	color: black;
}

#home_sidebar ul .widgettitle {
	font-weight: bold;
	color: #87C149;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#home_sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#home_sidebar li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	border-top-color: #e4f8fa;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 0;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 10px;
}

#home_sidebar li li {
	list-style: none;
	margin: 4px 0 6px 15px;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

#home_sidebar ul .SimpleSideNav .widgettitle {
	display: none;
}

.fbsu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.fbsu li {
	

/* float: left; */
	margin: 10px 5px 0 5px;
	padding: 10px 10px 0 10px;
	width: 540px;
	border-top: 2px solid #DFF2F7;
	display: block;
}

.fbsu h1, .fbsu img {
	display: none;
}

.fbsu a:link, .fbsu a:visited {
	text-decoration: none;
	color: gray;
}

.fbsu a:hover, .fbsu a:active {
	text-decoration: underline;
	color: black;
}

.sponsor_box {
	padding: 0;
	margin: 0;
	background-color: white;
	border: 1px solid #8ac31e;
	width: 277px;
}

.sponsor_link {
	padding: 5px;
	background-color: #e6e6e6;
	font-size: 11px;
	margin: 0;
	position: relative;
	width: 272px;
	top: 0;
	color: black;
}

.home-event {
	padding: 10px 10px 0 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dotted #BCE1EC;
	color: #999999;
}

.home-event b {
	color: #8ac31e;
}

.follow {
	display: inline-block;
	width: 80px;
	height: 32px;
	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.follow img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

div#logos img {
	margin-right: auto;
	margin-left: auto;
}

div#upcomingevents ul {
	margin: 10px 0 0 35px;
	padding: 0;
	list-style: square;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
}

div#upcomingevents ul li {
	color: gray;
	margin-bottom: 10px;
}

img {
	border: none;
}

div.fbsu ul.lifestream li {
	background-position: 0 11px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* @group nav */

#topnavContainer {
	height: 23px;
}

#nav {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-color: none;
	top: 80px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
	font-family: "TrebuchetMS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#nav, #nav ul {
	line-height: 40px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}

#nav a, #nav a:hover {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: medium none;
	display: block;
	text-decoration: none;
}

#nav li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	/* border-right:3px solid white; */
	text-transform: uppercase;
}

#nav a, #nav a:visited {
	color: #333;
	display: block;
	padding: 0 20px;
}

#nav a:hover, #nav a:active, .current_page_item a, #home .on {
	text-decoration: none;
}

#nav li ul {
	border-bottom: 3px solid white;
	height: auto;
	left: -999em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 222px;
}

#nav li li {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #DFF2F7 none repeat scroll 0 0;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-top: 3px solid white;
	width: 220px;
	text-transform: capitalize;
	font-size: 12px;
}

#nav li li a, #nav li li a:visited {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #DFF2F7 none repeat scroll 0 0;
	color: #888;
	font-size: 0.9em;
	font-weight: normal;
	padding: 5px 10px;
}

#nav li li a:hover, #nav li li a:active {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #B1E5FC none repeat scroll 0 0;
	padding: 5px 10px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

/* @end */
