/*
* Framework - Super Skeleton by Brandon R Jones
* Based on the original Skeleton, Copyright 2011, Dave Gamache
*/

/* Table of Content
==================================================
	#Site Styles
	#Navigation Styles
	#Image Overlay Styles
	#Page Styles
	#Media Queries
	#Font-Face
	#Plugin Style Mods (placed here so we can keep originals pure)
*/
	



/* ======================================================= */
/* #SITE STYLES : Universal Theme Visual Styles */
/* ======================================================= */

/* Set BG */


a img {border:none;}
a:hover img {border:none;}


a:-webkit-any-link {
	opacity: 100;
}

a:-webkit-any-link:hover {
	opacity: 100;
}

a:-webkit-any-link:visited {
	opacity: 100;
}

body, 
ul.tabs li a.active{ 
	background: #fdfdfd;
	background: rgba(246,246,246,0.5) ;
	background: url("../images/theme/backgrounds/noise-white.jpg") repeat ;
	position: relative;
	z-index: 1;
} 

h2.title span {
	position: relative;
	z-index: 1;
}

.nine.columns.content ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.nine.columns.content li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}



.columns .logo-img {position: absolute;
z-index: 20;
top: -6px;
left: 25px;
}

.columns .logo-img a:-webkit-any-link {
opacity: 100;
cursor: pointer;
}


a:-webkit-any-link hover{
	opacity: 100;
	background: none;
}

.columns img, .column img, p img .logo-img a:hover{
	background: none;
}

h1.title span {
position: relative;
z-index: 1;
}

body:after, 
ul.tabs li a.active:after{  
	content: "";
	background: transparent url() repeat;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
	}

.hidden{display: none;}


/* Wrap .container sections with this to create a full width section (for full width BG color stripes) */
.full-width{width: 100%;}

/* HR Divider */
hr{	
	border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; 
	border-bottom: 1px solid #FFF;
	}
	
hr.partial-bottom{margin-bottom: 10px;}

.four.columns.sidebar-notch hr.partial-bottom, .three.columns.sidebar hr.partial-bottom, .four.columns.sidebar hr.partial-bottom, .get.columns hr.partial-bottom {
	border: solid #fff; border-width: 1px 0 0; clear: both; margin: 10px 0; 
	border-bottom: 1px solid #FFF;
}

.page-id-247 hr.partial-bottom {margin-bottom: 0px;}

hr.remove-top{margin-top: 0px;
	display: none;
}

hr.quote {
	width: 50%;
	float: right;
}


/* Responsive Images - Combined with Sencha.io on the frontend */
/* These lines were messing up the map controls - Solution - I removed the body class from the body tag on the map pages then i changed the css below so i could target all other pages */
body.home .columns img, body.page .columns img, body.home .column img, body.page .column img, body.home p img, body.page p img{max-width: 100%; height: auto;}
body.home .content img, body.page .content img{border: 0px solid #dfdfdf; margin-bottom: 15px;}

/* Basic alignment */
.alignleft{float: left; margin: 20px 20px 20px 0;}
.aligncenter{text-align: center; clear: both; margin: 15px auto; display: block;}
.alignright{float: right; margin: 20px 20px 20px 0;} 
.alignnone{margin: 20px 20px 20px 0px;} 

/* #Global Transitions */
/*.column, .columns, .row, .widget, .widget input, .module-img img, .sf-menu li, .sf-menu a, a.header-advert img, a.sidebar-advert img {
  	   -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	}

/* Custom Lists, Buttons, Tags, etc. */
ul.square {padding: 10px;}
a.button{text-align: center;}

/* Form Overrides */
input{ padding: 5px !important; font-size: 10px !important; }
input#s{ width: 220px;} 

#adminbarsearch-wrap input{padding: 2px !important;}

.widget_search h3,{
	color: #888888;
	text-transform: uppercase;
	font: bold 12px kulturista-web, serif;
	text-indent: 88px;
	margin-top: 15px;
}

#searchform label{
	font: bold 11px kulturista-web, serif;
	color: #aaaaaa;
	text-align: right;
	margin-right: 10px;
	text-transform: uppercase;
}

.home #searchform label{
	display: none;
}


#searchwidget-2 #searchform label {
font: bold 11px kulturista-web, serif;
float: right;
color: #aaaaaa;
text-transform: uppercase;
display: inline;
right: 10px;
position: relative;
}


.page-id-842 #searchwidget-2 {
	display: none;
}

#searchform #searchsubmit {
	display: none;
}

.search-results .columns {
	margin-left: 0;
}

.search-results .twelve.columns.content img, .search-results .excerpt .date, .search-results .container .three.columns { display: none !important; }

/* WP Evolution Slider Integration */
.jquery-slider-wrapper, .jquery-slider-wrapper > div:first-child, .jquery-slider-slide {
    width: 100% !important;
}
.jquery-slider-wrapper{margin-bottom: 25px;}
.jquery-slider-slide img{
	max-width: inherit !important;
	   -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}




/* Tags / Categories Styling */
.tags a{
	background: none repeat scroll 0 0 #333333;
	-webkit-border-radius: 3px 3px 3px 3px;
	   -moz-border-radius: 3px 3px 3px 3px;
         -o-border-radius: 3px 3px 3px 3px;
	        border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    margin: 2px 2px 0 0;
    padding: 5px 12px;
    text-decoration: none;
}



/* Miscelleneous Classes */
img.tag_icon{
	float: left; 
	border: 0 !important; 
	padding: 5px 13px 0 0;
	margin-bottom: 0;
	display: none;
}

.post .tags{margin: -12px 0 -7px;}
.tags .button{margin-bottom: 2px;}

a.header-advert {display:block !important;}


.chzn-container-single .chzn-search input{min-width: 20px;}
 
.excerpt .date {margin-bottom: 20px;
	font-weight: bold;
}

.my-avatar {
    float: right;
    padding: 5px;
    width: 32px;
    height: 40px;
	display: none;
}

ul.square, ul.circle, ul.disc {
    margin-left: 15px;
    font-size: 13px;
}

pre, code, address{
	font-family: Courier, Arial;
}

pre{
	padding: 15px;
	line-height: 200%;
	background: url('../images/theme/backgrounds/pattern_diagonal_white.png') scroll center bottom rgba(144, 144, 144, 0.1);
}

p.social{margin-top: 20px;text-align: center;
}

p.social img {
	width: 24px;
	height: 24px;
}

/* Table Styling - Box Style */
table {
    border-collapse: collapse;
    font-size: 12px;
    margin: 10px 10px 20px;
    text-align: left;
    width: 98%;
}
table thead th.rounded-company {
    background: #ccc;
}
table thead th.rounded-q4 {
    background: #ccc;
}
table th {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #222222;
    font-size: 10px;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
}
table td {
    background: none repeat scroll 0 0 #eee;
    border-top: 1px solid #FFFFFF;
    color: #333;
    padding: 8px;
}
table tfoot td.rounded-foot-left {
    background: #eee;
}
tabletfoot td.rounded-foot-right {
    background: #eee;
}
table tbody tr:hover td {
    background: none repeat scroll 0 0 #ddd;
}



/* WP Required Styles */
.wp-caption{
	background: url("../images/theme/backgrounds/pattern_diagonal_white.png") repeat scroll center bottom rgba(0, 0, 0, 0.05);
    border: 0 solid transparent;
    max-width: 100%;
    padding: 0 0 7px;
    text-align: center;
	clear: both;
	display: block;
 }
 
.gallery-caption{
	text-align: center;  
	padding: 0px 0 7px;
	border: 1px solid rgba(0, 0, 0, 0.0); 
}

.wp-caption img{padding: 0 0; max-width: 99.8%;}
  
.wp-caption-text{margin: -9px 0 4px 0 !important; font-size: 11px;}

.sticky{}

p img{margin-bottom: 0;}

#gallery-1 img {border: 0;}

.bypostauthor{background: rgba(100, 100, 100, 0.2);}

.page .hentry, .content .hentry { padding-bottom: 15px;
	border-bottom: 0px solid gray;
} 

#ui-lightbox-overlay{z-index: 9998 !important;}

.breadcrumbs a, .breadcrumbs a:active {
	font-size: 11px;
}


/* Hybrid View Styles */
/* Clear Fixes - for the hybrid blog templates to make sure the layout doesn't look awful */

.floatleft{float:left;clear: none;}
.hybrid-blog-4 .aside,
.hybrid-blog-3 .aside,
.hybrid-blog-2 .aside {
	border: 0;
    padding: 5px;
}

.clearleft, #breakout-row .four:nth-child(4n+6) 
{clear: left !important;}
 
.hybrid-blog-2 .meta,
.hybrid-blog-3 .meta,
.hybrid-blog-4 .meta{display: none;}
 


/* ======================================================= */
/* #SECTIONS */
/* ======================================================= */

/* Section declarations for BG stripes */
#section-tophat, #section-footer, #section-sub-footer {	position: relative;  z-index: 1;  } /* Setup for :after double bgs below */

#section-tophat{  background: #222;	 background: rgba(0,0,0,0.8);  }
#section-header{}
#section-slider{}
#section-portfolio{}
#section-projects{}
#section-sidebar-right{}
#section-project-single{}
#section-footer{  background: #222;	 background: rgba(0,0,0,0.8);	}
#section-sub-footer{  }

.grid-example .column, 
.grid-example .columns{
	background: #ccc; 
	color: #ccc;
	display: block; 
	height: 60px;
	margin-bottom: 20px;
	}
 
.grid-example .example{color: #222; background: transparent;}

/* Now we'll add some more granular styles to each specific section*/


/* #TOPHAT */ 
#section-tophat{
	border-bottom: 2px solid #ddd;
	background: transparent url("../images/theme/backgrounds/noise-grey.jpg") repeat;
}

#section-tophat:after, #section-footer:after{
	content: "";
	background: none;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0;
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
#section-tophat{padding: 10px 0;}

#section-tophat span.subscribe{float: left;}
#section-tophat span.tagline{float: right;}

/* #Home Template*/

.home-grunge-left {
	width: 10px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/home-grunge-left.png) no-repeat;
	z-index: 20;
	height: 284px;
	position: absolute;
	left: 5px;
}

.home-grunge-right {
	width: 7px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/home-grunge-right.png) no-repeat;
	z-index: 20;
	height: 284px;
	position: absolute;
	right: 8px;
}

.internal-grunge-left {
	width: 12px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/internal-grunge-left.png) no-repeat;
	z-index: 20;
	height: 250px;
	position: absolute;
	left: 3px;
	top: 114px;
}

