/*
Theme Name: soDANDY
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Visit <a href="http://sodandy.com">soDANDY</a>.
Version: 2.0
Author: Maxime Desmet
Author URI: http://maxime.desmet.free.fr/

*/

/* ----------------------------------------------
	Template Name : soDANDY
	Template Code : S-0022
	Version : 2.0   
	Author : Maxime Desmet
	Author URI : http://maxime.desmet.free.fr/       
	Last Date Modified : September 07, 2009	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 13px/130% Helvetica, Arial, sans-serif;
	color: #ffffff; 	
	margin: 0; 	padding: 0; 
	background: #000000 no-repeat center 60px;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #3399ff;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #999;
}

/* headers */
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #ABABAB;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}

dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
   border: none;
	padding: 0;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.wp-smiley {
       margin:0px;
       padding:0px;
       border:0px;
       background: transparent;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em Helvetica, Arial, sans-serif ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
label {
	display: block;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
	border: none;
	display:inline;
}
textarea {
	width: 100%;
	height: 100px;
	display: block;
	color:#000;
	margin:0 0 10px 0;
	border:0;
}
input.button { 
	font: bold 12px Helvetica, Arial, sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #3399FF;
	background: #000;
	
	border:0;
}

/* search form */
.searchform {
	background-color: #222;
	border: none;	
	margin: 3px 6px 0 0; padding: 0;	
}
.searchform p { margin: 0; padding: 0;}
.searchform input.textbox { 
	width: 130px;
	height: 14px;
	padding: 2px;	
	vertical-align: top;
	color:#3399FF;
	font-weight:lighter;
	font-style:italic;
	font-size:11px;
	background:#000;
	float:right;

}
.searchform input.button { 
	width: 100px;
	height: 20px;
	padding: 0;
	vertical-align: top;
	
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 900px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin-left: 0;	
	background: #000;
	float: left;	
	display: inline;	
	
}
#header {
	position: relative;
	width: 900px;	
	height: 200px;	
	margin: 0; padding: 0;		
	background: url(images/sodandy-header.gif);
}
#blogtitle{
	width:900px;
	height:200px;
	text-indent:-9999px;}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 20px;
	width: 900px;
	top: 0;
	border-top: solid 3px #3399FF;
}
#nav ul {
	float: left;
	list-style: none;
	width: 900px;		
	height: 20px;
	margin: 2px 0 0 0; padding:0;	
	display: inline;
	border-top: solid 1px #3399FF;
}
#nav li.rss{
	float: right;
	display: inline;
	margin: 0; padding: 0;
}
#nav ul.rss{
	list-style-image: url(images/bullet.gif);
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: 10px/20px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	color: #ffffff;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #FFFFFF;
	background: #3399FF;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #3399ff;	
}

/*  Category  */
#category {
	margin: 0; padding: 0;		
	height: 29px;
	width: 900px;
	background:#222;
	
}
#category ul {
	float: left;
	list-style: none;
	width: 900px;		
	height: 30px;
	margin: 2px; padding: 0;	
	display: inline;
}

#category ul li {
	display: inline;
	margin: 0; padding: 0;
}
#category ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: 11px/25px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	color: #ffffff;	
}
#category ul li a:hover, 
#category ul li a:active {
	color: #FFFFFF;
	background: #000;
	border: none;
}



/* Main Column */
#main {
	float: left;
	width: 550px;
	padding: 0; margin: 0;
}

.pagetitle {
	color:#FFF;
	text-transform:uppercase;
	font-weight:normal;
	margin:10px 0 0 0; padding:0;}

/* post */	
.post {
	display: inline-block;
	background:#FFF;
	width: 260px;
	}
.odd { margin:10px 10px 10px 0; }
.even { margin:10px 0 10px 10px;}

.post p {
	color:#000;
	margin:0 10px 10px 10px;}

.post h2 {
	font: 18px/100% Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	font-weight:lighter;
	padding:2px 0 0 0;
	margin:5px 10px 0px 10px;
	border-top: 3px solid #000;
	}

.post h2 div {
	border-top: 1px solid #000;
	padding:10px 0 0 0;
	margin:0;
	}
	
.post h2 a {
	color:#000;
	}
.post h2 a:hover {
	background: #000;
	color:#3399FF;
}

.post div {
	position:relative;
	}
	
