/* 
Theme Name: Facebooked
Theme URI: http://justintadlock.com/
Description: Very customizable, 3-column, widget-ready, fixed-width design based off http://facebook.com.  Features expanding/collapsing and movable sidebar boxes.
Version: 1.2.1
Author: Justin Tadlock
Author URI: http://justintadlock.com
Released under GNU GENERAL PUBLIC LICENSE
*/

body { 
	color: #000000; 
	background: #ffffff;
	margin: 0;
	padding: 0;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	}
	
	
	#carte_droit {
	width:70px!important;
	float:right!important;
	
	}

/* CONTAINS ENTIRE PAGE */
#body-container {
unborder:none;
	width: 975px;
	margin: 0 auto;
	}
/* HEADER */
#header {
height:40px;
	text-align: right;
	background: #3b5998 url(images/header.gif) no-repeat top right;
	padding: 5px 0;
	}
#header h1 { margin: 0 35px 0 0; }
#header h1 a { color: #ffffff; padding: 0 0 0 25px; }
#header h1 a:hover {
	color: #ffffff;
	background: #3b5998 url(images/home.gif) no-repeat 0 .1em;
	text-decoration: none;
	}
/* CONTAINS CONTENT & SIDEBAR */
#container {
	float: left;
	width: 959px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	/*background: #ffffff url(images/background.gif) repeat-y top right;*/
	}
/* CONTENT */
#content {
	float: right; 
	width: 400px;
	padding: 20px 0;
	margin: 0 10px 100px 0px;
	}
	
#connect{
	background-color:#ECECEC;
	padding:10px;
}	
	
	#content1 {
	border:none;
	float: right; 
	width: 600px;
	padding: 20px 0;
	margin: 0 10px 100px 0px;
	}

	#content2 {
	border:none;
	float: right; 
	width: 600px;
	padding: 10xp;
	margin: 0 10px 100px 0px;
	background-color:#F3F3F3
	}

	

/* HEADERS */ 
h2, h3, h4, h5, h6 { color: #3b5998; unborder-top: 1px solid #cccccc; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* POSTS & PAGES */
.post { width: 100%; margin: 0; float: left; display: block; }
.post h2.post-title {
	float: left;
	width: 100%;
	display: block;
	font-size: 1em;
	margin: 2px 0;
	padding: 2px 0 0 0;
	text-indent: 25px;
	background: transparent url(images/note.gif) no-repeat 0 .2em;
	unborder-top: 1px solid #cccccc;
	}
.post h2.post-title a, .post h2.post-title a:hover  { color: #3b5998; }
.post p.post-time { font-size: .9em; margin: 2px 0 0 0; }
.entry { float: left; width: 100%; display: block; margin: 10px 0; }
.post h2 { font-size: 1em; }
/* blockquotes */
blockquote { color: #5e5f5e; }
blockquote blockquote { color: #858785; }

/* links */
a { 
	color:  #3b5998;
	text-decoration: none;
	}
a:hover { color: #3b5998; text-decoration: underline; }

/* images */

img {
border:none!important;


}
.post a img, .post img { unborder: 2px solid #3b5998; }

/* lists */
.post ul { list-style-type: square; }
.post ul li { 
	margin: 0;
	padding: 0;
	}
.post ol { margin: 0; padding: 0 0 0 25px; }
.post ol li { margin: 1px 0; padding: 0; }

/* postmetadata */
p.postmetadata {
	float: left;
	width: 100%;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
	}

/* tables */
.post table { unborder: none; background: #ffffff; }
.post tr, .post td { unborder: none }

/* other basics & typography */
small { font-size: .9em; }

/* navigation & left, right, center alignment */
.navigation { padding: 25px 0; width: 100%; display: block; float: left; }
.previous { float: left; width: 45%; }
.left, .alignleft { float: left; margin: 0 15px 15px 0; }
.next { float: right; width: 45%; }
.right, .alignleft { float: right; margin: 0 0 15px 15px; }
.center { text-align: center; margin: 0 auto; display: block; }
.clear { clear: both; }

/* COMMENTS */
#comments-template { width: 99%; float: left; display: block; }
#comments-template ol { list-style-type: none; margin: 0; padding: 0; }
#comments-template ol li { margin: 5px 0; padding: 0 5px; }
#comments-template fieldset { unborder: none; }
#comments-template form { padding: 5px; margin: -10px 0 0 0; background: #eeeeee; unborder-bottom: 1px solid #cccccc; }
#comments-template legend { unborder: none; }
#comments-template textarea { width: 99%; unborder: 1px solid #3b5998; }
#comments-template input { width: 40%; unborder: 1px solid #3b5998; }
#comments-template input.submitcomment, #comments-template input.resetcomment { width: 100px; color: #ffffff; background: #3b5998;  }
.comment-meta-data { padding: 5px; margin: 0; background: #eeeeee; unborder-top: 1px solid #3b5998; unborder-bottom: 1px solid #cccccc; }
.comment-text { padding: 0 5px; margin: 0; }
h3#comments, h3#respond {
	font-size: 1em;
	margin: 10px 0;
	padding: 0;
	text-indent: 5px;
	unborder-top: 1px solid #3b5998;
	background: #d8dfea;
	}
	
	#sidebar{
	width:302px!important;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	
	
	}

/* SIDEBAR */
#sidebar, #sidebar2 {
	font-size: 1em;
	background: transparent;
	margin: 0;
	padding: 0;
	}
#sidebar { width: 136px; float: left; }
#sidebar2 {
	width: 200px;
	float: right;
	margin: 0 11px 0 0;
	padding: 20px 0;
	}
	
	
	#blogs-front {
	width:180px;
	margin-left:40px;
	
	
	}
	
#sidebar .menu, #sidebar2 .menu { margin: 0 0 5px 0; width: 100%; display: block; float: left;
background-color:#e8e8e6;


 }
#sidebar h2.menu-header, #sidebar2 h2.menu-header {
	font-size: 1em;
	margin: 0;
	padding: 0;
	background: #d8dfea;
	unborder-top: 1px solid #324e8b;
	}
#sidebar h2.menu-header span, #sidebar2 h2.menu-header span { margin-left: 23px; }
#sidebar ul, #sidebar2 ul { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul li, #sidebar2 ul li {
	padding: 0;
	margin: 0 0 0 10px;
	}