.internal-grunge-right {
	width: 9px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/internal-grunge-right.png) no-repeat;
	z-index: 20;
	height: 250px;
	position: absolute;
	right: 8px;
	top: 114px;
}

.overlay-banner {
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/overlay-2.png) no-repeat 0 top;
	width: 225px;
	height: 444px;
	position: absolute;
	z-index: 10;
	left: 565px;
}

.half-home {
	width: 480px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
}

.half-home p {
	color: #666666;
	font-size: 12px;
	line-height: 17px;
}

.half-home h3 {
	color: #666666;
	font-size: 18px;
	padding: 8px 0 0;
	margin: 0;
}

.ie8 .half-home h3 {
	color: #666666;
	font-size: 16px;
	padding: 8px 0 0;
	margin: 0;
}
.ie8 .half-home .box-1 h3{
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 22px;
	line-height: 23px;
	text-transform: uppercase;
	padding-top: 10px;
}
.ie8 .half-home .box-2 .col-1 h3 {
padding-left: 20px;
padding-right: 20px;
color: #fff;
font-size: 22px;
line-height: 20px;
text-transform: uppercase;
padding-top: 0;
}

.ie8 .half-home .box-2 .col-1 h4 {
color: #fff;
font-size: 17px;
line-height: 10px;
text-transform: uppercase;
padding: 16px 20px 5px;
margin-top: 0;
}

.ie8 .full-controls-container .cat-column label{
	font-size: 10px;
	padding-left: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.ie9 .full-controls-container .cat-column label{
	font-size: 10px;
	padding-left: 15px;
	margin-bottom: 4px;
	margin-top: 4px;
}







.col-home {
	width: 225px;
	float: left;
	margin: 64px 10px 10px;
	padding-right: 20px;
	padding-left: 20px;
	height: 615px;
}

.col-home img {
	padding: 0px 12px 5px 2px;
	float: right;
	border: none;
}

#social-stream-1070 {
	height: 100px;
}

.col-home .view-map a{
	font-size: 11px;
}

.col-home .news {
	margin-bottom: 20px;
	margin-top: 15px;
}

.col-home .news ul li p{
	font-size: 10px;
}

.col-home .news-more a {
	float: right;
	font-size: 11px;
}

.col-home .fb-read {
	position: relative;
	bottom: 43px;
	display: block;
	width: 100%;
	height: 20px;
	z-index:2;
}

.col-home .fb-read a{
	float: right;
	font-size: 11px;
}

.search-home-txt {
color: #888;
text-transform: uppercase;
font: bold 12px kulturista-web, serif;
margin-top: 13px;
padding-bottom: 5px;
text-align: right;
margin-right: 5px;
}

.spacer{
	height: 20px;
	width: auto;
}
.fb-like {
	padding-bottom: 10px;
}

.fb-side {
padding-left: 0px;
margin-right: auto;
float: left;
width: 100px;
}

.col-home ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

.col-home ul li{
	margin-bottom: 5px;
}

.col-home ul li a, .col-home ul li a:visited {
	color: #666;
	font-size: 11px;
	line-height: 11px;
	text-decoration: underline;
	padding-top: 5px;
}

.col-home p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	margin-bottom: 0;
	padding-top: 0;
}
.col-home a {
	font-size: 12px;
	color: #D06E3E;
	text-decoration: none;
	font-weight: bold;
}

.col-home h3 {
	color: #731e10;
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-bottom: 0;
}

.ie8 .col-home h3 {
	color: #731e10;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-bottom: 0;
}


.boxes {
	width: 460px;
	right: 10px;
	left: 10px;
	height: auto;
	margin: 10px;
	padding-top: 0;
	padding: 0;
}


.box-1 .col-2, .box-2 .col-2 {
	width: 240px;
	float: left;
}

.box-1 .col-1, .box-2 .col-1 {
	float: left;
	width: 48%;
	margin-top: 10px;
}

.box-1 p, .box-2 p {
	color: #fff;
font-size: 12px;
line-height: 16px;
padding: 4px 20px 0;
margin: 0;
}

.box-1 p {
	margin-top: 0;
	padding-top: 0;
}

.box-1 h3 {
padding-left: 20px;
padding-right: 18px;
color: #fff;
font-size: 22px;
line-height: 20px;
text-transform: uppercase;
padding-top: 10px;
}

.box-1 h4 {
	color: #fff;
font: bold 11px/13px verdana, san-serif;
text-shadow: none;
padding: 5px 10px 0px 20px;
}

.box-1 a {
	color: #ffb099;
	text-decoration: underline;
	font-weight: bold;
}


.box-1 #featured-img {
background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/hp-story-img-bg.png) no-repeat;
	width: 235px;
	height: 160px;
	float: left;
	margin-top: 20px;
}

.box-2 #featured-img {
background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/hp-box2-bg.png) no-repeat;
	width: 235px;
	height: 160px;
	float: left;
	margin-top: 20px;
}

.box-1 a:visited {
	color: #ffb099;
	text-decoration: underline;
}

.box-2 a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.box-2 a:visited {
	color: #fff;
	text-decoration: underline;
}

.box-2 h3 {
padding-left: 20px;
padding-right: 20px;
color: #fff;
font-size: 22px;
line-height: 20px;
text-transform: uppercase;
	padding-top: 10px;
}


.box-2 h4 {
color: #fff;
font-size: 17px;
line-height: 10px;
text-transform: uppercase;
padding: 16px 20px 4px;
margin-bottom: 0;
margin-top: 0;
}


.box-1 h3, .box-2 h3, .box-2 h4, .sf-menu > li > a strong, .difference-boxes h2, .vid-box p, .vid-box h4, .map-box p, .map-box h4, .flex-caption h2, .flex-caption h3, .flex-caption h4, .map-box h5 {
	text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
}

.box-1 img, .box-2 img {
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 0;
}

.box-1 {
	background: url(/wp-content/uploads/2012/05/story-box.jpg) no-repeat;
	width: 477px;
	height: 204px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.new-box-bg-1 {
	width: 497px; height: 214px;
	background: url(/wp-content/uploads/2012/05/story-box-2.jpg) no-repeat;
}

.box-2 {
	background: url(/wp-content/uploads/2012/05/box-green.jpg) no-repeat;
	width: 477px;
	height: 204px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.new-green-box-bg-2 {
	width: 497px; height: 214px;
	background: url(/wp-content/uploads/2012/05/box-green-2.jpg) no-repeat;
}


#recent-posts-3 h3, #search-2 h3 {
	font-size: 14px;
	line-height: 120%;
	padding-left: 0px;
	text-align: left;
	color: #767575;
	text-transform: capitalize;
}

#recent-posts-3 ul {
	width: 150px;
}

.textwidget h3, .widget-title {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 13px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 3px;
}

#text-2 h3, #text-18 h3, .sidebar h3, .aside h3 {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 13px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 3px;
}


#text-7 .fb_iframe_widget {
	position: relative;
	bottom: 10px;
}

#likepluginpagelet {
	width: 250px;
}

/*#text-18 h3 {
	font-size: 15px;
	color: #777;
	line-height: 18px;
	padding-left: 5px;
	text-transform: uppercase;
}*/


#text-19 {
	padding-top: 2px;
}

#text-20 h5, #text-21 h5 {
	font-size: 14px;
}

.get-side-title {
	color: #666;
	font: 17px kulturista-web, sans-serif;
	padding-bottom: 0;
	margin-bottom: 0;
}

.get-pledge-box {
	background-color: #f6f6f6;
	border: 1px solid #dedede;
	width: 200px;
}

.get-pledge-box p {
	padding: 15px 15px 5px;
	color: #000;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 5px;
}

.pledge-btn {
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/pledge-btn.jpg) no-repeat center;
	width: 134px;
	height: 50px;
	position: relative;
	bottom: 22px;
	margin-right: 32px;
	margin-left: 32px;
}

.pledge-btn p{
color: #fff;
font: bold 13px kulturista-web, sans-serif;
text-align: center;
padding-top: 10px;
}

.scroller-con .inner ul li {
	font: 13px/17px verdana, san-serif;
}



.grunge-edge {
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/get-side-edge.jpg);
	width: 32px;
	height: 672px;
	float: left;
}

.get-full {
	width: 90%;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}

.get-full h3{
	color: #555;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	padding-top: 0;
	margin-top: 0;
}

.get-twothirds {
	width: 58%;
	float: left;
	padding-right: 15px;
	padding-left: 25px;
}

.get-twothirds h3 {
	color: #555;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	padding-top: 0;
	margin-top: 0;
	line-height: 30px;
}

.get-twothirds .btn {
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/get-btn.jpg) no-repeat;
	width: 354px;
	height: 51px;
	margin-top: 2px;
	margin-bottom: 7px;
}

.get-full .btn {
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/get-btn.jpg) no-repeat;
	width: 354px;
	height: 51px;
}

.get-twothirds .btn p, .get-full .btn p{
	color: #fff;
	padding: 10px 10px 10px 20px;
	font-size: 15px;
	font-weight: bold;
}

.get-twothirds .btn a, .get-full .btn a{
	color: #fff;
	padding: 10px 10px 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.get-twothirds .btn a:hover, .get-full .btn a:hover{
	color: #D06E3E;
}

.get-onethird {
	width: 33%;
	float: left;
	padding-right: 5px;
	padding-left: 10px;
}

.get-onethird h4, .get-full h4{
	color: #995e41;
	font-size: 16px;
	line-height: 18px;
	padding-top: 4px;
}
.get-full h4{
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0;
}


/*START  HOME PAGE GREEN BOXES SIDEBAR*/

/*Green Box Learn*/
.rollover_learn_img {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-1.jpg);
	background-position: top;
	font: normal 11px/16px Verdana, sans-serif;	float:left;
	margin: 0 10px 14px 0;
}
.rollover_learn_img a {
color: #fff;
width: 152px;
height: 98px;
display: block;
text-decoration: none;
}
.rollover_learn_img a:hover {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-1a.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_learn_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_learn_img a:hover span {
display: block;
}

/*Green Box Act*/
.rollover_act_img {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-2.jpg);
	background-position: top;
	font: normal 11px/16px Verdana, sans-serif;	float:left;
	margin: 0 10px 14px 0;
}
.rollover_act_img a {
color: #fff;
width: 152px;
height: 98px;
display: block;
text-decoration: none;
}
.rollover_act_img a:hover {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-2a.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_act_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_act_img a:hover span {
display: block;
}

/*Green Box Connect*/
.rollover_connect_img {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-3.jpg);
	background-position: top;
	font: normal 11px/16px Verdana, sans-serif;
	float:left;
	margin: 0 10px 14px 0;
}
.rollover_connect_img a {
color: #fff;
width: 152px;
height: 98px;
display: block;
text-decoration: none;
}
.rollover_connect_img a:hover {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-3a.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_connect_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_connect_img a:hover span {
display: block;
}


/*Green Box Pray*/
.rollover_pray_img {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-4.jpg);
	background-position: top;
	font: normal 11px/16px Verdana, sans-serif;
	float:left;
	margin: 0 10px 14px 0;
}
.rollover_pray_img a {
color: #fff;
width: 152px;
height: 98px;
display: block;
text-decoration: none;
}
.rollover_pray_img a:hover {
	width: 152px;
	height: 98px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/green-box-4a.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_pray_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_pray_img a:hover span {
display: block;
}

/*END HOME PAGE GREEN BOXES SIDEBAR*/

.greenbox-sidebar {
	height: auto;
	width: 160px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	margin-top: 25px;
}

.greenbox-sidebar p{
	margin-bottom: 10px;
	font: 12px/17px Verdana, sans-serif;
	text-align: center;
	position: relative;
	right: 4px;
}

.greenbox-sidebar h3{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	position: relative;
	right: 4px;
}

.dcwss.dc-feed .filter li img {
	display: none;
}

/*START  INTERNAL PAGE WHITE BOXES SIDEBAR*/

/*White Box Learn*/
.rollover_wht_learn_img {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-1.png);
	background-position: top;
	font: normal 11px/16px Verdana, Helvetica, sans-serif;
	float:left;
	margin: 0 10px 14px 0;
}
.rollover_wht_learn_img a {
color: #fff;
width: 165px;
	height: 57px;
display: block;
text-decoration: none;
}
.rollover_wht_learn_img a:hover {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-1a.png);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_wht_learn_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_wht_learn_img a:hover span {
display: block;
}

