@charset "UTF-8";
/* CSS Document */

/*
Theme Name: FLIC
Theme URI: http://designaction.org
Description: Child theme for the Twenty Eleven theme
Author: Daniel Owens/Design Action Collective
Author URI: http://designaction.org
Template: twentyeleven
Version: 1.0
*/

@import url("../twentyeleven/style.css");

/*
.singular #content, .left-sidebar.singular #content {
	float: left;
	width: 58.4%;
}
*/


/* colors
dark blue: 
	color: #00194A;
gold: 
	color: #FCC747;
beige:
	color: #FFF1D4;
orange: 
	color: #FA990E;
/*** typography ***/

@font-face {
    font-family: 'FrancoisOneRegular';
    src: url('fonts/FrancoisOne-webfont.eot');
    src: url('fonts/FrancoisOne-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/FrancoisOne-webfont.woff') format('woff'),
         url('fonts/FrancoisOne-webfont.ttf') format('truetype'),
         url('fonts/FrancoisOne-webfont.svg#FrancoisOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, #access, .dcjq-accordion, #home_tabnav, .home_featured, .widget_categories, .our_work_buttons, #footer_menu {
	font-family: 'FrancoisOneRegular', 'Arial Narrow', helvetica, sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
}

/*** resettin' ***/
.clearfloat {
	clear: both;
}
.singular.page .hentry, .left-sidebar.singular #content, .entry-content, .entry-summary {
	margin: 0;
	padding: 0;
}
.singular .hentry {
	padding: 0;
}
#content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
	width: 100%;
}
/*** general ***/
a, a:visited {
	color: #00194A;
}
a:hover, .entry-title a:hover, .entry-title a:focus, .entry-title a:active  {
	color: #FA990E;
}
body, input, textarea {
	font: 400 14px/1.625 helvetica, arial, sans-serif;
	color: #00194A;
}
body {
	padding: 0;
	background: url("images/bg_image.jpg") no-repeat 50% 300px #FCC747;
	border-top: 60px solid #00194A;
}
#primary {
	width: 65%;
	}
#secondary {
	width: 35%;
	}
#primary, #secondary {
	float: left;
	margin: 0;
	}

#content, .singular #content {
	margin: 0 3% 0;
	width: 96%;
}

/*** header ***/

#branding {
	height: 160px;
	max-width: 1000px;
	margin: -60px auto 0;
	border: 0;
}
#branding img {
	width: auto;
	float: left;
	margin-left:  -20px;
}
#branding  .logo_img {
	margin-top: 95px;
	margin-left: 7px;
}
#branding hgroup {
	margin: 0;
}
#branding #searchform {
	position: relative;
	top: 0;
	right: 0;
}
#branding #s, #branding #s:focus {
	background-color: #fff;
	width: 150px;
}
input#s {
	background: url(images/btn_header_search.png) no-repeat right;
	padding: 5px 10px;
	border: none;
}
.header_actions {
	position: absolute;
	top: 13px;
	right: 0;
	width: 350px;
}
#branding .header_actions img {
    margin: 0 3px;
}
.header_actions ul {
	float: right;
	margin-right: 5px;
}
.header_actions li {
	list-style: none;
	display: inline;
}


/*
#top_nav_container {
	background: #00194A;
	width: 100%;
	height: 60px;
}
#top_nav {
	max-width: 1000px;
	margin: 0 auto;
}
*/
#searchform {
	float: right;
}
#site-title {
	margin: 0;
	padding: 0;
}
#site-title a {
	font-weight: normal;
	font-size: 60px;
}
#site-title span {
	height: 200px; 
	line-height: 200px;
	}

#access div {
	margin: 0 2%;
}
#access {
	background: #000033 !important;
	margin: 20px 0 0 0;
}
#access ul {
	font-size: 24px;
	margin: 0;
}
#access a {
    color: #FCC747;
    height: 60px;
    line-height: 60px;
    padding: 0 2px;
}
#access ul#menu-main-menu > li {
	padding-left: 20px;
}
#access ul#menu-main-menu > li:first-child {
	padding-left: 0;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	font-weight: normal;
}

#access li:hover > a, #access a:focus {
	background: none;
	color: #fff;
}

