/*  
Theme Name: amo 
Theme URI: http://wpthemes.info
Description: A WordPress Theme for Africa Media Online based on the Mistylook theme V3.8RC by <a href="http://wpthemes.info" title="Sadish">Sadish Bala</a>. Support is available at <a href="http://wprocks.com/forums/" title="Forums">Forums</a>.
Version: 1.03
Date:15 January 2011
Author: Ardy Heijnekamp
Author URI: http://www.tatemae.nl
Tags: fixed width, two columns, widgets, fixed header
*/
* {
	padding: 0; 
	margin:0;
}
p {
	margin: 0.7em 0;
	line-height:140%;
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#666;
	text-align:justify;
	}
dl {
	margin:1em 0;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em;
	padding:0;
}
a {text-decoration:none;}
a:link, a:visited {
	color: #ac5417;	
}
a:hover, a:active {
	border-bottom:#ac5417 1px solid;
}
img.wp-smiley, #wpstats, img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}
.clear {
	clear:both;
	height:20px;
}
blockquote
{
	color:#666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;	
}
fieldset { border:0;}
h1, h2, h3, h4,h5,h6 {
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height:1.4em;	
    margin:0 0 0.2em 0;
	padding:0;
}
h1 {font-size:2em;}
h2 {font-size:1.7em;}
h3 {font-size:1.5em;}
h4 {font-size:1.5em;}
h5 {font-size:1.3em;}
h6 {font-size:1.2em;}
img 
{
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	padding:none;
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;		
}
pre, code
{
	display:block;
	margin:1em;
	padding:1em;
	font-family:"Courier New", Arial, Verdana, Serif;
	font-size:1em;
}
abbr, acronym
{
	cursor:help;
}
hr
{
	clear:both;
	margin-top:5px;
	color:#eee;
}
table
{
	width:100%;
	border:#eee 1px solid;
	padding:5px;
}
th
{
	text-align:left;
	background:#cdcdcd;
	padding:5px;
}
tr.even { background:#ededed;}
td, th { padding:10px;}


/************************************************
*	amo stuff							*
************************************************/

#amo_header{
height:90px;
background-color:#fff;
border-bottom:20px solid #999999;
float:left;
width:100%;
}

#amo_submenu{
border-bottom:1px solid #555;
width:100%;
float:left;
height:40px;
background-color:#c6c6c6;
padding-top:10px;
}
#amo_title_logo{
margin:auto;
width:960px;
text-align:left;
}
#amo_logo{
height:67px;
float:right;
width:447px;
background:#fff url('http://royaltyfree.africamediaonline.com/images/company_images/amo-logo-new.jpg');
margin-top:10px;
}
.amo_link a{
float:left;
height:67px;
width:447px;
}
.amo_link a:hover{
text-decoration:none;
border-bottom:none;
}

/************************************************
*	Page Menu 							*
************************************************/
/* =Menu
-------------------------------------------------------------- */


#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 5px 0 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bolder;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	padding:2px 25px;
	background:#b36230;
	border:#999 1px solid;

	margin:0 4px 0 0;
}
#access ul ul {
	display:none;
	position:absolute;
	top:32px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#e3e6e3;
	border:#d6d9d6 1px solid;
	color: #183618;	
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#000;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #c6c6c6;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background:#c6c6c6;
}
#access #searchform  
{
    float:right;
    background:#ededed;
    padding:0 14px;
   	border:#d6d9d6 1px solid;
   	border-bottom:0px;
}
#access #s 
{
    background:#f3f6f3 url(img/search.png) no-repeat left;
    padding-left:20px;
    width:150px;
}


/* navigation */
#amo_menu{
background-color:#999;
float:left;
width:100%;
}

#nav {
margin:auto;
width:960px;
height:21px;
}
#nav ul, #nav li{
list-style-type:none;
}
#nav ul{
display:inline;
float:left;
margin:0;
padding:0;
}
#nav li{
min-width:124px;
float:left;
}
#nav a, #nav a:link{
color:#fff;
font-family: Arial,Helvetica,sans-serif;
font-size:11px;
text-align:center;
font-weight:bold;
}
.button_left{
width:4px;
height:21px;
background:transparent url(img/nav-but-l.gif) no-repeat left;
}
.button_middle{
background:transparent url(img/nav-but-m.gif) repeat-x left;
height:18px;
padding:3px 10px 0 10px;
min-width:116px;

}
.button_right{
width:4px;
height:21px;
background:transparent url(img/nav-but-r.gif) no-repeat left;
}

#nav .current_page_item a{
color:#000;

}
.current_page_item .button_left{
background:transparent url(img/nav-but-l2.gif) repeat-x left;
}
.current_page_item .button_middle{
background:transparent url(img/nav-but-m2.gif) repeat-x left;
}
.current_page_item .button_right{
background:transparent url(img/nav-but-r2.gif) repeat-x left;
}
.current_page_item  .children .button_left{background:#ccc; width:0;}
.current_page_item  .children .button_middle{background:#ccc;min-width:122px;height:auto;}
.current_page_item  .children .button_right{background:#ccc; width:0;}

.children .button_left{background:#ccc; width:0;}
.children .button_middle{background:none;min-width:122px;color:#000;}
.children .button_right{background:#ccc; width:0;}

#nav .children a:hover span{
background-color:#AC5417;
color:#fff;
height:auto;
padding-bottom:3px;
}

#nav .current_page_item  a:hover{
background-color:#AC5417;
border-bottom:2px solid #fff;
}

#nav .children a:link span{
display:block;
z-index:30;
height:auto;
padding-bottom:3px;
}


#nav a, #nav a:visited {
display:block;
text-decoration:none;
}
#nav a:hover{
text-decoration:none;
color:#000;
display:block;
}

#nav a:active{
color:#000;
}
#nav a span {
float:left;
display:block;
}
#nav li > ul {
   top: auto;
   left: auto;
   }