/*White Box Act*/
.rollover_wht_act_img {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-2.png);
	background-position: top;
	font: normal 11px/16px Verdana, Helvetica, sans-serif;
	float:left;
	margin: 0 10px 14px 0;
}
.rollover_wht_act_img a {
color: #fff;
width: 165px;
	height: 57px;
display: block;
text-decoration: none;
}
.rollover_wht_act_img a:hover {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-2a.png);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_wht_act_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_wht_act_img a:hover span {
display: block;
}

/*White  Box Connect*/
.rollover_wht_connect_img {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-3.png);
	background-position: top;
	font: normal 11px/16px Verdana, Helvetica, sans-serif;
	float:left;
	margin: 0 10px 14px 0;
}
.rollover_wht_connect_img a {
color: #fff;
width: 165px;
	height: 57px;
display: block;
text-decoration: none;
}
.rollover_wht_connect_img a:hover {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-3a.png);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_wht_connect_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_wht_connect_img a:hover span {
display: block;
}


/*White  Box Pray*/
.rollover_wht_pray_img {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-4.png);
	background-position: top;
	font: normal 11px/16px Verdana, Helvetica, sans-serif;
	float:left;
	margin: 0 10px 14px 0;
}
.rollover_wht_pray_img a {
color: #fff;
width: 165px;
	height: 57px;
display: block;
text-decoration: none;
}
.rollover_wht_pray_img a:hover {
	width: 165px;
	height: 57px;
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/whitebox-4a.png);
	background-position: top;
	background-repeat: no-repeat;
}
.rollover_wht_pray_img a span {
	display: none;
	color: #fff;
	width: 132px;
	padding-top: 42px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
.rollover_wht_pray_img a:hover span {
display: block;
}

/*END INTERNAL PAGE WHITE BOXES SIDEBAR*/


/* #HEADER */
#section-header{}
h1#logo{
	margin-bottom: 10px;
	position: absolute;
	z-index: 20;
}

.header-container {
	width: 940px;
	margin: 0 auto; padding: 0; 
}

/* Header / Sidebar Advertisement */
a.header-advert{
	margin-top: 30px;
	margin-bottom: 20px;
	float: right; 
	}
a.header-advert img, a.sidebar-advert img{ 
	padding: 6px;
	background: #eee; 
	background:rgba(200,200,200,0.05);
	}
a.header-advert:hover img, a.sidebar-advert:hover img{
	background: #ddd; 
	background:rgba(200,200,200,0.3);
}


/* Social Icons Section */
.home-social  { width: 300px;
margin: 0;
	display: inline;
}

ul.social{
	text-align: left; 
	margin-bottom: 0; 
	float: left;
	}
	
#section-sub-footer ul.social{margin-left: 0px;}
	
ul.social li{
	display: inline-block; 
	width: 26px; 
	height: 26px;
	margin: 0;
			  -moz-opacity:0.8;
     filter: alpha(opacity=80);
     			   opacity:0.8;
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
			padding: 18px 2px 15px;
		}
	        
ul.social li:hover{
			   -moz-opacity:1.0 !important;
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}	

.page .hentry{padding-bottom: 15px;} 


/* #SLIDER */
#section-slider{}



/* #FOOTER */
#section-footer{
	background: url("../images/theme/pov/footer-bg.png") no-repeat;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
}

#section-footer h5{
	position: relative;
	z-index: 1;
	padding: 2px 10px;
	margin-bottom: 20px;
	}
	
#section-footer h5:after{
	content: "";
	z-index: -1;
	position: absolute;
	background: url("../images/theme/backgrounds/pattern_diagonal_dark.png") repeat transparent;
	left: 0; top: 0; right: 0; bottom: 0;
}
 
#section-footer ul li{
	padding:10px 0;
	margin: 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#section-footer ul li:first-child { 
	border-top: none; 
	padding-top: 0;
	}  
  
#section-footer ul li:last-child { 
	border-bottom: none; 
	} 

#section-footer ul.children{margin: 0;}

#section-footer ul.children li { 
	padding:10px 0 10px 20px;
	margin: 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	} 

#section-footer ul.children li:last-child { 
	border-bottom: none; 
	padding: 10px 0 0px 20px;
	} 
#section-footer ul.children li:first-child { 
	border-top: none; 
	} 

#section-footer .simpleimage img{margin-top:10px;}

#section-footer select{width: 160px;}

/* #SUBFOOTER */
#section-sub-footer{

}

#section-sub-footer:after {
	content: "";
	background: transparent;
	position:absolute; 
	z-index:99; 
	left:0; 
	bottom:0; 
	right:0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

#section-sub-footer{ 
	
	}
#section-sub-footer span{
	padding: 20px 0;
	}

#section-sub-footer span.copyright{float: left;
	position: relative;
	bottom: 20px;
}
#section-sub-footer span.colophon{float: right;}


.article_nav div.p {
	margin-bottom: 10px;
}

.article_nav div.p a {
	font-family: kulturista-web, sans-serif;
}


/* ======================================================= */
/* #NAVIGATION STYLES (Theme defaults, then SuperFish mods) */
/* ======================================================= */
header .navigation{margin-top: 0;}
footer .navigation{margin-top: 0;}


.nav-spacer {
	height: 10px;
}

.nav-spacer-sm {
height: 5px;
	
}

.nav-sm {
	font-size: 12px;
	color: #e1713b;
}

.home-state {
	font-size: 19px;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	bottom: 17px;
	line-height: 19px;
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

.home-learn, .home-learn a {
	font-size: 13px;
	color: #deada0;
	margin-bottom: 0;
	padding-bottom: 0;
}



.nav-home { width: 960px;
	height: auto;
	display: block;
	float: left;
	background: url(/wp-content/uploads/2012/05/nav-bg.jpg) no-repeat;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.nav-internal { width: 690px;
	height: 90px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 255px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/nav-bg-internal.jpg) no-repeat;
	margin-bottom: 14px;
}

.nav-internal .sf-menu #menu-item-242{width: 130px;
}


/*.nav-internal .sf-menu #menu-item-243{width: 130px;
	padding-right: 3px;
	padding-left: 3px;
}*/



/* Top Level Styles */
.sf-menu > li{
	border-right: 1px solid #4c4c4c;
}


.sf-menu > li > a {
	padding:15px 15px 19px;
	background: transparent;
	margin-bottom: 0; /* Adjust for padding below our list */
	text-align: center;
	}
	
.sf-menu > li:hover{
background: #3d3d3d;
}

.nav-home .sf-menu {
	height: 75px;
}

/*.nav-home .sf-menu > li:first-child > a{padding: 15px 12px 19px;}
	
/*.sf-menu > li > a, .sf-menu > li {
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;	
			}*/


#menu-item-241 {
	border-left: none;
}

#menu-item-242 {
	border-left: none;
}

#menu-item-244 {
	border-left: none;
}

#menu-item-245 {
	border-left: none;
}

#menu-item-950 {
border-right: none;
	border-left: none;
}

#menu-item-713 {
	border-right: none;
	border-left: none;
	position: relative;
	left: 36px;
	bottom: 10px;
}

LI#menu-item-713.menu-item.menu-item-type-post_type.menu-item-object-page {
	background-color: none;
	background: none;
}


LI#menu-item-713.menu-item.menu-item-type-post_type.menu-item-object-page a:hover{
	background-color: none;
	background: none;
	opacity: 0.85;
	
}


#menu-item-713.menu-item.menu-item-type-post_type.menu-item-object-page.sfHover{
	background-color: none;
	background: none;
	opacity: 0.80;
}




#menu-item-172 {
		border-right: none;
		border-left: none;
		position: relative;
		bottom: 5px;
		margin-left: 10px;
	}
	
	
#menu-internal-menu #menu-item-930 .nav-sm {
	color: #D06E3E;
	font-size: 13px;
}

	
	
	.sf-menu > li:hover{
	background: #3d3d3d;
	}
	
	
 .sf-menu a:hover #menu-item-153{
		background: none;
	}
	
	#menu-item-949 {
	border-right-width: 1px;
}

/* DARK VERSION - Second Level Styles (the Dropdown) */
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li:focus, .sf-menu li li:hover, .sf-menu li li:active {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.95);
  /*-webkit-box-shadow:inset 0 5px 6px #000000;
	 -moz-box-shadow:inset 0 5px 6px #000000;
	   -o-box-shadow:inset 0 5px 6px #000000;
		  box-shadow:inset 0 5px 6px #000000;*/
}

.sf-menu li li a, .sf-menu li li a:hover, .sf-menu li li a:focus {
	padding:8px 10px 8px 11px !important; 
	background: transparent; margin: 0;
	font-weight: bold;
}

/* MAIN SKIN FOR DROPDOWN */
.sf-menu li ul {
	background: no-repeat scroll 0 transparent;
	 /*-webkit-text-shadow: 1px 0 1px #000;
		-moz-text-shadow: 1px 0 1px #000;
		  -o-text-shadow: 1px 0 1px #000;
			 text-shadow: 1px 0 1px #000;*/
		 }

