@import url('/wp-content/uploads/2010/06/fancybox.css');
/* 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;
}
/* keyinfo.css */ 

.keyinfo{
	width:185px;
	font-size:90%;
	background-color:#9931CC;
/*	border: 3px outset #9931CC;	*/
	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:#9931CC;
	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
{
	padding-top:3px;
	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:#9931CC;
	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:#9931CC;
}
/* 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:#9931CC;
	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:#9931CC;
	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:#9931CC;
	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:#9931CC;
	font-weight:bold;
	text-decoration:none;
	font-size:1em;
}

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

#subnavigation li.active a{
	color:#9931CC;
	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 #9931CC;
	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:#9931CC;}
h1 .title3{	color:#000000;}

h2{
	font-size:16px;
}

a img{

	border:0;
}

a{
	text-decoration:none;
	color:#9931CC;
}

a:hover{
	text-decoration:underline;
}

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

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

.textcontent{
	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:#9931CC;
	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%;
}

table.tabbed th{
	padding:3px;
	text-align:left;
	background-color:#9931CC;
	text-transform:uppercase;
	border:solid 1px #687400;
	cursor:pointer;
}

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-purple.gif);
	background-repeat:no-repeat;
*/
}

.widget_links ul li a{
	text-decoration:none;
	color:#9931CC;
	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-purple.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:#9931CC;
}


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

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

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

.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:#9931CC;
}
#footer a:hover{
	text-decoration:none;
}
/* childindex.css */ 

.childindex .indexitem{
	width:476px;
	border:solid 2px #9931CC;
	color:#9931CC;
	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;}
 .thumbnail_holder{
 background-image:url(../images/truce-placeholder.jpg) !important;
 }
 .featured_peacebuilder img{
 width:166px !important;
 margin-left:-2px;
 margin-top: -2px;
 }
 .featured_peacebuilder a{
 display:block;
 padding:2px;
 background-color:#9931CC;
 color:white !important;
 }
 .featured_peacebuilder span{
 color:white !important;
}