/* quotation.css */ 

.pagequote{
	text-align:right;
}
.citation{
	font-family:georgia;
	font-style:italic;
	float:right;
	font-size:12px;
	color:#666;
	margin-right:3px;
}
/* wordpress.css */ 

.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; }
a img.alignleft {float:left; margin:0 1em 1em 0; }

.aligncenter{
	margin-left:auto;
	margin-right:auto;
}
.wp-caption img, img.size-full{
	border:solid 2px #666;
}

.wp-caption-text{
	font-weight:bold;
	color:#777;
	width:100%;
	text-align:right;
}

.noborder{
	border:0 !important;
}

.posts embed, .page embed{
	width:500px;
	height:280px;
}

.single embed{
	margin-left:3px;
	width:700px;
	height:392px;
}

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

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

.keyinfo{
	width:185px;
	font-size:90%;
	background-color:#A8B400;
/*	border: 3px outset #A8B400;	*/
	padding:5px;
	margin:5px;
	margin-left:22px;
	margin-top:10px;
	color:#f5ffee !important;
	font-family:georgia;
	line-height:17px;
}

.keyinfo hr{
	width:110px;
	text-align:center;
	border:solid 1px #baca9a;
	height:1px;
	margin-bottom:9px;
}

.keyinfo h3{
	font-size:14px;
	color:black;
	margin-bottom:8px;
}

.keyinfo a{
	text-decoration:underline;
	color:white;
}

.keyinfo .label{
	font-weight:bold;
	color:black;
}

.keyinfo div.label{
	margin-top:10px;
}
/* comparison.css */ 

table.comparison{
	background-color:#A8B400;
	border:solid 1px black;
	width:67%;
}

table.comparison th{
	font-size:21px;
}

table.comparison td{
	vertical-align:top;
}

table.comparison td .title{
	color:black;
}

table.comparison td,th{
	padding:7px;
	font-family:georgia;
	color:white;
	border:solid 1px black;
}

table.comparison .rightside{
	width:50%;
	background-color:#fff;
	color:#000;
}
/* searchresults.css */ 

.results h2 a{
	color:black;
	margin-left:15px;
	text-transform:uppercase;
	text-decoration:none;
}

.results h2 a:hover{
	text-decoration:underline;
}
/* layout.css */ 

html{
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	overflow: hidden;
}

#logo{
	float:left;
}
	
#navigation{
	padding : 0px;
	margin: 0px;
	margin-bottom:5px;
	width: 100%;
	overflow: hidden;
	text-align:right;
}

#header
{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	text-align:right;
	height:20px;
}

#searchbox{
	margin-top:6px;
}

#sidebar-right {
	float: right;
	width: 185px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
	margin-left:15px;
	padding-left:15px;
}

#sidebar-left {
	float: left;
	width: 220px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 0px;
	padding-top:6px;
	overflow: hidden;
}

#content {
	margin: 0px;
	padding: 0px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#content-inner{
	width: 100%;
	overflow: hidden;
}
	
#footer{
	clear: both;
	margin: 0px;
	margin-top:30px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
/* featured.peacebuilder.css */ 

.featured_peacebuilder{
	width:168px;
	float:left;
	padding-right:5px;
}

.featured_peacebuilder a{
	color:#A8B400;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none !important;
}

.featured_peacebuilder a .peacebuilder_quote{
	font-weight:normal;
	color:black;
	text-transform:none;
}

.featured_peacebuilder .peacebuilder_image{
	border:solid 1px black;
	margin-bottom:2px;
}
/* postsummary.css */ 

.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;
}
/* sidebar.css */ 

#sidebar-right{
	background-color:white;

/*	This allows the sidebar to not collapse if it is without content */
/*	padding-top:5px;	*/

}

/* 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;
}
/* timeline.css */ 

.in-sidebar{
	width:180px;
	float:right;
}

.timeline{
	font-size:90%;
	margin-left:10px;
	margin-top:10px;
}

.timeline .date{
	font-weight:bold;
	color:#A8B400;
}
/* profilebox.css */ 

.profilebox{
	margin-bottom:15px;
}

.profilebox td{
	font-family:arial;
	font-size:15px;
	font-weight:bold;
}

.profilebox img.profile_image{
	border:solid 3px black;
}

.profilebox .sponsor_link ul{
	float:left;
	width:100%;
	margin-top:4px;
}

.profilebox .peacebuilder_quote{
	font-size:14px;
	padding-top:3px;
	font-weight:normal;
}
/* news.css */ 

