/*
Theme Name: End Poverty 2015
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #f3f2ee;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, menu, section {
	display: block;
}

/* =Structure
----------------------------------------------- */
html {
  padding: 0px;
  margin: 0px;  
}

body {
  padding: 0px;
  margin: 0px;
}
#page {
  margin: 0 auto;
	width: 960px;
}

#header {
  position: relative;
  width: 960px;
  height: 185px;
  padding:0px;
  margin: 0px;
}

#logo {
  display: block;
  width: 145px;
  height: 85px;
  position: absolute;
  top: 46px;
  left: 20px;
}

#header-social-media-icons {
  position: absolute;
  top: 81px;
  left: 662px;   
}

.menu-top-menu-container {
  position: absolute;
  top: 121px;
  left: 411px;  
}

.menu-main-menu-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 640px;
  height: 35px;
}

#full-width {
  background: white;  
}

#primary {
	float: left;
	width: 640px;
  background: white;  
}

#content {
  padding: 20px;
}

#secondary {
	float: right;
	width: 320px;
}

/* Menus */

.menu-top-menu-container ul {
  padding: 0px;
  margin: 0px;
}

.menu-top-menu-container ul li {
  float:left;
  margin: 0px;
  padding: 0px;
  list-style: none;  
}

.menu-top-menu-container ul li a {
  color: #000000;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;
  font-size: 11px;
  line-height: 11px;
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid black;  
}

.menu-top-menu-container ul li.current-menu-item a,
.menu-top-menu-container ul li.current-page-ancestor a {
  text-decoration: underline;
}

.menu-top-menu-container ul li#menu-item-39 a {
  border-right: none;  
}

.menu-main-menu-container {
  background-color: #404040;
}

.menu-main-menu-container ul {
  padding: 0px;
  margin: 0px;
  height: 35px;
}

.menu-main-menu-container ul li {
  float:left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 35px;  
  width: 25%;
}

.menu-main-menu-container ul li a, 
.menu-main-menu-container ul li a:visited {
  display: block;
  height: 100%; 
  font-size: 12px; 
  text-decoration: none; 
  color: #fff; 
  padding:0;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;
  line-height: 35px;
  text-align: center;
  border-right: 1px solid #7a7a7a;
  text-transform: uppercase;
}

.menu-main-menu-container ul li.current-menu-item a,
.menu-main-menu-container ul li.current-page-ancestor a,
.menu-main-menu-container ul li.current-menu-parent a,
.menu-main-menu-container ul li a:hover {
  background:#282828;
}

#header-social-media-icons .social-media-icon {
  width: 55px;
  text-align: center;
  float: left;
  font-size: 9px;
  color: #5c5c5c;
  text-decoration: none;
  cursor: pointer;
}

#goals {
	height: 69px;
  background-color: #404040;  
	background: url(images/goals.gif) top left no-repeat;
	padding: 0px;
	overflow: hidden;
  margin-bottom: 20px;
}

.goal-navi {
  display: block;
  float: left;
  padding-top: 42px;
  width: 120px;
  font-size: 10px;
  text-align: center;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;
  color: white;
  line-height: 12px;
  text-transform: uppercase;
}

#home-content-slider {
  background-color: white;
  height: 315px;
  width: 960px;
  overflow: hidden;
}

#featured_slider .content_left h2 {
font-size: 18px !important;
line-height:24px;
}

/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {

}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #535353;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 81.25%;
	line-height: 140%;
}
body {
	background: #f3f2ee url(images/body_back.gif) top center no-repeat;
}
#page {

}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

/* Links */
a {
	color: #e71212;
	text-decoration: none;  
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

a:hover {  
  cursor: pointer;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Menu
-------------------------------------------------------------- */

/* Search Form */
#searchform {
  padding: 0px;
  margin: 0px;  
	position: absolute;
	bottom: 0px;
	right: 0px;
  width: 320px;
  height: 35px;
  background-image: url('images/search-bg.jpg');
  background-color: #404040;
}
input#s {
  padding: 0px;
  margin: 0px;
	position: absolute;
	bottom: 0px;
	left: 25px;
  width: 185px;
  border: none;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  background: none;
  color: #dddddd;
}
input#searchsubmit {
	position: absolute;
	bottom: 0px;
	right: 0px;  
}

