/*   
Theme Name: BBGmatic
Theme URI: 
Description: Thematic Child Theme.
Author: Eric Pugh
Author URI: http://bbg.gov
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply suckerfish main nav styles */
@import url('css/bbg-suckerfish.css');
/* Override default theme styles and colors */
/* @import url('../thematic/library/styles/default.css'); */

/* ----------------- Custom Default Styles ------------------- */
body, input, textarea {
	font:16px Georgia, "Times New Roman", Times, serif;
	line-height:1.5; /*equals to 24px;*/
	color: #4A4C4A;
}
body {
	background: #004983 url('images/bg/body.jpg') repeat-x center 125px;
	min-width: 980px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, Sans-serif;
}
p, ul, ol, dd, pre {
	margin-bottom:24px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
	color:#666;
	font-style:italic;
}
table {
	font-size:13px;
	line-height:18px;
	margin:0 0 22px 0;
	text-align:left;
}
caption {
	text-align:left;
}
tr {
	border-bottom:1px solid #ccc;
}
th, td {
	padding: .7em 1.25em .7em 0;
}
hr {
	background-color:#ccc;
	border:0;
	color:#ccc;
	height:1px;
	margin-bottom:22px;
}
a:link {
	color:#9e0621;
	text-decoration:none;
}
a:visited {
	color:#9e0621;
	text-decoration:none;
}
a:active, a:hover {
	color: #9e0621;
}
/*for main navigation only*/
#access a:link {
	color:#fff;
	text-decoration:none;
}
#access  a:visited {
	color:#fff;
	text-decoration:none;
}
#access  a:active, #access a:hover {
	color: #fff;
}
#main a:hover, #main a:visited:hover {
	color: #4A4C4A;
}
/* =Header
-------------------------------------------------------------- */

