/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; display: block !important;}
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: arial, sans-serif; color: #222; }

::-moz-selection{ background:rgb(168,180,0); color:#fff; text-shadow: none; }
::selection { background:rgb(168,180,0); color:#fff; text-shadow: none; }

a { color: rgb(26,133,124); }
a:visited { color: rgb(26,133,124); }
a:hover { color: rgb(26,133,124); }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
/*====================== BASE STYLES ======================*/
/*=== Headings ===*/
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
h1 {
	font-size:40px;
	line-height:40px;
	margin:3px;
	margin-left:0px;
	margin-top:6px;
	text-transform:none;
}
h1 span { display:block; }

h2 { font-size:22px; }
h3 { font-size: 16px; text-transform: uppercase; }

.textcontent h1,
.textcontent h2,
.textcontent h3,
.textcontent h4,
.textcontent h5{
    margin-bottom:18px;
}

h1 .title1, 
h1 .title2, 
h1 .title3 { margin-top:-6px; }
h1 .title1{ color:#000; text-transform:uppercase;}
h1 .title2{	color: rgb(168,180,0); text-transform:uppercase;}
h1 .title3{	color:#000000;}

h2.secondaryTitle { background-color: rgb(168,180,0); padding: 10px 10px 10px; margin-bottom: 20px; text-transform: uppercase; }

h3 a { color: black; }
h3 a:hover { color: rgb(168,180,0); }

.pagetitle { font-size:40px; margin-bottom: 20px; }
.archivetitle { text-transform: none; font-size: 22px; }

/*== Links ==*/
a img{ border:0; }
a { text-decoration:none; color: rgb(26,133,124); }
a:hover{ text-decoration:underline; }

.pdgreen a { color: rgb(168,180,0) !important; }
.pdred a { color: #81120D !important; }

/*== Paragraphs ==*/
p { margin:0; margin-bottom:20px; font-size: 14px; }
.flat-para + p { margin: 0; }

/*== Lists ==*/
ul.unbulletted{ list-style-type:none; margin:0; padding:0; }
ul.unbulletted li{ display:block; }
li { font-size: 14px; }

/*== Quotes ==*/
blockquote {
	margin: 20px 20px;
	background: url('http://www.peacedirect.org/wp-content/uploads/lquote1.png') no-repeat;
	border-top: 1px solid rgb(168,180,0);
	border-bottom: 1px solid rgb(168,180,0);
	min-height: 45px;
}

blockquote p {
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

/*== Forms ==*/
input, select {
	border: 1px solid #A8B400;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	background-color: white;
}
input[type="checkbox"] { border: none; }

/*== Buttons ==*/
.button, 
button,
input[type="submit"] {
	border: none;
	font-family: Arial;
    background: url("../images/overlay-button.png") repeat-x scroll 0 0 #A8B400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    overflow: visible;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: auto;
}

.button.callout,
button.callout,
input[type="submit"].callout { background: url("../images/overlay-button.png") repeat-x scroll 0 0 #81120D; }
button.white, 
.button.white,
input[type="submit"].white { background: url("../images/overlay-button-dark.png") repeat-x scroll 0 0 rgb(255,255,255); color: rgb(168,180,0) !important; border: 1px solid rgb(168,180,0); text-shadow:none; }

.button:hover,
button:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background: url("../images/overlay-button.png") repeat-x scroll 0 0 #A1AB11;
}
.button:active, 
button:active,
input[type="submit"]:active { top: 1px; }
.button.callout:hover,
button.callout:hover,
input[type="submit"].callout:hover {
	background: url("../images/overlay-button.png") repeat-x scroll 0 0 #9E120D;
}
.button.white:hover, 
button.white:hover,
input[type="submit"].white:hover {
	background: url("../images/overlay-button.png") repeat-x scroll 0 0 rgb(245,245,245);
}

/*====================== layout.css ======================*/ 
#container {
	margin: 0px auto;
	width: 960px;
}

#sidebar-right {
	float: right;
	width: 220px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
}

#sidebar-left {
	float: left;
	width: 215px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0 20px 20px 0;
	padding: 0px;
	border: 2px solid rgb(168,180,0);

}

#content {
    overflow: hidden; /*???*/
}

#content-inner{
	width: 100%;
    overflow: hidden; /*???*/
    margin-bottom: 40px;
}
	
#footer{
	clear: both;
	margin-top:30px;
}