.news dl{
	clear:left;
}

.news dd{
	margin:0;
}

.news dt .date{
	color:black;
	display:block;
	text-transform:uppercase;
	padding-right:4px;
	font-weight:bold;
}

.news dt a{
	display:inline;
}

.news a:hover{
	display:inline;
	text-decoration:none;
}

.categorised_post h4{
}
.categorised_post h4 a{
	color:#A8B400;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
}

.categorised_post .postdate{
	color:black;
	font-weight:bold;
	text-transform:uppercase;	
}

.news .thumbnail_holder{
	background-image:url(../images/placeholder.jpg);
	width:75px;
	height:75px;
	background-color:#eee;
	border:solid 2px #888;
	margin-right:5px;
	margin-bottom:3px;
	margin-top:6px;
	float:left;
}

.news .thumbnail{
	float:left;
	width:75px;
	border:solid 2px #444;
	margin-right:5px;
	margin-bottom:3px;
	margin-top:6px;
}

.news .excerpt,
.news .posttext{
	display:inline;
	color:#888;
}

.morelink, .lesslink{
	cursor:pointer;
	font-weight:bold;
}
/* latest.css */ 

.latest{
	float:left;
	width:295px;
	height:520px;
}
/* sidebar.links.css */ 

.link-box{
	overflow:hidden;
	list-style-type:none;
}

.link-box img{
	display:block;
	border:solid 1px black;
	margin-bottom:3px;
}

.link-box li a{
	text-decoration:none;
}

.link-box .link-name{
	color:#A8B400;
	text-transform:uppercase;
	display:block;
	font-weight:bold;
}

.link-box .link-description{
	color:black;
	display:block;
	margin-bottom:15px;
}
/* subscribe.css */ 

.subscribeform{
	width:70%;
	margin-left:30px;
}

.subscribeform label{
	float:left;
	margin:5px;
	width:150px;
}

.subscribeform input{
	height:16px;
	font-size:13px;	
}

#stnl_submit{
	float:right;
	margin-top:70px;
	border:solid 1px #777;
	background-color:black;
	color:#A8B400;
	text-transform:uppercase;
	font-weight:bold;
	height:22px;
	font-size:12px;
}
/* navigation.css */ 

#navigation{
	font-weight:bold;
}

#navigation ul{
	_letter-spacing:0.1em;
	padding:0;
	margin:2px 0px 0px 3px;
	list-style-type:none;
	display:inline;
	text-transform:uppercase;
}

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

#navigation ul li a:hover{
	text-decoration:underline;
}

#navigation ul li{
	display:inline;
}

#subnavigation{
	width:195px;
	padding-bottom:50px;
	background-color:black;
	font-size:15px;
	color:white;
	padding:6px;
	margin:3px;
	margin-top:1px;
	text-transform:uppercase;
}

#subnavigation ul{
	padding:0px;
	margin:0px;
	margin-top:5px;
	list-style-type:none;
	letter-spacing:0.1em;
}

#subnavigation ul ul{
	margin-top:0px;
}

#subnavigation li,
#subnavigation li a {
	cursor:pointer;

	line-height:17px;
	color:#A8B400;
	font-weight:bold;
	text-decoration:none;
	font-size:1em;
}

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

#subnavigation li.active a{
	color:#A8B400;
	text-decoration:none;
}

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

#subnavigation li a .after_comma{
	color:#888;
	margin-left:5px;
}
/* sidebar.search.css */ 

#searchbox #entry{
	text-align:right;
	margin-left:10px;
	border:solid 1px #A8B400;
	font-family:arial;
	font-size:14px;
	text-transform:uppercase;
	color:#888;
}

#searchbox form{
	display:inline;
}
/* core.css */ 

body{
	font-family:arial;
	font-size:13px;
}

iframe{
	margin-top:3px;
	width:99%;
	border:solid 2px #777;
}

#logo{
	margin-left:5px;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}
h1 {
	font-size:40px;
	line-height:40px;
	margin:3px;
	margin-left:0px;
	margin-top:12px;
	text-transform:uppercase;
}

h1 .title1, h1 .title2, h1 .title3{
	margin-top:-6px;
}