#header {
	z-index:2;
	background-color:#9e0621
}
#branding {
	padding:50px 0 0;
}
#page-top-container {
	width:600px;
	float:right;
	color:#FFF;
}
#page-top-container h3.widgettitle {
	display:none;
	height:0;
}
#page-top-container #page-top #search-2 {
	float:left;
}
#page-top-container #page-top ul li .textwidget ul.smLinks {
	margin:0 10px;
}
#page-top-container #page-top ul li .textwidget ul.smLinks li {
	list-style-type:none;
	float:left;
	padding:0;
	margin:0 5px;
}
#page-top-container #page-top ul li .textwidget ul.smLinks li a {
	display:block;
	width:30px;
	height:30px;
}
#page-top-container #page-top ul li .textwidget ul.smLinks li {
	background-image:url('images/icons/sm-sprite.png');
	background-repeat:no-repeat;
}
#page-top-container #page-top ul li .textwidget ul.smLinks li.facebook {
	background-position: 0 0;
}
#page-top-container #page-top ul li .textwidget ul.smLinks li.twitter {
	background-position: -32px 0;
}
#page-top-container #page-top ul li .textwidget ul.smLinks li.youtube {
	background-position: -64px 0;	
}
#page-top-container #page-top ul li .textwidget ul.smLinks li.rss {
	background-position: -99px 0;
}
#page-top-container #page-top ul li .textwidget ul.smLinks li.email {
	background-position: -132px 0;
}
#blog-title {
	font-family:Arial, sans-serif;
	font-size:34px;
	font-weight:bold;
	line-height:40px;
}
#blog-title a {
	color:#000;
	text-decoration:none;
}
#blog-title a:active, #blog-title a:hover {
	color: #FF4B33;
}
#blog-description {
	display: none;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear:both;
	width: 980px;
	background: url(images/bg/bg-main.gif) 0 0 repeat-y;
}
.page-title {
	font-size:13px;
	line-height:18px;
	padding:0 0 24px 0;
	color: #999;
}
.attachment .page-title {
	font-style:italic;
}
.page-title a {
	color:#666;
	text-decoration:none;
}
.page-title a:active, .page-title a:hover {
	color: #FF4B33;
}
.page-title span {
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
.page-title .meta-nav {
	font-style:normal;
}
.hentry {
	padding:0 0 24px 0;
}
.type-post, .type-page{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 24px;
}
.entry-title {
	font-size:26px;
	line-height:1;
	padding:0 0 24px 0;
	color: #9E0621;
	text-transform: capitalize;
}
.entry-title a {
	color:#9e0621;
	text-decoration:none;
}
.entry-content .wp-post-image {
	float:left;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #333;
}
.entry-meta {
	color:#666;
	font-size:14px;
    line-height:1.5;
	font-family:Arial, Helvetica, sans-serif
}
.entry-meta .author {
}
.entry-meta .n {
	font-size:11px;
	font-style:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.entry-meta a {
	color:#666;
	text-decoration:none;
}
.entry-meta a:active, .entry-meta a:hover {
	color: #FF4B33;
}
.entry-meta abbr {
	border:none;
	cursor:text;
	font-size:11px;
	font-style:normal;
	letter-spacing:0.05em;
	text-transform:uppercase;
}
.entry-content {
	padding: 0;
	padding:22px 0 0 0;
}
.entry-content h1, .entry-content h2 {
	font-family:Arial, sans-serif;
	font-size:18px;
	line-height:1;
	font-weight:bold;
	padding:0 0 18px 0;
}
.entry-content h3 {
	font-size:18px;
	font-weight: bold;
	padding:20px 0 14px 0;
}
.entry-content h4 {
	font-family:Arial, sans-serif;
	font-weight:bold;
	letter-spacing:0.05em;
	margin-bottom: 10px;
	color: #666;
}
.entry-content embed {
	margin:0 0 22px 0;
}
.entry-content ul {/*for content entry list*/
	margin-left: 0;
}
.entry-content li {/*for content entry list*/
	background: url(images/list-square.gif) 0 8px no-repeat;
	list-style: none;
	padding-left: 15px;
	padding-bottom:0;
	margin-bottom: 6px;
}
.entry-content ol li {/*content entry list*/
	background: none;
	list-style: decimal;
	padding-left: 15px;
	padding-bottom:10px;
}
.entry-utility {
    color:#666;
	font-size:13px;
	line-height:1.5;
	margin:0 0 44px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.entry-utility a {
    text-decoration:none;
}
.entry-utility a:active, .entry-utility a:hover {
	color: #FF4B33;
}
.edit-link {
	clear:both;
	display:block;
}
.page-link {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	margin:0 0 22px 0;
	padding:22px 0 0 0;
	word-spacing:0.5em;
}
.page-link a {
	border:1px solid #ccc;
	color:#666;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.page-link a:active, .page-link a:hover {
	color: #FF4B33;
}
ul#links-page, ul#archives-page {
	list-style:none;
	margin-left:0;
	overflow:hidden;
}
li.content-column {
	float:left;
	margin-right:20px;
	width:45%;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding:0 0 22px 0;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	border: none !important;
}
.gallery-caption {
	margin-left: 0;
}
.wp-caption-text, .gallery-caption {
	color:#666;
	font-size:13px;
	line-height:18px;
}
#author-info {
	margin:0 0 44px 0;
	overflow:hidden;
}
#author-info .avatar {
	float:left;
	margin:.3em 1em 0 0;
}
/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container, .attachment-png #container {
	width:100%;
}
.attachment-jpeg #content, .attachment-png #content {
	width:930px;
}
.attachment-jpeg #comments, .attachment-png #comments {
	width:540px;
	overflow:hidden;
}
.attachment-jpeg .main-aside, .attachment-png .main-aside {
	display:none;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color:#666;
	font-size:14px;
	line-height:1.5;
	margin:0px 0 24px 0;
	overflow:hidden;
}
.navigation a {
	color:#666;
    text-decoration:none;
}
.navigation a:active, .navigation a:hover {
	color: #FF4B33;
}
.navigation p{
	margin-bottom: 0;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-previous a{
	padding: 10px 0 10px 30px;	
	float: left;	
	background: url(images/arrows-prev.gif) 0 50% no-repeat;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
.nav-next a{
	padding: 10px 30px 10px 0;	
	float: right;
	background: url(images/arrows-next.gif) right 50% no-repeat;
}
#nav-above, #nav-below {
}
#nav-above {
}
#nav-below.navigation {
	padding: 10px;
	border: 1px solid #ddd;
	background: #E6F4F7;
}
#nav-below.page-navigation {/*for home pagination*/
	border: none;
	background: none;
}
.paged #nav-above {
	display:block;
	padding: 0;
}
#nav-below.navigation a:hover, #nav-below.navigation a:visited:hover{
	color: #9E0621;	
}

/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
	padding:22px 0 0 0;
}
#comments, #comments input, #comments textarea {
	font-size:13px;
	line-height:18px;
}
#comments code {
	font-size:12px;
	line-height:18px;
}
#comments h3 {
	font-family:Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	padding:0 0 18px 0;
}
#comments-list {
	padding:0 0 18px 0;
}
#comments-list ol, #comments-list ul {
	list-style:none;
	margin:0;
}
#comments-list ol {
	border:1px solid #ccc;
	border-bottom:none;
	margin:0 0 18px 0;
}
#comments-list li {
	background:#fafafa;
	border-bottom:1px solid #ccc;
	padding:18px 1.5em 0 1.5em;
	position:relative;
}
#comments-list li.alt {
	background:#fff;
}
#comments-list li.bypostauthor {
}
#comments-list ul li {
	border:1px solid #ccc;
	margin:0 0 18px 0;
}
#comments-list li .avatar {
	position:absolute;
	top:22px;
	left:1.5em;
	width:36px;
	height:36px;
}
#comments-list .comment-author {
	font-weight:bold;
	padding:9px 0 0 46px;
}
#comments-list .comment-meta {
	color:#666;
	font-size:11px;
	padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