.sf-menu li li {
	margin:0;
		background: rgb(61,61,61);  /* BG Color for the dropdown */
		background: rgba(61,61,61,1);
		padding:3px 0;
	/*-webkit-border-top: 1px solid rgba(255, 255, 255, 0.04); /* Top/Bottom border for the dropdown links */
	   /*-moz-border-top: 1px solid rgba(255, 255, 255, 0.04);
	     -o-border-top: 1px solid rgba(255, 255, 255, 0.04);
			border-top: 1px solid rgba(255, 255, 255, 0.04);*/
		  /*-webkit-border-left: 1px solid rgb(61,61,61); /* Left/Right border for visibility */
		     -moz-border-left: 1px solid rgb(61,61,61);
		  	   -o-border-left: 1px solid rgb(61,61,61);
				  border-left: 1px solid rgb(61,61,61);
		 -webkit-border-right: 1px solid rgb(61,61,61);
		    -moz-border-right: 1px solid rgb(61,61,61);
		      -o-border-right: 1px solid rgb(61,61,61);
				 border-right: 1px solid rgb(61,61,61);
}*/

.sf-menu li li:first-child {  
    border-top: none;  
-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}  
  
.sf-menu li li:last-child {  
   border-bottom: none;  
	-webkit-border-radius: 0 0 0px 0px;
	   -moz-border-radius: 0 0 0px 0px;
         -o-border-radius: 0 0 0px 0px;
	        border-radius: 0 0 0px 0px;
			padding-bottom: 5px;
		} 


/* LIGHT VERSION of Dropdown (add the "light" class to .sf-menu to activate) */
.sf-menu.light li li:hover, .sf-menu.light li li.sfHover, .sf-menu.light li li:focus, .sf-menu.light li li:hover, .sf-menu.light li li:active {
	background: rgb(249,249,249);
	background: rgba(249,249,249,1);
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
  -webkit-box-shadow:inset 0 5px 8px #EEE;
	 -moz-box-shadow:inset 0 5px 8px #EEE;
	   -o-box-shadow:inset 0 5px 8px #EEE;
		  box-shadow:inset 0 5px 8px #EEE;
}

.sf-menu.light li li {
	background: rgb(61,61,61);  /* BG Color for the dropdown */
	background: rgba(61,61,61,1);
 -webkit-border-top: 1px solid rgba(255, 255, 255, 0.9); /* Top/Bottom border for the dropdown links */
    -moz-border-top: 1px solid rgba(255, 255, 255, 0.9);
      -o-border-top: 1px solid rgba(255, 255, 255, 0.9);
		 border-top: 1px solid rgba(255, 255, 255, 0.9);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	  /*-webkit-border-left: 1px solid rgba(0, 0, 0, 0.1); /* Left/Right border for visibility */
	     /*-moz-border-left: 1px solid rgba(0, 0, 0, 0.1);
		   -o-border-left: 1px solid rgba(0, 0, 0, 0.1);
			  border-left: 1px solid rgba(0, 0, 0, 0.1);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.1);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.1);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.1);
			 border-right: 1px solid rgba(0, 0, 0, 0.1);*/
}


.container .twelve.columns #menu                 { width: auto; }

/* ======================================================= */
/* Second Level Interior Pages */
/* ======================================================= */

.difference-boxes {
	width: 309px;
	height: 432px;
	float: left;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/2nd-internal-box.jpg) no-repeat;
	margin-right: 26px;
	margin-top: 5px;
}

.difference-boxes p {
	font-size: 12px;
	color: #fff;
	padding-right: 45px;
	padding-left: 35px;
	line-height: 14px;
}

.difference-boxes strong, .difference-boxes a, .difference-boxes a:visited {
	color: #fff;
} 

.difference-boxes a:hover {
	opacity: 0.80;
}

.difference-boxes h2{
	color: #fff;
	text-transform: uppercase;
	padding-left: 25px;
	padding-top: 20px;
	width: 260px;
	font-size: 35px;
	line-height: 35px;
}

.difference-boxes #featured {
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/featured-bg.png);
	width: 257px;
	height: 176px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	right: 5px;
	margin-bottom: 10px;
}

.difference-boxes img{
	padding: 13px;
}

.slant {
	width: 280px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/slant.png) no-repeat right top;
	height: 27px;
	position: absolute;
	margin-left: 25px;
	float: right;
	right: 10px;
	top: 340px;
	z-index: 100;
}

.cwsubnormal {
	display: none;
	
}
.second-title {
	font: bold 16px/19px kulturista-web, sans-serif;
	padding-bottom: 10px;
	padding-top: 0px;
	color: #9f9f9f;
}

.twelve.columns.get-content {
	width: 670px;
	padding-right: 0px;
	padding-left: 0px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/get-involved-back.jpg) no-repeat;
	height: 672px;
	margin-left: 0;
}

.twelve.columns.content {
	width: 670px;
	padding-right: 10px;
	padding-left: 5px;
}

.twelve.columns.content-level5 {
	width: 670px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 70px;
}


.content h2 a{
	color: #D06E3E;
	font: bold 26px/30px kulturista-web, sans-serif;
}

.content h2 a:hover{
	color: #EE7727;
}

.content h2 a:visited{
	color: #D06E3E;
}

.content h3 {
	font-family: kulturista-web, sans-serif;
}

.content h3 a{
	color: #D06E3E;
	font: bold 24px/26px kulturista-web, sans-serif;
}

.content h3 a:hover{
	color: #EE7727;
}

.content h3 a:visited{
	color: #D06E3E;
}

.content h4 {
	color: #D06E3E;
	font: bold 18px/22px kulturista-web, sans-serif;
}


.content h4 a{
	color: #D06E3E;
	font: bold 18px/22px kulturista-web, sans-serif;
}

.content h4 a:hover{
	color: #EE7727;
}

.content h4 a:visited{
	color: #D06E3E;
}

.content h5 a{
	color: #D06E3E;
	font: bold 16px/18px kulturista-web, sans-serif;
}

.content h5 a:hover{
	color: #EE7727;
}

.content h5 a:visited{
	color: #D06E3E;
}

.four.columns.sidebar {
	padding-left: 25px;
	padding-right: 5px;
	width: 170px;
	border-left: 1px solid #e5e5e5;
}

.four.columns.sidebar-level5 {
	padding-left: 25px;
	padding-right: 5px;
	width: 170px;
	border-left: 1px solid #e5e5e5;
	margin-top: 70px;
}

.four.columns.sidebar-notch {
	padding-left: 40px;
	padding-right: 5px;
	width: 170px;
	border-left: 1px solid #e5e5e5;
	bottom: 35px;
	position: relative;
	z-index: 200;
}

.sm-title {
	text-transform: uppercase;
	font: 9px/11px verdana, sans-serif;
	color: #777;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
.med-title {
	font: 12px kulturista-web, sans-serif;
	color: #000;
	text-align: center;
}

.whitebox {
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/sidebar-wht-box.jpg) no-repeat;
	width: 165px;
	height: 57px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.whitebox-title{
	color: #8d8d8d;
	text-transform: uppercase;
	font: bold 16px/18px kulturista-web, sans-serif;
	padding-left: 10px;
	padding-top: 30px;
}

.whitebox-title a{
	color: #8d8d8d;
}

.whitebox-title a:hover{
color: #555555;
}

.whitebox-title a:visited:hover{
color: #555555;
}


#searchwidget-2  {
	width: 170px;
}

.top-spacer {
	height: 15px;
	width: 100%;
	display: block;
	float: left;
}

.top-spacer-page {
	height: 60px;
	width: 100%;
	display: block;
	float: left;
}


/* ======================================================= */
/* Third Level Page Tempalte
/* ======================================================= */

.top-page-spacer {
	height: 70px;
	width: 100%;
	display: block;
	float: left;
}

.nine.columns.content   { width: 505px;
	padding-right: 0px;
	padding-left: 0px;
}

.nine.columns.content #col {
	width: 245px;
	float: left;
}

.three.columns.sidebar {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #e5e5e5;
}

.three.columns.sidebar h5 {
	font-size: 14px;
	padding-bottom: 10px;
}


.we-can-title {
	font: bold 33px/30px kulturista-web, sans-serif;
	color: #d06e3e;
	text-transform: uppercase;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.1);
}

.we-can-sm {
	font: bold 21px kulturista-web, sans-serif;
	color: #d06e3e;
	text-transform: uppercase;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.1);
}

#recent-posts-4 h3.widget-title {
display: none;
}

#recent-posts-4 ul {
	padding-left: 8px;
	font-size: 11px;
	line-height: 12px;
	padding-top: 0;
	margin-top: 0;
}

#recent-posts-4 ul li a:hover, #nav_menu-7 a:hover {
	color: #666;
}


.med-title-map {
	font:  13px kulturista-web, sans-serif;
	color: #666;
	text-align: center;
}

.pov-resource-sm {
	font: bold 26px kulturista-web, sans-serif;
	color: #d06e3e;
	text-transform: uppercase;
}

.left-title {
	font: bold 20px kulturista-web, sans-serif;
	color: #d06e3e;
	text-transform: uppercase;
}

.header-txt {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 15px;
}

#menu-item-146.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-146 {
	font: bold 16px/28px kulturista-web, sans-serif;
}

#menu-item-693.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-693 {
	padding-left: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
}

.vid-box {background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/vid-bg.jpg) no-repeat;
	width: 170px;
	height: 260px;
}

.map-box {background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/mapside-bg.jpg) no-repeat;
	width: 170px;
	height: 224px;
}

.vid-box img, .map-box img {
	padding: 15px 15px 4px;
}

.vid-box p, .map-box p{
width: 160px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	font: bold 16px kulturista-web, sans-serif;
	margin: 0;
	padding-bottom: 0;
}

.vid-box h4, .map-box h4{
width: 160px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: bold 24px kulturista-web, sans-serif;
	margin: 0;
	padding: 0;
}

.map-box h5 {
width: 160px;
color: #fff;
text-transform: uppercase;
	font: bold 22px/22px kulturista-web, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}


recent-posts-2 ul li {list-style-type: circle;}




/* ======================================================= */
/* Poverty Quiz
/* ======================================================= */

.quiz-bg-top { width: 505px;
background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/quiz-top.jpg) no-repeat;
height: 59px;
}

.quiz-bg-top h2{
	color: #fff;
	text-shadow: none;
	padding-left: 15px;
	padding-top: 10px;
}

.mtq_css_next_button {
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/next.png);
	width: 48px;
	height: 48px;
}

.mtq_css_back_button {
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/prev.png);
	width: 48px;
	height: 48px;
}