h1 .title1{	color:#000000;}
h1 .title2{	color:#A8B400;}
h1 .title3{	color:#000000;}

h2{
	font-size:16px;
}

a img{

	border:0;
}

a{
	text-decoration:none;
	color:#A8B400;
}

a:hover{
	text-decoration:underline;
}

p{
	margin:0;
	margin-bottom:11px;
}

.clearer{
	display:block;
	height:1px;
	width:1px;
	clear:both;
}

.textcontent{
	margin-top:4px;
	overflow:hidden;
}

ul.unbulletted{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.unbulletted li{
	display:block;
}

/* pagequote.css */ 

.sidefloat{
	float:right;
	width:225px;
}

.pagequote{
	color:#A8B400;
	font-size:18px;
        padding:3px;
        margin:5px;
        margin-left:10px;
        margin-top:10px;
}

.citation{
	text-align:right;
}
.pagequote span{
	color:black;
}
/* tabs.css */ 

table.tabbed{
	clear:both;
	width:100%;
/*border-collapse:collapse;
border:0;*/
}

table.tabbed th{
	padding:3px;
	text-align:left;
	font-size:17px;
	font-family:arial;
	background-color:#A8B400;
	text-transform:uppercase;
	border:solid 1px #687400;
	cursor:pointer;
/*border:0;*/
}

table.tabbed th:first-child{
	padding-left:5px;	
}

table.tabbed th.active{
	background-color:#d8e400;
}

table.tabbed th a:link{
	text-decoration:none;
	color:black;
}

table.tabbed th a:active{
	color:white;
}

table.tabbed #contentcell{
	padding:7px;
	border:solid 1px #687400;
}
/* widget.blogroll.css */ 

.blogroll{
	margin-bottom:15px !important;
	padding-left:0px;
}

.widget_links h2{
	display:none;
}

.widget_links ul{
	width:160px;
	float:right;
	padding:0;
	margin:2px 0px 0px 3px;
	list-style-type:none;
	text-transform:uppercase;
	display:inline;
	font-weight:bold;
}

.widget_links ul li{
	display:block;
	line-height:20px;
	margin-bottom:5px;
/*
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
*/
}

.widget_links ul li a{
	text-decoration:none;
	color:#A8B400;
	padding-left:27px;
}

.widget_links ul li a:hover{
	text-decoration:underline;
}
/* sitemap.css */ 

.ddsg-wrapper ul{
	list-style-type:none;
	padding-left:25px;
	padding:0;
	text-transform:uppercase;
}

.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:#A8B400;
}

/* 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:uppercase;
	text-decoration:none;
	color:#A8B400;
}
/* Childindex.css */ 

.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:#A8B400;
}


.childindex dd{
	margin:0;
}
/* gallery.css */ 

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

.gallery-caption{
	font-family:arial;
	text-align:left;
	color:black;
}

.gallery-caption div{
	text-transform:uppercase;
	color:#A8B400;
}

.gallery-icon .gallery-caption{
	margin-right:5px;
	width: 33%;
}
/* tabbedposts.css */ 

.categorised_post h3 a{
	text-transform:uppercase;
	color:#A8B400;
}

.categorised_post p{
	margin:0;
}
/* footer.css */ 

#footer{
	padding-top:10px;
}

#footer hr{
	border:0;
	height:1px;
	color:#ddd;
	background-color:#ddd;
}

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

#footer .rightside{
	float:right;
}

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

#footer .darker{
	font-weight:bold;
	color:#A8B400;
}
#footer a:hover{
	text-decoration:none;
}
/* childindex.css */ 

.childindex .indexitem{
	background-color:honeyDew;
	width:476px;
	border:solid 2px #A8B400;
	color:#A8B400;
	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:1%
}
 h1 span{ display:block;}
 .featured_peacebuilder img.peacebuilder_image{ width:160px; }

/* Move down right-sidebar */
.link-box { margin-top:32px !important; }

/* Stop the main content formatting badly in ie6 */
.textcontent { width:100%; }

/* 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%; }

/* CSS for fancybox (the lightbox-type plugin on the pic book of peace page */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_loading.png) no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url(http://www.peacedirect.org/wp-content/uploads/fancy_close.png) top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url(http://www.peacedirect.org/wp-content/uploads/fancy_title_over.png);
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_title_left.png) repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_title_main.png) repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_title_right.png) repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url(blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#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: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_nav_left.png) no-repeat;
}

#fancybox-right-ico {
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_nav_right.png) no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_n.png) repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_ne.png) no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_e.png) repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_se.png) no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_s.png) repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_sw.png) no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_w.png) repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url(http://www.peacedirect.org/wp-content/uploads/fancy_shadow_nw.png) no-repeat;
}