/* =Content
----------------------------------------------- */

#main {
	clear: both;
}

.home #main {
  background: transparent;
}

.page-title {
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {

  
}
.entry-title,
.entry-header .entry-meta {

}
.entry-title {
	clear: both;
  color: #e71212;
	font-weight: bold;
  margin: 0px;
  padding: 0px;
	margin-bottom:20px;
  text-transform: uppercase;
}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
  color: #666;  
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
  color: #666;
  font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {

}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  color: #e71212;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	position: relative;
}

.singular .entry-header .entry-meta {

}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {

}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}

.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_endpoverty2015_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_endpoverty2015_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_endpoverty2015_ephemera .comments-link a,
.widget_endpoverty2015_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_endpoverty2015_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */
#footer {
  clear: both;
  background-color: #616161;
  background-image: url('images/footer-bg.jpg');
}

#footer-shadow {
  height: 9px;
  background-image: url('images/footer-shadow-bg.jpg');  
}

#inner-footer {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif; 
  text-align: justify;
}

#inner-footer a {
  color: white;
  text-decoration: underline;
}

#inner-footer h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;    
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}


.clearer {
  clear: both;
}

#facebook-fans {
  background: white;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

#facebook-fans h2 {
  margin-bottom: 10px;
}

#facebook-fans h2 a {
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;  
  color: #e71212;
}

#ctas-image {
  float: left;
  width: 95px;
  text-align: left;
  margin-top: 4px;
}

#cc-text {
  color: #CCCCCC;
  float: left;
  width: 752px;
  font-size: 11px;
}

#cc-image {
  float: right;
  width: 98px;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 20px;
}

.home-col {
  width:300px;
  min-height: 270px;
  margin-right:10px;
  margin-left: 10px;  
  background: white;
  float: left;
  margin-bottom: 20px; 
  overflow: hidden;
  position: relative;
}

.view-all {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;  
}

.home-col-padding {
  padding: 10px;
  padding-bottom: 0px;
}

.home-col h3.widget-title {
  letter-spacing: normal;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;    
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  background-color: #696868;
  padding: 5px; 
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  color: white;
}


.home-col h3.widget-title a {
  letter-spacing: normal;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;    
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
}

.home-col .posts-listing .item a.more {
  text-transform: uppercase;
  font-size: 10px;
}

.home-col h3.widget-title img {
  vertical-align: middle;
}

.home-col .posts-listing {
  padding: 0 20px;
}

.home-col .posts-listing .item {
  padding: 10px 0px;
  border-bottom: 1px dotted #666666;
  color: #acacac;
  margin: 0;
}

.home-col .posts-listing .item .date {
  margin-bottom: 10px;
  color: black;
  font-size: 11px;
  font-weight: bold;
}

.home-col .posts-listing .item.odd {
  border: none;
  padding-bottom: 0px;
}

.last {
  margin-right: 0px;
  border: none;
}

.col-shadow {
  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
}



/* Subnavi
************************************************/
.submenu-widget {
  width: 320px;
  overflow: hidden;
}

.submenu-widget ul { 
  width:320px;  
  margin: 0; 
  padding: 0px;  
  list-style-type: none;
  clear: both;
}

.submenu-widget ul ul { 
  display: none;
}

.submenu-widget ul li.current-menu-item ul,
.submenu-widget ul li.current-page-parent ul { 
  
  display: block;
}

.submenu-widget ul li { 
  clear: both;  
  margin: 0; 
  padding: 0px;   
}

.submenu-widget a, 
.submenu-widget a:visited { 
	display: block; 
	width: 320px; 
	height: 30px; 
	padding: 0; 
	color: #FFF;
	line-height: 30px;
	padding-left: 10px;
	text-decoration: none;
	background: url(images/sub_back.gif) no-repeat;
	background-position: 0 0;
  text-decoration: none;
  font-weight: normal;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;    
}

.submenu-widget a:hover {
	color:#EEE;
	background-position: 0px -30px;
  text-decoration: none;
}

.submenu-widget .current-menu-item a,
.submenu-widget .current-page-parent a {  
	color: #eb2f23;
	text-indent: 0px;
	background: url(images/sub_back.gif) no-repeat;
	background-position: 0px -30px;
}