.mtq_listrow_button-td {
	background-color: transparent;
}

.quiz-bg-mid { width: 505px;
background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/quiz-mid.jpg) repeat-y;
height: auto;
position: relative;
bottom: 30px;
padding-bottom: 0;
margin-bottom: 0;
}
.quiz-bg-bottom { width: 505px;
background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/quiz-bottom.jpg) no-repeat;
height: 33px;
position: relative;
bottom: 38px;
}

.quiz-map {
	width: 440px;
	height: 270px;
}

.quiz-map img{
	margin-right: auto;
	margin-left: auto;
}

.quiz-container  { width: 460px;
	height: auto;
	min-height: 345px;
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}


.quiz-container table tbody tr:hover td {
    background: none repeat scroll 0 0 transparent;
}


.mtq_instructions {
width: 420px;
margin-right: auto;
margin-left: auto;
margin-top: 25px;
}

.quiz-col1 {
	width:150px;
	float: left;
}

.quiz-col2 {
	width:270px;
	float: left;
}

.mtq_instructions h4{
	color: #555;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
}

#quiz-panel {
	width: 465px;
	height: 320px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-top: 35px;
}

.mtq_color_blue .mtq_css_button, .mtq_color_blue .mtq_css_letter_button {
color: white;
background: #869f44;
text-shadow:none;
}


#mtq_scroll_container-1, .mtqscrollable, mtq_scroll_item-1 {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}


.mtq_color_blue .mtq_question_heading_table {
width: 430px;
border-bottom: .1em solid #555!important;
margin-top: 15px;
font-size: 16px;
line-height: 18px;
}

.quiz-results {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}

.mtq_action_button {
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}

#mtq_start_button-1 {
	margin-top: 10px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/quiz-start.png) no-repeat 0 bottom;
	width: 430px;
	-o-border-radius: 0em;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	height: 52px;
	margin-left: 15px;
}

#mtq_start_button-2 {
	margin-top: 10px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/quiz-start-esp.jpg) no-repeat 0 bottom;
	width: 430px;
	-o-border-radius: 0em;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	height: 52px;
	margin-left: 15px;
}

#mtq_start_text {
	display: none;
}

#mtq_back_button-1 {
	background-color: #fff;
}

#mtq_next_button-1 {
	background-color: #fff;
}

#mtq_next_button-1:hover {
	background-color: #fff;
}

#mtq_row-1-1-1.mtq_clickable {
	background-color: none;
}


#mtq_listrow_button:hover {
	background-color: transparent;
}

#mtq_listrow-1.mtq_listrow:hover  {
	background-color: transparent;
}


#mtq_results_button-1 {background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/results-bg.png) no-repeat;
	width: 430px;
	height: 52px;
	-o-border-radius: 0em;
	-moz-border-radius: 0em;
	-webkit-border-radius: 0em;
	border-radius: 0em;
	margin-top: 25px;
}

#mtq_results_button-1:hover {background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/results-bg-hov.png) no-repeat;
	width: 430px;
	height: 52px;
}



#mtq_results_button-1 h2 {
	padding-top: 27px;
	font-size: 28px;
	line-height: 30px;
}


.mtq_quiz_results_highlight {
margin-top: 0px;
font-size: 11px;
font-weight: 600;
text-align: center;
}


.mtq_quiz_results_bubble {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	color: #555;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.mtq_explanation p{
	font-size: 11px;
	color: #555;
}

.mtq_explanation {
background-color: #f6f6f6;
border: 1px solid #DEDEDE;
padding-top: 0;
margin-top: 10px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
width: 90%;
-o-border-radius: 0em;
-moz-border-radius: 0em;
-webkit-border-radius: 0em;
border-radius: 0em;
}

.mtq_color_blue .mtq_question_list_container tr td {
	color: #555;
}

.mtq_question_list_container {width: 85%!important;}


.mtq_color_blue .mtq_css_button:hover,.mtq_color_blue .mtq_css_letter_button:hover{color:#fff;background:#76833e;}

.mtq_quiz_area table {
	margin-top: 25px;
	margin-left: auto;
	padding-left: 0;
	margin-right: auto;
	margin-bottom: 5px;
}

.mtq_question_text {
	width: 85%;
	padding: 5px 5px 10px;
	font-weight: bold;
}

.mtq_listrow tbody, .mtq_listrow tr, .mtq_listrow td {
	width: 100%;
}

.mtq_clickable {cursor: pointer; background-color:none;
	padding-left: 0px;
	margin-left: 0;
}

.mtq_listrow {
width: 70%;
margin-right: auto;
margin-left: auto;
}

.mtq_answer_text {float: left; display: block;
	font: bold 16px Verdana, san-serif;
}

#mtq_answer_table {
	
}

.mtq_quiz_area th, .mtq_quiz_area td{
	background-color: #fff;
}

.mtq_scroll_items_container-1 {
	width: 430px;
}
.quiz-container p {
	background-color: #fff;
	margin-bottom: 0;
}

.mtq_quiztitle {
	margin-top: 30px;
	padding-top: 15px;
}

.mtq_quiz_area div h2{
	color: #fff;
	font-size: 36px;
	text-shadow: none;
	position: relative;
	bottom: 25px;
}


/* ======================================================= */
/* Poverty Map Overlay
/* ======================================================= */

#spread-overlay { display:block; position:relative; margin-top:45px; width:662px; height:500px; }

/* Special Overlay */
#poverty-overlay {
	display:none;
	position:absolute;
	z-index:99999;
	top:0; left:0;
	width:100%; height:100%;
	background:none;
}

#poverty-overlay-msgbox {
	position:relative;
	margin-top:10%; margin-bottom:50%;
	margin-left:auto; margin-right:auto;
	width:470px; height:316px;
	overflow:hidden;
	background-image:url(/wp-content/themes/poverty2012/assets/images/theme/pov/map-overlay-bg.png);
	background-repeat:no-repeat;	
}

#poverty-overlay-padder { float:left; padding: 0 20px 0px; width:410px; height:250px;
}

#poverty-overlay-msgbox h1 { color:#fff; text-align:left;
	font: 17px/22px "kulturista-web", sans-serif;
	text-shadow: none;
}
#poverty-overlay-msgbox h1 span {font-family:"kulturista-web", sans-serif; color:#fff; text-align:center;}


#poverty-overlay-msgbox h4 {
	font: bold 12px/14px "verdana", sans-serif;
padding: 0;
	margin: 0;
}

#poverty-overlay-msgbox h2 { color:#924027; text-align:left;
	font: bold 14px/15px "verdana", sans-serif;
}

#poverty-overlay-msgbox h2 span {font-family:"kulturista-web", sans-serif; font-size:32px; color:#f3ac2f; text-align:center;}


#poverty-leftcol { float:left; padding:20px 0px 0px 30px; width:110px; }
#poverty-leftcol #poverty-radio-thumb { text-align:center; }
#poverty-leftcol p { font-family:Verdana, Helvetica, sans-serif; font-size:12px; color:#fff; }
#poverty-leftcol p span {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#f3ac2f;}

#poverty-midcol { float:left; padding:80px 0px 0px 0px; width:30px; text-align:center;}
#poverty-midcol p { font-family:Verdana, Helvetica, sans-serif; font-size:12px; color:#d7c528; font-weight:bold; }

#poverty-rightcol { float:left; padding: 30px 0px 0px 15px; width:210px;}
#poverty-rightcol #poverty-menu-thumb { text-align:center; padding-bottom:9px;}

#start-btn {
	display: block;
	margin-right: 25;
	margin-left: 45px;
	width: 360px;
	height: 40px;
	float: left;
	margin-top: 26px;
}

#start-btn h1 {
	text-align: center;
}
#start-btn a, #start-btn a:visited, #poverty-close-btn p  {
	text-align: center;
	color:#fff; text-align:left;
	font: 17px/22px "kulturista-web", sans-serif;
	text-shadow: none;
}

#start-btn a:hover {
	color:#ecc5b2
}

#poverty-rightcol p { color:#4f4d4c;
	font: 11px/12px Verdana, Helvetica, sans-serif;
}

#poverty-rightcol ul {
padding-left: 10px;
margin: 0px 0px 0px 5px;
	padding-top: 0;
	padding-bottom: 10px;
}
	
#poverty-rightcol ul li{
	padding-left: 0px;
	text-align: left;
	width: 177px;
	list-style-type: square;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 2px;
}

#poverty-rightcol p span {font-family:Verdana, Helvetica, sans-serif; font-size:12px; color:#f3ac2f;}

#poverty-close-btn {clear:both; float:left; padding:44px 0px 0px 140px; }

#poverty-close-btn p span.text-red { }

#povertyclose-btn a.poverty-close, #poverty-close-btn a.poverty-close:link { text-align: center;
	color:#fff; text-align:left;
	font: 17px/22px "kulturista-web", sans-serif;
	text-shadow: none;}
#poverty-close-btn a.poverty-close:hover { text-decoration:underline;}

#top-close a, #top-close a:visited{
	padding-bottom: 0;
	margin-bottom: 0;
	font: 12px/12px "kulturista-web", sans-serif;
	color: #666;
	float: right;
	position: relative;
	top: 15px;
	right: 78px;
}

#top-close a:hover{

}


#spread-padder {  }

#map-canvas {
	clear:both; width:662px; height:500px;
}



/* ======================================================= */
/* Poverty Map Page Tempalte
/* ======================================================= */

.pov-map-bg{
	width: 730px;
	height: 763px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/map-container.png) no-repeat;
}

.pov-map-county-bg{
	background-image: url(/wp-content/themes/poverty2012/assets/images/theme/pov/map-container-county.png);
	width: 730px;
	height: 828px;
	no-repeat;
}


.panes{
	position: absolute;
	top: 50px;
}


.map-zone {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 683px;
	background-color: #fff;
	position: relative;
	top:26px;
	padding-top: 0;
}

.map-zone-county {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 760px;
	background-color: #fff;
	position: relative;
	top:26px;
	padding-top: 0;
}


.map-container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	height: 510px;
	bottom: 20px;
	position: relative;
}

#printmap {
	padding-top: 0;
	margin-top: 0;
	float: left;
	padding-bottom: 5px;
	z-index: 3;
	position: relative;
	bottom: 8px;
}

#printmap a {
	width: 11px;
	height: 12px;
}

.map-nav {
	height: 45px;
	width: 100%;
	margin-bottom: 15px;
}


.map-nav ul {
	margin-right: auto;
	margin-left: auto;
	padding: 5px 20px;
}

.map-nav ul li {
	float: left;
	width: 40%;
	text-align: center;
	padding: 10px 15px 15px 35px;
}

