/*
Theme Name: Africa Bandwidth
Description: R755 is a minimalist wordpress theme built from scratch with two basic principles: content comes first and the smallest possible size. Valid XHTML (strict), Valid CSS with no hacks, simple and clean code, lightweight, Wordpress 2.7+ compatible, threaded comments, microformats, sticky-post, SEO, options page, printer friendly, post thumbnails (WP 2.9+), enhanced archives template, localization supported.
Author: Varometro/Tristar
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

* { border: 0; outline: 0; margin: 0; padding: 0; }

body
{
	background: #EFE4BE;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.clear { clear: both; }
img { border: 0; }
a { color: #A07342; text-decoration: none; }
a:hover{ color: #333; text-decoration: none; cursor: pointer; }
select { margin: 0 0 15px 0; }

/* Clear Bug Fix */

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* Captions */

.wp-caption { border: 1px solid #DDD; text-align: center; background: #EEE; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0 0 5px 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 15px; padding: 0 10px; margin: 0; }

/* Images */

img.alignleft,img.alignright,img.aligncenter { background-color: #FFF; border: 1px solid #DDD; padding: 5px; }
img.alignleft { margin: 0 10px 10px 0; }
img.alignright { margin: 0 0 10px 10px; }

a img.alignright:hover { border: 1px solid #333; }
a img.alignleft:hover { border: 1px solid #333; }

/* Floats */

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin: 0 auto; }

/* Search Form */

div#search
{
	position: relative;
	margin: 0 0 35px 0 !important;
	padding: 0 !important;
}

div#search form#searchform
{
	position:absolute;
	top:0;
	width:180px;
	height:25px;
	border:1px solid #ccc;
	background-color:#f8f8f8;
}

div#search form#searchform .searchinput
{
	position:absolute;
	padding-left:2px;
	top:5px;
	color:#666;
	width:145px;
	border:0;
	background: #F8F8F8;
}

div#search form#searchform .button
{
	position:absolute;
	top:0px;
	left:155px;
	background:url('images/mag.gif') no-repeat;
	height:25px;
	width:25px;
	border:0;
	cursor:pointer;
}

/* Postmeta Data */

.postmetadata { margin: 0 0 15px 0; padding: 10px; text-align: right; color: #999; font-size: 10px; line-height: 20px; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; }
.postmetadata p { margin: 0 !important; }
.postmetadata a { text-transform: capitalize; }

#container
{
	margin: 0 auto;
	padding: 30px 0;
	width: 900px;
}

#image
{
	width: 900px;
	height: 147px;
	text-align: right;
}

/* Header & Navigation Styles */

#header
{
	width: 900px;
	height: 50px;
	background: #A07342;
}

#headerleft
{
	float: left;
	width: 183px;
	height: 32px;
	padding: 18px 0 0 12px;
	color: #FFF;
	font-weight: bold;
}

#headerleft ul
{
	list-style-type: none;
}

#headerleft ul li
{
	display: inline;
}

#headerleft ul li a
{
	float: left;
	color: #FFEBAF;
	padding: 0 0 0 22px;
	margin: 0 10px 0 0;
}

#headerleft ul li a.english { background: url(images/flag_gb.png) no-repeat left; }
#headerleft ul li a.francais { background: url(images/flag_fr.png) no-repeat left; }

#headerleft ul li a:hover
{
	text-decoration: none;
	color: #FFF;
}

#headerright
{
	float: right;
	width: 705px;
	height: 50px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 125%;
	color: #FFF;
}

#headerright ul
{
	float: right;
	margin: 15px 0 0 0;
	padding: 0 20px 0 0;
}

#headerright li
{
	display: inline;
	padding: 0 0 0 20px;
}

#headerright ul li a
{
	text-decoration: none;
	color: #FFEBAF;
}

#headerright ul li a.active
{
	text-decoration: none;
	color: #FFF;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #FFF;
}



/* Maincont Styles */

.maincont
{
	width: 870px;
	padding: 15px 15px 0 15px;
	background: #FFF;
	line-height: 18px;
}

.maincont h1, .maincont h2, .maincont h3, .maincont h4, .maincont h5, .maincont h6
{
	margin: 0 0 15px 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #555;
}

.maincont h1.maintitle
{
	padding: 0 0 7px 0;
	margin: 0 0 8px 0;
	font-size: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #A07342;
	border-bottom: 1px solid #DAC0A5;
}

.maincont p
{
	margin: 0 0 15px 0;
}

.maincont blockquote
{
	margin: 0 20px;
	padding: 20px 75px 10px 20px;
	border-top: 2px solid #DDD;
	font-style: italic;
	background: #EEE url(images/blockquote.gif) no-repeat top right;
	text-align:justify;
	margin: 0 0 15px 0;
}

.maincont .mainfull
{
	width: 870px;
}

.maincont .mainright ul, .maincont .mainright ol { margin: 0 0 15px 30px; list-style-type: none; }
.maincont .mainright ul li { list-style-type: circle; margin: 0 0 5px 0; } /* Change list style for unordered lists */
.maincont .mainright ol li { list-style-type: decimal; margin: 0 0 5px 0; } /* Change list style for ordered lists */

.maincont .mainleft
{
	float: left;
	width: 182px;
	padding: 15px 15px 15px 0;
	background: #FFF;
}

/* sidebar */

.maincont .mainleft h1, .maincont .mainleft h2, .maincont .mainleft h3, .maincont .mainleft h4, .maincont .mainleft h5, .maincont .mainleft h6
{
	color: #A07342;
}

.maincont .mainleft li
{
	list-style: none;
	color: #707070;
}

.maincont .mainleft li li
{
	list-style: none;
	list-style-position: outside;
	list-style-image: url(images/arrow.gif);
	margin-left: 17px;
}
	
.maincont .mainleft ul ul
{
	padding: 0 !important;
	margin: 2px 0 15px 0 !important;
}
	
.maincont .mainleft ul ul ul
{
	padding: 0 !important;
	margin: 0 !important;
}

.maincont .mainleft ul
{
	margin: 5px 0 15px 0;
	padding: 0;	
}

.maincont .mainleft ul li ul
{
	margin: 5px 0 15px 0;
	padding: 0;
}

.maincont .mainleft li a
{
	display: block;
	width: 182px;
	padding: 0;
	color: #555;
}

.maincont .mainleft li a:hover, .maincont .mainleft li a:active
{
	text-decoration: none;
	color: #A07342;
}

.maincont .mainright
{
	float: left;
	width: 658px;
	padding: 15px 0 15px 15px;
}



/* Footer Styles */

#footer
{
	width: 900px;
	height: 45px;
	background: #A07342;
	border-top: 3px solid #EEF1E2;
	color: #FFF;
	font-size: 95%;
	font-weight: bold;
}

#footer p
{
	margin: 0;
	padding: 0;
	color: #FFEBAF;
}

#footer a
{
	text-decoration: none;
	color: #FFEBAF;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF;
}

#footerleft
{
	float: left;
	width: 650px;
	text-align: left;
	padding: 15px 0 0 15px;
}

#footerleft ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footerleft ul li
{
	display: inline;
}

#footerleft ul li a
{
	margin: 0 15px 0 0;
}

#footerright
{
	float: right;
	width: auto;
	padding: 15px 15px 0 0;
	text-align: right;
}

/*Openlayers Map Loading Panel*/
.olControlLoadingPanel {
	background-image:url(/images/loading.gif);
	margin-left: 30%;
	margin-top: 50%;
	position: relative;
	width: 195px;
	height: 11px;
	background-position:center;
	background-repeat:no-repeat;
	display: none;
        }

/*Openlayers Map Scale Bar*/
.olControlScaleBar {
    bottom: 10px;
    left: 10px;
    font-family: sans-serif;
    color: #000;
}

.olControlScaleBarBar {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarBarAlt {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarMarkerMajor {
    height: 7px;
    width: 1px;
    top: 11px;
    background: #333;
}

.olControlScaleBarMarkerMinor {
    height: 5px;
    width: 1px;
    top: 12px;
    background: #333;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    height: 13px;
    top: 21px;
    font-size: 0.7em;
}

.olControlScaleBarLabelBox {
    top: -2px;
    height: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.7em;
    font-variant: small-caps;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 5px;
    left: 10px;
    font-size: 0.7em;
    font-variant: small-caps;
}

/*UI tabs*/
.gm-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-indent:0 !important; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #555;
	position: relative;
	float:left;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
.gm-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.gm-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.gm-tabs-nav li:before {
	content:"" !important;
}
.gm-tabs-nav li {
	/*resets*/margin: 0 !important; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.gm-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.gm-tabs-nav li a img {
	display:none;
}
.gm-tabs-nav li a:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.gm-tabs-nav li.gm-tab-active {
	border-bottom-color: #ffffff;
}
.gm-tabs-nav li.gm-tab-active a, .gm-tabs-nav li.gm-tab-active a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #212121;
}
.gm-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Helvetica,sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
	padding: 1.5em 1.7em;	
	font-size: 100%;
}
.gm-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* Comments */

#comments *
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#comments
{
	clear: both;
	float: left;
	width: 100%;
	background: #FFF;
}

h2.commenth2 { margin: 0 0 15px 0; }

#comments p.notice
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
}

#comments ol.commentlist
{
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}

#comments ol.commentlist li
{
	clear: both;
	padding: 0px;
	margin: 0 0 15px 0;
}

#comments ol.commentlist li div.comment-body
{
	padding: 20px;
	background: #F5F5F5;
	border-top: 2px solid #DDD;
}

#comments ol.commentlist li div.comment-author .avatar
{
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	width: 50px;
	height: 50px;
	border: 5px solid #DDD;
}

#comments ol.commentlist li div.comment-meta
{
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
}

#comments ol.commentlist li .reply
{
	float: right;
	font-weight: bold;
}

#comments ol.commentlist li .reply a
{
	float: left;
	color: #FFF;
	background: #BBB;
	margin: 10px 0 0 0;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 10px;
}

#comments ol.commentlist li .reply a:hover
{
	color: #FFF;
	background: #A07342;
}

#comments ol.commentlist li ul.children li
{
	clear: both;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
}

#comments ol.commentlist li:after, #comments ol.commentlist li div.comment-body:after, #comments ol.commentlist li ul.children li:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#comments #respond
{
	clear: both;
	margin: 0 0 15px 0;
	padding: 20px 20px 0 20px;
	background: #F5F5F5;
	border-top: 2px solid #DDD;
}

#comments #respond .cancel-comment-reply
{
	float: left;
	margin: -10px 0 20px 0;
	text-transform: uppercase;
}

#comments #respond .cancel-comment-reply small a
{
	float: left;
}

#comments #respond .form
{
	clear: both;
	margin: 0;
	padding: 0;
}

#comments #respond .form p
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

#comments #respond .form p label
{
	float: left;
	width: 35%;
	margin-top: 4px;
}

#comments #respond .form p label small
{
	margin-left: 5px;
	font-size: 10px;
}

#comments #respond .form .tf, #comments #respond .form textarea.tf
{
	float: right;
	width: 60%;
	padding: 8px;
	font: normal 12px  Arial, Helvetica, sans-serif;
	color: #666;
	background: #FFF;
	border: 0;
	border-top:1px solid #DDD;
}
 
#comments #respond .form #submit, #comments #respond .form #reset
{
	float: right;
	padding: 5px;
	margin: 0 0 0 10px;
	border: none;
	background: #A07342;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}









/*===== o0o: FORMS =====*/
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;
}
#commentform #submit {
margin:0 0 5px auto;
}
div#search{
border:none;
position:relative;
margin-top:25px;
margin-bottom:60px;
}
div#search form#searchform{
position:absolute;
top:0;
width:180px;
height:25px;
border:1px solid #ccc;
background-color:#f8f8f8;
}
div#search form#searchform .searchinput{
position:absolute;
padding-left:2px;
top:5px;
color:#666;
font-size:13px;
width:145px;
border:0;
}
div#search form#searchform .button{
position:absolute;
top:0px;
left:155px;
background:url(images/mag.gif) no-repeat;
height:25px;
width:25px;
border:0;
cursor:pointer;
}