.post .post-info, #article .post-info {
	position: absolute;
	text-transform: uppercase;
	font: 9px Helvetica, Arial, sans-serif;
	bottom:4px;
	margin:0;}
.post .post-info a, #article .post-info a {
	padding:3px 3px 0 3px;
	color:#FFF;
	background:#000;}
.post .post-info a:hover, #article .post-info a:hover {
	background:#3399ff;}

.post .comment {
	right:15px;
	bottom:20px;
	margin:0 10px 5px 10px;;
	padding:0 0 0 5px;
	background:#E1E1E1;}
.post .comment a {
	font: 11px Helvetica, Arial, sans-serif;
	color:#000;
	}
.post .comment a:hover {
	color:#3399FF;
}
	
.thumbnail {
	border:none;
	background:none;
	margin:0;
	padding:0;
	}
.tag {
	font: 11px Helvetica, Arial, sans-serif;
	border-top:1px dotted #000;
	padding:5px 0 0 0;
	}
.tag a {
	color:#FFF;
	margin:0;
	padding:0;
	color:#000;
	}
.tag a:hover {
	background:#3399FF;
	}
#article .tag {
	margin:0 20px 15px 20px;}

#post .author {margin:0 0 10px 10px;}
 #article .author {margin:0 0 10px 20px;}
.author, #article .author {font: 10px Helvetica, Arial, sans-serif;}
.author a, #article .author a {color:#000; }
.author a:hover { background:#3399FF;}

/* Page Navi */
.wp-pagenavi { margin:10px 0 0 0; padding:5px 0 5px 0; background:#fff;}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #000;
	padding: 3px 5px;
	margin: 2px;
	color:#000; }

.wp-pagenavi a:hover{
	border-color: #3399ff;
	color:#3399FF;}
.wp-pagenavi span.current {
	background:#000;
	color:#FFF;
	border: 1px solid #000;}

.wp-pagenavi span.current {font-weight: bold;}

/* article */
#article {
	position: relative;
	background:#fff;
	color:#000;
	width:550px;
	margin: 15px 0 0 0;
	padding:1px 0 1px 0;
	}
#article p {
	margin:20px;
	font: 14px/130% Helvetica, Arial, sans-serif;
	}
	
#article h2 {
	padding:0;
	margin: 17px 20px 0 20px;
	font: 30px Helvetica, Arial, sans-serif;	
	color: #000; 
	letter-spacing: -2px;	
	text-transform: uppercase;
	border-top: 3px solid #000;
}

#article h2 div {
	border-top: 1px solid #000;
	margin:2px 0 0 0;
	padding:10px 0 0 0;
}

#article-info {
	display:inline-block;
	margin:0 20px 0 20px;
	width:200px;
	border-bottom: 1px solid #000;
	padding:10px 0 10px 0;
	font: 12px Helvetica, Arial, sans-serif;
	}
	
#article-info p {
	color:#666;
	margin:0;
	padding:0;
	font: 15px Helvetica, Arial, sans-serif;	
}

#article-info a {
	font-weight:bold;
	color:#000;
}
#article-info a:hover {
	background:#3399FF;
}

.postmeta {
	margin:20px 20px 5px 20px;
	color:#000;}
.postmeta a { color:#000;}
.postmeta a:hover { color:#3399ff;}
.postmeta img { background:none; padding:0; margin:0; border:0;}

.addthis_container { width:150px; display: inline; margin: 0 0 0 340px;}


#adsense-article {
	display:inline-block;
	width:234px;
	height:60px;
	margin:0 20px 0 50px;
	padding:0 0 13px 0;
	border-bottom: 1px solid #000;
	}

#article h3 {
	font: 20px Helvetica, Arial, sans-serif;
	color:#000;
	margin:0 20px 20px 20px;
	padding:2px 0 5px 5px;
	border-bottom:1px solid #000;}

/* Sidebar */
#about { margin:0 0 10px 0;}
#about img {
	margin:0 10px 0 0; padding:0; float:left; background:none; border:none;}
#sidebar #about ul {padding:0; margin:0; display:inline;}
#sidebar #about ul li {border:0; margin:0; padding:0; display:inline;}
#sidebar #about ul li a { 
	text-transform:uppercase;
	display:inline;
	font: 11px Helvetica, Arial, sans-serif;
	color:#3399ff;
	border:0;
	padding:0; margin:0;
	background:#000;}
#sidebar #about ul li a:hover { text-decoration:underline;}
	
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 10px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin:15px 0 0 0;
	padding: 3px 0 10px 0;
	text-transform:uppercase;
	font-size: 15px;
	color: #fefefe;
	border-top: 3px solid #fff;
}

