/*  
Theme Name: Togo Diaspora
Theme URI: http://www.togodiaspora.com/
Description: A WordPress theme for TogoDiaspora website inspired by the great theme of BranfordMagazine
Version: 0.2
Author: Joel GAUJARD
Author URI: http://www.joelgaujard.info



/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
}

body,html { min-height:101%; }

body {
	background: #FFF;
	color: #000;
	padding: 20px 0 0 0;
}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height: 15px;
}

p {
	margin: 15px 0 0 0;
}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
}

small {
	font-size: 0.9em;
	padding:3px 6px;
}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited {
	color:#000;
	text-decoration: underline;
} 
a:hover {
	color:#000;
	text-decoration: none;
}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited {
	font: 20px "Times New Roman", Serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
} 
.title:hover {
	font: 20px bold "Times New Roman", Serif;
	font-weight: bold;
	text-decoration: underline;
}

/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a {
	color:#00d929;
	font: 16px "Times New Roman", Times, serif;
	font-weight: bold;
}
h4 a:link, h4 a:active, h4 a:visited  {
	color:#000;
	text-decoration:none;
}
h4 a:hover {
	text-decoration:underline;
}
h5 {
	font: 14px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #00d929;
	padding-bottom: 20px;
}
h5 span {
	text-transform: uppercase;
}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img {  }
a img { border: none; }


/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
	float: right;
}

.hidden {
	display: none !important;
}



/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:880px;
	margin:0 auto 30px auto;
	background:#FFF;
	padding: 20px 0 8px 0;
	border:1px solid #dadada;
}

#branding {/*where the logo sits*/
	width:620px;
	height: 105px;
	background:url('images/bg_branding.png') no-repeat 25px 0;
}

#header_right {
	width: 230px;
	text-align: right;
	padding-right: 20px;
}
#header_right #date_top {
	display: block;
	padding-bottom: 6px;
	font: 10px Arial, Verdana, sans-serif;
}

.left {
	float:left;
}

.right {
	float:right;
}

#content {
	width: 575px;
	float:left
}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 300px;
	float:right;
	text-align: right;
}

#leftcol, #rightcol {
	float:left
}
#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:212px;
	padding-right:10px;
}
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:348px;
	/*text-align:justify;*/
}

br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}


/******************************************
*   Main or page navigation styles                       
******************************************/

/*Main Navbar */

#nav {
	height: 20px;
	color: #FFF;
	background-color: #000;
	font: 12px Helvetica, Arial, sans-serif;
}
#nav a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	line-height: 12px;
	font: 12px Helvetica, Arial, sans-serif;
}

#nav ul {
	float: left;
	padding: 4px 0 4px 4px;
	list-style:none;
	height: 12px;
}

#nav li {
	float: left;
	list-style:none;
	border-left:1px solid #fff;
	line-height: 12px;
	height: 12px;
	padding: 0 8px;
}
#nav li#home_link {
	border: none;
}

.current_page_item a, #home .on {background:#333;}

#more_categories_link span {
	display: block;
	width: 97px;
	font: 11px Helvetica, Arial, sans-serif;
	color: #FFF;
	background: #40403e url('images/bg_more_categories.gif') no-repeat top right;
	margin-left: 7px;
	padding-left: 6px;
}

/* Dropdown Menus for child pages */

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 180px;
	background-color: #000;
}

#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li li {
	width: 180px;
	border-bottom: 1px solid #666666;
	padding: 2px 0;
	border-left: none;
}

#nav li li a, #nav li li a:visited {
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	color:#FFF;
	display: block;
}

#nav li li a:hover, #nav li li a:active {
	text-decoration: underline;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}


#searchform {
	padding:0;
	float: right;
	height: 20px;
}
#searchform label {
	font-size: 10px;
	font-weight: bold;
}
#searchform #s {
	background-color: #bbbbbb;
	width: 75px;
	height: 13px;
	line-height: 10px;
	font-size: 10px;
	border: none;
}
#searchform #searchsubmit {
	color: #000;
	background-color: #FFF;
	border: 1px solid #a7a7a7;
	padding: 0;
	height: 20px;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
}


a.main:hover {
	background:none;
}


/******************************************
*   Sidebar                         
******************************************/

#sidebar {
	margin-top: 10px;
}
#sidebar .sidebar_block {
	margin-bottom: 15px;
}

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #00d929;
	font: 14px Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000000;
	line-height: 16px;
	height: 16px;
	padding-left: 10px;
	margin: 6px 0 22px 0;
}

h3 {
	font: 14px Helvetica, Arial, sans-serif;
	margin: 30px 0 10px 0;
	padding-bottom: 15px;
	background: transparent url('images/h3_border.gif') repeat-x bottom left;
	font-weight: normal !important;
	color:#000;
	text-align: center;
}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3 a:link, h3 a:visited {
	color: #000;
}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
}



/******************************************
*   Content                        
******************************************/

.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
}

/* Featured Articles formatting "leftcol" */

.feature {
	padding: 15px 0;
	background: transparent url('images/h3_border.gif') repeat-x bottom left;
	clear: both;
}