.textcontent{
	width: 480px;
	float: left;
	border-right: 1px solid rgb(168,180,0);
	padding-right: 10px;
	clear:left;
}

.no_sidebar {
	width: 100%;
	float: none;
	padding-right: 0 !important;
	border-right: none !important;
}


/*====================== HEADER ======================*/ 
#header { margin-bottom:20px; padding-bottom: 10px; border-bottom: 2px solid rgb(168,180,0); }

#banner {
	width: 100%;
	position: relative;
	margin: 20px 0 0;
	width: 100%;
	text-align:right;
}

#logo{ float:left; }

/* == MENUS == */
/* all menus */
#menu-main, #menu-main ul, #menu-quick, #menu-quick  ul{ 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:999;
	text-align:left;
	display:inline;
}
#menu-main li, #menu-quick li { float: left; }
#menu-main a, #menu-quick a { display: block; }

/*= Mininav =*/
#mininav { font-size:20px; position: absolute; top: 5px; right:0px; }
#mininav li { font-size: 20px; }

#menu-quick a:visited,
#menu-quick a:active,
#menu-quick a:link { text-decoration: none; color: #888; }
#menu-quick a:hover { color: rgb(168,180,0); text-decoration: none; }

/* Mininav: Search box */ 
#searchbox { float:left; margin-top: -3px; }
#searchbox form{ display:inline; }
#searchbox .sep { color: #AAA; }
#searchbox label { color: #888; vertical-align: middle; }
#searchbox #entry { color:#888; }
.menu-quick-container {
	display:inline;
}
/* Mininav: Flags */ 
#flags { clear:both; }

/*= Mainnav =*/
#navigation { margin: 0 0 -5px; padding: 0; position: absolute; bottom:0; right: 0; }

#menu-main a { font-size: 24px; text-transform: uppercase; margin-left: 20px; }
#menu-main a:visited,
#menu-main a:active,
#menu-main a:link { text-decoration: none; color: black; }
#menu-main a:hover { color: rgb(168,180,0); text-decoration: none;}

#menu-main .current-menu-item a { color: rgb(168,180,0); }
#menu-main .current-menu-item li a { color: black; }
#menu-main .current-menu-item li a:hover { color: rgb(168,180,0); }

#menu-main li ul { /* second-level lists */
	position: absolute;
	left: -999em; 
	margin-left: 20px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.9);
}
#menu-main li ul a { margin-left: 0px; }

#menu-main li ul li { float:none; min-width:125px; padding: 0 5px; }
#menu-main li ul li .sep{ display: none; }
#menu-main li ul li a { font-size: 22px; text-transform: none; }

#menu-main li:hover ul, #menu-main li.sfhover ul { left: auto; }

/*====================== SIDEBAR (LEFT) ======================*/ 
#subnavigation{
	width:155px;
	font-size:22px;
	padding:10px;
	margin-top:0px;
	text-transform:none;
	line-height:13px;
}

#subnavigation ul {
	padding:0; 
	margin:0;
	list-style-type:none;
}

#subnavigation li,
#subnavigation li a {
	color: rgb(168,180,0);
	font-weight:bold;
	text-decoration:none;
	font-size:22px;
	text-transform: uppercase;
}

#subnavigation ul ul li a{
	color:black;
	text-decoration:none;
	text-transform: none;
}

#subnavigation li.active a{
	color: rgb(168,180,0);
	text-decoration:none;
}

#subnavigation li a .before_comma{
	clear:both;
	float:left;
}

#subnavigation li a .after_comma{
	color:#888;
	margin-left:5px;
}

#subnavigation li a:hover {
        color:rgb(168,180,0);
}


#badge {
	background-color: rgb(168,180,0);
	padding: 10px;
}

#badge p{
	margin: 0;
	font-size: 18px;
	line-height: 18px;
}

#badge p a {
	color:black;
        text-decoration: none;
	background: url('http://www.peacedirect.org/wp-content/uploads/miniabout1.png');
	height:144px;
	width:185px;
	display:block;
	text-indent: -9999px;	
}

#badge p a:hover {
	color: white;
	text-decoration: none;
	background: url('http://www.peacedirect.org/wp-content/uploads/miniabout-hover1.png')
}