.submenu-widget .sub-menu a {
	color: #fff;
	text-indent: 20px;
	background: #404040;  
}

.submenu-widget .sub-menu .current-menu-item a {
	color: #eb2f23;
}

.submenu-widget .current-menu-item a:hover {
	color: #000;
}

.submenu-widget .sub-menu {
	text-indent: 20px;
	background: #404040;
}

.submenu-widget .sub-menu a, 
.submenu-widget .sub-menu a:visited {
	border-bottom: 1px solid #404040;
	background: #505050;
}

.submenu-widget .sub-menu a:hover {
	color: #eb2f23;
	background: #404040;
}

.small-widget {
  background: white;
  width: 300px;
  margin-left: 20px;
}

.small-widget-padding {
  padding: 10px;
}

.small-widget h3 {
  font-size:11px;
  margin-bottom: 10px;
  background-color: #696868;
  padding: 5px; 
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  color: white;
}

#cboxTitle { display: none !important; } 
#cboxCurrent{display: none !important;} 
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{font: 12px Tahoma, Arial,sans-serif;}
    #cboxContent{margin-top:0px;}
        .cboxIframe{background:black !important;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:0px solid #fff; background:black !important;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:0px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:0px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
        
        
ul.display-posts-listing,
div.display-posts-listing {
  padding: 0;
  margin: 0;
  list-style: none;
} 

ul.display-posts-listing li.listing-item,
div.listing-item {
  padding: 0;
  padding-bottom: 10px;
  padding-top: 20px;
  margin: 0;
  border-bottom: 1px dotted #ccc;
  clear: both;
} 

.display-posts-listing a {
  text-decoration: none;
}

.display-posts-listing .date {
  display: block;
  font-size: 10px;
}

.display-posts-listing .title {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.display-posts-listing a.ongoing-work-listing-title {
  color: red;  
  display: block;
  font-size: 14px;
  margin-bottom: 10px;  
}

.display-posts-listing .image {
  float: left;
  margin-right: 20px;
}

.display-posts-listing .image img {
  width: 100px;
  height: 100px;
}

.display-posts-listing .excerpt a {
  margin-top: 10px;
  display: block;
}

.listing-item-left {
  width: 500px;
  float: left;
}


.listing-item-right {
  width: 100px;
  float: right;
  overflow: hidden;
  position: relative;
}

.logo-rotation {
  margin-left: 20px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 70px;
  overflow: hidden;
}

.attachment-partner_logo {
  margin: 0 auto;
}

.column {
  width: 290px;
  float: left;
  margin-right: 20px;
}

.column-450 {
  width: 450px;
  margin-right: 20px;
}

.column.last {
  margin-right: 0px;
}

#ticker {
  padding: 10px 20px;
}

#citizen-action-map-wrapper {
  width: 920px;
  height: 340px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
	border-bottom: 1px solid #ddd;
  
}

#citizen-action-single-wrapper {
  width: 920px;
  margin-bottom: 20px;
  position: relative;
	border-bottom: 1px solid #ddd;  
}

#citizen-action-map {
  width: 584px;
  height: 320px;
  margin: 0px auto;
  background-image: url('images/world-map-bg.png');
  position: relative;
  background-repeat: no-repeat;
}

.map-location {
  position: relative;
}

.map-location a {
  color: white; 
  text-transform: uppercase;
  background: #ba0505;
  text-decoration: none;
  padding: 5px 10px;
}

.map-location a:hover {
  background: #666666;
}

#nigeria {
  top: 130px;
  left: 200px;
}

#kenya {
  top: 150px;
  left: 310px;
}

#india {
  top: 120px;
  left: 450px;
}

#philippines {
  top: 175px;
  left: 460px;
}

.location-details {
  width: 920px;
  height: 320px;
  background: white;
}

.location-details img {
  position: absolute; 
  top: 0px;
  left: 0px;
}

.location-details-text {
  position: absolute; 
  top: 0px;
  left: 320px;  
}

.location-details-text a {
  font-weight: bold;
}

a.back-to-map {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;  
  font-size: 14px;
  color: #004b82;
  padding-right: 25px;
  background-image: url('images/arrow-back-to-map.png');
  background-repeat: no-repeat;
  background-position: top right;
  text-decoration: none;
}

