  
td.revision-current {
	background:#ffc;
}
 
 
th.active img {
	display:inline;
}
tr.even, tr.odd {
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding:0.1em 0.6em;
}
tr.drag {
	background-color:#fffff0;
}
tr.drag-previous {
	background-color:#ffd;
}
td.active {
	background-color:#ddd;
}
td.checkbox, th.checkbox {
	text-align:center;
}
tbody {
	border-top:1px solid #ccc;
}
tbody th {
	border-bottom:1px solid #ccc;
}
thead th {
	text-align:left;
	padding-right:1em;
	border-bottom:3px solid #ccc;
}
.breadcrumb {
	padding-bottom:.5em
}
div.indentation {
	width:20px;
	height:1.7em;
	margin:-0.4em 0.2em -0.4em -0.4em;
	padding:0.42em 0 0.42em 0.6em;
	float:left;
}
div.tree-child {
	background:url(/misc/tree.png) no-repeat 11px center;
}
div.tree-child-last {
	background:url(/misc/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal {
	background:url(/misc/tree.png) no-repeat -11px center;
}
.error {
	color:#e55;
}
div.error {
	border:1px solid #d77;
}
div.error, tr.error {
	background:#fcc;
	color:#200;
	padding:2px;
}
.warning {
	color:#e09010;
}
div.warning {
	border:1px solid #f0c020;
}
div.warning, tr.warning {
	background:#ffd;
	color:#220;
	padding:2px;
}
.ok {
	color:#008000;
}
div.ok {
	border:1px solid #00aa00;
}
div.ok, tr.ok {
	background:#dfd;
	color:#020;
	padding:2px;
}
.item-list .icon {
	color:#555;
	float:right;
	padding-left:0.25em;
	clear:right;
}
.item-list .title {
	font-weight:bold;
}
.item-list ul {
	margin:0 0 0.75em 0;
	padding:0;
}
.item-list ul li {
	margin:0 0 0.25em 1.5em;
	padding:0;
	list-style:disc;
}
ol.task-list li.active {
	font-weight:bold;
}
.form-item {
	margin-top:1em;
	margin-bottom:1em;
}
tr.odd .form-item, tr.even .form-item {
	margin-top:0;
	margin-bottom:0;
	white-space:nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
	border-bottom-width:0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
	border-top-width:0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border:2px solid red;
}
.form-item .description {
	font-size:0.85em;
}
.form-item label {
	display:block;
	font-weight:bold;
}
.form-item label.option {
	display:inline;
	font-weight:normal;
}
.form-checkboxes, .form-radios {
	margin:1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin-top:0.4em;
	margin-bottom:0.4em;
}
.marker, .form-required {
	color:#f00;
}
.more-link {
	text-align:right;
}
.more-help-link {
	font-size:0.85em;
	text-align:right;
}
.nowrap {
	white-space:nowrap;
}
.item-list .pager {
	clear:both;
	text-align:center;
}
.item-list .pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	padding:0.5em;
}
.pager-current {
	font-weight:bold;
}
.tips {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	font-size:0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
	font-family:inherit;
	font-size:inherit;
	width:14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
	width:8em;
}
dl.multiselect dt, dl.multiselect dd {
	float:left;
	line-height:1.75em;
	padding:0;
	margin:0 1em 0 0;
}
dl.multiselect .form-item {
	height:1.75em;
	margin:0;
}
.container-inline div, .container-inline label {
	display:inline;
}
ul.primary {
	border-collapse:collapse;
	padding:0 0 0 1em;
	white-space:nowrap;
	list-style:none;
	margin:5px;
	height:auto;
	line-height:normal;
	border-bottom:1px solid #bbb;
}
ul.primary li {
	display:inline;
}
ul.primary li a {
	background-color:#ddd;
	border-color:#bbb;
	border-width:1px;
	border-style:solid solid none solid;
	height:auto;
	margin-right:0.5em;
	padding:0 1em;
	text-decoration:none;
}
ul.primary li.active a {
	background-color:#fff;
	border:1px solid #bbb;
	border-bottom:#fff 1px solid;
}
ul.primary li a:hover {
	background-color:#eee;
	border-color:#ccc;
	border-bottom-color:#eee;
}
ul.secondary {
	border-bottom:1px solid #bbb;
	padding:0.5em 1em;
	margin:5px;
}
ul.secondary li {
	display:inline;
	padding:0 1em;
	border-right:1px solid #ccc;
}
ul.secondary a {
	padding:0;
	text-decoration:none;
}
ul.secondary a.active {
	border-bottom:4px solid #999;
}
#autocomplete {
	position:absolute;
	border:1px solid;
	overflow:hidden;
	z-index:100;
}
#autocomplete ul {
	margin:0;
	padding:0;
	list-style:none;
}
#autocomplete li {
	background:#fff;
	color:#000;
	white-space:pre;
	cursor:default;
}
#autocomplete li.selected {
	background:#0072b9;
	color:#fff;
}
html.js input.form-autocomplete {
	background-image:url(/misc/throbber.gif);
	background-repeat:no-repeat;
	background-position:100% 2px;
}
html.js input.throbbing {
	background-position:100% -18px;
}
html.js fieldset.collapsed {
	border-bottom-width:0;
	border-left-width:0;
	border-right-width:0;
	margin-bottom:0;
	height:1em;
}
html.js fieldset.collapsed * {
	display:none;
}
html.js fieldset.collapsed legend {
	display:block;
}
html.js fieldset.collapsible legend a {
	padding-left:15px;
	background:url(/misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
	background-image:url(/misc/menu-collapsed.png);
	background-position:5px 50%;
}
* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table * {
	display:inline;
}
html.js fieldset.collapsible {
	position:relative;
}
html.js fieldset.collapsible legend a {
	display:block;
}
html.js fieldset.collapsible .fieldset-wrapper {
	overflow:auto;
}
.resizable-textarea {
	width:95%;
}
.resizable-textarea .grippie {
	height:9px;
	overflow:hidden;
	background:#eee url(/misc/grippie.png) no-repeat center 2px;
	border:1px solid #ddd;
	border-top-width:0;
	cursor:s-resize;
}
html.js .resizable-textarea textarea {
	margin-bottom:0;
	width:100%;
	display:block;
}
.draggable a.tabledrag-handle {
	cursor:move;
	float:left;
	height:1.7em;
	margin:-0.4em 0 -0.4em -0.5em;
	padding:0.42em 1.5em 0.42em 0.5em;
	text-decoration:none;
}
a.tabledrag-handle:hover {
	text-decoration:none;
}
a.tabledrag-handle .handle {
	margin-top:4px;
	height:13px;
	width:13px;
	background:url(/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
	background-position:0 -20px;
}
.joined + .grippie {
	height:5px;
	background-position:center 1px;
	margin-bottom:-2px;
}
.teaser-checkbox {
	padding-top:1px;
}
div.teaser-button-wrapper {
	float:right;
	padding-right:5%;
	margin:0;
}
.teaser-checkbox div.form-item {
	float:right;
	margin:0 5% 0 0;
	padding:0;
}
textarea.teaser {
	display:none;
}
html.js .no-js {
	display:none;
}
.progress {
	font-weight:bold;
}
.progress .bar {
	background:#fff url(/misc/progress.gif);
	border:1px solid #00375a;
	height:1.5em;
	margin:0 0.2em;
}
.progress .filled {
	background:#0072b9;
	height:1em;
	border-bottom:0.5em solid #004a73;
	width:0%;
}
.progress .percentage {
	float:right;
}
.progress-disabled {
	float:left;
}
.ahah-progress {
	float:left;
}
.ahah-progress .throbber {
	width:15px;
	height:15px;
	margin:2px;
	background:transparent url(/misc/throbber.gif) no-repeat 0px -18px;
	float:left;
}
tr .ahah-progress .throbber {
	margin:0 2px;
}
.ahah-progress-bar {
	width:16em;
}
#first-time strong {
	display:block;
	padding:1.5em 0 .5em;
}
tr.selected td {
	background:#ffc;
}
table.sticky-header {
	margin-top:0;
	background:#fff;
}
#clean-url.install {
	display:none;
}
html.js .js-hide {
	display:none;
}
#system-modules div.incompatible {
	font-weight:bold;
}
#system-themes-form div.incompatible {
	font-weight:bold;
}
span.password-strength {
	visibility:hidden;
}
input.password-field {
	margin-right:10px;
}
div.password-description {
	padding:0 2px;
	margin:4px 0 0 0;
	font-size:0.85em;
	max-width:500px;
}
div.password-description ul {
	margin-bottom:0;
}
.password-parent {
	margin:0 0 0 0;
}
input.password-confirm {
	margin-right:10px;
}
.confirm-parent {
	margin:5px 0 0 0;
}
span.password-confirm {
	visibility:hidden;
}
span.password-confirm span {
	font-weight:normal;
}
ul.menu {
	list-style:none;
	border:none;
	text-align:left;
}
ul.menu li {
	margin:0 0 0 0.5em;
}
li.expanded {
	list-style-type:circle;
	list-style-image:url(/misc/menu-expanded.png);
	padding:0.2em 0.5em 0 0;
	margin:0;
}
li.collapsed {
	list-style-type:disc;
	list-style-image:url(/misc/menu-collapsed.png);
	padding:0.2em 0.5em 0 0;
	margin:0;
}
li.leaf {
	list-style-type:square;
	list-style-image:url(/misc/menu-leaf.png);
	padding:0.2em 0.5em 0 0;
	margin:0;
}
li a.active {
	color:#000;
}
td.menu-disabled {
	background:#ccc;
}
ul.links {
	margin:0;
	padding:0;
}
ul.links.inline {
	display:inline;
}
ul.links li {
	display:inline;
	list-style-type:none;
	padding:0 0.5em;
}
.block ul {
	margin:0;
	padding:0 0 0.25em 1em;
}
#permissions td.module {
	font-weight:bold;
}
#permissions td.permission {
	padding-left:1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
	margin-right:1em;
	float:left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
	margin-top:0;
}
#access-rules .mask {
	clear:both;
}
#user-login-form {
	text-align:center;
}
#user-admin-filter ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}
#user-admin-buttons {
	float:left;
	margin-left:0.5em;
	clear:right;
}
#user-admin-settings fieldset .description {
	font-size:0.85em;
	padding-bottom:.5em;
}
.profile {
	clear:both;
	margin:1em 0;
}
.profile .picture {
	float:right;
	margin:0 1em 1em 0;
}
.profile h3 {
	border-bottom:1px solid #ccc;
}
.profile dl {
	margin:0 0 1.5em 0;
}
.profile dt {
	margin:0 0 0.2em 0;
	font-weight:bold;
}
.profile dd {
	margin:0 0 1em 0;
}
.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
	font-weight:bold;
}
.field .field-label-inline, .field .field-label-inline-first {
	display:inline;
}
.field .field-label-inline {
	visibility:hidden;
}
.node-form .content-multiple-table td.content-multiple-drag {
	width:30px;
	padding-right:0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
	padding-right:.5em;
}
.node-form .content-add-more .form-submit {
	margin:0;
}
.node-form .number {
	display:inline;
	width:auto;
}
.node-form .text {
	width:auto;
}
.form-item #autocomplete .reference-autocomplete {
	white-space:normal;
}
.form-item #autocomplete .reference-autocomplete label {
	display:inline;
	font-weight:normal;
}
#content-field-overview-form .advanced-help-link, #content-display-overview-form .advanced-help-link {
	margin:4px 4px 0 0;
}
#content-field-overview-form .label-group, #content-display-overview-form .label-group, #content-copy-export-form .label-group {
	font-weight:bold;
}
table#content-field-overview .label-add-new-field, table#content-field-overview .label-add-existing-field, table#content-field-overview .label-add-new-group {
	float:left;
}
table#content-field-overview tr.content-add-new .tabledrag-changed {
	display:none;
}
table#content-field-overview tr.content-add-new .description {
	margin-bottom:0;
}
table#content-field-overview .content-new {
	font-weight:bold;
	padding-bottom:.5em;
}
.advanced-help-topic h3, .advanced-help-topic h4, .advanced-help-topic h5, .advanced-help-topic h6 {
	margin:1em 0 .5em 0;
}
.advanced-help-topic dd {
	margin-bottom:.5em;
}
.advanced-help-topic span.code {
	background-color:#EDF1F3;
	font-family:"Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
	font-size:0.9em;
	padding:1px;
}
.advanced-help-topic .content-border {
	border:1px solid #AAA
}
.container-inline-date {
	width:auto;
	clear:both;
	display:inline-block;
	vertical-align:top;
	margin-right:0.5em;
}
.container-inline-date .form-item {
	float:none;
	padding:0;
	margin:0;
}
.container-inline-date .form-item .form-item {
	float:left;
}
.container-inline-date .form-item, .container-inline-date .form-item input {
	width:auto;
}
.container-inline-date .description {
	clear:both;
}
.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
	margin-right:5px;
}
.container-inline-date .date-spacer {
	margin-left:-5px;
}
.views-right-60 .container-inline-date div {
	padding:0;
	margin:0;
}
.container-inline-date .date-timezone .form-item {
	float:none;
	width:auto;
	clear:both;
}
#calendar_div, #calendar_div td, #calendar_div th {
	margin:0;
	padding:0;
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width:185px;
	border-collapse:separate;
	margin:0;
}
.calendar td {
	padding:0;
}
span.date-display-single {
}
span.date-display-start {
}
span.date-display-end {
}
span.date-display-separator {
}
.date-repeat-input {
	float:left;
	width:auto;
	margin-right:5px;
}
.date-repeat-input select {
	min-width:7em;
}
.date-repeat fieldset {
	clear:both;
	float:none;
}
.date-views-filter-wrapper {
	min-width:250px;
}
.date-views-filter input {
	float:left !important;
	margin-right:2px !important;
	padding:0 !important;
	width:12em;
	min-width:12em;
}
.date-nav {
	width:100%;
}
.date-nav div.date-prev {
	text-align:left;
	width:24%;
	float:left;
}
.date-nav div.date-next {
	text-align:right;
	width:24%;
	float:right;
}
.date-nav div.date-heading {
	text-align:center;
	width:50%;
	float:left;
}
.date-nav div.date-heading h3 {
	margin:0;
	padding:0;
}
.date-clear {
	float:none;
	clear:both;
	display:block;
}
.date-clear-block {
	float:none;
	width:auto;
	clear:both;
}
.date-clear-block:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.date-clear-block {
	display:inline-block;
}/* Hides from IE-mac \*/
* html .date-clear-block {
	height:1%;
}
.date-clear-block {
	display:block;
}
.date-container .date-format-delete {
	margin-top:1.8em;
	margin-left:1.5em;
	float:left;
}
.date-container .date-format-name {
	float:left;
}
.date-container .date-format-type {
	float:left;
	padding-left:10px;
}
.date-container .select-container {
	clear:left;
	float:left;
}
div.date-calendar-day {
	line-height:1;
	width:40px;
	float:left;
	margin:6px 10px 0 0;
	background:#F3F3F3;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	color:#999;
	text-align:center;
	font-family:Georgia, Arial, Verdana, sans;
}
div.date-calendar-day span {
	display:block;
	text-align:center;
}
div.date-calendar-day span.month {
	font-size:.9em;
	background-color:#B5BEBE;
	color:white;
	padding:2px;
	text-transform:uppercase;
}
div.date-calendar-day span.day {
	font-weight:bold;
	font-size:2em;
}
div.date-calendar-day span.year {
	font-size:.9em;
	padding:2px;
}
#ui-datepicker-div table, #ui-datepicker-div td, #ui-datepicker-div th {
	margin:0;
	padding:0;
}
#ui-datepicker-div, #ui-datepicker-div table, .ui-datepicker-div, .ui-datepicker-div table, .ui-datepicker-inline, .ui-datepicker-inline table {
	font-size:12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	background:#ffffff;
	border:2px solid #d3d3d3;
	font-family:Verdana, Arial, sans-serif;
	font-size:1.1em;
	margin:0;
	padding:2.5em .5em .5em .5em;
	position:relative;
	width:15.5em;
}
#ui-datepicker-div {
	background:#ffffff;
	display:none;
	z-index:9999;
}
.ui-datepicker-inline {
	display:block;
	float:left;
}
.ui-datepicker-control {
	display:none;
}
.ui-datepicker-current {
	display:none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	background:#e6e6e6 url(/sites/all/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	left:.5em;
	position:absolute;
	top:.5em;
}
.ui-datepicker-next {
	left:14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background:#dadada url(/sites/all/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	background:url(/sites/all/modules/date/date_popup/themes/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border:1px solid #d3d3d3;
	cursor:pointer;
	display:block;
	font-size:1em;
	height:1.4em;
	text-indent:-999999px;
	width:1.3em;
}
.ui-datepicker-next a {
	background:url(/sites/all/modules/date/date_popup/themes/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background:url(/sites/all/modules/date/date_popup/themes/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background:url(/sites/all/modules/date/date_popup/themes/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background:url(/sites/all/modules/date/date_popup/themes/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background:url(/sites/all/modules/date/date_popup/themes/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	background:#e6e6e6;
	border:1px solid #d3d3d3;
	color:#555555;
	font-size:1em;
	line-height:1.4em;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	top:.5em;
}
.ui-datepicker-header select.ui-datepicker-new-month {
	left:2.2em;
	width:7em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
	left:9.4em;
	width:5em;
}
table.ui-datepicker {
	text-align:right;
	width:15.5em;
}
table.ui-datepicker td a {
	color:#555555;
	display:block;
	padding:.1em .3em .1em 0;
	text-decoration:none;
}
table.ui-datepicker tbody {
	border-top:none;
}
table.ui-datepicker tbody td a {
	background:#e6e6e6 url(/sites/all/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border:1px solid #ffffff;
	cursor:pointer;
}
table.ui-datepicker tbody td a:hover {
	background:#dadada url(/sites/all/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border:1px solid #999999;
	color:#212121;
}
table.ui-datepicker tbody td a:active {
	background:#ffffff url(/sites/all/modules/date/date_popup/themes/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border:1px solid #dddddd;
	color:#222222;
}
table.ui-datepicker .ui-datepicker-title-row td {
	color:#222222;
	font-size:.9em;
	padding:.3em 0;
	text-align:center;
	text-transform:uppercase;
}
table.ui-datepicker .ui-datepicker-title-row td a {
	color:#222222;
}
.timeEntry_control {
	vertical-align:middle;
	margin-left:2px;
}
* html .timeEntry_control {
	margin-top:-4px;
}
.timeEntry {
	background-color:transparent !important;
}
.timeEntry_control {
	display:none;
}
.flickr-photos {
}
.flickr-photo {
}
.flickr-photo-img {
	vertical-align:text-bottom;
}
.flickr-photo-box {
	padding:10px;
	float:left;
	text-align:center;
	width:260px;
	height:260px;
}
.flickr-photosets {
}
.flickr-photoset {
}
.flickr-photoset-img {
	vertical-align:text-bottom;
}
.flickr-photoset-box {
	padding:10px;
	float:left;
	text-align:center;
	width:130px;
	height:130px;
}
.flickr-photoset-title {
}
.flickr-photoset-count {
}
div.fieldgroup {
	margin:.5em 0 1em 0;
}
div.fieldgroup .content {
	padding-left:1em;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a {
	text-decoration:none;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
	width:100%;
}
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.container {
	width:950px;
	margin:0 auto;
}
.showgrid {
	background:url(/sites/all/themes/bfa_global/src/grid.png);
}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
	float:left;
	margin-right:10px;
}
.last, div.last {
	margin-right:0;
}
.span-1 {
	width:30px;
}
.span-2 {
	width:70px;
}
.span-3 {
	width:110px;
}
.span-4 {
	width:150px;
}
.span-5 {
	width:190px;
}
.span-6 {
	width:230px;
}
.span-7 {
	width:270px;
}
.span-8 {
	width:310px;
}
.span-9 {
	width:350px;
}
.span-10 {
	width:390px;
}
.span-11 {
	width:430px;
}
.span-12 {
	width:470px;
}
.span-13 {
	width:510px;
}
.span-14 {
	width:550px;
}
.span-15 {
	width:590px;
}
.span-16 {
	width:630px;
}
.span-17 {
	width:670px;
}
.span-18 {
	width:710px;
}
.span-19 {
	width:750px;
}
.span-20 {
	width:790px;
}
.span-21 {
	width:830px;
}
.span-22 {
	width:870px;
}
.span-23 {
	width:910px;
}
.span-24, div.span-24 {
	width:950px;
	margin:0;
}
input.span-1, textarea.span-1, select.span-1 {
	width:30px!important;
}
input.span-2, textarea.span-2, select.span-2 {
	width:50px!important;
}
input.span-3, textarea.span-3, select.span-3 {
	width:90px!important;
}
input.span-4, textarea.span-4, select.span-4 {
	width:130px!important;
}
input.span-5, textarea.span-5, select.span-5 {
	width:170px!important;
}
input.span-6, textarea.span-6, select.span-6 {
	width:210px!important;
}
input.span-7, textarea.span-7, select.span-7 {
	width:250px!important;
}
input.span-8, textarea.span-8, select.span-8 {
	width:290px!important;
}
input.span-9, textarea.span-9, select.span-9 {
	width:330px!important;
}
input.span-10, textarea.span-10, select.span-10 {
	width:370px!important;
}
input.span-11, textarea.span-11, select.span-11 {
	width:410px!important;
}
input.span-12, textarea.span-12, select.span-12 {
	width:450px!important;
}
input.span-13, textarea.span-13, select.span-13 {
	width:490px!important;
}
input.span-14, textarea.span-14, select.span-14 {
	width:530px!important;
}
input.span-15, textarea.span-15, select.span-15 {
	width:570px!important;
}
input.span-16, textarea.span-16, select.span-16 {
	width:610px!important;
}
input.span-17, textarea.span-17, select.span-17 {
	width:650px!important;
}
input.span-18, textarea.span-18, select.span-18 {
	width:690px!important;
}
input.span-19, textarea.span-19, select.span-19 {
	width:730px!important;
}
input.span-20, textarea.span-20, select.span-20 {
	width:770px!important;
}
input.span-21, textarea.span-21, select.span-21 {
	width:810px!important;
}
input.span-22, textarea.span-22, select.span-22 {
	width:850px!important;
}
input.span-23, textarea.span-23, select.span-23 {
	width:890px!important;
}
input.span-24, textarea.span-24, select.span-24 {
	width:940px!important;
}
.append-1 {
	padding-right:40px;
}
.append-2 {
	padding-right:80px;
}
.append-3 {
	padding-right:120px;
}
.append-4 {
	padding-right:160px;
}
.append-5 {
	padding-right:200px;
}
.append-6 {
	padding-right:240px;
}
.append-7 {
	padding-right:280px;
}
.append-8 {
	padding-right:320px;
}
.append-9 {
	padding-right:360px;
}
.append-10 {
	padding-right:400px;
}
.append-11 {
	padding-right:440px;
}
.append-12 {
	padding-right:480px;
}
.append-13 {
	padding-right:520px;
}
.append-14 {
	padding-right:560px;
}
.append-15 {
	padding-right:600px;
}
.append-16 {
	padding-right:640px;
}
.append-17 {
	padding-right:680px;
}
.append-18 {
	padding-right:720px;
}
.append-19 {
	padding-right:760px;
}
.append-20 {
	padding-right:800px;
}
.append-21 {
	padding-right:840px;
}
.append-22 {
	padding-right:880px;
}
.append-23 {
	padding-right:920px;
}
.prepend-1 {
	padding-left:40px;
}
.prepend-2 {
	padding-left:80px;
}
.prepend-3 {
	padding-left:120px;
}
.prepend-4 {
	padding-left:160px;
}
.prepend-5 {
	padding-left:200px;
}
.prepend-6 {
	padding-left:240px;
}
.prepend-7 {
	padding-left:280px;
}
.prepend-8 {
	padding-left:320px;
}
.prepend-9 {
	padding-left:360px;
}
.prepend-10 {
	padding-left:400px;
}
.prepend-11 {
	padding-left:440px;
}
.prepend-12 {
	padding-left:480px;
}
.prepend-13 {
	padding-left:520px;
}
.prepend-14 {
	padding-left:560px;
}
.prepend-15 {
	padding-left:600px;
}
.prepend-16 {
	padding-left:640px;
}
.prepend-17 {
	padding-left:680px;
}
.prepend-18 {
	padding-left:720px;
}
.prepend-19 {
	padding-left:760px;
}
.prepend-20 {
	padding-left:800px;
}
.prepend-21 {
	padding-left:840px;
}
.prepend-22 {
	padding-left:880px;
}
.prepend-23 {
	padding-left:920px;
}
div.border {
	padding-right:4px;
	margin-right:5px;
	border-right:1px solid #eee;
}
div.colborder {
	padding-right:24px;
	margin-right:25px;
	border-right:1px solid #eee;
}
.pull-1 {
	margin-left:-40px;
}
.pull-2 {
	margin-left:-80px;
}
.pull-3 {
	margin-left:-120px;
}
.pull-4 {
	margin-left:-160px;
}
.pull-5 {
	margin-left:-200px;
}
.pull-6 {
	margin-left:-240px;
}
.pull-7 {
	margin-left:-280px;
}
.pull-8 {
	margin-left:-320px;
}
.pull-9 {
	margin-left:-360px;
}
.pull-10 {
	margin-left:-400px;
}
.pull-11 {
	margin-left:-440px;
}
.pull-12 {
	margin-left:-480px;
}
.pull-13 {
	margin-left:-520px;
}
.pull-14 {
	margin-left:-560px;
}
.pull-15 {
	margin-left:-600px;
}
.pull-16 {
	margin-left:-640px;
}
.pull-17 {
	margin-left:-680px;
}
.pull-18 {
	margin-left:-720px;
}
.pull-19 {
	margin-left:-760px;
}
.pull-20 {
	margin-left:-800px;
}
.pull-21 {
	margin-left:-840px;
}
.pull-22 {
	margin-left:-880px;
}
.pull-23 {
	margin-left:-920px;
}
.pull-24 {
	margin-left:-960px;
}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
	float:left;
	position:relative;
}
.push-1 {
	margin:0 -40px 1.5em 40px;
}
.push-2 {
	margin:0 -80px 1.5em 80px;
}
.push-3 {
	margin:0 -120px 1.5em 120px;
}
.push-4 {
	margin:0 -160px 1.5em 160px;
}
.push-5 {
	margin:0 -200px 1.5em 200px;
}
.push-6 {
	margin:0 -240px 1.5em 240px;
}
.push-7 {
	margin:0 -280px 1.5em 280px;
}
.push-8 {
	margin:0 -320px 1.5em 320px;
}
.push-9 {
	margin:0 -360px 1.5em 360px;
}
.push-10 {
	margin:0 -400px 1.5em 400px;
}
.push-11 {
	margin:0 -440px 1.5em 440px;
}
.push-12 {
	margin:0 -480px 1.5em 480px;
}
.push-13 {
	margin:0 -520px 1.5em 520px;
}
.push-14 {
	margin:0 -560px 1.5em 560px;
}
.push-15 {
	margin:0 -600px 1.5em 600px;
}
.push-16 {
	margin:0 -640px 1.5em 640px;
}
.push-17 {
	margin:0 -680px 1.5em 680px;
}
.push-18 {
	margin:0 -720px 1.5em 720px;
}
.push-19 {
	margin:0 -760px 1.5em 760px;
}
.push-20 {
	margin:0 -800px 1.5em 800px;
}
.push-21 {
	margin:0 -840px 1.5em 840px;
}
.push-22 {
	margin:0 -880px 1.5em 880px;
}
.push-23 {
	margin:0 -920px 1.5em 920px;
}
.push-24 {
	margin:0 -960px 1.5em 960px;
}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
	float:right;
	position:relative;
}
.prepend-top {
	margin-top:1.5em;
}
.append-bottom {
	margin-bottom:1.5em;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clearfix:after, .container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
label {
	font-weight:bold;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.text, input.title, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}
input.text, input.title {
	width:300px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
textarea {
	width:390px;
	height:250px;
	padding:5px;
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
body {
	background:url(global-body-bg.png) repeat-x;
}
#body-bg {
	background:url(global-bg.png) repeat-y center;
}
#bfa-global-header-wrapper {
	background:url(global-bg-header.png) no-repeat top center;
	height:30px;
}
#global-logo {
	margin-top:10px;
}
#bfa-global-header-main {
}
#bfa-global-header-discover {
}
#bfa-global-header-national {
}
#bfa-global-header-forum {
}
#closure {
	background:url(global-bg-footer.png) no-repeat center top;
	height:30px;
}
a {
	color:#003366;
}
ul, ul.menu {
	list-style-position:inside;
	list-style-type:disc;
}
ol {
	list-style-position:inside;
	list-style-type:decimal;
}
div.block ul {
	padding:0 0 5px 0;
}
ul.links li {
	padding:0;
}
ul.menu li.expanded ul.menu {
	margin:0 0 0 14px;
}
#user-login-form div.item-list ul li, div.terms ul li {
	list-style-type:none;
	margin:0;
}
html.js #user-login-form li.openid-processed, html.js #user-login li.openid-processed {
	font-weight:bold;
	list-style-type:none;
	margin:10px 0 0 -6px;
	padding-left:20px;
	padding-top:0.2em
}
#preface-wrapper div.block ul li {
	background:transparent url(green-checkmark.png) no-repeat 0 0.222em;
	list-style-image:none;
	list-style-type:none;
	padding:1em 0 0 2.222em;
}
#preface-wrapper div.block ol li {
	list-style-image:none;
	padding:2px 0;
}
#sidebar-first ul li, #sidebar-last ul li, #postscript-wrapper ul li {
	background:transparent url(raquo.png) no-repeat left 0.833em;
	list-style-image:none;
	list-style-type:none;
	padding:0.2em 0 0 1.333em;
}
div.content ul li, body.layout-main-last #sidebar-last ul li, #content-bottom ul li {
	background:transparent url(green-bullet.png) no-repeat left 0.333em;
	list-style-image:none;
	list-style-type:none;
	padding:0 0 0 1.666em;
}
div.content ol li, body.layout-main-last #sidebar-last ol li, #content-bottom ol li {
	list-style-image:none;
}
hr {
	border:1px solid #D6DDB9;
}
div.content a.feed-icon img, div.content th img {
	border:0;
}
#first-time p {
	clear:both;
}
#first-time ol {
	list-style-position:outside;
	margin-left:2em;
}
#header {
	background-color:#fff;
	padding-left:15px;
}
#header-wrapper {
	background-color:inherit;
	margin:0 auto;
	padding:0;
	width:940px;
}
#search-box {
	background-color:#E1E1E1;
	border:1px solid #CCCCCC;
	float:right;
	padding:8px;
	position:relative;
	top:0;
	width:20em;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#search-box input#edit-search-theme-form-1 {
	width:170px;
}
#search-box input.form-submit {
	background:#EFEBE7;
	border:1px solid #ccc;
	color:#194765;
	cursor:pointer;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	padding:3px 3px 2px;
	outline:none;
	text-transform:none;
	-moz-border-radius:0;
	-moz-outline-radius:0;
	-webkit-border-radius:0;
}
#search-box label, #search-box a.advanced-search-link {
	display:none;
}
#header-first {
	float:left;
	font-family:Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	margin:12px 30px 0 0;
	width:380px;
}
#header-first #logo {
	float:left;
	margin:0 14px 0 0;
}
#header-first h1 {
	font-size:3em;
	line-height:80%;
	margin:10px 0 15px 0;
}
#header-first h1 a {
	text-decoration:none;
}
#header-first #slogan {
	display:block;
	font-size:1.166em;
	margin:4px 0;
}
#header-middle {
	float:left;
	margin:10px 20px 0 0;
	width:230px;
}
#header-last {
	float:right;
	margin:10px 0 0;
	width:300px;
}
#header-bottom {
	margin:0 auto;
	position:relative;
	width:940px;
	z-index:600;
}
#preface {
	padding-left:15px;
}
#preface-wrapper {
	color:#fff;
	font-family:Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size:1.5em;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0 8px 0;
	width:940px;
}
#preface-wrapper .form-submit {
	font-size:0.6em;
}
#preface-wrapper #preface-first {
}
#preface-wrapper #preface-middle {
}
#preface-wrapper #preface-last {
}
#preface-wrapper.prefaces-1 div.column {
	float:left;
	width:100%;
}
#preface-wrapper.prefaces-2 div.column {
	display:inline;
	float:left;
	margin:0 14px;
	width:47%;
}
#preface-wrapper.prefaces-3 div.column {
	display:inline;
	float:left;
	margin:0 14px;
	width:30%;
}
#preface-wrapper a:link, #preface-wrapper a:visited {
	color:#fff;
	text-decoration:underline;
}
#preface-wrapper a:link:hover, #preface-wrapper a:visited:hover {
	border-bottom:none;
	text-decoration:none;
}
div.content > a:link img {
	border-bottom:none;
	margin:0;
	padding:0;
}
#main {
	background:#fff;
	padding-left:15px;
}
#main-wrapper {
	margin:0 auto;
	overflow:hidden;
	width:920px;
}
#main-wrapper a.active {
}
#sidebar-first {
	float:left;
	overflow:hidden;
}
#sidebar-last {
	background-color:#FFF;
	float:right;
	overflow:hidden;
	margin:0 0 0 10px;
}
#content-wrapper {
	float:right;
	overflow:hidden;
}
#content-top {
	margin:0 0 30px;
	overflow:hidden;
}
#content {
	margin:0 0 20px;
}
#content-inner {
}
#content-bottom {
	clear:both;
	margin:20px 0 0;
	overflow:hidden;
}
#postscript-wrapper {
	clear:both;
	margin:0 auto;
	overflow:hidden;
	width:920px;
}
#postscript-wrapper #postscript-first {
	padding-left:0;
}
#postscript-wrapper #postscript-middle {
}
#postscript-wrapper #postscript-last {
	padding-right:0;
}
#footer {
	border-bottom:1px solid #D6DDB9;
	border-top:1px solid #D6DDB9;
	clear:both;
	display:block;
	font-size:0.9em;
	margin:auto 0;
	overflow:hidden;
	padding:10px 0;
	text-align:center;
	width:920px;
}
#footer .block {
	text-align:left;
}
#footer ul {
	display:inline;
	margin:0;
	padding:0 0 0 9px;
}
#footer ul li {
	background:transparent none repeat;
	border-left:1px solid #CCC;
	display:inline;
	padding:0 5px 0 9px;
}
#footer ul li.first {
	border:none;
}
#legal-notice {
	background:#F4F7E7;
	clear:both;
	color:#AAA;
	display:block;
	font-size:0.9em;
	padding:10px 0;
	text-align:center;
	width:100%;
}
#legal-notice a {
	color:#6699CC;
}
body.layout-main #content-wrapper {
	margin:24px 0 0 0;
	width:940px;
}
body.layout-first-main #sidebar-first {
	margin:24px 14px 0 0;
	width:240px;
}
body.layout-first-main #content-wrapper {
	margin:30px 0 0 0;
	width:640px;
}
body.layout-main-last #content-wrapper {
	margin:24px 20px 0 0;
	width:470px;
}
body.layout-main-last #sidebar-last {
	background-color:transparent;
	margin:24px 0 0 0;
	width:470px;
}
body.layout-first-main-last #sidebar-first {
	margin:40px 20px 0 0;
	width:240px;
}
body.layout-first-main-last #content-wrapper {
	margin:40px 0 0;
	width:700px;
}
body.layout-first-main-last #content-wrapper #content-inner {
}
body.layout-first-main-last #content-wrapper #sidebar-last {
	background-color:#FFF;
	margin:0;
	padding:0 0 0 20px;
	width:280px;
}
body.full-node.layout-first-main-last #sidebar-last {
	margin:0;
}
.hide {
	display:none;
	visibility:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
h2.title, h1.title {
	border-bottom:1px solid #D6DDB9;
	clear:left;
	font-family:Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size:1.833em;
	font-weight:600;
	line-height:1.272em;
	margin-bottom:1em;
}
h2.title {
	font-family:Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size:1.333em;
	font-weight:600;
	text-transform:uppercase;
}
h3.feed-item-title {
	font-family:Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size:1.0em;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:3px;
}
.feed-item-body {
	padding:0 30px 0 30px;
}
.feed-item-meta {
	padding-top:3px;
}
.feed-item-categories {
	text-align:right;
}
h2.title a:link, h2.title a:visited {
}
h2.title a:hover, h2.title a:active {
	color:#619CBE;
	text-decoration:none;
}
div.node h2.title {
	border-bottom:1px solid #d6ddb9;
}
div.node {
	margin:0 0 30px;
}
div.node ul.links li, div.node ul.inline li, div.node .links a {
	padding-right:14px;
}
div.node .read-more a, div.node .more-link a, div.node .links a {
	font-size:0.9em;
	font-weight:bold;
	margin:0;
}
div.node ul.links li.comment_forbidden a {
	padding-right:4px;
}
.submitted, .terms {
	font-size:0.9em;
}
.vocab-name {
	font-weight:bold;
}
.terms {
	line-height:130%;
}
.terms ul.taxonomy li {
	margin:10px 0 5px;
}
.terms ul.taxonomy ul.vocab-list, .terms ul.taxonomy li.vocab-term {
	display:inline;
}
.submitted a:link {
}
.submitted a:visited, .submitted a:hover, .submitted a:active {
}
blockquote {
}
div.node.full-node div.content {
	border-bottom:1px solid #D6DDB9;
}
.node-form .standard {
	clear:none;
}
.picture {
	float:right;
	margin:0 0 2px 4px;
	padding:2px;
}
div.block {
	position:relative;
}
div.block-region {
	color:#000;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:4px;
	margin-top:4px;
	padding:3px;
	text-align:center;
}
div.block .title {
}
div.block .submitted {
}
div.block .submitted a:link {
}
div.block .submitted a:visited, div.block .submitted a:hover, div.block .submitted a:active {
}
div.block-wrapper {
	margin:10px 0;
}
#user-login-form .item-list ul li, div.terms ul li {
	list-style-type:none;
	margin:2px 0 0 16px;
}
#header-middle h2.block-title, #header-last h2.block-title {
	color:#51748C;
	font-size:1.833em;
	margin:0;
	padding:0;
}
#preface-wrapper h2.block-title {
	color:#CCC;
	font-size:1em;
	padding:0;
}
#preface-wrapper .block .content {
	margin:10px 0 0;
}
body.layout-first-main-last #sidebar-first .block-wrapper, body.layout-first-main-last #sidebar-last .block-wrapper {
	margin:0 0 10px;
}
#sidebar-first h2.block-title, #sidebar-last h2.block-title, #postscript-wrapper h2.block-title {
	color:#CCC;
	padding:8px 8px 6px 8px;
	text-align:left;
	text-shadow:#545454 1px 1px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}