.feature p, #rightcol p { margin:0;	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */

#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #000;
	letter-spacing:normal;
}

#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#840000!important;
	text-decoration:none;
	}
	
.read-on a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
}
#rightcol .topdiasponews img {
	float:none;
	margin:0 auto;
}

#leftcol img {
	/*margin-bottom: 4px;*/
	display:block
}

#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
}	
	


/* Post Formatting */

.entry {
	padding-bottom:28px;
}
.entry a, a.read_more { /* lien lire la suite */
	/*margin-left: 5px;*/
	font-weight: bold;
}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
}


.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
}


/******************************************
*   Single POST
******************************************/
.category_single {
	margin-bottom: 0;
}
div.single {
	padding: 12px 12px 0 20px;
}
div.single .post_title {
	font: 30px "Times New Roman", Times, serif;
	font-weight: bold;
	background: none;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
}
div.single .date {
	margin: 0 0 15px 0;
	font: 12px Arial, Verdana, sans-serif;
}
div.single .entry {
	padding-bottom: 36px;
	background:transparent url('images/h3_border.gif') repeat-x scroll left bottom;
	font-size: 14px;
	line-height: 18px;
}

.wp-caption {
	margin: 0 12px 12px 0;
	float: left;
}
.wp-caption img {
}
.wp-caption img:hover{
}
.wp-caption p.wp-caption-text {
	display: none!important;
}
.entry p {
	margin: 0;
	padding: 10px 0 0 0;
}

.post_action {
	background:transparent url('images/h3_border.gif') repeat-x scroll left bottom;
	padding: 15px 10px 15px 10px;
}
.post_action div {
	float: left;
	height: 80px;
}
div.email_post, div.print_post {
	width: 90px;
	text-align: center;
	background: transparent url('images/border_dot_vertical.gif') repeat-y right top;
}
div.email_post a, div.print_post a {
	display: block;
	background: transparent url('images/icon_mail.png') no-repeat top center;
	padding-top: 45px;
	text-decoration: none;
}
div.print_post a {
	background-image: url('images/icon_print.png');
}
div.sociable_post {
	width: 315px;
	padding-left: 25px;
}
div.sociable_post li {
	margin: 0 4px 4px 0;
}

/* Comments*/
div.comments {
	margin-top:20px;
}
div.comments .nb_comments {
	display: block;
	background: transparent url('images/bg_nb_comments.png') no-repeat top center;
	width: 41px;
	padding-top: 12px;
	height: 29px; /* 41 - padding-top */
	color: #000;
	font: 9px Verdana, Arial, serif;
	font-weight: bold;
	text-align: center;
	float: left;
}
div.comments .nb_comments_text {
	text-transform: uppercase;
	padding: 12px 0 0 8px;
	color: #000;
	font: 12px Verdana, Arial, serif;
	font-weight: bold;
	display: block;
	float: left;
}

.commentlist {
	clear: both;
	padding:18px 0 25px 0;
}
ul.commentlist li {
	margin: 0 0 16px 0;
	list-style: none;
}
.commentlist small {
	font-size: 10px;
	padding: 0;
}
.commentlist li p {
	padding: 6px 0 0 0;
	margin: 0;
}

p.comment_action a {
	font-weight: bold;
	text-decoration: none;
	color: #00d929;
}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#commentform small {
	font-weight:bold;
	padding:0;
}

	
.commentmetadata {
	display: block;
	}




/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}

.clearfloat {
	display:inline-block;
}
.clearfloat {
	display:block;
}

/******************************************
*   Footer                        
******************************************/

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	text-align:center;
	padding-top:35px;
	font-weight: bold;
}


/******************************************
*   HOMEPAGE                        
******************************************/

#leftcol .clearfloat {
	padding: 0 8px 0 8px;
}
#leftcol .topnews {
	text-align: center;
	background: #d9d9d9 url('images/title_top_news.png') no-repeat 10px 20px;
	padding: 35px 0 30px 0;
	font: 12px Verdana, Arial, sans-serif;
}
#leftcol .topnews, #leftcol .topnews a {
	color: #000;
	text-decoration: none;
}
.scroll_border {
	clear: both;
	border-width: 12px 0 12px 0;
	border-color: #000;
	border-style: solid;
}
.scroll {
	height: 370px;
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}
.scrollContainer div.panel {
	height: 370px;
}
.scrollContainer div.onepost {
	height: 185px;
}
.scrollButtons {
	cursor: pointer;
	float: right;
	margin: 4px 5px 4px 0;
}
#leftcol h4 a {
	display: block;
	clear: both;
	font: 19px "Times New Roman", serif;
	font-weight: bold;
	color: #00c6ff;
}

#rightcol h3 {
	margin: 0;
	padding: 0;
	background: none;
}
#rightcol h3 a {
	display: block;
	width: 100%;
	height: 35px;
	background: #00ff2f url('images/title_diasponews.png') no-repeat 8px 5px;
}

