/* Elements */

body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px Lucida Grande, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	/* background: #28ace2; */
	background: url(/img/kigali_bg.jpg) no-repeat fixed center top;
    /* background: fixed url(/img/burlap.jpg); */
	/* background: #999; */
    text-align: center;
    }
img {
	border: 0;
}
a
    {
    color: #333;
    }
a:hover
    {
    color: #f79422;
    }

h2,h3,h4,h5,h6 {
	font-family: Lucida Grande, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color: #222;
}
	
small{
	display: block;
	color: #555;
	text-transform: uppercase;
}

/* Image Wrap */
.wrapOuter{
	float: right;
	margin: 0 0 6px 18px;

}

.wrapInner{
	border: 1px solid #7f825e;
	padding: 6px;
}
p.caption{
	font-size: .9em;
	color: #864a39;
	padding: 0 7px;
}


/* Layout */	

#container
    {
    margin: 0 auto;
    width: 940px;
    position: relative;
	/* background: white; */
    padding: 10px 10px 0 10px;
    text-align: left;
    }

#pageHeader
    {
	position: relative;
	background: #28ace2;
	height: 106px;
	width: 940px;
	padding: 0;
	margin-bottom: 10px;
	}
	
#banner {
	/* border: 2px dotted #aaa; */
	width: 940px;
	height: 225px;
        margin-bottom: 14px;
        embed wmode: transparent;
        quality: high;
        pluginspage; http://www.macromedia.com/go/getflashplayer; 
        type: application/x-shockwave-flash;
	
}

#content 
    {
	float: right;
	padding: 0 8px 0 10px;
	width: 744px;
}	


#pageLeft{
	float: left;
	padding: 0 8px;
	width: 366px;
}
#pageRight{
	float: right;
	padding: 0 8px;
	width: 542px;
}
	
#leftSideLinks
    {
	float: left;
	padding: 0 10px 0 8px;
        width: 160px;
}

.footer{
	margin: 80px 8px;
}
.footer p {
	color: #999;
	font-size: .85em;
	margin: 1em 0;
	text-align: center;
}
	
.clear {
	clear: both;	
}
	
/* Header */
	
h1
    {
	position: relative;
	top: 0;
	left: 0;
    background: url(/img/header_img_v2.png) no-repeat;
	width: 316px;
    height: 106px;
	margin: 0;
    overflow: hidden;
    }
h1 span
    {
    display: none;
    }
#pageHeader .topRight{
	position: absolute;
	top: 15px;
	right: 10px;
}
#pageHeader .topRight label{
	text-transform:uppercase;
	font-size: 13px;
	color: white;
	margin-right: 2px;
}
#pageHeader .boxRight
    {
	color: #333;
	position: absolute;
	right: 2px;
	top: 76px;
    }

#pageHeader .boxRight ul {
	position: relative;
	list-style: none;
	margin: 0;
}
#pageHeader .boxRight ul li {
	font-size: 16px;
	display: inline;
	float: left;
	padding: 0 8px;
}

#pageHeader .boxRight ul li a {
	color: white;
	text-decoration: none;
	width:auto;
        display: block;
	text-align: center;
	text-decoration: none
}

#pageHeader .boxRight ul li a:hover {
	text-decoration: none;
        color: #f79422;
}

#pageHeader .boxRight ul div
{	position: absolute;
	visibility: hidden;
        margin-top: 12px;
	margin-left: -10px;
        padding: 0;
	background: #333;
        border: 10px solid #e4ebf5;
	}

#pageHeader .boxRight ul div a
	{position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #333;
	font-size:14px;
	color: white}
	
#pageHeader .boxRight ul div a:hover
	{color: #f79422;}


/* Content */
#main p
    {
    line-height: 150%;
    margin: 10px 0 10px 0;
    }

#main h3{
	margin: .5em 0;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
#main h3 a{
	display: block;
	text-decoration: none;
	background: url(/img/pineapple_16.png) right no-repeat;
}