#comments-list .comment-meta a:active, #comments-list .comment-meta a:hover {
	color: #FF4B33;
}
.comment-reply-link {
	font-size:11px;
	padding:0 0 18px 0;
	text-align:right;
}
.comment-reply-link a {
	color:#666;
	font-style:italic;
	text-decoration:none;
}
.comment-reply-link a:active, .comment-reply-link a:hover {
	color: #FF4B33;
}
.comment-navigation {
	font-weight:bold;
	padding:0 0 18px 0;
	margin-right:0.5em;
}
.comment-navigation a {
	border:1px solid #ccc;
	color:#666;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.comment-navigation a:active, .comment-navigation a:hover {
	color: #FF4B33;
}
.comment-navigation a, .comment-navigation span {
	margin-right:0.5em;
}
.comment-content p {
	margin-left: 45px;
}
#trackbacks-list .comment-content {
	position:absolute;
	left:-10000px;
}
#respond {
	background:#fff;
	margin-bottom:22px;
	overflow:hidden;
	padding:18px 0 0 0;
	position:relative;
}
#comments-list #respond {
	border-bottom:1px solid #ccc;
	margin:0 0 18px 0;
	padding:18px 1.5em;
}
#comments-list ul #respond {
	border:1px solid #ccc;
	margin:0;
}
#cancel-comment-reply {
	font-size:11px;
	position:absolute;
	top:18px;
	right:1.5em;
}
#cancel-comment-reply a {
	color:#666;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
.form-section label {
	font-size:11px;
}
.form-section input {
	margin:0 0 18px 0;
	width:98%;
}
.form-section textarea {
	width:99%;
}
#form-allowed-tags p {
	color:#666;
	font-size:11px;
	margin:0;
}
#form-allowed-tags span {
	font-style:italic;
}
#form-allowed-tags code {
	font-size:11px;
	line-height:normal;
}
.form-submit {
	padding:18px 0 0 0;
	text-align:right;
}
.subscribe-to-comments {
	color:#666;
	float:left;
	font-size:11px;
	margin:0;
	padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
	color:#666;
	font-size:11px;
	padding:18px 0 0 0;
}
.comment_license {
	color:#666;
	clear:both;
	font-size:11px;
	margin:0;
	padding:18px 0 0 0;
}
/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
#aside-col {
	border-left:2px solid #CCC;
	margin-top: 22px;
}
#between-asides{ 
	clear:right;
	padding: 0 10px;
	}
#aside-col .widgetcontainer {
	margin: 0;
	background: #fff;
	padding: 0 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	clear: both;
	width: 258px;
	}
#aside-col .widgetcontainer ul li {
	list-style-type:none;
	border-bottom: 1px dotted #d5d5d5;
}
.cat-post-item a img {
	float:left;
	margin-right: 10px;
	clear:both;
}
#aside-col .widgetcontainer ul.children li {
	border-bottom: none;
	margin-left: 10px;
	padding: 3px;
}
#aside-col .widgetcontainer ul.tw-tabbed-nav li { /*it gets rid of the tabs' border*/
	border-bottom: none;
}
#aside-col .widgetcontainer h3.widgettitle {
	margin: 0 0 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom:5px;
	}
