/*  
Theme Name: World Toucouleur Network
Theme URI: http://www.toucouleur.fr
Description: Developpe pour WordPress 2.0+</strong>.
Version: 0.2
Author: Toucouleur
Author URI: http://www.toucouleur.fr
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#fff;
	min-width: 1000px;
	color:#BFBFBF;
	font-size:11px;
	font: normal 75% Arial, "Verdana", "Helvetica", sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	padding-bottom: 5px;
}

#container {
	width:904px;
	background:#fff;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
}

#page {
	width:904px;
	background:#fff;
	padding:0;
	margin:0;
	text-align:left;
	float:left;
	display:inline;
}

a{
	color:#FFF;
}

h1{
	color:#CCC;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
}

h2, h3{
	font-size:1.15em;
	color:#000;
	font-weight:normal;
}

#primary h1{
	color: #000;
	margin-bottom:0.5em;
	padding-bottom: 5px;
	border-bottom:1px solid #ccc;	
}


#primary ol {
	margin:0;
	padding: 0;
	float: left;
}

#primary ol ul {
	padding: 0;
}

p{
	line-height:1.4em;
	margin-bottom: 1em;
}

#div_hr {
	clear:both;
	margin: 0;
	padding: 0;
	visibility: hidden;
	height: 0px;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#333;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header {
	width: 100%;
	padding:0;
	text-align:center;
	background:#999999;
	height: 50px;
	background:url(images/header_bg_repeat.gif) repeat-x top left;
}

#header img {
	border:0;
	float:left;
}

#header #logo_marketing {
			background-image: url("images/toucouleur_logo.gif");
			float: left;
}
	
#header #logo_marketing a {
			height: 50px;
			width: 332px;
			display: block;
			border: none;
			background-image: none;
}

#header #logo_rss_header {
	float: right;
}

#header .inside {
	padding:3em 0;
}

#header h2 {
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	border-right:1px solid #808080;
	float:left;
	text-decoration:none; }

#header p {
	padding:1em 0;
	margin:0;
	line-height:1em;
}

#header ul {
  float:right;
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
	white-space: nowrap;
}
 		
#header ul li {
  display: inline;
	margin: 5px 0 0 0;
} 
		
#header ul li a {
	font: "Helvetica", "Verdana", sans-serif;
	font-size:0.9em;
}
		
#header ul li a:link {
	color: #fff;
	text-decoration:none;
	padding:3px 5px;
	border:1px solid #eb9d52;
}

#header ul li a:visited {
	color: #fff;
	text-decoration:none;
	padding:3px 5px; 
	border:1px solid #eb9d52;
}

#header ul li a:hover {
	color: #fff;
	text-decoration:none;
	padding:3px 5px;
	border:1px solid #fff;
	background-color:#787eb9;
}

#header ul li a:active {
	color: #ffffff;
	text-decoration:none;
	padding:3px 5px;
	border:1px solid #888888;
	background-color:#4b5bd8;
}

#header ul li form {
	text-align:left;
	color:#ffffff;
	padding:3px;
	margin:0;
	display:inline;
	border:1px solid #eb9d52;
}
		
#header ul li form .search-field {
	font-size:0.9em;
	border:1px solid #eb9d52;
	color:#000;
	background-color:#fff;
	margin:0 0 2px 0;
	padding:2px;
	vertical-align:middle;
}
		
#header ul li form .search-button {
	font: "Helvetica", "Verdana", sans-serif;
	font-size:0.9em;
	color:#ffffff;
	background-color:#eb9d52;
	background-repeat:repeat-x;
	margin:0 0 2px 0;
	padding:1px;
	border:1px solid #fff;
	cursor:pointer;
	vertical-align:middle;
}
		
#header ul li img {
	float:none;
	margin:0 0 2px 0;
	padding:1px;
	border:0;
	vertical-align:middle;
}



/*-----------------------------------------------------------------------------------------------
  Front page
-----------------------------------------------------------------------------------------------*/

#homeBackground {
	width:100%;
	background-color:#fff;
}

#homeMain {
	width:904px;
	padding:0;
	margin:0 auto 0 auto;
	padding:0;
	text-align: center;
	height:422px;
	background-color:#fff;
	background-position:bottom;
}

#home-latest {
	color:#ffffff;
	width:277px;
	height:422px;
	float:left;
	text-align: left;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(images/front_left_1.jpg);
}

#home-latest #headline {
	display: block;
	width:230px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin: 35px 0 0 35px;
	text-align: center;
	font-weight: bold;
	font-size:1.2em;
}

#home-latest ul {	
	margin:5px 0px 25px 50px;
	padding:0;
	text-indent:0;
}

