/* -------------------------------------------------------- */
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
/* -------------------------------------------------------- */

* 
{
	margin: 0;
	padding: 0;
}

body 
{
	background: #232903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B985F;
}

h1, h2, h3 
{
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CEEA70;
}

h1 {
	letter-spacing: -1px;
	font-size:20px;
	font-weight: bold;
}

h2 
{
	letter-spacing: -1px;
	font-size:16px;
	font-weight: bold;
}

p, ol, ul 
{
	margin-bottom: 1.5em;
	line-height: 1.5em;
	text-align: justify;
}

ul, ol 
{
	margin-left: 3em;
}

ul p
{
    text-align: left;
}

blockquote 
{
	padding: 0 3em;
	font-style: italic;
}

a:link 
{
	text-decoration: none;
	color: #CEEA70;
}

a:hover, a:active 
{
	text-decoration: none;
	color: #FFFFFF;
}

a:visited 
{
	color: #CEEA70;
	text-decoration: none;
}

img 
{
	border: none;
}

img.left 
{
	float: left;
	margin: 0 15px 0 0;
}

img.right 
{
	float: right;
	margin: 0 0 0 15px;
}

/* -------------------------------------------------------- */
/* Header */
/* -------------------------------------------------------- */

#header 
{
	width: 710px;
	height: 200px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #34160C url(/images/overAfrica2.jpg) no-repeat center top;
}

#header h1 
{
	margin: 0;
	padding: 135px 0 0 35px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a 
{
	color: #FFFFFF;
}

#header h2 
{
	margin: -10px 0 0 0;
	padding: 0 0 0 75px;
	letter-spacing: normal;
	font: bold 18px Arial, Helvetica, sans-serif; 
	color: #F1EF96;
}

#header a 
{
	text-decoration: none;
}

/* -------------------------------------------------------- */
/* Page */
/* -------------------------------------------------------- */

#page 
{
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background: #34160C url(/images/img02.gif) repeat-y center top;
}

/* -------------------------------------------------------- */
/* Content */
/* -------------------------------------------------------- */

#content 
{
	float: left;
	width: 460px;
	padding: 5px 0 0 5px;
	background: url(/images/img03.gif) no-repeat;
}

.post 
{
	width: 410px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 
{
}

.post .title 
{
	padding: 0 0 5px 0;
	background: url(/images/img08.gif) repeat-x left bottom;
}

.post .title span 
{
	padding-right: 30px;
}

.nav_link_up 
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
	float: left;
	background: url(/images/up.jpg) no-repeat left;
}

.nav_link_prev 
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 35px;
	float: left;
	background: url(/images/prev.jpg) no-repeat left;
}

.nav_link_next 
{
    padding-top: 8px;
    padding-right: 35px;
    padding-bottom: 8px;
	float: right;
	background: url(/images/next.jpg) no-repeat right;
}

/* -------------------------------------------------------- */
/* Sidebar */
/* -------------------------------------------------------- */

#sidebar 
{
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	background: url(/images/img04.gif) no-repeat;
}

#sidebar a 
{
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active
{
	text-decoration: none;
	color: #CEEA70;
}


.box
{
	width: 239px;
	padding-left: 1px;
}

.box .title 
{
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(/images/img09.gif) repeat-x;
	font-size: 18px;
}

/* attempting to get "OverAfrica" title on the sidebar 
   to be a link to home.aspx, but not to change the 
   display properties - so far I haven't been successful! 
.box .title a {
	height: 33px;
	margin: 0;
	font-size: 18px;
}

.box .title  a:hover, #sidebar a:active {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 18px;
}
*/

.box ul 
{
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li 
{
	padding: 5px 0;
	background: url(/images/img10.gif) repeat-x;
}

.box li.first 
{
	background: none;
}

.box h3 
{
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p 
{
	margin: 0;
	line-height: normal;
}

.box a 
{
	padding-left: 10px;
	background: url(/images/img11.gif) no-repeat 0 5px;
}

/* -------------------------------------------------------- */
/* Footer */
/* -------------------------------------------------------- */

#footer 
{
	width: 710px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #34160C url(/images/img12.gif) no-repeat center top;
}

#footer p 
{
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #CEEA70;
}

#footer a
{
	color: #565736;
}

#footer a:hover 
{
	text-decoration: underline;
}

#legal 
{
	float: left;
}

#links 
{
	float: right;
}

.selected
{
	font-weight: bold;
}

.li_selected
{
	background: url(/images/img09.gif) repeat-x;
	color: #CEEA70;
}

.li_selected a
{
	color: #CEEA70;
}

/* -------------------------------------------------------- */
/* Rich text editor styling start */
/* -------------------------------------------------------- */

#holderBody 
{
	background: #fff;
}

#holder 
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}

/* -------------------------------------------------------- */
/* journal entries */
/* -------------------------------------------------------- */

.journalentrybox
{
	margin-top: 10px;	
}

.journalentryprecis
{
	padding-left: 20px;
	font-size: smaller;
	padding-bottom: 10px;
}

.journalentryprecis img
{
}

.journalentrytitle
{
	background: url(/images/img11.gif) no-repeat 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CEEA70;
	padding-left: 10px;
}

.journalentrytitle a
{
	color: #CEEA70;
}

.journalitemnav
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CEEA70;
	font-size: 90%;
	font-style: italic;	
}

.journalitemdate
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CEEA70;
}