.location-details-text h3 {
  background: #464646;
  color: white;
  text-transform: uppercase;
  padding: 3px 6px;
  width: 80px;
  margin-bottom: 10px;
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;    
}

#post-42 {
  border: none;
}

.step-col {
  float: left;
  width: 320px;
}

.step-col h3 {
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;    
  background: #464646;
  color: white;
  text-transform: uppercase;
  padding: 3px 6px;
  width: 80px;
  margin-bottom: 10px;
}

.step-col .text {
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;    
  padding-left: 103px;
  color: #4f4f4f;
  font-size: 14px;
  line-height: 22px;
  background-repeat: no-repeat;
  height: 123px;  
}

#step1 {
  background-image: url('images/icon-step1.png');
}

#step2 {
  background-image: url('images/icon-step2.png');
}

#step3 {
  background-image: url('images/icon-step3.png');
}

.partner-slider {
  margin: 40px;
}

#back-nav {
  margin-bottom: 20px;
}

.jta-tweet-list-autorefresh-trigger {
  border: none;
}

ul.blogroll {
  margin-left: 20px;
}

#nav-above {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
  padding-bottom: 10px;
}

#nav-below {
	margin-top: 20px;
}

#countdown {
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;      
  width: 300px;
  height: 20px;
  position: absolute;
  top: 43px;
  left: 190px;
  color: #ACACAC;
  font-size: 21px;
  font-weight: bold;
}

.cd-time{
  display:inline;
  font-size:12px;
  font-weight: normal;
}

/*** custom landing page ***/
body.page-template-custom-home-php {
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;        
  background-image: none;
  background-color: #f7323b;
  color: white;
  font-size: 16px;
  position: relative;  
}

#landing-header {
  width: 1024px;
  margin: 10px auto;
  padding-top: 20px;
  background-image: url('images/landing-header-bg.png');
  background-position: center top;
  background-repeat: no-repeat;  
  position: relative;
}

#landing-claim {
  height: 131px;
  margin-left: 100px;
  margin-bottom: 10px;
}

.rtl #landing-claim {
  height: 131px;
  /* margin-left: 100px;*/
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 105px; 
}

#landing-donate {
  position: absolute;
  right: 0px;
  top: 80px;
  width: 280px;
  height: 204px;
}

#landing-text {
  margin-left: 100px;
  width: 610px;
}

.rtl #landing-text {
/*
  margin-right: 310px;
  margin-left: 100px;
*/
  margin-right: 110px;
  margin-left: 0;
  width: 610px;
}

#landing-content {
  width: 814px;
  margin: 0px auto;
}

#landing-footer {
  padding-bottom: 20px;
  background-image: url('images/landing-footer-bg.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

#landing-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#landing-footer ul li {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 36px;
}

#landing-footer ul li.last {
  float: right;
  margin-right: 0px;
}

#landing-home-link {
  height: 105px;
  background-image: url('images/landing-home-link-bg.png');
  background-repeat: no-repeat;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  text-align: center;
}

#landing-home-link a {
  color: #e3001a;
  font-size: 30px;
  text-decoration: none;
  display: block;
  line-height: 105px;
}

#language-nav {
  background-color: #781211;
  text-align: right;
  padding: 5px 20px;
}

#language-nav .widget {
  margin: 0px;
  padding:0px;
}

#lang_sel_list {
  font-family: "Century Gothic",'Gill Sans',Futura,sans-serif;        
  height: 15px;
  width: auto;
}

#lang_sel_list ul {
    border: none;
    height: auto;
    right: 0;
    top: 0;
    width: auto;
}

#lang_sel_list li {
    float: right;
    width: auto;
}

#lang_sel_list a.lang_sel_sel {
    color: white;
    background-color: transparent;
}
#lang_sel_list ul a, 
#lang_sel_list_list ul a:visited {
    border: none;
    background-image: none;
    background: transparent;
    color: white !important;
    height: auto;
    line-height: 1em;
    padding: 0;
    padding-left: 20px;
}

.landing-col {
  width: 355px;
  float: left;
  margin-bottom: 30px;
}

#landing-share .odd {
  margin-right: 100px;
}

.landing-col h3 {
  color: #72010e;
}