#sidebar-first div.block div.content, #sidebar-last div.block div.content, #postscript-wrapper div.block div.content {
	padding:10px 10px 8px;
}
#preface-wrapper div.block div.content, body.layout-main-last #sidebar-last div.block div.content {
	border:none;
}
body.layout-main-last #sidebar-last div.block-wrapper {
	margin:0 0 30px;
}
#preface-wrapper div.block div.content, body.layout-main-last #sidebar-last div.block div.content, #footer div.block div.content {
	background:none;
	border-bottom:none;
	margin:0;
	padding:0;
}
body.layout-main-last #sidebar-last h2.block-title {
	background-color:transparent;
	color:#666;
	padding:0;
	text-align:left;
	text-shadow:none;
	width:400px;
}
#footer h2.block-title {
	background:transparent;
	color:#666;
}
#sidebar-first #block-search-0 .form-item label, #sidebar-last #block-search-0 .form-item label {
	display:none;
}
div.block ul li a, div.block ul.menu li a {
	font-size:1em;
	font-weight:bold;
}
div.block ul.menu li {
	margin:0;
}
div.block ul.menu li a:link, div.block ul.menu li a:visited {
}
div.block ul.menu li a:hover, div.block ul.menu li a:active {
}
#footer div.block ul li a, #footer div.block ul.menu li a {
	font-weight:normal;
}
div.rounded-block {
	margin-top:-1px;
}
p.rounded-topspace {
	margin-top:-14px;
}
p.rounded-bottomspace {
	margin-bottom:-10px;
}
div.rounded-block-top-left, div.rounded-block-top-right, div.rounded-block-bottom-left, div.rounded-block-bottom-right {
	background:transparent url(rounded-block.png) no-repeat;
	font-size:2px;
	height:11px;
}
body.layout-main-last #sidebar-last div.rounded-block-top-left, body.layout-main-last #sidebar-last div.rounded-block-top-right, body.layout-main-last #sidebar-last div.rounded-block-bottom-left, body.layout-main-last #sidebar-last div.rounded-block-bottom-right {
	background:none;
	font-size:inherit;
	height:auto;
}
div.rounded-block-top-left, div.rounded-block-bottom-left {
	margin-right:11px;
}
div.rounded-block-top-right {
	background-position:100% 0;
}
div.rounded-block-top-right, div.rounded-block-bottom-right {
	margin-left:11px;
	margin-top:-11px;
}
body.layout-main-last #sidebar-last div.rounded-block-top-right, body.layout-main-last #sidebar-last div.rounded-block-bottom-right {
	margin:0;
}
div.rounded-block-bottom-left {
	background-position:0 -11px;
}
div.rounded-block-bottom-right {
	background-position:100% -11px;
}
div.rounded-outside, div.rounded-inside {
	background:transparent url(rounded-block-inner.png) repeat-y right;
	padding-right:8px;
}
body.layout-main-last #sidebar-last div.rounded-outside, body.layout-main-last #sidebar-last div.rounded-inside {
	background:none;
	margin:0;
	padding:0;
}
div.rounded-inside {
	background-position:left;
	padding:0 0 0 8px;
}
#primary-menu {
	display:block;
	float:right;
	font-family:Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-top:12px;
	padding:0;
	position:relative;
	text-transform:uppercase;
}
#primary-menu ul.links li {
}
#primary-menu ul.links li.first {
}
#primary-menu ul.links li.last {
}
#primary-menu ul.links li a:link, #primary-menu ul.links li a:visited {
}
#primary-menu ul.links li a:hover, #primary-menu ul.links li a:active {
}
#primary-menu ul.menu li {
	background:transparent url(tab-left.png) no-repeat left 0;
	display:block;
	float:left;
	margin:0 4px 0 0;
	padding:0 0 0 0.833em;
	position:relative;
	width:auto;
}
#primary-menu ul.menu li:hover, #primary-menu ul.menu li.hover, #primary-menu ul.menu li.active-trail {
	background-position:left -29px;
}
#primary-menu ul.menu li a {
	background:transparent url(tab-right.png) no-repeat right 0;
	color:#154B70;
	display:block;
	padding:0.416em 0.833em 0.083em 0;
	text-decoration:none;
}
#primary-menu ul.menu li a:hover, #primary-menu ul.menu li:hover a, #primary-menu ul.menu li.hover a, #primary-menu ul.menu li.active-trail a {
	background-position:right -29px;
	color:#fff;
}
#primary-menu ul.menu li ul {
	background:transparent url(drop-bottom.png) no-repeat 0 bottom;
	left:-999em;
	opacity:0.95;
	margin:0 0 0 -10px;
	padding:2px 0 4px;
	position:absolute;
	width:144px;
	z-index:2;
}
#primary-menu ul.menu li:hover ul, #primary-menu ul.menu li.hover ul {
	display:block;
	left:auto;
}
#primary-menu ul.menu li ul li {
	background:#94CE18;
	border-bottom:1px solid #83A638;
	float:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.916em;
	height:auto;
	margin:0;
}
#primary-menu ul.menu li ul li.last {
	border-bottom:none
}
#primary-menu ul.menu li ul li a, #primary-menu ul.menu li ul li a:link, #primary-menu ul.menu li ul li a:visited {
	background:transparent;
	color:#154B6F;
	display:block;
	margin:0;
	padding:4px 0;
	text-transform:none;
	width:135px;
}
#primary-menu ul.menu li ul li a:hover {
	color:#fff;
	display:block;
	margin:0;
	padding:4px 0;
	text-decoration:none;
}
#primary-menu ul.menu li ul li ul.menu {
	left:-999em;
	margin:0 0 0 -14px;
	padding:6px 0 4px;
}
#primary-menu ul.menu li ul li:hover ul.menu, #primary-menu ul.menu li ul li.hover ul.menu {
	display:block;
	left:154px;
	top:-6px;
}
#primary-menu ul.menu li ul li ul.menu li a {
	padding:4px;
	width:128px;
}
#secondary-menu {
}
#mission {
	padding:8px 0;
}
#breadcrumb {
	font-size:1em;
	line-height:100%;
	position:relative;
	top:1.333em;
}
.breadcrumb {
	margin:0;
	padding:0;
}
#content-tabs {
	background-color:transparent;
	float:left;
	margin:0 0 20px 0;
	padding:0;
}
#content-tabs ul.primary, #content-tabs ul.secondary {
	border-bottom:1px solid #bbb;
	clear:left;
	float:left;
	margin:0;
	padding:0 10px;
	text-transform:uppercase;
}
#content-tabs ul.secondary {
	border-bottom:1px solid #bbb;
	margin-top:10px;
	text-transform:lowercase;
}
#content-tabs ul.primary li, #content-tabs ul.secondary li {
	border-style:none;
	display:inline;
	float:left;
	list-style:none;
	margin:0 10px;
	padding:0;
}
#content-tabs ul.primary li a:link, #content-tabs ul.primary li a:visited, #content-tabs ul.secondary li a:link, #content-tabs ul.secondary li a:visited {
	background-color:transparent;
	border:none;
	color:#27638C;
	float:left;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	margin:0;
	padding:0 0 6px 0;
	text-decoration:none;
}
#content-tabs ul.secondary li a:link, #content-tabs ul.secondary li a:visited {
	color:#27638C;
	font-size:1em;
	line-height:1.1em;
}
#content-tabs ul.primary li a.active:link, #content-tabs ul.primary li a.active:visited {
	border-bottom:4px solid #94CE18;
	color:#27638C;
	padding-bottom:2px;
}
#content-tabs ul.secondary li a.active:link, #content-tabs ul.secondary li a.active:visited {
	border-bottom:4px solid #94CE18;
	color:#27638C;
	padding-bottom:2px;
}
#content-tabs ul.primary li a:hover, #content-tabs ul.secondary li a:hover {
	border-bottom:4px solid #94CE18;
	color:#4A95C8;
	padding-bottom:2px;
}
form {
	margin:0;
	padding:0;
}
select.form-select, input.form-text, textarea.form-textarea {
	background:#F6F9FB url(form-bg.png) left top;
	color:#666666;
	border:1px solid #9BABB0;
	padding:2px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
body.layout-first-main-last select.form-select, body.layout-first-main-last input.form-text, body.layout-first-main-last textarea.form-textarea, body.layout-first-main-last div.resizable-textarea, body.layout-first-main-last div.resizable-textarea .grippie {
	max-width:325px;
}
input.form-submit, input.teaser-button {
	background:transparent url(blue-button.png) no-repeat left center;
	border:1px solid #fff;
	color:#fff;
	cursor:pointer;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.916em;
	font-weight:bold;
	margin:0 4px;
	padding:2px 4px;
	text-transform:uppercase;
	outline:1px solid #9BABB0;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	-webkit-border-radius:4px;
}
input.form-submit:hover, input.teaser-button:hover {
	background-position:right center;
	cursor:pointer;
}
fieldset {
	border:1px solid #D6DDB9;
	margin:15px 0;
	padding:10px;
}
fieldset.collapsed {
}
fieldset legend {
	font-weight:bold;
}
html.js fieldset.collapsible legend a {
	font-weight:bold;
}
form#system-theme-settings select, form#system-theme-settings input.form-text {
	width:95%;
}
#user-login-form {
	text-align:left;
}
div.form-item label {
	font-weight:normal;
}
html.js input.form-autocomplete {
	background-position:100% 5px;
}
#main-wrapper .item-list .pager {
	clear:both;
	margin:0 0 20px;
	text-align:center;
}
#preface-wrapper .item-list .pager li, #main-wrapper .item-list .pager li {
	background-image:none;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:2px;
}
#main-wrapper .item-list .pager a.active {
	color:#27638C;
	font-size:1em;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
}
#main-wrapper .pager li.pager-current {
	background-color:#D9DBCD;
	border:1px solid #266996;
	color:#333;
	margin:0 4px;
	padding:4px;
}
#main-wrapper .pager-first, #main-wrapper .pager-next, #main-wrapper .pager-previous, #main-wrapper .pager-item, #main-wrapper .pager-last {
	background-color:#FDFFEF;
	border:1px solid #266996;
	margin:0 4px;
	padding:4px;
}
#main-wrapper .pager-first:hover, #main-wrapper .pager-next:hover, #main-wrapper .pager-previous:hover, #main-wrapper .pager-item:hover, #main-wrapper .pager-previous:hover, #main-wrapper .pager-last:hover {
	background-color:#EAEFCB;
}
table {
	border-collapse:collapse;
	margin:0 0 10px;
	width:100%;
}
.layout-first-main-last table {
	border-collapse:collapse;
	margin:0 0 10px;
	width:57%;
}
th {
	text-align:left;
	padding-right:1em;
	border-bottom:3px solid #CCC;
}
tr {
	padding:0.1em 0.6em;
}
td {
	padding:3px;
}
th.active img {
	display:inline;
}
tr.even td {
	background-color:#E3ECC0;
	border-bottom:1px solid #CCC;
}
tr.odd td {
	background-color:#FDFFEF;
	border-bottom:1px solid #CCC;
}
td.active {
}
tbody {
	border-top:1px solid #CCC;
}
tbody th {
	border-bottom:1px solid #CCC;
}
thead th {
	text-align:left;
	padding-right:1em;
	border-bottom:3px solid #CCC;
}
.node-unpublished {
	background-color:#FFF4F4;
}
.preview {
	background-color:#FFFFEA;
	padding:10px;
}
.description {
}
div.messages {
	background:#FFFCE3;
	border:2px solid #EED300;
	color:#C28E00;
	font-weight:bold;
	font-size:1.166em;
	margin:20px 0pt;
	padding:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
div.messages ul {
	list-style-position:inside;
}
div.messages em {
	color:#656C9B;
}
div.error {
	background-color:#FFF2F2;
	border-color:#FF0000;
	color:#B20000;
}
.status {
}
.help {
}
.help .more-help-link {
}
.marker {
}
.tips {
}
address {
	font-style:normal;
}
.book-navigation .menu {
	border-top:1px solid #CCC;
	padding:1em 0 0 3em;
}
.book-navigation .page-links {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	padding:0.5em;
}
#comments {
	clear:both;
}
#comments h2.comments {
	background-color:#94CE18;
	color:#fff;
	font-family:Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
	font-size:1.333em;
	font-weight:600;
	padding:6px 14px 6px 52px;
	text-shadow:#545454 1px 1px;
	text-transform:uppercase;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}