#aside-col #primary .widgetcontainer h3.widgettitle {
	margin-top: 10px;
}
#aside-col #primary .widgetcontainer h3.widgettitle a {
	color: #333;
}
#aside-col #primary .widgetcontainer h3.widgettitle a:hover; {
 color: #9E0621;
}
/*side widgets sub menu*/
#aside-col ul.sub-menu{
	padding-left: 15px;	
}
#aside-col ul.sub-menu li{
	border-bottom: none;
}
.aside, .aside input {
	font-size:14px;
	line-height:1.5;
	margin-bottom:6px;
}
.aside input { /* masthead search section*/
	padding: 3px;
	margin-left: 5px;
	color: #666;
}
.aside p, .aside ul, .aside ol, .aside dd, .aside pre {
	margin-bottom:20px;
}
.aside pre, .aside code {
	font-size:12px;
	line-height:18px;
}
.aside .current_page_item a {
	color: #9E0621;
}
.aside .current_page_item .page_item a {
   color: #9E0621;
}
.aside .current_page_item .page_item a:hover, .aside .current_page_item .page_item a:active {
   color: #4A4C4A;
}
.aside {
}
.aside a {
	color: #004276;
}
.aside a:active, .aside a:hover {
	color: #333;
}
.aside h3 {
	font-size:15px;
	line-height:22px;
	font-weight:bold;
	color:#4a4c4a;
}
.aside h3 a {
	text-decoration:none;
}
.aside caption {
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.aside ul {
	list-style:none;
	margin-left:0;
}
.aside .attachment-thumbnail{/*for thurmnails attached to the unordered lists*/
	float: left;
	margin-right: 10px;	
}
.aside ul.lcp_catlist li:after{ /*fixes the float*/
	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
}
.aside ul ul {
	list-style:disc;
	margin: 0 0 10px 0;
}
.aside ul ul li {
	padding: 5px 0;
}
/*entities logo section*/
#page-bottom-container ul.xoxo {
	padding:15px 0;
	margin: 0 20px;
}
#page-bottom-container ul.xoxo li {
	padding:30px 30px 30px 0;
	background: url(images/logos-entities-sprite.png) 0 0 no-repeat;
	display: inline;
	margin-right: 30px;
	border-right: 1px solid #333;
}
#page-bottom-container ul.xoxo li:last-child {
	border-right: none;
	padding-right: 0;
}
#page-bottom-container ul.xoxo li.voa {
	background-position: 0 0;
}
#page-bottom-container ul.xoxo li.rferl {
	background-position: -176px 0;
}
#page-bottom-container ul.xoxo li.marti {
	background-position: -387px 0;
}
#page-bottom-container ul.xoxo li.rfa {
	background-position: -573px 0;
}
#page-bottom-container ul.xoxo li.mbn {
	background-position: -766px 0;
}
/*end of entities logo section*/
.aside ul ul ul {
	margin-bottom:0;
}
.aside form, .aside table {
	margin-bottom:22px;
}
.aside table {
	border:none;
}
.aside thead {
	border:1px solid #ccc;
}
.aside tbody {
	border:1px solid #ccc;
}
.aside th, .aside td {
	border-right:1px solid #ccc;
	padding:.25em .8em;
}
.aside tfoot tr {
	border:none;
}
.aside tfoot td {
	border-color:transparent;
}
.widget_tag_cloud {
	margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;
}
/*
    Main Asides
*/
.main-aside ul {
	padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
	padding:0;
	width: 100%;
}
.main-aside ul ul.tw-tabbed-nav {/*for tabbed widget*/
	margin-left: -11px;
	margin-top: -6px;
}
#primary, #secondary, #between-asides{
	padding: 0 10px;
}
/*for RSS feed widget on Primary aside*/
.textwidget #entity-feeds .feedTitle{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0;
}
.textwidget #entity-feeds .feedTitle a{
	color: #4A4C4A;
}
#aside-col .feedburnerFeedBlock ul li{
	border-bottom: none;
}
#aside-col .widgetcontainer ul.feed-list li{
	border-bottom: none;
}
#aside-col .widgetcontainer ul.feed-list li.mbn-feed-list-item li{
	direction: rtl;
}
#creditfooter{
	display: none;	
}
.voa-feed-list-item .feedTitle{
	background: url(images/logo-voa.gif) 0 0 no-repeat;	
	padding: 0 0 3px 45px;
}
.rferl-feed-list-item .feedTitle{
	background: url(images/logo-rfe.gif) 0 0 no-repeat;	
	padding: 10px 0 10px 25px;
}
.ocb-feed-list-item .feedTitle{
	background: url(images/logo-marti.gif) 0 0 no-repeat;	
	padding: 0 0 5px 45px;
}
.rfa-feed-list-item .feedTitle{
	background: url(images/logo-rfa.gif) 0 0 no-repeat;	
	padding: 3px 0 5px 30px;
}
.mbn-feed-list-item .feedTitle{
	background: url(images/logo-mbn.gif) 0 5px no-repeat;	
	padding: 0 0 3px 35px;
}
/*
    Content Asides
*/

