/* CSS Document */
/* style the whole site */
*{
	font-family:verdana;
	font-size:10px;
}
/*style the body with a nice gradient color from blue to white */
body{
	background-color:#FFFFFF;
	background-image:url(graphics/body_bg.jpg);
	background-repeat:repeat-x;
}
/*put the whole site in a div so we can centralise it ono every browser */
#maindiv{
	margin:10px auto;
	width:800px;
}
/*we need the banner to show the logo and the search */
#bannerdiv{
	width:100%;
	height:60px;
	/*background-color:#FFFFFF;*/
}
/* lets style the logo */
#bannerdiv .logo{
	float:left;
	width:70px;
}
/* lets create a banner at the top for search and ads */
#bannerdiv .wide-banner{
	float:left;
	color:#FFFFFF;
	height:60px;
	width:650px;
}
#bannerdiv .search-form{
	position:relative;
	top: 15px;
	left: 90px;
	
}
#bannerdiv .search-query-border{
	background-image:url(./graphics/afrikeo-search-bg.gif);
	height:30px;
	width:215px;	
}
#bannerdiv .search-query{
	font-size:12px;
	color:#666666;
	margin:5px;
	width:200px;
}
#bannerdiv .search-button-div{
	position:relative;
	left:90px;
	top:15px;
	height:30px;
	width:100px;
}
#bannerdiv .search-button{
	background-image:url(./graphics/afrikeo-search-bg.gif);
	height:30px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family:verdana;
	background-color:#00093C;
	border:0px;
}
#bannerdiv .sort-by-country-div{
	position:relative;
	top:15px;
	left:65px;
	font-weight:bold;
}
#bannerdiv .banner-or{
	font-size:20px;
	font-weight:bold;	
	font-family:verdana;
	margin-left:8px;
	margin-right:4px;
}
/*the content area that hold everything news,blogs, forums classified*/
#content{
	width:;800px;
	height:auto;
	background-color:#FFFFFF;
	background-image:url(graphics/curved-top.jpg);
	background-repeat:no-repeat;
	padding:10px;
}

/* general styles and classess go here */
.titler{
	color:#000099;
	font-size:12px; 
	font-weight:bold;
	font-family:verdana;
	text-decoration:none;
}
.dates{
	font-family:verdana;
	font-size:11px;
	font-style:italic;
	color:#CCCCCC;
}
.content{
	font-family:Verdana;
	font-size:12px;
	margin-bottom:4px;
	border-bottom:1px dashed #ccccccc;
	height:auto;
	display:block;
}
.moreLink{
	color:#000066;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana;
}
.sectiontitle{
	color:#CC0000;
	font-weight:bold;
	font-family:Arial;
	font-size:16px;
	border-bottom:1px solid #000033;
}
.article-div{
	overflow:auto;
	width:100%;
	margin-bottom:5px;
}
.panel-footer{
	background-color:#EEEEEE;
	text-align:right;
	height:25px;
	padding-top:5px;
	padding-right:10px;
}
/* style the images */
.image{
	float:left;
	width:40px;
	height:40px;
	padding-right:5px;
	padding-bottom:4px;
}
.noscreen {display:none;}
.redlink{
	color:#FF0000;
	text-decoration:none;
}
.greylink{
	text-decoration:none;
	color:#666666;
}
.notice{
	background-color:#FFFF99;
	border:2px solid #FFCC00;
	color:#000000;
	width:300px;
	padding:5px;
}
.dottedBox{
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
}
label{
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	margin-left:60px;
	margin-top:10px;
}
#content input, textarea{
	border:1px solid #999999;
	margin-top:5px;
	margin-left:60px;
}
.greytext{
	color:#666666;
}
/*end of the general styling */

/* lets style the footer */
#footer{
	text-align:right;
	font-size:13px;
	font-family:arial;
	margin-top:5px;
}
#footer a{
	color:#000000;
	font-family:arial;
	font-size:13px;
	text-decoration:none;
	padding-left:10px;
}

/* end of footer styles */