#comments .content {
	background:transparent;
	border:none;
}
#main-wrapper #comments a.active {
	color:#27638C;
	text-decoration:none;
}
.box {
	padding:10px;
}
#comment-form {
	margin:0 0 20px;
	padding:0 20px;
}
.comment {
	border:none;
	margin:6px 0 0;
	padding:10px;
}
.comment h3.title {
	font-weight:bold;
	margin:0 0 5px 0;
}
.comment .links a {
	font-size:0.9em;
	text-align:right;
}
#comments .odd {
	background-color:#F4F7E7;
	border:1px solid #ddd;
}
#comments .even {
	background-color:#fff;
}
#comments .comment-by-author {
	background-color:#FFFFEA;
}
.comment ul.links {
	text-align:right;
	clear:right;
}
.comment ul.links li {
	margin:0 10px 0 0;
}
.signature p {
	border-top:1px solid #d6ddb9;
	font-family:serif;
	font-size:0.916em;
	margin:10px 0;
	padding:0;
}
.content blockquote p {
	margin:0;
	padding:0 20px 8px;
}
blockquote {
	background:url(close-quote.gif) no-repeat right bottom;
	color:#023562;
	margin:10px 0;
}
blockquote:first-child {
	background:url(open-quote.gif) no-repeat left top;
	padding:10px 0 0 20px;
}
#forum .description {
	font-size:0.9em;
	margin:0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
	white-space:nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
	text-align:center;
}
.forum-topic-navigation {
	padding:1em 0 0 3em;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	text-align:center;
	padding:0.5em;
}
.forum-topic-navigation .topic-previous {
	text-align:right;
	float:left;
	width:46%;
}
.forum-topic-navigation .topic-next {
	text-align:left;
	float:right;
	width:46%;
}
.tnt-panel .panel-preface-wrapper, .tnt-panel .panel-postscript-wrapper {
}
.tnt-panel .panel-preface-first, .tnt-panel .panel-postscript-first {
}
.tnt-panel .panel-preface-last, .tnt-panel .panel-postscript-last {
}
.tnt-panel {
	margin-top:15px;
}
.tnt-panel .panel-panel {
	margin:0 0 10px 0;
}
.rounded_corner .wrap-corner {
	background-color:transparent !important;
}
.rounded_corner .wrap-corner .t-edge, .rounded_corner .wrap-corner .b-edge {
	background-image:none;
}
.rounded_corner .wrap-corner .l-edge, .rounded_corner .wrap-corner .r-edge {
	background-image:none !important;
}
.rounded_corner .wrap-corner .l-edge {
	border-left:1px solid #cce2a3;
	border-right:1px solid #cce2a3;
	background:#FFF;
	color:#000;
	padding-bottom:1px;
	padding-left:10px;
	padding-right:10px;
}
.rounded_corner .wrap-corner .r-edge {
	padding:0;
}
.rounded_corner .wrap-corner .t-edge .l, .rounded_corner .wrap-corner .t-edge .r, .rounded_corner .wrap-corner .b-edge .l, .rounded_corner .wrap-corner .b-edge .r {
	background-image:none;
	font-size:2px;
	height:11px;
	position:static;
	width:auto;
}
.rounded_corner .wrap-corner .t-edge .l, .rounded_corner .wrap-corner .b-edge .l {
	margin-right:11px;
}
.rounded_corner .wrap-corner .t-edge .r {
	background-position:100% 0;
}
.rounded_corner .wrap-corner .t-edge .r, .rounded_corner .wrap-corner .b-edge .r {
	margin-left:11px;
	margin-top:-11px;
}
.rounded_corner .wrap-corner .b-edge .l {
	background-position:0 -11px;
}
.rounded_corner .wrap-corner .b-edge .r {
	background-position:100% -11px;
}
.poll .bar {
	background-color:#DDD;
}
.poll .bar .foreground {
	background-color:#999;
	float:none;
}
.profile {
	clear:none;
	margin:12px 0;
}
.profile h2.title {
	margin-top:15px;
	border-bottom:1px solid;
}
.profile dd {
	margin:15px 5px 0 205px;
}
.profile dt {
	margin-bottom:-35px;
	padding:0 5px;
	text-align:left;
	width:185px;
}
.layout-first-main-last .profile dd {
	margin:15px 5px 0 120px;
}
.layout-first-main-last .profile dt {
	width:100px;
}
.view .view-comments-recent .views-field-subject {
	font-weight:bold;
}
.view .view-style-node {
}
.view .view-style-teaser {
}
.view .view-style-list {
}
.view .view-style-table {
}
.view .views-admin-links li {
	background:transparent !important;
}
.left-pad {
	float:left;
	margin:0 15px 15px 0;
}
.right-pad {
	float:right;
	margin:0 0 15px 15px;
}
.caption {
	font-style:italic;
	text-align:center;
}
.box {
	border:1px solid #f5f5f5;
}
.box-padding {
	border:1px solid #f5f5f5;
	padding:15px;
}
.indent {
	padding-left:200px;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	display:inline-block;
}/* hide from ie mac \*/
* html .clear {
	height:1%;
}
.clear {
	display:block;
}
#block-menu-menu-sister-sites {
}
#view-filters {
	clear:both;
}
.print {
	display:none;
}
@media print {
body {
	background:white;
	font-size:10pt;
}
#header, #header-top, #header-wrapper, #header-bottom, #sidebar-first, #sidebar-last, #preface-wrapper, #content-tabs, #mission, #slogan, #postscript-wrapper, #footer-top, #footer, #primary-menu, #search-box, #logo {
	display:none;
}
#page, #main-wrapper, #content-wrapper, #content-top, #content, #content-bottom {
	background:transparent none;
	border:0;
	color:black;
	float:none !important;
	margin:0;
	padding:0;
	width:auto;
}
#content-wrapper {
	margin:0 3%;
}
}
div.block-blog div.block-icon {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_01.png) no-repeat left center;
}
#block-blog-0 div.block-icon, body.layout-main-last #sidebar-last #block-blog-0 h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_02.png) no-repeat left center;
}
#block-book-0 div.block-icon, body.layout-main-last #sidebar-last #block-book-0 h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_07.png) no-repeat left center;
}
div.block-comment div.block-icon, div.comments-block-icon, #block-views-comments_recent-block div.block-icon {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_01.png) no-repeat left center;
}
div.block-forum div.block-icon, body.layout-main-last #sidebar-last div.block-comment h2.block-title, body.layout-main-last #sidebar-last div.block-forum h2.block-title, body.layout-main-last #sidebar-last #block-views-comments_recent-block h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_06.png) no-repeat left center;
}
#block-menu-devel div.block-icon, body.layout-main-last #sidebar-last #block-menu-devel h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_12.png) no-repeat left center;
}
div.block-search div.block-icon, body.layout-main-last #sidebar-last div.block-search h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_15.png) no-repeat left center;
}
div.block-search h2.block-title {
	padding-left:3.125em;
}
div.block-user div.block-icon, body.layout-main-last #sidebar-last div.block-user h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_08.png) no-repeat left center;
}
#block-user-0 div.block-icon, body.layout-main-last #sidebar-last #block-user-0 h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_14.png) no-repeat left center;
}
#block-views-archive-block div.block-icon, body.layout-main-last #sidebar-last #block-views-archive-block h2.block-title {
	background:transparent url(/sites/all/themes/bfa_global/icons/tnt_icon_07.png) no-repeat left center;
}
div.block-blog div.block-icon, div.block-comment div.block-icon, div.block-forum div.block-icon, div.block-search div.block-icon, div.block-menu div.block-icon, div.comments-block-icon, div.block-user div.block-icon, #block-blog-0 div.block-icon, #block-book-0 div.block-icon, #block-menu-devel div.block-icon, #block-user-0 div.block-icon, #block-views-archive-block div.block-icon, #block-views-comments_recent-block div.block-icon {
	height:48px;
	left:0;
	position:absolute;
	top:-0.666em;
	width:48px;
}
#preface-wrapper div.block div.block-icon, body.layout-main-last #sidebar-last div.block div.block-icon, #footer div.block div.block-icon {
	background:none;
}
body.layout-main-last #sidebar-last #block-blog-0 h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last #block-book-0 h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last div.block-comment h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last #block-menu-devel h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last div.block-forum h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last div.block-menu h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last div.block-search h2.block-title {
	background-position:left -1px;
	margin:0 0 4px;
}
body.layout-main-last #sidebar-last div.block-user h2.block-title {
	background-position:left -1px;
	padding:14px 0 0 52px;
}
body.layout-main-last #sidebar-last #block-user-0 h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last #block-views-archive-block h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last #block-views-comments_recent-block h2.block-title {
	background-position:left -1px;
}
body.layout-main-last #sidebar-last #block-blog-0 h2.block-title, body.layout-main-last #sidebar-last #block-book-0 h2.block-title, body.layout-main-last #sidebar-last div.block-comment h2.block-title, body.layout-main-last #sidebar-last div.block-forum h2.block-title, body.layout-main-last #sidebar-last div.block-menu h2.block-title, body.layout-main-last #sidebar-last #block-menu-devel h2.block-title, body.layout-main-last #sidebar-last div.block-search h2.block-title, body.layout-main-last #sidebar-last #block-user-0 h2.block-title, body.layout-main-last #sidebar-last #block-views-archive-block h2.block-title, body.layout-main-last #sidebar-last #block-views-comments_recent-block h2.block-title {
	padding:12px 0 0 52px;
}