#content .aside {
	margin:0 0 22px 0;
	padding:18px 0 0 0;
}
#content .aside ul {
	padding:0 20px;
}
#content .aside h3 {
	font-family:Georgia, serif;
	font-weight:normal;
	font-size:17px;
	font-style:italic;
	padding:0 0 7px 0;
	text-transform:none;
}
#content .aside ul ul {
	padding:0;
}
/*accordion widget*/
.tw-accordion h4{
	font-weight: bold;	
	padding-bottom: 10px;
}
.tw-accordion .tw-widget-first{
	margin-bottom: 10px;	
}
.tw-accordion .widget-form{
	padding-left: 12px;
	padding-bottom: 10px;
}
.tw-accordion .ui-state-default a{
	color: #4a4c4a;
}
/*
	---------Tabed Widget Area #secondary
*/
#secondary #tab-items, .ui-tabs-nav {
	margin:0;
	padding:0;
}
#secondary #tab-items li, .ui-tabs-nav li {
	display:inline;
}
#secondary #tab-items li.tab-selected {
	background: #fff;
	padding-bottom: 8px;
}
#secondary #tab-items li a, .ui-tabs-nav li a {
	text-decoration:none;
	padding:5px;
	display:inline-block;
	border: 1px solid #ccc;
	background: #f2f2f2;
	margin-right: -1px;
	color: #4A4C4A;
}
#secondary #tab-items li a:hover, .ui-tabs-nav li a:hover {
	color:	#9E0621;
}
#secondary #tab-items li.tab-selected a, .ui-tabs-nav li.ui-tabs-selected a {
	background:#fff;
	border:1px solid #ccc;
	border-bottom:none;
}
#secondary .xoxo .xoxo {
	padding:0;
	border:none;
	margin-top: 30px;
}
#secondary .widget_text,/*secondary plain text widgets*/
#secondary .widget_nav_menu,/*secondary listed widgets*/
#secondary .tabbed-widget {/*secondary tabbed widgets*/
	clear:both;
	padding: 10px;
}

/*
    Footer Asides
*/

#page-bottom-container #page-bottom.aside{
	height: 110px;
}
#page-bottom-container #page-bottom ul li .textwidget ul.entities li{
	float: left;
}
#page-bottom-container {
	width: 980px;
	margin:0 auto;
	background-color:#212320;
	color:#FFF;
}
#page-bottom-container a {
	color:#FFF;
	position: relative;
	padding: 30px 60px;
}
#subsidiary {
	padding: 0;
}
#page-bottom .textwidget ul.entities { /*for entities logo at the footer section*/
	margin-top: 0;
	margin-left: 30px;
	margin-bottom: 0;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	color:#FFF;
}
#siteinfo {
   color: #5A7FB3;
	font-size:11px;
	line-height:18px;
	padding: 0 0 40px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#siteinfo a {
	color:#666;
}
#siteinfo a:active, #siteinfo a:hover {
	color: #FF4B33;
}
/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
	margin:0 0 0 -.5em;
	padding:0.5em 0;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
	border:1px solid #ccc !important;
	color:#666!important;
	font-style:normal;
	margin:0 .375em !important;
	padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
	border:1px solid #ccc !important;
	color:#666 !important;
}
.wp-pagenavi a:hover {
	border:1px solid #ccc !important;
	color:#FF4B33 !important;
}
.wp-pagenavi a:active {
	border:1px solid #ccc !important;
	color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
	border:none !important;
	color:#666 !important;
	margin:0 !important;
	padding:0 !important;
}
.wp-pagenavi span.current {
	border:none !important;
	color:#666 !important;
	font-weight:normal !important;
	margin:0 !important;
	padding:0 !important;
}
.wp-pagenavi span.extend {
	background-color:#FFFFFF;
	border:1px solid #000000;
	color:#000000;
	margin:2px;
	padding:2px 4px;
}

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
/* ----------------------------------- Feature Content Slider ----------------------------------- */
#wp-slider-container {
	position:relative;
	margin:0;
	padding:0;
	background-color:#2a2d2a;
}
#wp-slider {
	margin: 0 auto 10px;
	height:300px;
}
#wp-slider .ui-tabs-panel {
	list-style: none;
}
.ui-tabs-hide {
	display: none !important;
}
.slider-nav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 20px;
	right: 350px;
}
.slider-nav li {
	float: left;
	list-style: none;
	margin:0 5px;
}
.slider-nav a {
	display: block;
	color: #FFF;
	font-size:0px;
	width:5px;
	height:5px;
	border:5px solid #933;
}
#wp-slider-container .slider_desc {
	width: 280px;
	margin: 20px 20px 10px 0;
	float:right;
	color:#FFF;
}
#wp-slider-container .slider_desc h4 {
	font-size:x-large;
	font-weight:bold;
	color:#FFF;
	margin:10px 15px 10px 0;
	line-height: 1.25; 
}
/* pagination styles */
.wp-paginate {
	padding:0;
	margin:0;
}
.wp-paginate li {
	display:inline;
	list-style:none;
}
.wp-paginate a {
	background:#ddd;
	border:1px solid #ccc;
	color:#666;
	margin-right:4px;
	padding:3px 6px;
	text-align:center;
	text-decoration:none;
}
.wp-paginate a:hover, .wp-paginate a:active {
	background:#ccc;
	color:#888;
}
.wp-paginate .title {
	color:#555;
	margin-right:4px;
}
.wp-paginate .gap {
	color:#999;
	margin-right:4px;
}
.wp-paginate .current {
	color:#fff;
	background:#9E0621;
	border:1px solid #9E0621;
	margin-right:4px;
	padding:3px 6px;
}
.wp-paginate .page {
}
.wp-paginate .prev, .wp-paginate .next {
}
/* style overrides for comments pagination */
.wp-paginate-comments {
}
.wp-paginate-comments li {
}
.wp-paginate-comments a {
}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {
}
.wp-paginate-comments .title {
}
.wp-paginate-comments .gap {
}
.wp-paginate-comments .current {
}
.wp-paginate-comments .page {
}
.wp-paginate-comments .prev, .wp-paginate-comments .next {
}
/* ----------------------------------- HP: added new ----------------------------------- */
#container {
	margin-left: 20px;
	margin-top: 24px;
}
.main-aside {
	width: 280px;
	margin: 0 10px;
	right: 0;
}
#content {
	margin-left: 0;
	width: 620px;
	margin-bottom: 22px;
}
/*for main navigation*/	
#access {
	margin-top: -20px;
}
.windows .sf-menu a {
	color: #fff;
	font-size: 13px;
	padding-bottom: 10px;
}
/*end main navigation*/	
.more-link {/*for "read more" link*/
	font-size: 11px;
	margin-left: 10px;
}
/*footer links*/
#subsidiary #first.aside {
	width: 180px;
}
#subsidiary #second.aside {
	width: 460px;
}
#subsidiary #third.aside {
	width: 210px;
	float: right;
}
#subsidiary ul {
	margin-left: 0;
}
#subsidiary ul li {
	display: inline;
	padding:0 5px;
	color: #5A7FB3;
	font-family:Arial, Helvetica, sans-serif;
}
#subsidiary a {
	color: #5A7FB3;
	line-height: 1.5;
}
#subsidiary a:active, #subsidiary a:hover {
	color: #FFF;
}
.entry-utility span, .entry-meta span {
	margin-right: 5px;
}
/*widget forms*/
.widget-form label {
	display: block;
	margin-bottom:5px;
	color: #4A4C4A;
}
.asterisk {
	color: #9E0621;
}
/*booard members side widget*/
#aside-col .board-widget ul{
	margin-bottom: 0;
}