#rightcol .topdiasponews {
	padding-top: 0;
}
#rightcol .topdiasponews h4 a {
	font-size: 24px;
}
#rightcol h3.title {
	font: 20px "Times New Roman", serif;
	font-weight: bold;
	color: #00d929;
}
#rightcol p.date {
	font-weight: bold;
	font-size: 11px;
	padding: 5px 0 10px 0;
}

p.nb_comments {
	clear: both;
	padding-top: 25px;
	font-size: 11px;
	font-weight: bold;
}
span.nb_comments {
	color: #00a11e;
}

p.more_news {
	text-align: right;
	padding-top: 6px;
}
#rightcol p.more_news img {
	float: none;
	padding: 0;
}

.archive_post, h5 {
	padding-left: 14px;
}
.archive_post {
	float: left;
	width: 260px;
}
.archive_post img {
	float: left;
	margin-right: 8px;
}
.archive_post p {
	margin: 0;
}
.archive_post .date {
	font: 10px Arial, Verdana, sans-serif;
	margin: 0 0 5px 0;
}
.first {
	width: 545px;
	padding-left: 0;
	margin-left: 14px;
	margin-bottom: 10px;
	background: transparent url('images/h3_border.gif') repeat-x bottom left;
}
.first img {
	float: left;
	border: 7px solid #00ff2f;
	margin: 0 8px 6px 0;
	padding: 0;
}
.first p, .first h4, .first div {
}
.first h4, .first p {
}
.first h4 a {
	font-size: 30px;
}
.first .date {
	font-size: 12px;
}

/******************************************
*   Pagination                        
******************************************/
.navigation {
	clear: both;
	background: transparent url('images/h3_border.gif') repeat-x top left;
	padding-top: 11px;
	margin: 0 14px;
}
.navigation .pagenavi {
	float: left;
}
.navigation .wp-pagenavi {
	display: inline;
}
.navigation .wp-pagenavi a, .navigation .wp-pagenavi span.current {
	border: none;
	padding: 0;
	margin: 0 3px;
	color: #000;
}
.navigation .wp-pagenavi a:hover {
	text-decoration: underline;
}
.navigation .wp-pagenavi span.current {
	text-decoration: underline;
	color: #00d929;
}
.previous_next {
	float: right;
}
.previous_next p {
	display: inline;
}
.previous_next p a {
	text-decoration: none;
}
.previous_next p.previous_page a {
	background: transparent url('images/navigation_previous.gif') no-repeat 0 4px;
	padding-left: 18px;
	padding-right: 5px;
	border-right: 1px solid #000;
}
.previous_next p.next_page a {
	background: transparent url('images/navigation_next.gif') no-repeat 100% 4px;
	padding-right: 18px;
}



/******************************************
*   Modal Box                        
******************************************/
.mbox {
}
.mbox_header {
	background: transparent url('images/logo_mbox.jpg') no-repeat 40px 18px;
	height: 85px;
}
.mbox_content {
	background: transparent url('images/h3_border.gif') repeat-x top left;
	padding: 20px 130px 60px 100px;
}
.mbox_content h2 {
	background: none;
	color: #000;
	text-transform: none;
	font: 18px Arial, Verdana, sans-serif;
	font-weight: bold;
	padding: 0;
}


/******************************************
*   Contact us                        
******************************************/
#fancy_content .mbox_content .cform {
	margin: 10px 0 0 0 !important;
	width: 600px !important;
	background: none !important;
}
#fancy_content .mbox_content .cform legend {
	color:#000;
	font-size:normal;
	font-variant:normal;
	line-height:2em;
	margin:0;
	padding:0;
}
#fancy_content .mbox_content ol.cf-ol li.textonly {
	background: none !important;
	font-weight: normal;
	font-size: 12px;
}
#fancy_content .mbox_content .cform label {
	background: none;
	font-weight: bold;
	text-align: right;
	width: 200px;
}
#fancy_content .mbox_content .cform label span {
	width: 200px;
}
#fancy_content .mbox_content .cform label div {
	display: inline;
}
#fancy_content .mbox_content .cform input.fldrequired, #fancy_content .mbox_content .cform input.fldrequired:hover,
#fancy_content .mbox_content .cform select.fldrequired, #fancy_content .mbox_content .cform select.fldrequired:hover {
	border-right: 1px solid #999999;
}
#fancy_content .mbox_content .cform p.cf-sb {
	padding-right: 150px;
	text-align: right;
}
#fancy_content .mbox_content .cform input.sendbutton {
	background: transparent url('images/button_send.jpg') no-repeat top left;
	width: 202px;
	height: 59px;
	text-align: center;
	display: block;
	font: 13px Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	color: #000;
	text-transform: uppercase;
	float: right;
	border: none !important;
}
#fancy_content .mbox_content .linklove {
	display: none;
}


/******************************************
*    Login                        
******************************************/
#registerform-tml-main label {
	display: block;
}


/******************************************
*    Sitemap                        
******************************************/
.ddsg-wrapper h2, .ddsg-wrapper div p {
	display: none;
}
.ddsg-wrapper div.ddsg-pagenav p {
	display: block;
}