#home-latest ul li {
	margin:0;
	padding:7px 20px 5px 0px;	
	list-style-type: square;
	background-repeat:no-repeat;
}

#home-latest ul li a.link:link {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	display: block;
}

#home-latest ul li a.link:visited {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	display: block;
}

#home-latest ul li a.link:hover {
	color: #787eb8;
	background-color:#fff;
	padding: 0 5px 0 5px;
	display: block;
	font-weight:bold;
	text-decoration:none;
}

#home-latest ul li a.link:active {
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.1em;
}

#home-latest ul li a.comment {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
	padding: 0 4px 0 4px;
	display: inline;
	font-size:1.1em;
}

#home-latest ul li a.comment:hover {
	color: #000;
	font-weight:normal;
	text-decoration: none;
	background-color: #fff;
	font-size:1.1em;
}

#home-img {
	color: #000;
	width:344px;
	height:422px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(images/front_right_1.jpg);
}

#home-search {
	width:282px;
	height:422px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image:url(images/front_search.jpg);
	font-weight:bold;
	color: #fff;
	line-height:1.4em;
	text-align: left;
}

#home-search #block {
	display: block;
	font-weight: normal;
	width: 275px;
	height: 130px;
}

#home-search #block a {
	text-decoration: none;
	color: #fff;
}

#home-search #block a:hover {
	color: #000;
}

#home-search p a:link { color: #ffffff;font-weight:bold; text-decoration:underline;}
#home-search p a:visited { color: #ffffff; font-weight:bold; text-decoration:underline;}
#home-search p a:hover { color: #111111; font-weight:bold; text-decoration:underline;}
#home-search p a:active { color: #111111; font-weight:bold; text-decoration:underline;}
						
#home-search form {
	text-align:left;
	padding-top: 3px;
	margin:0;
}

#home-search form .search-field {
	border:1px solid #4c5cd9;
	color:#000;
	width: 140px;
	background-color:#fff;
	margin: 0px;
	padding:3px;
	vertical-align:middle;
}

#home-search form .search-button, .wp-contact-submit {
	color:#ffffff;	
	background-color:#787eb8;
	margin:0px 3px 2px 0px;
	padding:1px;
	border:1px solid #a3c552;
	cursor:pointer;
	vertical-align:middle;
}

.wp-contact-submit {
	padding:5px;
	border:5px solid #a3c552;	
}

#home-browse {
	width:300px;
	height:133px;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
				#home-browse p {
				font-weight:bold;
				color:#ffffff;
				line-height:1.4em;
				margin:0;
				padding:45px 20px 20px 20px;
				}
						#home-browse p a:link { color: #ffffff;font-weight:bold; text-decoration:underline;}
						#home-browse p a:visited { color: #ffffff; font-weight:bold; text-decoration:underline;}
						#home-browse p a:hover { color: #111111; font-weight:bold; text-decoration:underline;}
						#home-browse p a:active { color: #111111; font-weight:bold; text-decoration:underline;}

		#home-huh {
		width:300px;
		height:134px;
		float:left;
		margin:0;
		padding:0;
		overflow:hidden;
		background-image:url(images/4-home-huh.jpg);
		}
				#home-huh p {
				font-weight:bold;
				color:#ffffff;
				line-height:1.4em;
				margin:0;
				padding:45px 20px 20px 20px;
				}
						#home-huh p a:link { color: #ffffff;font-weight:bold; text-decoration:underline;}
						#home-huh p a:visited { color: #ffffff; font-weight:bold; text-decoration:underline;}
						#home-huh p a:hover { color: #111111; font-weight:bold; text-decoration:underline;}
						#home-huh p a:active { color: #111111; font-weight:bold; text-decoration:underline;}

/*-----------------------------------------------------------------------------------------------
	Build The Latest Network Headlines
-----------------------------------------------------------------------------------------------*/	

#network-latest {
color:#fff;
width:450px;
margin:25px 0 25px 0;
padding:10px 0 0 0;
text-align:left;
float:right;
display:inline;
background-color:#a3c552;
background-image:url(images/network_top.gif);
background-repeat:no-repeat;
}