#aside-col .widgetcontainer .board-widget li {
	display: inline;
	border-bottom: none;
	padding: 5px;
}
#aside-col .widgetcontainer .board-widget li a img, .board-widget li img {
	margin-bottom: 10px;
}
/*board members in the body section*/

#gallery, #gallery li {
	margin:0;
	padding:0;
	list-style:none;
}
#gallery {
	width:620px;
	height:228px;
	position:relative;
	clear: both;
	margin-bottom: 20px;
	background:url(images/bg-boards.jpg) 0 0 no-repeat;
}
#gallery ul{
	width: 300px;
	margin-left:0;	
}
#gallery li {
	float:left;
	display:inline;
	padding-right: 10px;
	margin-bottom:0;
	padding-bottom: 8px\0/IE8+9;/*for IE9*/
}
#gallery a span {
	display:none;
	background: #DDD;
}
#gallery a span.img-description {
	left: 160px;
	position: absolute;
	font-size: 14px;
}
#gallery a span.img-description h3{
	font-style:normal;
	font-weight:bold;
	padding-top: 20px;
	font-size:18px;
}
#gallery a span.img-description p{
	width: 200px;
}
#gallery a span.img-description.blank {
	left: 20px;
}
#gallery a span.img-description.blank p{
	width: 330px;
}
#gallery a:hover {
	background:none;
	z-index:100;
}
#gallery a:hover span {
	position:absolute;
	width:380px;
	height:230px;
	float:left;
	top:0;
	right:0;
	display:block;
	margin: 0;
	padding:0;
	color: #333;
}
iframe .boards{
	clear:both;	
	margin-bottom: 20px;
}
/*share tool box */
.addthis_toolbox{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	margin-bottom: 24px;
}
#aside-col .widgetcontainer .widget-form.rss ul li {
	list-style-type: square;
	margin-left: 16px;
	border-bottom: none;
	padding: 3px 0;
}
#aside-col .widgetcontainer .widget-form.rss {
	padding-bottom: 0;
}
label.email { margin-top: 15px; 
}
.entry-content {
    padding: 8px 0 0;
}
.entry-utility {
    margin: 0 0 0;
}
/*for category select dropdown*/
.category-select{
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 10px;
	font-size: 12px;
}
.category-select select{
	margin-left:5px;	
	padding: 2px;
}
.category-select option{
	padding-left: 10px;
	background: #e5e5e5;
}
/*for widgets on page and post -- content area*/
#single-insert ul,
#Embedded_Widgets_on_Pages ul{
	margin-bottom: 0;	
}
#single-insert ul li,
#Embedded_Widgets_on_Pages ul li{
	background: none;
	padding-left: 0;
	list-style: none;
}
#single-insert ul ul,
#Embedded_Widgets_on_Pages ul ul {
	margin-top: 22px;	
}
#single-insert ul ul li,
#Embedded_Widgets_on_Pages ul ul li{
	background: none;
	margin-bottom: 11px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #ccc;
}
#single-insert ul li a,
#Embedded_Widgets_on_Pages ul li a{/*section title*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;	
	font-weight: bold;
	padding-bottom: 14px;
	color: #4A4C4A;
	background: url("images/arrow-more.gif") no-repeat right 20% ;
	padding-right: 25px;
}
#single-insert ul ul li a,
#Embedded_Widgets_on_Pages ul ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #9E0621;
	background: none;
}
#single-insert ul ul li a:visited:hover,
#Embedded_Widgets_on_Pages ul ul li a:visited:hover {/* header title */
	color: #9E0621;
}
#single-insert.aside{
	margin-bottom: 22px;
	padding-bottom: 20px;
}
#single-insert.aside ul{
	padding-left: 0;
}
/*for photo gallery  -- content area*/
.ngg-galleryoverview {
	margin-bottom: 22px;
}
.ngg-gallery-thumbnail{
	text-align: left;	
}
.ngg-gallery-thumbnail img{
	padding: 3px;
	border-color: #ccc;
}
/*for slide deck*/
.slidedeck_frame h2,
.slidedeck_frame h3,
.slidedeck_frame p,
.slidedeck_frame ul{
	margin-left: 650px;
	margin-top: 5px;
	padding-right: 10px;
}
.slidedeck_frame h2,
.slidedeck_frame h3{
	margin-top: -5px;
	font-size: 24px;
	line-height: 1;
	padding-bottom:10px;
}
.slidedeck_frame p,
.slidedeck_frame ul{
	font-size: 14px;
	margin-right: 10px;
	overflow: hidden;
	height: 200px;
}
.slidedeck_frame li{
	list-style: none;
	background: url("images/list-square.gif") no-repeat scroll 0 8px transparent;
	padding-left: 10px;
}
.slidedeck_frame a{
	color: #3399cc;
}
.slidedeck_frame a:hover, .slidedeck_frame a:visited:hover{
	color: #ccc !important;
}
.sitemap:after{ /*fixes the float*/
	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
}
/*side widget submenus  */
ul#menu-media-development li {
	font-family: Arial, sans-serif;
	font-weight: bold;
}
ul#menu-media-development li ul.sub-menu li {
	font-family: Georgia, serif;
	font-weight: normal;
	list-style-type: square;
	margin-left: 6px;
	padding: 4px 0;
	color: #ccc;
}