#sidebar h3 div {
	border-top:1px solid #fff;
	padding:10px 0 0 0;
}

#sidebar ul {
	text-align: left;
	margin: 5px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 6px 5px 6px 0;
	margin: 0;		
	border-bottom: 1px solid #222;
	font-size: 12px;
	color:#999;
}

#sidebar ul li a {
	text-decoration: none;
	display:block;
	border: none;
	color: #fff;
	font-size: 12px;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	letter-spacing: .5px;}
	
#sidebar ul li a span {
	color: #444;	
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #3399ff;
	background:#222;
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

#tagcloud {
	margin:0 0 15px 0; padding:5px 0 0 0;}
#tagcloud a {
	background:#FFF;
	color:#000;
	padding:2px;
	margin:1px;
	display:inline-block;
	}	
#tagcloud a:hover { background: #3399ff; }


#email {
	color:#3399FF;
	border:1px solid #000;
	margin:0 10px 0 0;
	font-style:italic;
	width:200px; height:15px;}
#envoyer {
	color:#000;
	font-style:normal;}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 3px 0 0 0;
	margin-top: 30px;
	font: normal 1em Helvetica, Arial, sans-serif;
	color: #555;
	width: 900px;
	float: left;	
	display: inline;
	border-top: 3px solid #fff;		
}
#footer-wrap h3 {
	font: normal 17px Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform:uppercase;
	padding:0;
	margin:20px 0;
}
#footer-content {	
	margin: 0 auto;		
	width: 900px;
	text-align: left;
	border-top: 1px solid #fff;
}
#footer-content ul.col-list {
	border-top: 1px dotted #111;
	list-style: none;
	margin:0; padding: 0;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #222;
	font: 12px/110% Helvetica, Arial, sans-serif;
	margin: 6px 0;
}
#footer-content ul.col-list li a {
	display: block;
	padding: 4px 0 4px 0;
	color: #fff;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #3399ff;
	font-style: italic;
	font-weight: normal;
}
#footer-content ul.col-list li a:hover {
	color: #fff;
	text-decoration: none;
	background:#222;
}

#footer-content .col {
	width: 260px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 50px;
}
#footer img {
	margin:0; padding:0; border:0;
	width:40px; height:40px;
	}

/* REPLY */
#leave-reply {
	background:#fff;
	padding:20px;}
#leave-reply h3 {
	background:#000;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:5px 5px 2px 20px;
	font: 14px/130% Helvetica, Arial, sans-serif;
	}
#leave-reply form {
	padding:10px 20px 20px 20px;
	margin:20px 0 0 0;
	background:#000;}

#number-reply {
	background:#fff;
	margin:20px 0 20px 0;
	padding:20px;
	color:#000;}
#number-reply h3 {
	background:#000;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:5px 5px 2px 20px;
	font: 14px/130% Helvetica, Arial, sans-serif;
	}
#number-reply ol li {
	border-bottom:1px dotted #000;
	padding:0 0 5px 0;
	margin:0 0 10px 0;}
	
#number-reply ol li a:hover {
	background:#000;
	color:#3399ff;}
#number-reply cite {
	text-transform: uppercase;
	font-style:normal;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/*PFW*/


#tweet { float:left; margin:30px 0 0 0;}
#pfw { width:300px;}

#tweet h1 { font-size: 36px; letter-spacing:-3px; text-transform:uppercase; color:#000; margin:0; padding:-5px; line-height:30px; background:#3399ff; border-bottom:4px solid #444; }

#tweet div {
	width:160px;
	float:left;
	margin:15px 20px 0 0;
	}

#tweet div ul {
	margin:0; padding:0;}
#tweet div ul li { border-bottom:1px dashed #555;}

#tweet div ul li a:link, #tweet div ul li a:visited { color:#FFF; font-size:12px; line-height:12px;}
#tweet div ul li a:hover { color:#3399FF;}

#tweet div h3 {color:#FFF; width:160px; margin:0 0 15px 0; padding:5px; background:#ff0099;}