#network-latest #headline {
	display: block;
	width: 350px;
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 50px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size:1.2em;
}

		#network-latest ul {
		list-style: none;
		margin:0 25px 0 25px;
		padding:0;
		text-indent:0;
		}
		
				#network-latest ul li {
				margin:0;
				padding:5px 25px 5px 39px;
				color:#000;
				list-style-type: none;
				background-color:#fbcb4f;
				border-bottom:1px solid #787eb9;
				z-index:10000;
				overflow: visible;
				}
						#network-latest ul li a:link {
							color: #000;
							font-weight:bold;
							text-decoration:none;
						}
						
						#network-latest ul li a:visited {
							color: #000;
							font-weight:bold;
							text-decoration:none;
						}
						
						#network-latest ul li a:hover {
							font-weight:bold;
							text-decoration:underline;
						}
						
						#network-latest ul li a:active {
							color: #ffffff;
							font-weight:bold;
							text-decoration:none;
						}				
				
		#network-latest #network-latest-footer {
		width:450px;
		height:37px;
		margin:8px 0 0 0;
		padding:0;
		background-color:#283abd;
		background-image:url(images/network_bottom.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#fff;
	padding:1px 0 2em 0;
	color: #333;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}
* html #primary.twocol-stories .story{
	margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story h3{
	font-size:1.15em;
	margin:0 0 1.5em 0;
	font-weight:normal;
	color:#CCC;
}
.story h3 a{
	color:#CCC;
	text-decoration:none;
	border-bottom:1px dotted #666;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #333;
	padding:0.5em 0;
	font-size:0.95em;
	color:#666;
}
.story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}
.story .details a{
	color:#666;
	text-decoration:none;
}
.story .details a:hover{ color:#FFF; }

/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}

#primary .primary a {
	color: #000;
}

#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }

.secondary .featured p { 
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl {
	margin:0 0;
	border-bottom:1px solid #ccc;
	padding:0.5em 0 0.6em 0;
}

.secondary .featured dl2 {
	margin:0 0;
	border-bottom:5px;
	padding:0.5em 0 0.6em 0;
}

.secondary dt {
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd {
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a {
	color:#808080;
}

.secondary .featured #commenteo {
	padding: 0 5px 10px 5px;
	color: #fff;
	font-size:0.9em;
	line-height:2.5em;
	background:url(images/header_bg_repeat.gif) repeat-x bottom left;
	background-color:#e58839;	
}

.secondary .featured #commenteo p {
	border-bottom:1px solid #ccc;
	border-top: 0px;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0.6em 0;
}

.secondary dd a:hover {
	color:#000;
	text-decoration: none;
}

.single-post h1, .single-post h2{ margin-top:1em; }

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#0C0C0C;
	padding:1px 2em;
	border-top:1px solid #1C1C1C;
}

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	float: left;
}
input.textfield{
	width: 15em;
	margin:5px 0;
}
textarea.commentbox{
	width:20em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:-1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:0.5em 0 0 0;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#in_date {
	width: 200px;
	float: left;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #3D3D3D;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #3D3D3D;
}
ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#BFBFBF;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#FFF;
}


ul.dates li a { 
	color:#FFF;
}


ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#939393;
	margin:2em 0 3em 0;
}
#footer .inside{
	background:url(images/footer_black.gif) 50% 0 repeat-x;
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:0.95em;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#FFF;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

.small-type {
	font-size:0.8em;
	font-weight:normal;
	display:block;
}

.headline_block {
	font-weight: normal;
	font-family: "Century Gothic";
	font-size:2.6em;
	line-height:1.2em;
}

#footer_sidebar {
	background:#787eb8;
	color: #fff;
	border-top: 5px solid #fbcb4f; 
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

#footer_sidebar #about {
	font-size: 0.9em;
}

#footer_sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin: 0.5em 0 0.5em 0;
	padding-bottom: 5px;
	border-bottom:1px solid #fff;
}

#footer_sidebar ul {	
	margin:0;
	padding:0;
	text-indent:0;
	color: #fff;
}

#footer_sidebar ul li {
	margin:0 0 5px 15px;
	padding: 0 25px 0 0;
	list-style-type: square;	
}


#footer_sidebar ul li ul {	
	margin-top:5px;
	padding:0;
	text-indent:0;
	color: #fff;
	font-size: 0.8em;
}

#footer_sidebar ul li ul li {
	margin:0 0 5px 15px;
	padding: 0 25px 0 0;
	list-style-type: none;	
}


#footer_sidebar ul li a {
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}

#footer_sidebar ul li a:hover {
	text-decoration:underline;
}

/*-----------------------------------------------------------------------------------------------
  Content Items
-----------------------------------------------------------------------------------------------*/

#content {
	width:400px;
	margin:0 0 25px 0;
	padding:20px 25px 0 25px;
	text-align:left;
	float:left;
	color: #333;
}

#content p {
	line-height:1.4em;
	padding-top: 3px;
}

#content a {
	color: #ea8b13;
}

#content a:hover {
	color: #000;
}

#content a.h3 {
	color: #ea8b13;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#content a.h3:hover {
	background-color: #a3c552;
	color: #fff;
}

.class_ads_google {
	float:left;
	height: 125px;
	padding:5px;
	margin:5px 7px 5px 0;
	border:1px solid #ea8b13;
}