/*====================== SIDEBAR (RIGHT) ======================*/
#sidebar-right { background-color:white; }

/* Widgetised, based on LIs */
#sidebar-right  ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#sidebar-right > ul > li { clear:both; }

span.sidebar-right-collapse{
	float:right;
	text-align:right;
	margin-top:20px;
	color:#ccc;
}

/*=== Links ===*/
#sidebar-right ul#sidebar_right_links li {
    background-color: rgb(168,180,0);
	margin-bottom:20px;
	font-size:22px;
	padding: 10px 10px 9px;
}
#sidebar-right ul#sidebar_right_links li a { color:black; }
#sidebar-right ul#sidebar_right_links li a:hover, #sidebar-right ul#sidebar_right_links li a.active  { color:white; text-decoration: none; }
ul#sidebar_right_links li a.active  { cursor: default; }

/*=== Image ===*/
.sidebarimage { margin: 0 0 20px; border: 1px solid rgb(168,180,0); }

/*=== Page quote ===*/
#pagequote { margin-bottom: 40px; }
.pagequote{ color:rgb(168,180,0); font-size:22px; text-align:right; }
.citation{ font-style:italic; font-size: 14px; float:right; color:black; margin-right:0px; text-align:right; }
#pagequote h2 {
    background-color: rgb(168,180,0);
	margin-bottom:20px;
	font-size:22px;
	padding: 10px 10px 9px;
}

/*====================== FOOTER ======================*/
#footer{ padding-top:10px; border-top: 2px solid rgb(168,180,0); }
#footer .leftside,
#footer .rightside{ height:40px; }

#footer .leftside { clear:both; float:left; margin-top:8px; }
#footer .rightside { float:right; }

#footer, 
#footer a { font-size:12px; color:#777; text-decoration:none; }
#footer a:hover{ text-decoration:none; }

#footer .darker{ font-weight:bold; color:rgb(168,180,0); }

.menu-footer-container{ display:inline; }
#menu-footer{ padding:0; display:inline; list-style-type:none; }
#menu-footer li{ display:inline; }


/*====================== PAGES ======================*/ 
/*=== Homepage ===*/ 
.home #content { padding: 0 !important; margin: 0 !important; }
.home #content { overflow: visible; }
.home #content-inner{ overflow: visible; }
.middle-section { margin: 0 0 20px; }