#main h4,#main h5{
	margin-top: 0;
	padding-top: 1em;
	padding-left: 20px;
	background: url(/img/pineapple_16.png) left no-repeat;
}

/* Homepage Blog List */
#pageLeft .post {
	margin-bottom: 8px;	
}
#pageLeft .post a {
	text-decoration: none;
	font-size: 1.2em;
}

/* Homepage Feature Articles */
.featuredArticle {
	float: left;
	min-height: 112px;
	margin-bottom: 12px;
	width: 100%;
}
.featuredArticle .imageWrap{
	float: left;
	width: 174px;
	margin-right: 12px;
}
.featuredArticle .imageWrap img.featuredArticleTile {
	background-image:url(/img/photo_background.png);
	padding:6px;
}
.featuredArticle .imageWrap div.shortCite {
	color:#999999;
	font-size:8px;
	text-align:right;
	text-transform:uppercase;
}
.featuredArticle h2{
}
.featuredArticle p.featuredArticleText {

}

/* Left Side Links */
a#donateButton{
	display: block;
	width: 160px;
	height: 88px;
	background-image: url(/img/give_fade_2.jpg);
}
a#donateButton:hover{
	background-image: url(/img/give_fade_orange.jpg);

}


#leftSideLinks ul
    {
    list-style: none;
	margin-bottom: 20px;
	padding: 0;
 	}
#leftSideLinks ul li
	{
	text-align: center;
	padding: 16px 8px;
	border-bottom: 1px solid #ccc;
	}

#leftSideLinks ul li a
    {
	font-size: 1em;
    text-decoration: none;
    }
#leftSideLinks ul ul.pageLinks li a
    {
	font-size: 1.2em;
    text-decoration: none;
    }
#leftSideLinks ul li a:hover
    {
	color: #f79422;   
}

p.sidebar{
	text-align: center;
	color: #864A39;
}

#leftSideLinks ul.widgetSidebar {
	
}

#leftSideLinks ul.widgetSidebar li
	{
	text-align: left;
	padding: 0;
	border-bottom: 0;

	}
#leftSideLinks ul.widgetSidebar #searchform {
	padding: 8px 0;
}

#leftSideLinks ul.widgetSidebar #searchform input#s {
	width: 90px;
	
}
#leftSideLinks ul.widgetSidebar li h2 {
	color: #864A39;
	font-size: 1em;
	border-bottom: 1px solid #ccc;
}

#leftSideLinks ul.widgetSidebar li ul {
	marign-bottom: 8px;
}
#leftSideLinks ul.widgetSidebar li ul li {
	margin: .5em 0;
	padding: 0 0 0 30px;
}
#leftSideLinks ul.widgetSidebar li ul li a{
}
/* Hide Constant Contact in the sidebar */
li#constant-contact {
	display: none;
}



/* Blog */
#content .blog {
	margin: 12px 0 24px;
}
#content .blog .entry{
	margin-bottom: 36px;
}

#main .blog .post h2, #main .blog .post h3 {
	margin-top: 2px;
}

.alignleft a, .alignright a {
	text-decoration: none;
	padding: 1px 4px;
}


.alignleft a:hover, .alignright a:hover {
	background: #007dc3;
	color: white;
}
p.postmetadata{
	font-size: .9em;
	color: #555;
}

/* Archives, Categories */



.archive .post {
	margin-bottom: 21px;
}

.archive .post h3 {
	margin-top: 2px;
	border-bottom: 1px solid #ccc;
	
}

.archive .post h3 a {
	display: block;
	background:transparent url(/img/pineapple_16.png) no-repeat scroll right center;
	text-decoration: none;
	font-size: 1.2em;
}



wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.comment-author img.avatar{
	display: none;	
}

.commentlist cite {
	border-bottom: 1px dotted #ccc;	
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 8px 0;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: white;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