#access ul ul {
	top: 60px;
	background: #000033;
}
#access ul ul a {
    background: none repeat scroll 0 0 #FCC747;
    border-bottom: 1px dotted #000033;
    color: #000033;
    font-size: 17px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: none;
}
#access ul li:hover > ul {
	display: block;
}

#access ul ul ul a {
    background: none repeat scroll 0 0 #FCC747;
    border-bottom: 1px dotted #000033;
    color: #000033;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 168px;
}


/*** home ***/
.home #main {
	padding: 0;
}
#home_top {
	background: #00194A;
	padding: 2%;
}

		/* slideshow */	
		.radslide_container {}
		#slideshow {
			margin-bottom: 10px;
			overflow: hidden;
			max-width: 65%;
			height: 304px;
			width: 632px;
			max-width: 100%;
			float: left;
			position: relative;
			-webkit-box-shadow: 2px 2px 2px 1px rgba(55, 55, 55, .5);
			box-shadow: 2px 2px 2px 1px rgba(55, 55, 55, .5); 
			}	
		
		/* radslide */
		.radslide a {
			height: 304px !important;
			overflow: hidden;
			display: block;
		}
		.radslide {
			height: 304px !important;
		}
		.slide_caption {
			font-size: 14px;
			line-height: 100%;
			color: #fff;
			padding: 0 10px;
			background: url("images/bg_slideshow.png");
			height: 60px;
			/* width: 100%; */
			width: 632px;
			position: relative;
			margin-top: -60px;
			}
		.slide_caption a {
		    color: #FFFFFF;
		    display: inline-block;
		    font-weight: bold;
		    line-height: 135%;
		    margin: 10px;
		    width: 66%;
		}
		.slide_nav {
			text-align: center;
			position: absolute;
			bottom: 12px;
			right: 20px;
			z-index: 11;
		}	
		.slide_nav a {
		    background: none repeat scroll 0 0 #00194A;
		    color: #FFFFFF;
		    display: inline-block;
		    font-weight: bold;
		    height: 23px;
		    margin: 3px 7px;
		    width: 22px;
			padding-top:2px;
		}
		.slide_nav a.activeSlide {
			color: #000;
			background: #FCC747;
		}
		.slide_nav a:hover {
			background: #FCC747;
			text-decoration: none;
		}
		.home_featured {
			width: 300px; 
			float: right;
		}
		.home_featured h3 {
			font-size: 50px;
			text-align: center;
			color: #FCC747;
			line-height: 100%;
			margin-bottom: 18px;
		}
		a.home_buttons {
			font-size: 28px;
			text-align: center;
			width: 100%;
			height: 46px;
			margin-bottom: 18px;
			display: block;
			text-shadow: 1px 1px 0px #fff;
			filter: dropshadow(color=#fff, offx=1, offy=1); 
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
	background: #ffcc00; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGFhMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffcc00 0%, #f8aa0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#f8aa0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcc00 0%,#f8aa0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcc00 0%,#f8aa0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcc00 0%,#f8aa0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcc00 0%,#f8aa0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f8aa0a',GradientType=0 ); /* IE6-8 */
}
		
		a.home_buttons:hover {
			color: #000033;
			text-decoration: none;
background: #f8aa0a; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2MwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #ffcc00 0%, #ff7f00 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ff7f00)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #ffcc00 0%,#ff7f00 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #ffcc00 0%,#ff7f00 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #ffcc00 0%,#ff7f00 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #ffcc00 0%,#ff7f00 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff7f00',GradientType=0 ); /* IE6-8 */
			
		}
		.home_social {
			width: 123px;
			margin: 0 auto;
		}
		.home_social li {
			display: inline;
			list-style: none;
			margin: 0 2px;
		}
		/* home tabs */
		#home_tabs {
			font-size: .85em;
			margin-bottom: 20px;
			position:relative;
			z-index: 1;
			} 
		
		
		.home_sub h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.25em;
			text-transform: none;
			font-weight: bold !important;
			margin-bottom: 0 !important;
			}	
		.home_sub {
			color:#000;
			line-height: 120%;
			background: #FFF1D4;
			position: relative;
			z-index: 1;
			min-height: 260px;
			padding: 2%;
			clear: both;
			box-shadow: 2px 2px 2px 0px #CCCCCC;
			}
		#home_tabnav li {
			display: inline;
			height: 40px;
			}	
		#home_tabnav li a {
			color: #00194A;
			background: #FFCC00;
			float: right;
			font-size: 22px;
		    margin-right: 6px;
		    padding: 0 24px;
			position:relative;
			z-index:-3;
			height: 40px;
			text-decoration: none;
			box-shadow: 2px 2px 2px 0px #CCCCCC;
			}
		#home_tabnav li.ui-tabs-selected a {
			color: #00194A;
			background: #FFF1D4;
			}	
		.ui-tabs-hide {  
			display: none;  
			}
		/*
.home_update {
			overflow: hidden;
			}
*/ 