/*full width pages  */
.page-template-template-page-fullwidth-php #container {
	background: none;
	background-color: #fff;
	width: 940px;
	padding: 22px 20px 0;
}
/*event posts */
.event-expiration{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;	
}
.event-nav{
	margin-bottom: 22px;	
}
sup, sub{
	font-size: 11px;
	font-weight: normal;	
	color: #666;
}
/*for images.css*/
.wp-caption-text{
	/*display: none !important;	*/
	padding: 10px 0 0 0 !important;
	text-align: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.wp-caption img, .wp-caption {
	border: none !important;
	padding: 0 !important;	
}
/*photo gallery*/
.ngg-gallery-thumbnail{
	border-right: none !important;	
	height: 115px !important;
}
.ngg-gallery-thumbnail img{
	border-color: #ddd !important;	
}
.ngg-gallery-thumbnail span {
	text-align: left !important; 
	line-height: 1.5;	
}
/*photo album */
.ngg-albumoverview{
	margin-bottom: 22px !important;	
}
.ngg-album-compact{
	width: 140px !important;/*total width: 155px*/	
	height: 200px !important;
	border-right: 1px solid #ddd;
	padding-right: 12px !important;
	margin-right: 7px !important;
	margin-bottom: 22px !important;
}
.ngg-album-compactbox .Thumb{
	width: 140px !important;
	height: 115px !important;	
	border: none !important;
}
.ngg-album-compactbox{
	background: none !important;
	width: 140px !important;
	height: 115px !important;	
	border-color: #ddd !important;	
	padding: 0 !important;
}
.ngg-album-compact h4{
	font-size: 13px;
	line-height: 1.25;
	text-transform: capitalize;	
	padding-left: 5px !important;
}
.ngg-album-compact p{
	padding-left: 5px !important;	
}
.ngg-navigation {
	margin-top: 10px !important;	
}
/*for image browser*/
.ngg-imagebrowser-desc{ 
	margin-top: 20px;
}
.ngg-imagebrowser img {
	width: 608px !important;
	border-color: #ddd !important;
}
.ngg-imagebrowser-nav .counter{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;	
}
.ngg-imagebrowser h3{
	padding:0;	
	text-transform: capitalize;
}
.ngg-galleryoverview .ngg-gallery-thumbnail span{/*hides captions from gallery overview*/
	display: none !important;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box{
	margin-bottom: 12px;
}
/*plug in table*/
.dataTables_wrapper{
	margin-bottom: 20px
}
.wp-table-reloaded{
	background-color: #fff !important;
	font-size: 14px !important;
	border-spacing: 0 !important;
	border-collapse: 0 !important;
}
.wp-table-reloaded th{
	background-color: #fff !important;	
	border: none !important;
	border-bottom: 3px solid #ccc !important;
}
.wp-table-reloaded td{
	padding: 8px !important;	
	border-bottom: 1px solid #ddd !important;
}
.wp-table-reloaded .odd td{
	background: #eee !important;	
}
.dataTables_info{
	width: 100% !important;	
}
/*for full content width template*/
.page-template-template-page-fullwidth-php #content{
	width: 920px !important;
	margin-left: 0 !important;	
}
/*hides "end comment" text link from post entry utilities*/
.comments-closed-link, .meta-sep{
	display:none;	
}

/*widgets on page*/
.widgets_on_page{
	margin-bottom: 48px;	
}
.widgets_on_page .widget_rss h2, .widget_listcategorypostswidget h2{
	display: none;
}
#content iframe{
	margin-bottom: 24px;	
}
.addthis_toolbox iframe{
	margin-bottom: 0 !important;	
}
/*hiding "post a comment"*/
#comments{
	display: none;	
}