.map-nav ul li a {
	color: #68371f;
	font: bold 25px/24px kulturista-web, sans-serif;
	padding-bottom: 0;
}

.map-nav ul li a:hover {
	color: #fff;
}


#active a
{color: #fff;
background : transparent url(/wp-content/themes/poverty2012/assets/images/theme/pov/get-arrow.png) no-repeat center 32px;
padding-bottom: 18px;
}


.page-id-995 #menu-item-829 a {
	font-weight: bold;
	color: #555;
}

#countymap h2 {
	font: 22px Verdana, san-serif;
}

.page-id-322 .story-img {
	display: none;
}

/* ======================================================= */
/* Map Controls
/* ======================================================= */

.legend-bg {
	width: 359px;
	height: 124px;
	float: left;
	margin-top: 12px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/map-state-short.png) no-repeat;
}

.legend-col {
	width: 359px;
	height: 195px;
	float: left;
}


.legend-bg-county {
	width: 368px;
	height: 175px;
	float: left;
	margin-top: 12px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/map-key-county-bg.png) no-repeat;
}

.legend-bg-full {
	width: 392px;
	height: 150px;
	float: left;
	margin-top: 12px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/legend-bg-full.jpg) no-repeat;
}


.legend-bg #col, .legend-bg-county  #col {
	width: 45%;
	float: left;
}

.legend-bg h4, .legend-bg-county h4{
	color: #906453;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 17px;
	text-transform: uppercase;
}

.cat-column h4, .cat-column2 h4{
padding-left: 3px;
padding-top: 5px;
}


.legend-bg #col ul{
}

.legend-bg #col ul li, .legend-bg-county #col ul li {
width: 180px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000;
	font: 12px/18px verdana;
}

.intro-copy {
	padding-left: 10px;
	padding-top: 5px;
	width: 380px;
	height: 20px;
}

.intro-copy h4 {
	color: #906453;
	font-size: 18px;
	float: left;
	padding-bottom: 0;
}

.intro-copy .small {
	color: #444343;
	font-size: 10px;
	float: left;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}
.map-zone label, legend {
	font-size: 9px;
	color: #444343;
	padding-top: 0;
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
}
.map-zone-county label, legend {
	font-size: 9px;
	color: #444343;
	padding-top: 0;
	margin-top: 0;
	padding-left: 0;
	margin-left: 0;
}
.cats {
	width: 370px;
	height: 190px;
	padding-left: 4px;
}
.cats p{
	font-size: 9px;
	line-height: 12px;
	margin-top: 10px;
}

.legend-col p{font-size: 10px;
line-height: 12px;
margin-top: 12px;
padding-left: 10px;
}

.icon-column {
	width: 46%;
	padding: 10px 5px 0 10px;
	float: left;
}

.icon-column2 {
	width: 40%;
	padding: 10px 5px 0;
	float: left;
}


.icon-column img, .icon-column2 img {
	text-align: left;
}

.icon-column p {
	font-size: 9px;
	text-align: left;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/cchd-map-icon.png) no-repeat left center;
	padding-left: 24px;
	height: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.icon-column2 p{
font-size: 9px;
text-align: left;
background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/story-map-icon.png)  no-repeat left center;
padding-left: 24px;
height: 25px;
padding-bottom: 0;
margin-bottom: 0;
}

.cat-column {
	width: 51%;
	padding: 0 2px 5px;
	float: left;
}

.cat-column2 {
	width: 45%;
	padding: 0 5px 5px;
	float: left;
}


.cat-column #filter, .cat-column2 #filter{
font-size: 9px;
line-height: 11px;
margin-bottom: 10px;
padding-bottom: 0;
margin-top: 12px;
position: relative;
right: 30px;
width: 192px;
}

.zoom-map {
	width: 135px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 5px;
}

.pov-rate {
	width: 160px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.pov-rate img {
	padding-left: 5px;
}

.zoom-map h4{
	color: #906453;
	font: bold 17px kulturista-web, sans-serif;
	text-transform: uppercase;
}


.pov-rate h4 {
color: #906453;
font: bold 17px kulturista-web, sans-serif;
	margin-left: 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
	padding-top: 0;
	margin-top: 12px;
}

.zoom-map h5 {
	color: #906453;
	font: bold 13px kulturista-web, sans-serif;
	padding-top: 0;
	margin-top: 0;
}

.zoom-map p {
	font: 11px/11px verdana, sans-serif;
}

.zoom-txt p{
	font: 11px verdana, sans-serif;
	width: 150px;
}


#stateD {
	width: 116px;
	margin-top: 5px;
}


.map-disclaimer {
	width: 700px;
	height: 90px;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.map-disclaimer p{
	font-size: 10px;
	color: #555;
	font-style: italic;
	float: right;
}


/* ======================================================= */
/* Full Screen Map
/* ======================================================= */

.full-controls-container { width:243px; height: 757px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/map-vert-key.png) no-repeat right top;
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 25px;
}

.full-controls-container h1 {font-family: kulturista-web, sans-serif;
color: #fff;
padding-top: 20px;
padding-left: 15px;
margin-left: 245px;
float: left;
}

.full-controls-container .control-panel {
	background-color: #fff;
	height: 724px;
	width: 213px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

.full-controls-container .control-panel .full-logo {
	margin-top: 10px;
}
.full-controls-container .control-panel .full-logo img{
	margin-left: 35px;
	margin-top: 16px;
}


.map-intro p{
	padding: 12px;
	width: 190px;
	font: 11px verdana, san;
	float: left;
}
.full-controls-container .cat-column {
	float: left;
	width: 213px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
}

.full-controls-container .cat-column h4{
	padding-left: 8px;
	margin-bottom: 5px;
}

.full-controls-container .cat-column h5{
font-size: 10px;
line-height: 11px;
padding-left: 8px;
font-weight: normal;
font-style: normal;
margin-bottom: 5px;
}


.full-controls-container .cat-column label {
	font-size: 10px;
	color: #444343;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	margin-left: 0;
}

.full-controls-container .cat-column label{
	font-size: 11px;
	padding-left: 15px;
	margin-bottom: 6px;
	margin-top: 5px;
}


.full-controls-container .zoom-map {
	margin-left: 15px;
}

.full-controls-container .control-panel .pov-rate {
	width: 213px;
}

.full-controls-container .control-panel .pov-rate img{
	margin-left: 20px;
}
.full-controls-container .control-panel .pov-rate h4 {
	margin-left: 35px;
	padding-bottom: 5px;
}

.full-controls-container .zoom-map #stateD {
	margin-left: 20px;
}

.full-controls-container .zoom-map h4{
	padding-bottom: 5px;
	margin-left: 40px;
}

.full-controls-container .control-panel .icon-column2 {
	margin-left: 6px;
}


.full-controls-container .control-panel .icon-column, .full-controls-container .control-panel .icon-column2 {
	width: 193px;
	height: auto;
}

.full-controls-container .control-panel .icon-column p {
	font-size: 10px;
	background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/cchd-map-icon.png) no-repeat left center;
}

.full-controls-container .control-panel .icon-column2 p{
font-size: 10px;
background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/story-map-icon.png)  no-repeat left center;
}


/* ======================================================= */
/* Responsive Nav Queries - Swaps normal Nav with a dropdown menu with the #responsive-nav ID */
/* ======================================================= */

#responsive-nav{display: none; float: right;}
#responsive-nav li{clear: both;} 

/* @media only screen 
and (max-width: 960) {
  .navigation ul.sf-menu  { display: none; }
  #responsive-nav, .chzn-container, .chzn-container div { display: inline-block !important; }
} */

@media only screen and (max-width: 767px) {
	
  .navigation ul.sf-menu { display: none;} 
  
  #section-tophat span.subscribe, #section-tophat span.tagline,
  ##section-sub-footer span.copyright, #section-sub-footer span.colophon,
  {float: none; text-align: center;}
  
  header .navigation{margin-top: 10px;}
  
  .flex-direction-nav{display: none;}
  
  #responsive-nav { display: inline-block !important; width: 100% !important; margin-top: 5px;}
  
  #responsive-nav .chzn-container{width: 100% !important;}
  
  #responsive-nav .chzn-container-single .chzn-single, #responsive-nav .chzn-container-single .chzn-single div {padding: 4px 9px;}
  
  #tagline p, ul.social, ul.social li{text-align: center; float: none;}
  
  #section-sub-footer span.copyright, #section-sub-footer span.colophon{width: 100%; display: block; clear: both; text-align: center; float: none !important;}
  
  #tagline p{font-size: 24px; line-height: 28px; padding: 0 10 22px 11px;}
  
  ul.social{margin-bottom: 18px !important;}
  
  body #section-sub-footer ul.social{margin-bottom: 0px !important;}
  
  a.button.pagination{width: 90% !important;}
  
  ul.social li{
  	float: none; display: inline; 
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
	}	 
	
  .flex-control-nav { /* default opacity */
			  -moz-opacity:0;
     filter: alpha(opacity=0);
     			   opacity:0;     
     			  }
     			  
}






/* ======================================================= */
/* #Image Overlay Styles */
/* ======================================================= */
.module, .module-img{position: relative; overflow: hidden;}
.module{margin-bottom: 7px;}
.module-meta {display: inline;} 
.module-img{text-align: center;}


/* The lightbox and full post link styles */
.module-img .thumbLink, .module-img .lightboxLink{
    background: url("../images/theme/post_link.png") no-repeat scroll 0 0 transparent;
    height: 20px !important;
    width: 20px !important;
    z-index: 9 !important;  
    margin-top: -26px; /* Nudge up a bit */
    position: absolute; 
    right: 0;
}

.module-img .lightboxLink{
	background: url("../images/theme/pop_link.png") no-repeat scroll 0 0 transparent;
    right: 21px;
}