#home_tabnav > ul > li > a {visibility: hidden !important;} /*ADDED POWERTHRU CONSULTING 12/2018 */

		#home_tabs h2, .members_widget
 h2 {
			float: left;
			font-size: 30px;
			line-height: 30px;
		}
		.home_loop {
			margin-bottom: 1.25em;
			overflow: hidden;
		}
		.home_thumbnail	{
			float:left;
			width: 110px;
			height: 80px;
			overflow: hidden;
			box-shadow: 2px 2px 2px 0px #CCCCCC;
			}
		.home_thumbnail img {
			width: 110px;			
			height: 80px;
		}	
		.home_content {
			float:right;
			width: 470px;
			line-height: 150%;
			}
		.home_content p {
			display: inline;
		}	
		#featured .upcoming {
			max-height: 215px;
			margin-left: 0;
			}
		#featured .upcoming li {
			list-style-type: none;
			}
		.dig-in a {
			font-weight: bold;
			color: #00194A !important;
			text-transform: uppercase;
			}
		.dig-in a:after {
			content: " \00BB";
			}	
	/*** interior ***/
.singular #author-info {
	margin: 20px 0;
	padding: 0;
	border: none;
}
#author-description {
	margin-left: 90px;
}
.archive h1.entry-title, .singular .entry-title {
	color: #00194A;
	font-size: 40px;
}

#crumbs {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
#crumbs a {
	color: #00194A;
}
.crumb_separator {
	font-size: .85em;
}

#main {
min-height: 500px;
}

.pagination {
	margin: 10px 0 20px;
	color: #666;
}
.pagination .description {
	margin-right: 10px;
}
.pagination .current, .pagination a.inactive {
	display: inline-block;
    height: 20px;
    width: 20px;
   	text-align: center;
}

.pagination a.inactive {
    text-decoration: underline;
}

.pagination .current {
	margin: 0 5px;
	border: 1px solid #ccc;
}
a.page_prev, a.page_next {
	color: #FCC747;
	border: 1px solid #FCC747;	
	margin: 0 5px;
	font-weight: bold;
}
a.page_prev {
	padding: 5px 5px 5px 7px
}
a.page_next {
	padding: 5px 7px 5px 5px;
}
a.page_prev:hover, a.page_next:hover {
	color: #00194A;
	text-decoration: none;
}
a.page_prev:before {
	content: url(images/btn_page_prev.png);
	padding-right: 5px;
    text-align: right;
}
a.page_next:after {
	content: url(images/btn_page_next.png);
	padding-left: 5px;
    text-align: left;
}
.prev_next {
	float: right;
}

/*** widgets ***/
#secondary > div {
	margin: 6%;
}