#nav li ul {
display:none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index:100;
  border:1px solid #999;

  }

#nav li:hover ul, li.over ul{ display: block; }
#search_feeds{
width:960px;
margin:auto;

}
#search{
float:left;
display:inline;

text-align:left;
}

#nav .current_page_item .children li{
background-color:#ccc;
border-bottom:2px solid #fff;
height:auto;
}
#nav .children li{
background-color:#ccc;
border-bottom:2px solid #fff;
}












body 
{
	background: #f3f6f3;
	margin: 0; 
	font-size: 85%;
	color: #333; 
	text-align: center;
}
#container {
	border: #d6cdbe 1px solid; 
	background: #fff; 
	margin: 0 auto; 
	width: 960px; 	
	position: relative; 
	text-align: left;
	clear:both;
}
#header {
	clear: both; 
	float: left; 
	margin: 10px 0px; 
	width: 460px;
	font-family:Cambria, Verdana, Arial, Serif;
}
#header h1 
{
	font-size:32px;
	margin:0px 0 0 0px;
	
	font-weight:normal;
}
#header h1 a {
	color:#74462a;
	text-decoration:none;	
	border:0;
}
#header h1 a:hover,
#header h1 a:active {
	border-bottom:#74462a 1px solid;
}
#header #desc 
{
	margin:0 0 0 0px;
	font-size:14px;
	font-weight:normal;
	color:#ac5417;
}
#feedarea {
	padding:0 10px 0 50px; 
	float: right; 	
	text-align: right;
}
html #feedarea {

}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#headerimage {
	clear: both; 
	background: #fff url(img/misty.jpg) no-repeat 0 0 center;
	margin: 0 0px 10px 0px; 
	color: #fff; 	
	height: 200px;
	width:960px;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding-left:2em;
}
#content-main 
{
    display:inline;
	float: left; 
	width: 620px; 	
	padding:0 15px;
}
#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dotted;
}

#content .post 
{
	clear:both;
	margin:1em 0;
	padding:0 0 2em 0;
	border-bottom:#dcc 1px dotted;
}
#content .entry 
{
    clear:both;
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a:link, #content .entry a:visited
{
    border-bottom:#963 1px dotted;    
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#963 1px solid;    
}
#content .entry li 
{
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.6em;
}
#content .post-info , #content .postmetadata
{
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	clear:both;
	color:#999;
	margin:0;
	padding:0;
	font-size:1.0em;
}
#content .post-info, 
#content h2.pagetitle 
{
	background:url(img/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px;	
}
.postnav {
	display: block;
	margin: 10px 0 60px;
	
}
.alignleft 
{
	float:left;
	text-align:left;	
}
.alignright
{
	float:right;
	text-align:right;	
}
/* Sidebar */
#sidebar {
	float: right; 
	width: 280px;
	margin:0 15px;
	font-size:0.9em;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li 
{
	margin-bottom:8px;
}
#sidebar ul ul
{
	list-style:none;
	margin:0.5em 0 0 1em;
}
#sidebar ul ul ul
{
	margin:0.5em 0 0 1em;
}
#sidebar li.sidebox {
	padding:10px;
	margin:0 0 2em 0;
	background: #f3f6f3; 	
	
		/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
li#sidelinks ul
{
	margin:0;
	padding:0;
}
#sidebar li.sidebox p img {
	margin:0;
	padding:3px;
	border:#ccc 1px solid;
	background:none;
}
#sidebar h2, 
#sidebar h3 
{ 
    text-transform:uppercase;
    color:#74462a;		 
}
#footer {
	clear: both; 	
	margin: 0 auto; 
	width: 960px; 	
	text-align: left;
}
#footer p {
	float: left; 
	width: 50%; 
	line-height: 1.2em;
}
#footer p.right {
	float: right; 
	margin: 1em 0; 
	width: 50%; 
	text-align: right;
	font-size: 0.9em; 
	color:#999;
}
#comments, #respond
{
    clear:both;
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
.nocomments 
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#container .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
}
#container .commentlist li.alt 
{
    background:#f9f9f9;    
}
#container .commentlist li.authorcomment, #container .commentlist li.bypostauthor 
{
    border:#fc9 1px solid;      
}

#container .commentlist li .cmtinfo 
{
	font-size:1em;			
}
#container .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#container .commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#container .commentlist .avatar
{
	float:right;	
}
#container .commentlist .commentmetadata
{
	font-size:0.9em;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, 
textarea, 
input[type="text"]
{
	border:1px solid #585858;
	background:#fff url(img/magnify-icon.gif) no-repeat left;
	font:1em Verdana, Arial, Serif;
	padding:5px 5px 5px 25px;
	margin:5px 0 5px 10px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus, input[type="text"]:focus
{
	border:1px solid #585858;
	background:#fff url(img/magnify-icon.gif) no-repeat left;
	border:#999 1px solid;
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
.submit_field{
float:left;
}
.submit_button{
margin:5px 0 0 0;
float:left;

}


/*Code from http://wprocks.com/wordpress-tips/floating-images-within-the-post-in-wordpress-26/ */

img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:0 1em 0.5em 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 0.5em;
}
img.aligncenter, div.aligncenter
{
	text-align:center;
	margin:0 auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}