.class_ads_google_page {
	float:left;
	padding:5px;
	margin:1px 7px 10px 0;
	border:1px solid #CCC;
}

#content h3 {
	font-weight: bold;
	font-size:1.2em;
	border-bottom:1px solid #283abd;
	padding-bottom: 5px;
	margin: 5px 0 2px 0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-----------------------------------------------------------------------------------------------
  Loggin & quicksignup form
-----------------------------------------------------------------------------------------------*/

#quicklogin {
	width: 248px;
	text-align: left;
	padding-bottom: 15px;
}

#quicklogin-top-img,
#quicklogin-bottom-img {
	width:248px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(images/header_quicksignup.gif);
}

#quicklogin-bottom-img {
	background-image:url(images/footer_quicksignup.gif);
}

#quicklogin #block_c1,
#quicklogin #block_c2 {
	display: block;
	width: 248px;
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #e6883a;
	background-image:url(images/block_signup_bg_1.gif);
}

#quicklogin #block_c2 {
	background-color: #e6883a;
	background-image:url(images/block_signup_bg_2.gif);
}

#quicklogin #block_c1 #inside,
#quicklogin #block_c2 #inside {
	display: block;
	text-align: left;
	color: #fff;
	width: 218px;
	overflow: hidden;
	font-weight: normal;
	margin : 0 10px 0 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#quicklogin #block_c1 #inside a,
#quicklogin #block_c2 #inside a {
	text-decoration :none;
}

#quicklogin #block_c1 #inside a:hover,
#quicklogin #block_c2 #inside a:hover {
	color: #000;
}

#quicklogin .add-comment-button {
	font-size:2.0em;
	color:#ffffff;	
	background-color:#787eb9;
	margin: 7px 3px 7px 0px;
	width: 90%;
	height: 40px;
	padding:0px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	cursor: pointer;
	vertical-align:middle;
}

#quicklogin #comment_textarea {
	margin: 7px 3px 7px 0px;
	display: block;
	height: 120px;
	width: 90%;
}

/*-----------------------------------------------------------------------------------------------
  Signup form
-----------------------------------------------------------------------------------------------*/

#setupform {
	width: 303px;
	text-align: left;
}

#setupform-top-img {
	width:303px;
	height:32px;
	margin:0;
	padding:0;
	background-image:url(images/header_signup.gif);
}

#setupform-bottom-img {
	width:303px;
	height:57px;
	background-image:url(images/footer_signup.gif);
}


#setupform #block_1,
#setupform #block_2,
#setupform #block_3,
#setupform #block_4 {
	display: block;
	width: 303px;
	background-repeat:no-repeat;
	background-position:top left;
}

#setupform #block_1 {
	background-color: #ea8b13;
	background-image:url(images/block_signup_bg_1.gif);
}

#setupform #block_2 {
	background-color: #ea9427;
	background-image:url(images/block_signup_bg_2.gif);
}

#setupform #block_3 {
	background-color: #eb9e3e;
	background-image:url(images/block_signup_bg_3.gif);
}

#setupform #block_4 {
	background-color: #eca64e;
	background-image:url(images/block_signup_bg_4.gif);
}

#setupform #block_1 #inside,
#setupform #block_2 #inside,
#setupform #block_3 #inside,
#setupform #block_4 #inside {
	display: block;
	text-align: left;
	color: #fff;
	font-weight: normal;
	width: 273px;	
	margin : 0 10px 0 20px;
	padding-top: 7px;
}

#setupform #input_hackIE {
	width: 100%;
	text-align: left;
}

#setupform input {
	width: 80%;
	font-size:2.0em;
	margin: 7px 0 7px 0;	
	padding: 0;
}

#setupform select {
	width: 80%;	
	font-size:2.0em;
	margin: 7px 0 7px 0;	
}

.blog_name_input {
	font-size:2.0em;
}

.error-signup {
	display: block;
	width: 90%;
	background-color:#fff;
	color: #ff0000;
	font-size:2.0em;
	line-height: 1.2em;
	padding: 5px;
	margin: 5px 0 3px 0;
}

#setupform .search-button-setup-bottom {
	color:#ffffff;	
	background-color:#4c5cd9;
	margin:0px 3px 10px 0px;
	height: 40px;
	width: 90%;
	padding:0px;
	border-style: solid;
	border-width: 0 1px 1px 1px ;	
	border-color: #fff;
	cursor: pointer;
	vertical-align:middle;
}

#setupform .search-button-setup {
	color:#ffffff;	
	background-color:#4c5cd9;
	margin: 7px 3px 7px 0px;
	width: 90%;
	height: 40px;
	padding:0px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	cursor: pointer;
	vertical-align:middle;
}