.members_widget h3 {
	text-transform: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold !important;
}
.members_widget img {
	margin: 0 auto;
	display: block;
	float: none;
}
.members_widget p a {
	font-weight: bold;
}
.members_widget p a:after {
	content: " \00bb";
}
.interior_widget, .news_widget  {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.dcjq-accordion ul {
	margin-left: 20px;
	}
.dcjq-accordion ul.menu {
	margin: 0;
	}
.dcjq-accordion li:first-child {
	background: #00194A;
	text-transform: uppercase;
	font-size: 30px;
	} 
.dcjq-accordion li:first-child a {
	color: #fff;
	}
.dcjq-accordion li, .dcjq-accordion li li:first-child  {
	list-style-type: none;
	font-size: 20px;
	background: #FCC747;
	text-transform: none;
	}
.dcjq-accordion li a, .dcjq-accordion li li:first-child a {
	color: #00194A;
	padding: 20px;
	}
.dcjq-accordion li a.dcjq-parent:after {
	content: " \00BB";
	}
.recent_with_excerpt ul {
	margin: 0;
}	
.recent_with_excerpt li {
	list-style: none;
	margin: 0 0 1em;
} 
.recent_with_excerpt strong, .recent_with_excerpt b, .recent_with_excerpt em, .recent_with_excerpt i {
	font-weight: normal;
	font-style: normal;
}
.recent_with_excerpt p {
	font-weight: normal; 
	display: inline;	
}	
.recent_with_excerpt a.readmore {
	color: #fff;
	background: #00194A;
	padding: .5em;
}
.recent_with_excerpt a.readmore:after {
	content: " \00bb";
}
.widget_loop img {
	float: left;
	margin-right: .5em;
}

.eventsAdvancedListWidget ul.upcoming {
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.eventsAdvancedListWidget .dig-in {
	padding: 0 20px;
}

/*** news widget ***/

.news_widget > h3, .interior_widget > h3  {
	color: #fff;
	font-size: 28px;
	background: #01184A;
	padding: 5px 20px;
	line-height: normal;
	letter-spacing: normal;
}
.news_widget, .interior_widget  {
	background: #FCC747;
	color: #01184A;
	}
.news_widget a:hover, .interior_widget a:hover {
	text-decoration: none;
	color: #fff !important;
}	
.news_widget > div, .news_widget ul, .interior_widget > div, .interior_widget ul {
	padding: 20px;
}
.widget_categories ul {
	margin-left: 0;
	margin-bottom: 20px;
	overflow: hidden;
	}
.widget_categories li {
	float: left;
	list-style: none;
	width: 49%;
	text-transform: capitalize;
	}
.multiwidget_author_avatars {}
.widget_text {
	padding: 0 !important;
}
/* our work */
a.our_work_buttons {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	width: 190px;
	height: 160px;
	float: left;
	display: block;
	margin: 0 18px 18px 0;
	background-color: #00194A;
	background-repeat: no-repeat;
	-webkit-box-shadow: 2px 2px 2px 1px rgba(55, 55, 55, .25);
	box-shadow: 2px 2px 2px 1px rgba(55, 55, 55, .25); 
	}
a.our_work_buttons:hover {
	color: #FCC747;
	text-decoration: none;
	opacity: 0.9;
	}
span.work_one_line, span.work_two_line {
	line-height: 100%;
	margin-left: 15px;
	display: block;
	} 
span.work_one_line {
	margin-top: 130px;
	}
span.work_two_line {
	margin-top: 120px;
	}

#work_citizenship {
	background-image: url(images/work_citizenship.jpg);
}
#work_education {
		background-image: url(images/work_education.jpg);
}
#work_wagetheft {
		background-image: url(images/work_wagetheft.jpg);
}
#work_farmworkers {
		background-image: url(images/work_farmworkers.jpg);
} 
#work_detensions {
		background-image: url(images/work_detensions.jpg);
}
#work_florida {
		background-image: url(images/work_florida.jpg);
}
				  
/*** interior loops ***/

.resources_loop, .release_loop  {
	margin-bottom: 20px;
}
.resources_loop h2 {
	color: #fff;
	text-transform: none;
	background: #00194A;
	padding: 5px 20px;
	}
.resources_loop h2 a {
	color: #fff;
	}
.resources_loop .cloop {
	background: #FDEEC7;
	padding: 20px;
	}	
	
.release_loop h2 {
	color: #fff;
	text-transform: none;
	background: #00194A;
	padding: 5px 20px;
	}
.release_loop h2 a {
	color: #fff;
	}
.release_loop .cloop {
	background: #FCC747;
	padding: 20px;
	}	
h2.subheader {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #BFBFBF;
}	
.release_loop h3 {
	font-weight: bold !important;
	letter-spacing: normal;
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	line-height: normal;
	}
.release_loop p {
	display: inline;
	}