#sidebar div, #sidebar2 div { padding: 0; margin: 0; }
#sidebar2 .about ul li {
	width: 100%;
	unborder-bottom: 1px solid #3b5998;
	padding: 0;
	margin: 0;
	}
#sidebar ul li a, #sidebar2 ul li a {
	color: #3b5998;
	padding: 1px 0 1px 0;
	text-decoration: none;
	}
#sidebar2 .about ul li a {
	padding: 0 0 0 5px;
	display: block;
	}
#sidebar ul li a:hover, #sidebar2 ul li a:hover {
	color: #3b5998;
	text-decoration: underline;
	}
#sidebar2 .about ul li a:hover {
	color: #ffffff;
	background: #3b5998;
	text-decoration: none;
	}
#sidebar ul li ul { margin: 0; padding: 0; unborder: none; }
#sidebar ul li ul li { padding: 0; margin: 0 0 0 10px; }

/* sidebar feed */
#sidebar ul.feed, #sidebar2 ul.feed {
	width: 100%;
	display: block;
	float: left;
	unborder: none;
	margin: 10px 0;
	padding: 0 0 5px 0;
	}
#sidebar ul.feed li {
	float: left;
	width: 100%;
	background: transparent url(images/feed.gif) no-repeat left top;
	unborder: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul.feed li a, #sidebar2 ul.feed li a {
	text-indent: 25px;
	display: block;
	height: 16px;
	width: 100%;
	float: left;
	}
#sidebar ul.feed li a:hover, #sidebar2 ul.feed li a:hover { 
	background: transparent;
	text-indent: 25px;
	}
/* about - sidebar2 */
#sidebar2 .about { margin: 0 0 20px 0; }
.about p { margin: 0; padding: 0; }
.about ul { margin: 0; padding: 0; }
/* search */
#sidebar .search {
	text-align: center;
	padding: 10px 0;
	margin: -12px 0 0 0;
	background: #3b5998;
	unborder-bottom: 5px solid #6d84b4;
	}
#sidebar .search form { margin: 0 2px; }
#sidebar input#s { width: 96%;  }

/* wp-calendar */
table#wp-calendar { width: 80%; margin: 0 auto; }

/* ads for the bottom of sidebar */
.ads { padding-top: 20px; text-align: center; }

/* SIDEBAR WIDGET STYLES */
/* blogroll widget */
li#linkcat-2 { list-style-type: none; margin: 0; padding: 0; }
/* flickr widget & other images in the sidebar */
/* NEED TO ADD CSS FOR THIS */
#sidebar img, #sidebar2 img { border: none; }
/* recent comments widget */
ul#recentcomments li a, ul#recentcomments li a:hover { unborder: none; background: transparent; text-indent: 0; }
/* Flickr RSS */
.flickr img { margin: 5px 10px; padding: 0; }

/* FOOTER */
#footer {
	width: 649px;
	float: right;
	margin: 0;
	padding: 0 0 20px 0;
	background: #ffffff;
	unborder-top: 1px solid #324e8b;
	}	
#footer p { margin: 2px 0; font-size: .9em; }
#footer a:hover { text-decoration: underline; }

/* 
"We multiply distinctions, then
Deem that our puny boundaries are things
That we perceive, and not that we have made." 
~ William Wordsworth, The Prelude, 1850 
*/