.journalitemlocation
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CEEA70;
	font-size: 75%;
	font-style: italic;	
}

.journalitemdetails
{
	margin-bottom: 10px;
}

/* -------------------------------------------------------- */
/* galleries */
/* -------------------------------------------------------- */

.gallery_list_box
{
    padding:7px;
    border: 1px solid #CEEA70; 
    float:left; 
    margin-right: 10px; 
    margin-bottom: 15px;
}

.gallery_list_text
{
    font-size: 0.9em; 
    padding-top: 0.2em;
    width:130px;
}
        
/* -------------------------------------------------------- */
/* sponsors */
/* -------------------------------------------------------- */
        
.sponsor_box
{
	margin-top: 10px;	
}

.sponsor_box_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CEEA70;
}

.sponsor_box_title a
{
	color: #CEEA70;
}

.sponsor_box img
{
	float: left;
	margin-right: 10px;
}

.sponsor_box_description
{
	padding-bottom: 10px;
}

/* -------------------------------------------------------- */
/* search box */ 
/* -------------------------------------------------------- */

.searchtextbox
{
	padding-top: 20px;
	padding-left: 20px;
}

/* -------------------------------------------------------- */
/* comments */ 
/* -------------------------------------------------------- */

.commentaddbox
{
    border: 1px solid #CEEA70;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.commentname
{    
    color: #CEEA70;
}

.commentitem
{
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #CEEA70;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.formbutton
{
    background-color: #CEEA70;
}

/* -------------------------------------------------------- */
/* country list */ 
/* -------------------------------------------------------- */

.countrycontainer
{
    width: 100%;
    margin: 20px auto;    
    border: 1px solid  #CEEA70;
    line-height: 130%;
}

.countrytop
{
padding: .5em;
border-bottom: 1px solid #CEEA70;
}

.countrytop h2
{
padding: 0;
margin: 0;
}

.countryleft
{
float: left;
width: 100px;
margin: 0;
padding: 1em;
}

.countrycontent
{
margin-left: 150px;
border-left: 1px solid  #CEEA70;
padding: 1em;
max-width: 36em;
}

.countryfooter
{
clear: both;
margin: 0;
padding: .5em;
border-top: 1px solid  #CEEA70;
text-align: center;
}

.countryfooter img
{
    text-align: center;
}

.countryleft p { margin: 0 0 1em 0; }
.countrycontent h2 { margin: 0 0 .5em 0; }

.countrycontenttext
{
    text-align: justify;
}

.countryleadimage
{
	float: right;
	padding: 10px;
}

.donate_widget
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

/* -------------------------------------------------------- */
/* useful links */
/* -------------------------------------------------------- */

.useful_links_category_list
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #CEEA70;
}

.useful_links_category
{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
    margin-bottom: 10px;   
	font-weight: bold;
	color: #CEEA70;
}

.useful_links_category a:hover, .useful_links_category  a:active 
{
	text-decoration: none;
	color: #CEEA70;
}

.useful_links_item_title
{
    text-align: justify;    
	font-weight: bold;
}

.useful_links_item_title a
{
	text-decoration: none;
    text-align: justify;    
	font-weight: bold;
}

.useful_links_item_title a:hover, .useful_links_item_title  a:active 
{
	text-decoration: none;
	color: #FFFFFF;
}

.useful_links_item_description
{
    text-align: justify;    
}

/* -------------------------------------------------------- */
/* breadcrumbs */
/* -------------------------------------------------------- */

#breadCrumb 
{
    padding-bottom: 5px;
}
 
#breadCrumb li 
{
    float: left;
    display: inline; 
}
 
#breadCrumb a 
{
    font-weight: bold;
    text-decoration: none;
}
 
 