.release_loop a.readmore {
	display: block;
	}
.release_loop a.readmore:after {
	content: " >>";
}	
.release_campaign {
	font-style: italic;
}	
a.readmore {
	font-weight: bold;
	}



.news_loop {
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.post_thumbnail_wrapper {
	padding: 6px;
	background: #fff;
	border: 0px solid #ccc;
	margin-right: 10px;
/*
	width: 125px;
	height: 125px;
*/
width: 125x;
height: 100px;	float: left;
}

.post_thumbnail {
/*
	width: 125px;
	height: 125px;
*/
width: 125px;
height: 125px;	
	margin: 0 10px 10px 0;
	overflow: hidden;
	float: left;
}

.post_thumbnail img {
/* 	width: 125px; */
width: 125px;	
	height: 100px;
	background: #01184A;
}

.news_loop a.readmore {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	background: #01184A;
	float: right;
	padding: 3px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.news_loop a.readmore:after {
	content: " \003E \003E"
}

.news_loop a.readmore:hover {
	color: #efefef;
	text-decoration: none;
	background: #000F2C;
}
.entry-meta a {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
.entry-meta a:hover {
	color: #01184A;
}


.list_info {
	text-transform: capitalize;
}
ul.list_info {
	margin-left: 0;
}
.list_info li {
	list-style-type: none;
}

.social_buttons {
	float: left;
	clear: both;
	margin: 1em 0;
}
.single .social_buttons {
	float: none;
}
.social_buttons h4 {
	display: inline;
	text-transform: none !important;
}

/*** members pages ***/

.members_left {
	float: left;
	width: 48%;
}
.members_right {
	float: right;
	width: 48%;
}
.meta_info {
	display: block;
}
.meta_title {
	font-weight: bold;
}
.members_social {
	margin: 0 10px 10px 0;
}
/*** footer ***/

#social_footer {
	background: #00194A;
	height: 297px;
	clear: both;
	padding: 2%;
	
	}
#social_footer > div {
	background-position: left top;
	background-repeat: no-repeat;
}
#social_footer .pu_facebook_widget {
	background-image: url("images/footer_bg_fb.png") !important;
	float:left;
}

#social_footer .widget_fastflickrwidget {
	background-image: url("images/footer_bg_flickr.png");
}

#social_footer .widget_twitter {
	background-image: url("images/footer_bg_twitter.png");
}

.footer-widget {
	float: left;
    height: 200px;
    padding-left: 40px;
    width: 260px;
    margin: 0 10px;
}	
.widget_fastflickrwidget img {
	width: 49px;
}
.widget_twitter, .widget_twitter a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 125%;
}
.widget_twitter ul {
	margin-left: 0;
}

#footer_menu {
	widht: 960px;
	margin: 0 auto;
}
#footer_menu a:hover {
	color: #00194A;
}
#footer_menu ul {
	text-align: center;
	margin-left: 0;
}
#footer_menu li {
	list-style: none;
	display: inline;
}
#footer_menu li:after {
	content: "\00a0\00a0/\00a0\00a0";
	}
#footer_menu li:last-child:after {
	content: "";
	}
.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
    color: #00194A;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 0;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content h2 a, .entry-content h3 a {
	text-decoration: none;
}
.dcwss.dc-wall.col-4 .stream li {
    width: 43% !important;
}

dl.tubepress_meta_group {
    line-height: 130% !important;
    margin: 5px 0 0 10px !important; 
    width: 100px !important;
}

.fan_box .connect_action {
    font-size: 8px !important;
    padding: 0 0 0 8px;
}

.fan_box .connect_action .name {
    font-size: 8px !important;
    font-weight: bold;
    line-height: 15px;
}

.pts .fan_box .connections {
    color: #FFFFFF !important;
    padding: 5px 0 4px 5px;
}

.nocomments {
display:none !important;
}

.members_left .hupso_c, .members_left a.hupso_counters {
display:none !important;
}

.entry-meta {
position:relative !important;
}

#content .nsjalapeno--action-form .formrow{
width:580px !important;
}

.nsjalapeno--content {
padding:20px !important;
background: #FCC747;
border:none !important;
float:left;
}


#page {
	width: 1000px !important;
}