/* Our transitions for the thumbnails */
.module-img .thumbLink, .module-img .lightboxLink{ 
			  -moz-opacity:0.0;
      filter: alpha(opacity=0);
     			   opacity:0.0;
     			   text-indent: -9999px;
	   -moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	     -o-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.module:hover .thumbLink, .module:hover .lightboxLink{
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}

.thumbLink:hover , .lightboxLink:hover { 
			  -moz-opacity:0.8 !important;	    		  
     filter: alpha(opacity=80) !important;
     			   opacity:0.8 !important;
}

/* Make the entire space clickable */
.popLink{display: block; height: 20px;}


/* Styling for centered overlay */
.module-img img{
	border: medium none;
    margin: 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    background: black;
    z-index: 2;}
    
.module-img:hover img{opacity: 0.01;}

.module-img span{
	background: url("../images/theme/img-bg-pat.png") repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: -6px; /* Removes auto height of the HTML5 span element */
    width: 100%;
    z-index: 1;
}



/* Styling for Panel Background & Overlay */
.module-panel, .module-img-panel{position: relative; overflow: hidden;}
.module-panel{
margin-bottom: 12px;
background: url("../images/theme/pov/story-panel.jpg") no-repeat center center;
 width: 242px;
 height: 232px;
 padding-right: 10px;
 padding-bottom: 0px;
}


.module-meta-panel {display: inline;} 
.module-img-panel{text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 210px;
	height:  95px;
}


/* The lightbox and full post link styles */
.module-img-panel .thumbLink, .module-img .lightboxLink{
    background: url("../images/theme/post_link.png") no-repeat scroll 0 0 transparent;
    height: 20px !important;
    width: 20px !important;
    z-index: 9 !important;  
    margin-top: -26px; /* Nudge up a bit */
    position: absolute; 
    right: 0;
}

.module-img-panel .lightboxLink{
	background: url("../images/theme/pop_link.png") no-repeat scroll 0 0 transparent;
    right: 21px;
}


.story-img {
	background: url("../images/theme/pov/story-main-bg.png") no-repeat;
	width: 481px;
	height: 208px;
}

.story-img img {
	padding-top: 14px;
	padding-right: 12px;
}


/* Our transitions for the thumbnails */
.module-img-panel .thumbLink, .module-img .lightboxLink{ 
			  -moz-opacity:0.0;
      filter: alpha(opacity=0);
     			   opacity:0.0;
     			   text-indent: -9999px;
	   -moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	     -o-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.module-panel:hover .thumbLink, .module-panel:hover .lightboxLink{
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}

.module-img-panel img{
	border: medium none;
    margin: 5px 0 0;
    padding: 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    background: black;
    z-index: 2;
    }

.module-img-panel:hover img{opacity: 0.90;}

.module-img-panel span{
    left: 0;
    position: absolute;
    top: -6px; /* Removes auto height of the HTML5 span element */
    z-index: 1;
}
.panel-title {
	width: 215px;
	padding-right: 10px;
	padding-left: 14px;
}
.module-meta-panel p{
	color: #fff;
	font-size: 11px;
	padding-right: 10px;
	line-height: 14px;
	margin-bottom: 0px;
	padding-left: 5px;
}
.panel-title a{
	width: 205px;
	color: #fdc4a8;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	display: block;
	line-height: 13px;
	padding-bottom: 5px;
}
.panel-title a:visited{
	width: 205px;
	color: #fdc4a8;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	display: block;
	line-height: 13px;
	padding-bottom: 5px;
}
.panel-title a:hover{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.three.columns.sidebar {
	padding-left: 0;
	padding-right: 15px;
}

/* ======================================================= */
/*Hidden Sidebar Widgets*/
/* ======================================================= */

.page-id-297 #recent-posts-2.widget.widget_recent_entries, .page-id-444 #recent-posts-2.widget.widget_recent_entries, .page-id-442 #recent-posts-2.widget.widget_recent_entries, .page-id-487 #recent-posts-2.widget.widget_recent_entries, .page-id-297 #text-21, .page-id-444 #text-21, .page-id-487 #text-21, .page-id-442 #text-21 {
	display: none;
}

.page-id-183 #nav_menu-2.widget.widget_nav_menu, .post #nav_menu-2.widget.widget_nav_menu, .page-id-183 #text-21 {
	display: none;
}



/*Poverty Tour Page, Website Permissions Page, Charity and Justice, Reflection on Eucharist & Poverty Resources --- Sidebar Video Hidden */
.page-id-505 #text-5.widget.widget_text, .page-id-73 #text-5.widget.widget_text, .page-id-400 #text-5.widget.widget_text, .page-id-239 #text-5.widget.widget_text, .page-id-336 #text-5.widget.widget_text, .page-id-338 #text-5.widget.widget_text, .page-id-350 #text-5.widget.widget_text, .page-id-1161 #text-5.widget.widget_text, .page-id-183 #text-5.widget.widget_text, .page-id-336 #text-24, .page-id-338 #text-24{
	display: none;
}


.wp-accordion .ui-accordion h3 {
	font-size: 13px;
	font-weight: normal;
}


/*Poverty Resources Sidebars */

.page-id-303 #nav_menu-4 ul.sub-menu, .page-id-305 #nav_menu-4 ul.sub-menu, .page-id-315 #nav_menu-4 ul.sub-menu, .page-id-317 #nav_menu-4 ul.sub-menu, .page-id-319 #nav_menu-4 ul.sub-menu {
	display: none;
}

#search-2.widget.widget_search input[type="text"], input[type="password"], input[type="email"], textarea, select {
width: 135px;
}

/*State of Poverty Sidebar - Hidden Widget*/

.page-id-842 #text-4.widget.widget_text {
	display: none;
}

page-id-842 #searchwidget-2.widget.widget_searchwidget {
	display: none;
}

#nav_menu-7 ul.sub-menu li, #nav_menu-5 ul.sub-menu li{
	list-style-type:disc;
}

#nav_menu-2 .widget-title, #nav_menu-6 .widget-title {
	display: none;
}

#nav_menu-2 h5, #nav_menu-6 h5 {
	font-size: 14px;
}

/*Stories of Hope Sidebar Posts*/

#recent-posts-3 ul li a {
	font-size: 11px;
	line-height: 13px;
}

#recent-posts-3 ul li a:active {
	color: #555;
}



/* ======================================================= */
/* #PAGE STYLES SECTION */
/* ======================================================= */



.	
	
/* ======================================================= */
/* #FONT-FACE TEMPLATE */
/* ======================================================= */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/



/* ======================================================= */
/* #PLUGIN MODS SECTION (continues until end of document) */
/* ======================================================= */


/* ======================================================= */
/* #FILTERABLE */
/* ======================================================= */

#portfolio-list{
	   -moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}

#portfolio-list .module-meta{display: none;}

#portfolio-list .module-meta.visible{display: inline;}

span.list_btn:hover, span.grid_btn:hover, span.hybrid_btn:hover{cursor: pointer;}

#portfolio-filter{float: left;
	margin-bottom: 7px;
}

.portfolio-view{float: right;}

#portfolio-filter span, .portfolio-view span{margin-right: 10px;}

.portfolio-view span{float: left; margin-top: 6px;}

span.grid_btn, span.list_btn, span.hybrid_btn {margin-right: 3px; margin-top: 0px;}

.portfolio-nav{margin-bottom: 10px;}

