/* @override 
	http://localhost:8888/wordpress/wp-content/themes/africaspotential2.0/style.css
	style/css/layout.css
	--
	http://localhost:8888/wordpress/wp-content/themes/africaspotential/style.css
	http://localhost:8888/fresh/wp-content/themes/africaspotential/style.css
*/

/*
Theme Name: AfricasPotential
Theme URI: http://www.africaspotential.com
Description: Custom theme for the Africaspotential guys.
Version: 2.0
Author: Samuel Larsson
Author URI: http://www.1979design.se
Tags: clean, newspaper
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";



/**** GENERAL ****/

body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background:#fff;
	color: #111;
	font-size:62.8%;
	margin: 0;
	
}

#wrap{
	width:1016px;
	margin:0 auto;
	font-size:1.4em;
	line-height:1.5em;
	word-spacing: 0.1em;
	
}

p{
	
	margin-top:0px;
        padding-top:0px;
	
	
}

a{
	color: #e88b2d;
/*	font-weight: bold;*/
	text-decoration: none;
	
}


 h2{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #e88b2d;
	font-size:2.3em;
	padding-bottom: 0.5em;
	line-height:1em;
}

h3{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #e88b2d;
	font-size:1.8em;
}

h3#tagline{
	color: #666;
	padding-bottom: 1.2em;
	font: italic 3.4em Baskerville, 'Times, Times New Roman', serif;
	text-align: center;
}

h3#tagline span{
	color: #e88b2d;
}

 h2 a, h3 a{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #e88b2d;
	
}

h1{
	font-family:Baskerville, 'Times, Times New Roman', serif;
	color: #000;
	font-size:110px;
	padding: 40px 0px 0px 0px;
	line-height:1em;
}

h1 a{
	text-decoration:none;
	color:#000;
	

}

.amp {
	font-family: Palatino, Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	line-height:0px;
	color: #666;
}

ul{
	list-style-position: inside;
}


/**** HEADER ****/

#header{
	background: transparent url('style/images/header_bg.jpg') no-repeat scroll;
	width:960px;
	padding:0px 28px 0px 28px;
	position:relative;
}

#header img{
	width:196px;
	height: 180px;
	position: absolute;
	top: 80px;
	right: -98px;
	z-index: 1;
	
}

hr#thin{
	height:1px;
	border:1px;
	background-color:#000;
	color:#000;
	margin-bottom: 26px;	
}

hr#thick{
	border-top-width: 2px;
	border-top-color: black;
}



ul#nav{
/*	letter-spacing:;*/
	font-size:14px;
	
	

	
}

ul#nav li{
	float:left;
	display:inline;
	margin: 0px 32px 0px 0px;
	
}

ul#nav li.current_page_item a {
	background-color: #e88b2d;
	padding: 2px 12px;
	color: #fff;
	}

ul#nav li a {
	color:#000;
	
}

/**** MAIN ****/


#main{
	width: 1016px;
	background: transparent url('style/images/main_bg.jpg') no-repeat scroll;
}

#post_teasers_wrap{
	width: 679px;
	float: left;
	margin: 26px 0em 3em 28px;
	padding: 6.7em 0em 0em 0em;
	border-top: 2px solid black;
}


.post_teasers{
	width: 679px;
	padding: 0em 0em 3em 0em;
	
}

.post_date{
	font-size: 1.4em;
	line-height: 2em;
	word-spacing: 0.1em;
	font-style: italic;
	color: #666;
}

.next_prev{
	padding: 0px 0px 0px 28px;
	font-size: 1.4em;
	line-height: 2em;
	word-spacing: 0.1em;
}

.next_prev span{
	color: #666;
}

.single_post{
	width: 679px;
	float: left;
	border-top: 2px solid black;
	margin: 26px 0em 3em 28px;
	padding: 6.7em 0em 0em 0em;
	
}

.addthis_container{
	padding: 3em 0em 3em 0px;
}

.pagepost{
	width: 679px;
	float: left;
	margin:26px 0em 3em 28px;
	padding: 5em 0em 0em 0em;
	border-top: 2px solid black;
}




#frontpage{
	background: transparent url('style/images/bg_fronpage.jpg') no-repeat scroll;
	width: 960px;
	height: 270px;
	float: left;
	margin:26px 28px 0em 28px;
	padding: 9em 0em 0em 0em;
	border-top: 2px solid black;
	position: relative; 
}



#frontpage img{
	width:134px;
	height: 130px;
	position: absolute;
	top: 400px;
	right: 50px;
	z-index: 1;
}

.puffar{
	width: 400px;
	float: left;
	padding: 0em 39px 0em 0em;
	margin-right: 39px;
	border-right: 1px dotted #666;
}

.puffar a{
	color: #e88b2d;
/*	font-weight: bold;*/
	text-decoration: none;
	font-size: 14px;
}

/*** SIDEBAR ***/


#sidebar{
	width:233px;
	float: right;
	border-top-style: solid;
	border-top-width: 2px;
	margin: 26px 28px 3em 48px;
	padding: 7em 0em 0em 0em;
}  

#sidebar ul{
	list-style-type: none;
}




#feedburner{
	padding: 1.5em 0em 3em 0em;

}

#feedburner span{
	font-style: italic;
	color: #666;
}

#logos{
	float: left;
	width: 100%;
	margin: 20px;
	
	
}

#logos img{
	padding: 0px 45px 0px 0px;
	vertical-align: top;
}

.widget_rss li{margin-bottom:3em;}

/**** COMMENTS ****/

h3#comments{
	word-spacing: 0.1em;
	font-style: italic;
	color: #666;
	padding: 3em 0em 1.5em 0em;
}

.comment{	
	padding: 0em 0em 3em 0em;
}

.comment span#author_says{
	font-size:1.4em;
	line-height:2em;
	word-spacing: 0.1em;
	color:#e88b2d;
	
}

.comment span#date a{
	color: #666;
	font-style: italic;
}

	
h3#respond {
	padding: 0em 0em 1.5em 0em;
	word-spacing: 0.1em;
	color:#666;
	font-style: italic;
	
}

input{
	margin: 0px 1.5em 2em 0em;
	padding: 2px;
	font-size: 12px;
}

textarea{
	width: 500px;
	height:  100px;
	margin: 1em 0em 2em 0em;
	padding:  2px;
	font-size: 12px;
}

/**** FOOTER ****/

#footer{
	background: transparent url('style/images/footer_bg.jpg') no-repeat scroll;
	width:960px;
	height: 200px;
	padding:171px 28px 0px 28px;
}

#footer p span.left{
	float: left;
	padding-top: 8px;
}

#footer p span.right{
	float: right;
	padding-top: 8px;
}

/*** gallery ***/

.flickr-photos img{
	border: 1px dotted #666;
	padding: 5px 5px 25px 5px;
	margin: 5px;
}

/*** CONTACT FORM  ***/

form#wpcf{
	
	font-weight: normal;
	font-style: normal;
	font-size:14px;
	line-height:1.9em;
	word-spacing: 0.1em;
	color: #111;
	padding: 40px 10px 40px 10px;
	border: 1px dotted #666;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	margin: 0px 1.5em 1.5em 0em;
	padding: 2px;
	font-size: 12px;
}

textarea{
	width: 500px;
	height:  100px;
	margin: 1em 0em 2em 0em;
	padding:  2px;
	font-size: 12px;
}

#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}


/*** ADDITIONAL STUFF  ***/

:focus
{
  -moz-outline-style: none;
}

