@charset "UTF-8";
/*
Theme Name: SBFI
Description: The theme for SBFI.
Version: 1.0
*/

/* HTML Defaults */

body {
	font-family: sans-serif;
	line-height: 1.4em;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
h1 {
	line-height: 1.15em;
	margin-top: 0;
}
a {
	text-decoration: none;
}
a:link {
	color:#64ae44;
}
a:visited {
	color:#1e6400;
}
a:active,
a:hover {
	text-decoration: underline;
	color: #82d25f;
}
img, input[type=image] {
	border: none;
	vertical-align: middle;
}
hr {
	color: #000;
	background: #000;
	height: 1px;
	padding: 0;
	border: none;
}
big {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	color:#64ae44;
}
th, td {
	font-size: 100%;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input,
textarea {
	color: #000;
	font-size: 100%;
	line-height: 1.15em;
}
input[type=text], input[type=password], textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.5);
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background: #eee;
}
button, input[type=submit], input[type=button] {
	color: #fff;
	background: #000;
	padding: .2em .5em;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
button:focus, input[type=submit]:focus, input[type=button]:focus {
	background: #666;
	cursor: pointer;
}

/* Hide */

.screen-reader-text, .slides, .nocomments, .nopassword, #text-3 .widget-title, #text-4 .widget-title, #colophon .widget-title, div.entry-content p.faq-catname, div.faq-answer, .taxonomy-picker label, #newsletterbox h2, #newsletterbox p, .menu-item-type-custom a, #nav_menu-5, .splashslides, .tabclear  {
	display: none !important;
}
.menu-item-type-custom .sub-menu, .menu-item-type-custom .sub-menu a {
	display: block !important;
}

/* Padding */

#access, #main, #secondary, #footer, #searchform, .director {
	padding: 1em;
}

/* Header */

#header {
	background: url(images/header_bg.png) repeat-x left top;
}
#header * {
	margin: 0;
}

/* Nav */

#access li {
	background: #000;
	margin-bottom: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#access a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: .5em 1em;
}

/* Footer */

#footer {
	border-top: 2px solid #000;
}
.monogram {
	float: left;
	padding-right: 1em;
}
.widget-area ul.menu li.menu-item-4707 {
	background:url(images/lock_sm.png) no-repeat left center;
	padding: 0 0 0 15px;
}
#text-5 p {
	margin-left: 90px;
}
#copyright {
	font-size: 75%;
	line-height: 1.3em;
	color: #999;
}

/* Social */

#bar {
	color: #fff;
	background: #000;
	margin: 1em;
	padding: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#newsletterbox {
	display: none;
	background: #64ae44;
	padding: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#newsletterbox a {
	color: #fff;
}
#newsletterbox form {
	margin: 0;
}
#newsletterbox label, #newsletterbox input {
	margin: 0 0 .5em 0;
}
#newsletterbox label {
	display: block;
}
.mc-field-group {
	clear: both;
	overflow: hidden;
}
.response {
	display: none;
	font-weight: bold;
}
#mce-error-response {
	color: #ffff00;
}

/* Content */

#access .menu-header, div.menu, h3, h4, h5, h6, legend, button, .button, .bigbutton, input[type=submit], input[type=button], .entry-meta, .entry-utility, .readmore, .navigation, #followlinks, .comment-author, #content #definitionsubjects h2, #newsletterbox h2 {
	font-weight: bold;
	text-transform: uppercase;
}
#main #secondary {
	padding: 0;
}
.entry-utility {
	padding: .5em 0;
	border-top: solid 1px #000;
	border-bottom: solid 2px #000;
}
.widget-title {
	border-top: solid 2px #000;
	padding: .5em 0;
}
.widget_tweetblender h3 {
	background: url(images/icon_tweet.png) no-repeat right center;
	min-height: 18px;
}
.sil_rss_widget h3 {
	background: url(images/icon_web.png) no-repeat right center;
	min-height: 18px;
}
.widget_links h3 {
	background: url(images/icon_link.png) no-repeat right center;
	min-height: 18px;
}
.sil_rss_info {
	font-style: italic;
	color: #ccc;
}
.sil_rss_info a {
	font-size: 112%;
	line-height: 1.3em;
	font-style: normal;
}
a.button {
	text-decoration: none;
	color: #fff;
	background: #64ae44;
	margin-bottom: .2em;
	padding: .2em .5em;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.button:focus, a.bigbutton:focus {
	text-decoration: none;
	background: #fcb040;
}
a.bigbutton {
	font-size: 150%;
	text-decoration: none;
	color: #fff;
	background: #d50000;
	display: inline-block;
	margin-bottom: .2em;
	padding: .2em .5em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.alignright, .alignleft, .alignnone, .bookfeature img {
	display: block;
	margin: 1em 0;
}
.splash {
	color: #fff;
	background: #000;
	padding: 1em;
}
.sponsors {
	text-align: center;
}
.sponsors img {
	vertical-align: middle;
	padding: 10px 30px;
}
.recent-posts-thumb {
	display: block;
	width: 220px;
	height: auto;
	margin: 0 0 5px 0;
}