.home h2 {
	font-size: 38px;
	padding: 5px 0;
	background-color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.home h2 a { color: black; } 
.home h2 a:hover { color: white; }

.home h3 { margin: 10px 0; font-size: 20px; }
.home h3 span { border-bottom: 1px solid #A8B400; }
.home #impact-slider { float:left; }

/*=== Single posts ===*/ 
.single article p, .single article li { font-size: 16px; line-height: 1.4;}
.single #content { overflow:visible; margin-bottom: 40px;}
article { width: 583px; float:right; } /*540/400 = 75max*/ /*357/583 = GR*/
#single-side { float:left; width: 357px; } /*620 / 320 = 3rds*/
#story-summary { background-color: rgb(218,224,152); padding: 10px; font-size: 24px; margin-bottom:20px; }
#single-side .donation-ask h2 { text-transform:uppercase; font-size:24px; }
#single-side .donation-ask div { background-color:#f7f7f7; position: relative; }
#single-side .donation-ask p { font-size:14px; margin: 10px 10px 5px 0px; }
#single-side .donation-ask p.buttonpara { position: absolute; bottom:5px; right:0px; }
#single-side .donation-ask .thumbnail { margin:0 10px 0 0; height:136px; width: 136px; }
.single #sm-tools { clear: both; float: right; }

/*=== Search results ===*/ 
.childindex .indexitem{
	width:96%;
	border:solid 2px rgb(168,180,0);
	color:rgb(168,180,0);
	margin:5px;
	padding:5px;
	min-height:73px;
}

.childindex .excerpt{
	overflow:hidden;
}

.childindex .excerpt, .childindex .excerpt a{
	color:black !important;
}

.childindex .indexitem img{
	vertical-align:middle;
	float:right;
	padding-left:3px;
	border-left:dashed 1px #e0e0e0;
	margin-right:0px;
	margin-left:3px;
	margin-top: -10px;
	max-height:64px;
 	max-width:96px;
}

.childindex a:hover{
	text-decoration:none;
}
.childindex .indexitem .parent_title,
.childindex .indexitem .child_title{
	font-size:22px;
	text-transform:uppercase;
}

.childindex .indexitem .parent_title a{
	color:black !important;
}
.childindex .indexitem .child_title a{
	color:#788490;
}

.childindex dd{
	margin:0;
}

/*=== Project profiles ===*/ 
.banner_image { border: 2px solid rgb(168,180,0); width:715px; margin-left:2px; }
#peacebuildermap { border: 2px solid rgb(168,180,0); }

/*====================== PARTS ====================================*/
/*=== Social media toolbar ===*/ 
#sm-tools { margin:10px 0; max-height: 25px; }
#share-title { float: left; text-transform:uppercase; margin-right:5px; font-size: 20px;}
.twitter-share-button { margin:0px 10px 0 0; float: left; }
#fb-like { 	display: inline; }

/*== Email slideout ==*/ 
#slidebox{
    width:300px;
    height:125px;
    padding:10px;
    background-color:#fff;
    border-top:3px solid rgb(168,180,0);
    position:fixed;
    bottom:55px;
    right:-330px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
}
#slidebox h2{  color:#000;  font-size:18px; margin:0px 10px 10px 0px; }
a.close{ 
    background:transparent url(../images/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:5px;
    right:5px;
}
a.close:hover{ background-position:0px -13px; }

#subscribe-form h2 {
	font-size: 38px;
	padding: 5px 0;
	background-color: #fff;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#subscribe-form input, #subscribe-form select {
	font-size: 16px;
	width: 280px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}
#subscribe-form {padding:10px;}
#subscribe-form h2 { border-bottom: 2px solid rgb(168,180,0); padding-bottom: 10px; margin-bottom:10px;}
#subscribe-form label { font-size: 20px;}
#subscribe-form h3 { font-size: 20px; text-transform: none; margin-bottom: 10px; }
#subscribe-form input { width: 244px; }
#subscribe-form input[type='checkbox'] { width: auto; }
#subscribe-form select { width: 259px; }
#subscribe-form-news input { float:left; margin-top:6px; }
#subscribe-form-news label { font-size:18px; }
#subscribe-form-news p { margin-left:25px; margin-bottom: 5px; }
.subscribe-form-news-des {font-size: 14px; color:#666; font-style:italic;}
#subscribe-form-buttons { text-align:right; margin: 10px 0 0; }
#subscribe-form-buttons button { margin-left:10px; }

/*== Peacebuilder grid (/peacebuilders/) ==*/ 
div.featured_peacebuilders div.clearer { height:20px; }
.featured_peacebuilder{ width:168px; float:left; padding-right:12px; }
.featured_peacebuilder a{ color:rgb(168,180,0); text-transform:none; font-size: 14px; }
.featured_peacebuilder a:hover { text-decoration: none; }
.profile_country {
	color: black;
	background-color: rgb(168,180,0);
	width: 154px;
	padding: 5px 0;
	padding-left:10px;
}
.profile_country:hover, .profile_name:hover { color:white; }
.featured_peacebuilder .profile_work { color: rgb(0,0,0) }
.featured_peacebuilder .profile_country { font-size:20px; text-transform: uppercase; }
.featured_peacebuilder .profile_name { font-size:22px; }
.featured_peacebuilder a .peacebuilder_quote{
	font-weight:normal;
	color:black;
	text-transform:none;
}
.featured_peacebuilder .peacebuilder_image{ border:2px solid rgb(168,180,0);
	margin:2px 0 5px; }
.featured_peacebuilder img.peacebuilder_image{ width:160px; }

/* == Other stories slider == */ 
#other-stories-slider { width: 583px; background: #f7f7f7;}
#other-stories-slider p {font-size: 14px !important; line-height: 1.231 !important;}
#other-stories-carousel-container { position: relative; width:583px; }
#other-stories-carousel { height: 217px; overflow: hidden; margin: 0; padding:0; }
#other-stories-carousel li { list-style: none; margin: 0; padding: 0; }

.jcarousel-skin-other-stories .jcarousel-container { -moz-border-radius: 10px; }
.jcarousel-skin-other-stories .jcarousel-container-horizontal { width: 583px; padding: 0px 0px 0px; }
.jcarousel-skin-other-stories .jcarousel-clip-horizontal {width:  583px; height: 217px; }
.jcarousel-skin-other-stories .jcarousel-item {width: 583px; height: 217px; }
.jcarousel-skin-other-stories .jcarousel-item-horizontal { margin-right: 0px; }
.jcarousel-skin-other-stories .jcarousel-next-horizontal { position: absolute; top: 180px; right: 10px; }
.other-stories-slider-item img{ float:left; height: 213px; width: 213px; border: 2px solid rgb(168,180,0); }
.other-stories-slider-item div { float:right; width: 340px; padding:10px; height: 160px; }
.other-stories-slider-item .full-story { margin-left: 10px; }
#other-stories-slider-controls { clear: both; margin-right: 10px; }
#other-stories-slider h2 { font-size: 30px; padding: 5px 0; background-color: #fff; text-transform: uppercase; margin-bottom: 0px; }
#other-stories-slider h3 { margin: 0 0 10px; font-size: 20px; }
#other-stories-slider h3 span { border-bottom: 1px solid #A8B400; }


/*====================== SHORTCODES ======================*/ 
/*=== All news [NEWS] ===*/ 
.news dl{ float: right; width: 345px; margin: 5px 15px 20px 0px; }
.news dd{ margin:0; }
.news dt .date{ color:black; display:block; text-transform: uppercase; padding-right:4px; }
.news dt a{ display:inline; }
.news a:hover{ display:inline; text-decoration:none; }
.newsTitle { text-transform: uppercase; font-size: 16px; color: black; }
.newsTitle:hover { color:rgb(168,180,0); }
.thumbnail_holder{
	background-image:url(../images/placeholder.png);
	width:92px;
	height:92px;
	border:solid 1px rgb(168,180,0);
	margin-right:5px;
	margin-bottom:3px;
	margin-top:6px;
	float:left;
}
.thumbnail{
	float:left;
	width:92px;
	height: 92px;
	border:solid 1px rgb(168,180,0);
	margin-right:5px;
	margin-bottom:3px;
	margin-top:6px;
}
.news .excerpt,
.news .posttext{ display:inline; color:#444; }
.morelink, 
.lesslink{ cursor:pointer; font-weight:bold; }
.newsItem { clear:both; }

/*=== Project news items [POSTS] ===*/ 
.categorised_post {	clear:both; }
.categorised_post h2{ font-size: 20px; }
.categorised_post h2 a{ color:black; text-decoration:none; text-transform:none; }
.categorised_post h2 a:hover { color:rgb(168,180,0); }
.categorised_post .postdate{ color:rgb(168,180,0); font-weight: bold; }
.categorised_post h3 a{ text-transform:none; color:rgb(168,180,0); font-size: 16px; }
.categorised_post h4, 
.categorised_post h4 a { font-size: 16px; }
.posttext { margin: 10px 0; }

/*== Homepage item [homepageitem] ==*/
div#home-CTA { float:right; width:225px; border-left:1px solid rgb(168,180,0); padding-left:10px; }
#home h2 { font-size: 22px; padding: 10px 10px 10px 10px; background-color: rgb(168,180,0); text-transform: uppercase; margin-bottom: 20px; }
#home h2 a { color: black; }
#home h2 a:hover { color: white; }
#home .news { width: 475px; float: left; }
.block { width: 100%; background-color: rgb(168,180,0); margin-bottom: 20px; height: 42px; } 
#home h3 { text-transform: uppercase; font-size: 16px; }
#home h3 a { color:black; }
#home h3 a:hover { color:rgb(168,180,0); }

/*== Post summary [POSTSUMMARY] ==*/
.postsummary{ margin-top:10px; }
.postsummary, .postsummary ul{ padding:0; list-style-type:none; }
.postsummary li.year{ width:100px; float:left; margin-bottom:2px; }
.postsummary a.year{ color:black; font-weight:bold; }
.postsummary .months a{ font-size:90%; padding-left:5px; font-weight:normal; }

/* == Hidden content [hidden] == */ 
.titleforhidden a { color: black; }
.titleforhidden a:hover { color: rgb(168, 180, 0); }
.hiddencontent { display: none; }

/* == Statement banner [statement-banner] == */ 
.statement_banner { position: relative; border: 2px solid #A8B400; height: 400px; overflow: hidden;}
.statement_banner p { margin-bottom: 10px; }
.statement_banner_content { position: absolute; top:0px; right:0px; width: 320px;}
.statement_banner_content div {margin: 10px 15px;}
.statement_banner h1 { font-size: 50px; text-transform:uppercase; border-bottom:1px solid white; padding-bottom:20px; margin-bottom: 10px;}
.statement_banner_content p { font-size: 30px; line-height: 1;}

/* == Donate panel [] == */ 
#donate-module { width: 320px; float: right; margin-left: 20px; height: 280px; }
#donate-module div { background-color: #f7f7f7; padding: 10px; height: 100%; }

/* == Subscribe panel [] == */ 
#subscribe-callout { width: 320px; background: #f7f7f7; float: right; }
#subscribe-callout p { font-size: 14px; margin-bottom:20px; }
#subscribe-callout form { margin-bottom:5px; }
#subscribe-callout input[type="email"], #subscribe-callout input[type="text"] {
	font-size: 16px;
	width: 280px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.6);
}
#subscribe-callout input[type="email"], #subscribe-callout input[type="text"] {width: 182px; font-size: 14px;}
#subscribe-callout-container {padding:0 10px 10px;}

/*== Featured content ==*/
#featured-slider {width:620px; float:left; position: relative;}
#featured-content {width:403px; height: 300px; overflow:hidden;}
#featured-list { list-style:none; margin:0; padding:0; width:213px; position: absolute; right:0; z-index:999; }
#featured-list li { margin:0; background-color:#f7f7f7; border-bottom: 1px solid #a8b400; padding:15px 10px 15px; }
#featured-list li.featured-last { border-bottom: none; padding-bottom:16px;}
#featured-list li.featured-selected { background-color:rgb(168,180,0); margin-left:-10px; }
#featured-content img {height: 300px;}
#featured-content div { display:none; border: 2px solid #a8b400; position: absolute; left:0;}
#featured-content div.featured-content-selected { display:block; width:403px; height: 296px; overflow:hidden; }
.featured-title { font-size: 18px; color:black; text-transform:uppercase;}
.featured-subtitle { font-size: 18px; color:rgb(168,180,0);}
.featured-selected .featured-subtitle { color:white;}

/* == Impact slider [] == */ 
#impact-slider { width: 620px; height: 280px; background: #f7f7f7;}
#impact-carousel-container { position: relative; width:640px; }
#impact-carousel { height: 270px; overflow: hidden; margin: 0; padding:0; }
#impact-carousel li { list-style: none; margin: 0; padding: 0; }

.jcarousel-skin-impact .jcarousel-container { -moz-border-radius: 10px; }
.jcarousel-skin-impact .jcarousel-container-horizontal { width: 620px; padding: 0px 0px 0px; }
.jcarousel-skin-impact .jcarousel-clip-horizontal {width:  620px; height: 270px; }
.jcarousel-skin-impact .jcarousel-item {width: 620px; height: 270px; }
.jcarousel-skin-impact .jcarousel-item-horizontal { margin-right: 0px; }
.jcarousel-skin-impact .jcarousel-next-horizontal { position: absolute; top: 180px; right: 10px; }
.impact-slider-item img{ float:left; height: 220px; width: 213px; border: 2px solid rgb(168,180,0); }
.impact-slider-item div { float:right; width: 380px; padding:10px; height: 160px; }
.impact-slider-item .full-story { margin-left: 10px; }
#impact-slider-controls { clear: both; margin-right: 10px; }

/*====================== PLUGINS ========================*/
/*=== Mailchimp ===*/
#mc-new-sub .error , #mc-new-sub .errors { color: red; font-weight: bold; }
#mc-new-sub { width:420px; }
#mc-new-sub p, #mc-new-sub h2 { clear:both; }
#mc-new-sub p { padding-bottom: 20px; }
#mc-new-sub h2 { margin-top: 30px; }
#mc-new-sub label { float:left; width:215px; cursor:pointer; }
#mc-new-sub input { float:right; width:187px; }
#mc-new-sub select { float:right; width:200px; }
#mc-new-sub input[type='submit'] { width:auto; float:none; }

/*=== Sitemap ===*/ 
.ddsg-wrapper ul{ list-style-type:none; padding-left:25px; padding:0; 
	text-transform:none;}
.ddsg-wrapper ul ul{ padding:10px; padding-left:0px; }
.ddsg-wrapper ul ul ul{ line-height:16px; padding-left:15px; }
.ddsg-wrapper > ul > li > strong{ display:none; }
.ddsg-wrapper ul > li{ color:black; overflow:hidden; }
/* All Links */
.ddsg-wrapper ul > li > a{ padding-left:25px; font-size:17px; text-decoration:none; }
/* First Element */
.ddsg-wrapper > ul > li > a{ padding-left:25px; font-size:17px; font-weight:bold; background-image:url(../images/arrow.gif); background-repeat:no-repeat; color:rgb(115,153,198); }
/* Second level */
.ddsg-wrapper ul ul > li a{ color:black; font-size:13px; padding-top:15px; font-weight:normal; line-height:10px; }
.ddsg-wrapper ul ul ul li a{ color:#788490; }
/* Navigation */
.ddsg-pagenav{ color:#888; display:block; width:100%; text-align:right; }
.ddsg-pagenav a{ text-transform:none; text-decoration:none;
	color:#788490;
}

/*=== Fancybox ===*/ 
#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('../script/fancybox/fancybox.png');}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:1100;display:none;}#fancybox-tmp{border:0;overflow:auto;display:none;margin:0;padding:0;}#fancybox-wrap{position:absolute;top:0;left:0;z-index:1101;outline:none;display:none;padding:20px;}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff;}#fancybox-content{width:0;height:0;outline:none;position:relative;overflow:hidden;z-index:1102;border:0 solid #fff;padding:0;}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:1101;}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:transparent url('../script/fancybox/fancybox.png') -40px 0;cursor:pointer;z-index:1103;display:none;}#fancybox-error{color:#444;font:normal 12px/20px Arial;margin:0;padding:14px;}#fancybox-img{width:100%;height:100%;border:none;outline:none;line-height:0;vertical-align:top;margin:0;padding:0;}#fancybox-frame{width:100%;height:100%;border:none;display:block;}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;outline:none;background:transparent url('../script/fancybox/blank.gif');z-index:1102;display:none;}#fancybox-left{left:0;}#fancybox-right{right:0;}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block;}#fancybox-left-ico{background-image:url('../script/fancybox/fancybox.png');background-position:-40px -30px;}#fancybox-right-ico{background-image:url('../script/fancybox/fancybox.png');background-position:-40px -60px;}#fancybox-left:hover,#fancybox-right:hover{visibility:visible;}#fancybox-left:hover span{left:20px;}#fancybox-right:hover span{left:auto;right:20px;}.fancybox-bg{position:absolute;border:0;width:20px;height:20px;z-index:1001;margin:0;padding:0;}#fancybox-bg-n{top:-20px;left:0;width:100%;background-image:url('../script/fancybox/fancybox-x.png');}#fancybox-bg-ne{top:-20px;right:-20px;background-image:url('../script/fancybox/fancybox.png');background-position:-40px -162px;}#fancybox-bg-e{top:0;right:-20px;height:100%;background-image:url('../script/fancybox/fancybox-y.png');background-position:-20px 0;}#fancybox-bg-se{bottom:-20px;right:-20px;background-image:url('../script/fancybox/fancybox.png');background-position:-40px -182px;}#fancybox-bg-s{bottom:-20px;left:0;width:100%;background-image:url('../script/fancybox/fancybox-x.png');background-position:0 -20px;}#fancybox-bg-sw{bottom:-20px;left:-20px;background-image:url('../script/fancybox/fancybox.png');background-position:-40px -142px;}#fancybox-bg-w{top:0;left:-20px;height:100%;background-image:url('../script/fancybox/fancybox-y.png');}#fancybox-bg-nw{top:-20px;left:-20px;background-image:url('../script/fancybox/fancybox.png');background-position:-40px -122px;}#fancybox-title{font-family:Helvetica;font-size:12px;z-index:1102;}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background:#fff;position:relative;}.fancybox-title-outside{padding-top:10px;color:#fff;}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left;}#fancybox-title-over{background-image:url('../script/fancybox/fancy_title_over.png');display:block;padding:10px;}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px;}#fancybox-title-float-wrap{border:none;border-collapse:collapse;width:auto;}#fancybox-title-float-wrap td{border:none;white-space:nowrap;}#fancybox-title-float-left{background:url('../script/fancybox/fancybox.png') -40px -90px no-repeat;padding:0 0 0 15px;}#fancybox-title-float-main{color:#FFF;line-height:29px;font-weight:700;background:url('../script/fancybox/fancybox-x.png') 0 -40px;padding:0 0 3px;}#fancybox-title-float-right{background:url('../script/fancybox/fancybox.png') -55px -90px no-repeat;padding:0 0 0 15px;}.fancybox-ie6 #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_close.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_nav_left.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_nav_right.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_title_over.png',sizingMethod='scale');zoom:1;}.fancybox-ie6 #fancybox-title-float-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_title_left.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-float-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_title_main.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-title-float-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_title_right.png',sizingMethod='scale');}.fancybox-ie6 #fancybox-bg-w,.fancybox-ie6 #fancybox-bg-e,.fancybox-ie6 #fancybox-left,.fancybox-ie6 #fancybox-right,#fancybox-hide-sel-frame{height:expression(this.parentNode.clientHeight+"px");}#fancybox-loading.fancybox-ie6{position:absolute;margin-top:0;top:expression((-20+(document.documentElement.clientHeight?document.documentElement.clientHeight/2:document.body.clientHeight/2) 0 (ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)) 0 px);}#fancybox-loading.fancybox-ie6 div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_loading.png',sizingMethod='scale');}.fancybox-ie .fancybox-bg{background:transparent!important;}.fancybox-ie #fancybox-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_n.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_ne.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_e.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_se.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_s.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_sw.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_w.png',sizingMethod='scale');}.fancybox-ie #fancybox-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../script/fancybox/fancy_shadow_nw.png',sizingMethod='scale');}


/*====================== WORDPRESS ======================*/
.alignright {clear:right; float:right; margin:0 0 1em 1em; }
.alignleft {clear:left; float:left; margin:0 1em 1em 0; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em;  border:solid 1px rgb(168,180,0); }
a img.alignleft {float:left; margin:0 1em 1em 0;  border:solid 1px rgb(168,180,0); }
.aligncenter{ margin-left:auto; margin-right:auto; }
.wp-caption img, img.size-full{	border:solid 1px rgb(168,180,0); }
.wp-caption-text{ color:#777; width:90%; text-align:center;  }
.noborder{ border:0 !important; }

ul li .sep{ color:#aaa; }
ul li:last-child .sep{ display:none; }

/* ====================== CUFON FIXES ====================== */
.statement_banner_content h1 cufon {margin-bottom: -15px;}
.statement_banner_content p cufon {margin-bottom: -15px;}
#donate-module p cufon {margin-bottom: -15px;}

/* ====================== IE FIXES ====================== */
.lt-ie9 .statement_banner_content h1 { margin-bottom: 0; }
.lt-ie8 .statement_banner_content h1 { padding-bottom: 0; }
.lt-ie8 .statement_banner_content p { margin-bottom: 5px; }

/* ====================== OTHER ====================== */
.clearer {clear:both;}
#fancybox-content {overflow: auto !important;}

p.wp-caption-text {
 text-align: center !important; 
 font-weight: normal !important;
 width: 90% !important;
}

 h1 span{ display:block;}
 .featured_peacebuilder img.peacebuilder_image{ width:160px; }

/* Move down right-sidebar */
.link-box { margin-top:32px !important; }

/* Make donate/sign-up buttons inline */
.widget_links ul {
 float: none;
 width: 0;
}
.widget_links ul li { display: inline; }
.widget_links ul li a{ padding:0; }

/* Fix search page */
.childindex .indexitem img {
 max-height:64px;
 max-width:96px;
 margin-top: -10px;
}
.childindex .indexitem { width:96%; }


/* ==|== no javasript ======================================================= */
.no-js #subnavigation { line-height: 20px; }
.no-js #carousel { display: none; }
.no-js .hiddencontent { display:block; }
.no-js .readmore {display: none;}
.no-js .readless {display: none;}
.no-js .moretext {display: none;}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