/*===== o0o: WIDGETS =====*/
div#calendar_wrap,table#wp-calendar {
width:100%;
}
div#calendar_wrap {
padding:0 15px 0 5px;
}
div#calendar_wrap caption {
font-size:1.1em;
font-weight:700;
padding:0 20px 0 0;
}

/*===== o0o: PLUGINS =====*/
/* Wp Page Numbers */
#wp_page_numbers ul,#wp_page_numbers li,#wp_page_numbers a {
background:#fff;
padding:0;
margin:0;
border:none;
text-decoration:none;
font-weight:400;
font-style:normal;
list-style:none;
text-transform:none;
text-indent:0;
font-variant:normal;
text-align:left;
line-height:12px;
letter-spacing:0;
word-spacing:0;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
}
#wp_page_numbers {
margin-top:10px;
width:100%;
background:#fff;
}
#wp_page_numbers ul {
width:100%;
}
#wp_page_numbers li {
float:left;
display:block;
margin-bottom:2px;
}
#wp_page_numbers a {
color:#26a;
border:none;
padding:3px;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-right:2px;
display:block;
text-decoration:none;
}
#wp_page_numbers li a:hover {
text-decoration:underline;
}
#wp_page_numbers li.space {
padding:6px;
padding-left:2px;
padding-right:2px;
}
#wp_page_numbers li.first_last_page {
font-style:italic;
}
#wp_page_numbers li.active_page a, #wp_page_numbers li.active_page a:hover {
color:#000;
}
#wp_page_numbers li.page_info {
float:left;
display:block;
padding:3px;
padding-left:5px;
padding-right:5px;
margin-right:2px;
color:#000;
font-size:1em;
}




/* Full Page Styles */


	#containerfull
	{
		width: 100%;
		background: #FFF;
	}
	
	#containerfull #image
	{
		width: 100%;
		height: 85px;
		text-align: right;
		background:  url("images/bg-fullpage.png") repeat-x;
	}
	
	#containerfull #header
	{
		width: 100%;
		height: 50px;
		background: #A07342;
	}