.portfolio-nav a.button{margin-bottom: 4px; background: white; color: #222; text-transform: capitalize;}

.portfolio-nav a.button:hover{background: #fafafa;}

#portfolio-filter a.current{background: #dfdfdf;} 

.portfolio-nav p{margin-bottom: 0;
	width: 485px;
} 



/* ======================================================= */
/* Tipsy */
/* ======================================================= */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/theme/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }




/* ======================================================= */
/* #FLEX SLIDER MODS */
/* ======================================================= */

.flexslider {
	background: transparent; 
	border: 0 solid #fff;
	-webkit-border-radius: 0; 
	   -moz-border-radius: 0; 
		 -o-border-radius: 0; 
			border-radius: 0;
			}
.flexslider-container {
	overflow: hidden;
	margin-bottom: 0px;
}

.slider-shadow:after {
	content:"\00a0";
	background: url("../images/theme/slide-shadow.png") bottom center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	overflow: visible;
	display: none; 
	position: absolute;
	margin-top: -32px;
    height: 62px;  /* Same as your image height */  
    width: 100%;  /* Same as your image width */  
}

.flexslider .slides li {overflow: hidden;}


/* Caption style 
*********************************/ 
.slides li{overflow: hidden;}
.flex-caption {
width: 190px; 
z-index: 98;
position: absolute; 
right: 0; 
top: 40px; 
background: none; 
color: #fff; 
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
margin-bottom: 0;
font: 15px/21px kulturista-web, serif;
margin-right: 168px;
padding: 22px;
}




/* Next/Previous Buttons 
*********************************/ 
.flex-direction-nav{overflow: hidden; margin: 0;}
.flex-direction-nav li{margin-bottom: 0;}
.flex-direction-nav li a {width: 45px; height: 38px; margin: -13px 0 0; display: block; background: url("../images/theme/flexslider_direction_nav.png") no-repeat 0 0; position: absolute; top: 49%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */

.flex-direction-nav li a.next {background-position: -38px 0; right: -160; text-indent: -9999px;
	z-index: 20;
} /* default position */
.flex-direction-nav li a.prev {background-position: 0 0; left: -150; text-indent: -9999px; z-index: 20;} /* default position */

.flex-direction-nav li a.next, .flex-direction-nav li a.prev, .flex-control-nav { /* default opacity */
			  -moz-opacity:0.0; 
     filter: alpha(opacity=00);
     			   opacity:0.0;     	  
	   /*-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;*/
}
.flexslider-container:hover li a.next,.flexslider-container:hover li a.prev{  /* hover opacity */
			   -moz-opacity:0.7 !important;	    		  
      filter: alpha(opacity=70) !important;
     			    opacity:0.7 !important;
}
.flex-direction-nav li a.next:hover,.flex-direction-nav li a.prev:hover{  /* hover opacity */
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}
.flexslider-container:hover li a.next {right: 245px;
	top: 21px;
} /* hover position */
.flexslider-container:hover li a.prev {left: 570px; top: 21px;} /* hover position */

/* Control Nav 
*********************************/ 
.flex-control-nav {
	/* background: white; */ 
	/*background: rgba(255,255,255,0.02); */ 
	margin: 0 0 0 0;
	position: absolute;
	width: 100%;
		text-align:center;	
	/* left: inherit;
	right: 18px; */	
	/* padding: 8px;
	list-style: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; */
	/* border: 1px solid white; */ 
	/* border: 1px solid rgba(255,255,255,0.02); */  
			  -moz-opacity:0.0;
     filter: alpha(opacity=00);
     			   opacity:0.0;
					z-index: 20;
					top: 20px;
					left: 163px;
				}
.flexslider-container:hover .flex-control-nav{
			  -moz-opacity:1;
  filter: alpha(opacity=100);
     			   opacity:1;
}
.flex-control-nav li {margin: 0 0 0 5px; /* float: left; */}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url("../images/theme/flexslider_control_nav.png") no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}





/* ======================================================= */
/* #MEDIA QUERIES SECTION */
/* ======================================================= */

	/* Responsive WP Gallery Shortcode */
	
	.gallery-columns-4 .gallery-item {
		width:23% !important;
		padding-right:2% !important;
	}
	.gallery-columns-5 .gallery-item {
		width:18% !important;
		padding-right:2% !important;
	}
	.gallery-columns-6 .gallery-item {
		width:14% !important;
		padding-right:2% !important;
	}
	.gallery-columns-7 .gallery-item {
		width:12% !important;
		padding-right:2% !important;
	}
	.gallery-columns-8 .gallery-item {
		width:10% !important;
		padding-right:2% !important;
	}
	.gallery-columns-9 .gallery-item {
		width:9% !important;
		padding-right:2% !important;
	}
	.gallery-columns-4 .gallery-item img,
	.gallery-columns-5 .gallery-item img,
	.gallery-columns-6 .gallery-item img,
	.gallery-columns-7 .gallery-item img,
	.gallery-columns-8 .gallery-item img,
	.gallery-columns-9 .gallery-item img {
		width:100% !important;
		height:auto !important;
	}
	
	.gallery-columns-3 .gallery-item {
		width:31% !important;
		padding-right:2% !important;
	}
	.gallery-columns-3 .gallery-item img {
		width:100% !important;
		height:auto !important;
	}
	
	
	
	
	/* iPads (portrait) ----------- */
	@media only screen
	and (min-device-width : 768px)
	and (max-device-width : 1024px)
	and (orientation : portrait) {
	    
	    .container {
	    position: relative;
	    width: 1024px;
	    margin: 0 auto;
	    padding: 0;
	    }
	    
	    .container-bod {
	    position: relative;
	    width: 1024px;
	    margin: 0 auto;
	    background: url(/wp-content/themes/poverty2012/assets/images/theme/pov/bod-back2.png) repeat-y;
	    }
	    
	    .container .search-home {
	    width: 125px;
	    float: left;
	    margin: 0;
	    position: relative;
		padding-left: 0;
		bottom: 75px;
		left: 755px;
	}
	
	.search-home-txt {
	color: #888;
	text-transform: uppercase;
	font: bold 12px kulturista-web, serif;
	margin-top: 13px;
	padding-bottom: 5px;
	text-align: right;
	margin-right: 0px;
	}
	    
	    .flex-control-nav {
	    margin: 0px;
	    position: absolute;
	    width: 100%;
	    text-align: center;
	    opacity: 0;
	    z-index: 20;
	    top: 20px;
	    left: 123px;
	    }
	    
	    .flex-caption {
	    width: 190px;
	    z-index: 98;
	    position: absolute;
	    right: 20px;
	    top: 40px;
	    background: none;
	    color: white;
	    text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
	    margin-bottom: 0px;
	    font: 15px/21px kulturista-web, serif;
	    margin-right: 168px;
	    padding: 22px;
	    }	   
	    
	    #menu-item-713 {
	    border-right: none;
	    border-left: none;
	    position: relative;
	    bottom: 10px;
		float: left;
	}
	    
	}
	
	
	
	
	
	
	/* Large devices only */
	@media only screen and (min-width: 959px) {
		
		/* Centers images in the full view mode of the slider */
		.flexslider .slides li a {
		    display: table;
		    margin: 0 auto;
		    text-align: center;
		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		a.sidebar-advert img { width: 43%; }
		.slider-shadow:after {background: none transparent;}
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		  a.header-advert{margin-top: 0; text-align: center;}
  
  		  a.header-advert img{width: 410px;}
  		  
  		  .commentlist .comment-body {padding: 30px !important;}
  		  
  		  h2.title span:after{  
			content: "";
			background: transparent;
			}
		
		  #section-tophat{text-align: center;}
		  .subscribe, .tagline{float: none !important;} 
		  .subscribe:after{  
			content: " | ";
			}
			
		  .aside{ 
		  	padding: 0;
		  	border-left: 0px solid rgba(155, 155, 155, 0.2); 
		  	}
		  
		  .slider-shadow:after {background: none transparent;}
	}
	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480) and (max-width: 767px) {
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		 a.header-advert img{width: 290px !important;}
		#gallery-1 .gallery-item{width: 90%;}		
		.flex-control-nav {bottom: 29px;}
		.slider-shadow:after {background: none transparent;} 
		.gallery-columns-2 .gallery-item {
			width:45% !important;
			padding-right:4% !important;
		}
		.gallery-columns-2 .gallery-item img {
			width:100% !important;
			height:auto !important;
		}
		
		.slider-shadow:after {background: none transparent;}
		
	}


/*Poverty Toolkit*/

textarea {
-webkit-appearance: textarea;
background-color: white;
border: 1px solid;
border-image: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
-webkit-box-orient: vertical;
resize: auto;
cursor: auto;
padding: 2px;
white-space: pre-wrap;
word-wrap: break-word;
}

/* Twitterbox */
div.col-home div.twitterbox {
	border:none;
	margin:0px; padding:0px;
	margin-top:-40px;
	width:100%;
}

div.col-home div.twitterbox a, div.col-home div.twitterbox a:link { float:none; }


/*Homepage Carousel Boxes */
.home-sliders img {
	width: 75%;
}

.metaslider .caption-wrap {
	background: none !important;
}


.flex-direction-nav {
position: absolute;
}

.facebook-module {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.pobreza-module-col-1, .pobreza-module-col-2 {
	float: left;
}

.roster_slider_instance {
	background-color: none !important;
}

span.roster_excerpt {
	line-height: 1.1em !important;
}


.roster_slider { overflow:visible !important; }

.roster_slider div, .roster_slider p, .roster_slider li, .roster_slider span, .roster_slider img, .roster_slider h2, .roster_slider ul {
list-style: none;
vertical-align: baseline;
line-height: 11px;
}

.box-1 .roster_slider_set .roster_slider_thumbnail {
	border: 2px #9c442c solid !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.box-2 .roster_slider_set .roster_slider_thumbnail {
	border: 2px #758842 solid !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.box-1 .roster_slider .roster_prev, .box-2 .roster_slider .roster_prev {
	left: 4px !important;
	top: 59px !important;
}

.box-1 .roster_slider .roster_next, .box-2 .roster_slider .roster_next {
	right: -12px !important;
	top: 59px !important;
}


.roster_slider_set{max-width:540px;padding:0 30px;} 
.roster_slider_set .sldr_title{font-family: Trebuchet MS,sans-serif;font-size:18px;font-weight:bold;font-style:normal;color:#3F4C6B;margin:0} 
.roster_slider_set .roster_slideri{background-color:none;border:1px solid #dddddd;min-height:180px;} 
.roster_slider_set .roster_slider_thumbnail{float:none;margin:0 0px 0 0px;max-height:90px;border:0px solid #D8E7EE;margin:0 auto;display:block;padding:5px 0;width:190px;} 
.roster_slider_set .roster_slideri h2{clear:none;line-height:15px;font-family: Arial,Helvetica,sans-serif;font-size:12px;font-weight:normal;font-style:normal;color:#0067B7;margin:0 0 1px 0 !important;} 
.roster_slider_set .roster_slideri h2 a{font-family: Arial,Helvetica,sans-serif;font-size:12px;font-weight:normal;font-style:normal;color:#0067B7;} 
.roster_slider_set .roster_slideri span{font-family: Verdana,Geneva,sans-serif;font-size:11px;font-weight:normal;font-style:normal;color:#222222;} 
.roster_slider_set .roster_slideri p.more{color:#0067B7;font-family:Verdana,Geneva,sans-serif;font-size:11px;} 
.roster_slider_set .roster_next{background: transparent url(http://newpovusa.crosbydev.com/wp-content/plugins/roster-slider/css/buttons/plain/next.png) no-repeat 0 0;width:30px;top:45%;} 
.roster_slider_set .roster_prev{background: transparent url(http://newpovusa.crosbydev.com/wp-content/plugins/roster-slider/css/buttons/plain/prev.png) no-repeat 0 0;width:30px;top:45%;}

body.page-template-page-home-php #searchform label {
display: none;
}

/*Homepage Carousel Boxes */
/*
.home-sliders img {
	width: 75%;
}

.metaslider .caption-wrap {
	background: none !important;
}


.flex-direction-nav {
position: absolute;
}

.facebook-module {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.pobreza-module-col-1, .pobreza-module-col-2 {
	float: left;
}

.roster_slider_instance {
	background-color: none !important;
}

span.roster_excerpt {
	line-height: 1.1em !important;
}
.roster_slider div, .roster_slider p, .roster_slider li, .roster_slider span, .roster_slider img, .roster_slider h2, .roster_slider ul {
list-style: none;
vertical-align: baseline;
line-height: 11px;
}

.box-1 .roster_slider_set .roster_slider_thumbnail {
	border: 2px #9c442c solid !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.box-2 .roster_slider_set .roster_slider_thumbnail {
	border: 2px #758842 solid !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.box-1 .roster_slider .roster_prev, .box-2 .roster_slider .roster_prev {
	left: 7px !important;
}

.box-1 .roster_slider .roster_next, .box-2 .roster_slider .roster_next {
	right: -5px !important;
}

.roster_slider_set{max-width:540px;padding:0 30px;} 
.roster_slider_set .sldr_title{font-family: Trebuchet MS,sans-serif;font-size:18px;font-weight:bold;font-style:normal;color:#3F4C6B;margin:0} 
.roster_slider_set .roster_slideri{background-color:none;border:1px solid #dddddd;min-height:180px;} 
.roster_slider_set .roster_slider_thumbnail{float:none;margin:0 0px 0 0px;max-height:90px;border:0px solid #D8E7EE;margin:0 auto;display:block;padding:5px 0;width:190px;} 
.roster_slider_set .roster_slideri h2{clear:none;line-height:15px;font-family: Arial,Helvetica,sans-serif;font-size:12px;font-weight:normal;font-style:normal;color:#0067B7;margin:0 0 1px 0 !important;} 
.roster_slider_set .roster_slideri h2 a{font-family: Arial,Helvetica,sans-serif;font-size:12px;font-weight:normal;font-style:normal;color:#0067B7;} 
.roster_slider_set .roster_slideri span{font-family: Verdana,Geneva,sans-serif;font-size:11px;font-weight:normal;font-style:normal;color:#222222;} 
.roster_slider_set .roster_slideri p.more{color:#0067B7;font-family:Verdana,Geneva,sans-serif;font-size:11px;} 
.roster_slider_set .roster_next{background: transparent url(http://newpovusa.crosbydev.com/wp-content/plugins/roster-slider/css/buttons/plain/next.png) no-repeat 0 0;width:30px;top:45%;} 
.roster_slider_set .roster_prev{background: transparent url(http://newpovusa.crosbydev.com/wp-content/plugins/roster-slider/css/buttons/plain/prev.png) no-repeat 0 0;width:30px;top:45%;}
*/