/* Tumblr styling for Journalism Under Fire - LV 05/02/12 */

#Journalism_Under_Fire {
	margin-bottom: 20px;	
}

.widgets_on_page ul li.widget.Tumblr ul li.tumblr_post {
	list-style-type: none;
	margin: 0 !important;
	padding: 15px 0 15px 0 !important;
	background-image: none !important;
	border-bottom: 1px dotted #ccc;
}

.widgets_on_page ul li.widget.Tumblr ul li.tumblr_post a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.widgets_on_page ul li.widget.Tumblr ul li.tumblr_post a.tumblr_link {
	font-weight: normal;
	font-size: 90%;
}


.widgets_on_page ul li.widget.Tumblr ul li.tumblr_post blockquote {
	margin: 0;
	background: url(http://www.bbg.gov/wp-content/media/2012/05/quote.png) top left no-repeat;
	padding: 0 0 5px 26px; 
}

.widgets_on_page ul li.widget.Tumblr ul li.tumblr_post p {
	margin: 0;	
}




/*for Widgets on Page widget*/
.widgets_on_page ul li ul.lcp_catlist{
	margin-top: 12px !important;
}
.widgets_on_page ul li{
	background-image: none !important;
	padding-left: 0 !important;
}
.widgets_on_page ul li li{
	background-image: url("images/list-square.gif") !important;
	padding-left: 15px !important;
	margin-bottom: 12px !important;
}
/*for Widgets on Page widget*/
.at15t_print{
	margin-top: 2px !important;	
	margin-left: 30px !important;
}
/*start scrollable photo gallery: soruce: http://flowplayer.org/tools/demos/scrollable/plugins/navigator.htm*/
.scrollable {
	position:relative;
	overflow:hidden;
	width: 600px;
	height:126px;
	border:1px solid #ccc;
	background:url(images/h300.png) repeat-x;
	float: left;
	margin-left: 15px;
	margin-bottom: 54px;
}
.scrollable ul {
	list-style: none; 
	margin: 0; 
	padding-left: 0;
	}
	
.scrollable li {
    float: left;
    height: 116px;
    width: 140px;
	padding: 5px;
	background: none;
	}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:600px;
}
/* single scrollable item */
.scrollable img {
}
/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { 
	background-position: 0 -30px; 
	/*clear:right; 
	margin-right: 0px;*/
	margin: 50px 0 0 600px;
    position: absolute;
	z-index: 89;
}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left	{ 
	/*margin-left: 0px; */
	 margin: 50px 0 0 0;
    position: absolute;
	z-index: 89;
	} 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 
/* position and dimensions of the navigator */
.navi {
	margin-left:300px;
	width:200px;
	height:20px;
}
/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}
/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}
/*end scrollable photo gallery*/


/* Fix for media development sidebar nav */
ul#menu-media-development li.current_page_ancestor { background-color: #ffffff !important; }


/* Fix for slide nav arrows disabling the More links */
.skin-darknav .slide-nav { position: relative !important; }

