/*
DESIGN NAME: Takimata
DESIGN URI: http://www.upstartblogger.com/wordpress-sandbox-theme-upstart-blogger-takimata
VERSION: 0.1
DESCRIPTION: A submission set for the Sandbox Designs Competition
DESIGNER: Robert Ellis
DESIGNER URI: http://www.upstartblogger.com/

Largement modifié par Mickaël Puiravau
http://danslesplis.org

*/

#theme-link:after {
	color: #666;
}

/* @group Layout */

html * {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: 91%/130% Arial, Helvetica, sans-serif;
	text-align: left;
	background : #fff url(fond.jpg) repeat;
	color: #202b35;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 739px;
}

#access {
	margin-left: -9999px; /* <--- ici */
}

#menu {
	display: none;
}

#blog-title {
	font-size: 1em;
	font-weight: normal;
}
	
.single #blog-title, .search #blog-title, .archives #blog-title {
	font-size: .8em;
	font-weight: normal;
	padding: 10px 0 10px 20px;
	margin: 0;		
	float: left;
	width: 156px;
	background-color: #fff;
	border-right: 1px dotted #6b96c3;
}

#blog-title a:link, #blog-title a:visited {
	color: #698eb2;
	text-decoration: none;
}

#blog-title a:hover {
	color: #202b35;
	letter-spacing: normal;
}

#content {
	float: left;
	width: 100%;
}

.single #container {
	width: 699px;
	background-color: #fff;
}

#search-terms {
	font-weight: bold;	
}

.post noresults {
	width: 100%;
}

#noresults-searchform {
	padding-top: 20px;
}

.single #content { 
	margin-bottom: 1px;
	padding: 0 20px 0 20px;
	width: 100%; 
	background-color: #fff;
}


.search #content, .archives #content { /*formulaire recherche qui apparaît si elle est infructueuse*/
	margin-bottom: 1px;
	padding: 20px;
	width: 699px;
	background-color: #fff;
}

#primary {
	float: left;
	margin: 0;
}

#secondary {
	float: left;
	margin: 0 0 0 0;
}

#footer {
	clear: both;
	font-size: .68em;
	padding: 0 0 25px 0;
	text-align: left;
}

/* @end */

/* @group Comments */

#comments {
	clear: both;
	font-size: .65em;
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.req-field {
	background: #fff;
	color: red;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url {
	width: 50%;
}

input#author,input#email,input#url {
	padding: 0.2em;
	font-size: 1em;
}
textarea#comment {
	padding: 0.2em;
	font: Arial, Helvetica, sans-serif;
}


.comments ul li {
	line-height: 1.2em;
	list-style-type: none;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

li.comment {
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #6b96c3;
}

li.comment.bypostauthor {
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #6b96c3;
}

#respond {
	padding: 25px 0;
	/*border-bottom: 1px dotted #6b96c3;*/
}

#comments ul {
	list-style-type: none;
	margin: 0;
}

.comment-author {
	font-size: 1.2em;
	padding-bottom: 3px;
	color: #202b35;
}

.comment-meta {
	font-size: .8em;
}

#comments {
	color: #202b35;
}

#comments p {
	padding: 10px 0 10px 0;
	font-size: 1em;
	line-height: 1.3em;
}

#comments h3 {
	font-size: 1em;
}

#comment-notes, .unapproved {
	font-size: .8em;
}

/* @end */

/* @group Entries */

.entry-title:before {
	color: #d4d4d4;
}

.home .entry-title {
	clear: both;
	color: #fff;
	font-size: 72%;
	padding: 2px 0 0 0;
	font-weight:normal;
}

.entry-title {
	clear: both;
	color: #202b35;
	font-size: 150%;
	padding: 10px 0 0 0;
	font-weight:normal;
}

.search .entry-title {
	clear: both;
	color: #698EB2;
	font-size: 150%;
	padding: 10px 0 0 0;
	font-weight:normal;
}

.entry-content {
}

.single .entry-content {
	padding: 10px 0 10px 0;
	width: 95%;
}

.search .entry-content {
	padding: 10px 0 20px 0;
	width: 100%;
}

.home .entry-date {
	margin-left:-9999px;
	margin-bottom:-26px;
	font-size: 76%;
	line-height: 1.4em;
}

.single .entry-date, .search .entry-date {
	display: none;
}

.meta-sep {
	color: #202b35;
}

.comments-link {
	color: #5e5e5e;
}

abbr.published {
	border: none;
	cursor: default;
}

/* @end */

/* @group Archive & Search */

.archive, .search {
}

.archive .post {
}

/*.archive #nav-above, .search #nav-above {
	position: absolute;
	left: 720px;
	top: 300px;
	width: 242px;
}*/

.archive #nav-below, .search #nav-below {

}

.archive #search, .search #search {
}

/* @end */

/* @group Home */

.home #content {
	float: left;
	padding: 0 0 10px 0;
}

.home .author {
	display:none;
}

.home .entry-content {

}

.home .navigation {
	display: none;
}

.navigation {
	width: 739px;
}

.home .edit-link {
	display: none;
}

.home .post {
	float: left;
	padding: 0 0 2px 10px;
	margin: 1px 0 0 0;
	width: 137px;
	background: #fff;
}

.home img {
	border: solid 1px #ffffff;
}

.home .post .entry-meta {
	display: none;
}

/*.home .post:hover {
	background: #202b35;
}*/

.home .post:visited {
	background: #6b96c3;	
}

.home .post a:link {
	color: #202b35;
}

.home .post a:visited {
	color: #6b96c3;
}
.home .post a:hover {
	color: #6b96c3;
}
.home .cat-links {
	display: none;
}

.home .meta-sep {
	/*display: none;*/
}

.p3, .p5, .p7, .p9, .p11, .p13, .p15, .p17, .p19, .p21, .p23, .p25 {
	float:left; /*clear: both;*/
}

/* @end */

/* @group Single */

.single .post {
	font-size: 80%;
	line-height: 135%;
	padding: 20px 0 0 0;
}

.search .post {
	font-size: 80%;
	width: 100%;
	line-height: 135%;
}

.single #nav-above, .search #nav-above, .archives #content {
	padding: 0;
	background: #fff;
	height: 45px;
}

.single #nav-below {
	padding-top: 50px;
}

.single .entry-meta {
	/*border-top: 1px dotted #6b96c3;*/
	font-size: .8em;
	line-height: 135%;
	margin: 10px 0;
	padding: 10px 0 10px 0;	
}

.single img {
}

/* @end */

/* @group Page */

.page {
	background: #9AAAB8;
	padding-left: 0;
}

.page #search {
	background: #FFF;
}

.page .entry-content ul li {
	list-style-type: none;
	margin-left: 0;
}

/* @end */

/* @group Images */

img {
	border: none;
}

img.alignright {
	margin-left: 15px;
}

img.alignleft {
	margin-right: 15px;
}

img.center {
	text-align: center;
}

/* @end */

/* @group Links */

a:link, a:visited {
	color: #698EB2;
	text-decoration: none;
}

a:hover {
	color: #202b35;
}

.home .post a:after {
	color: #202b35;
	/*content: " ›";*/
}

.home .post a:visited:after {
	color: #202b35;
	/*content: " _";*/
}

a img {
	border: none; /*border: 8px solid #eaeaea;*/
}

a:hover img {
	/*border-color: #b5d5ff;*/
}

.entry-content a {

}

/* @end */

/* @group Lists */

.entry-content ul, ol {
	margin-left: 20px;
}

.entry-content ul li {
	list-style-type: none; /* <------- square */
	/*margin-left: 20px;*/
}

.entry-content ol li {
	margin-left: 20px;
}

dl {
	padding: 0 40px 20px 0;
}

dt {
	font-weight: bold;
	padding: 20px 0 0 20px;
}

dd {
	padding: 0 20px 10px 20px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	color: #eaeaea;
	padding-top: 2em;
}

/* @end */

/* @group Nav */

.nav-previous {
	float: right;
	padding: 10px 20px 10px 0;
	font-size: .8em;
}

.nav-next {
	float: left;
	padding: 10px 0 10px 20px;
	font-size: .8em;
}

#nav-below {
	clear: both;
	width: 400px;
}

/* @end */

/* @group Sidebars */

.home .sidebar {
	clear: both;
	font-size: .72em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	padding-right: 20px;
	width: 715px;
	/*background-color: #6b96c3;*/
	background-color: #202b35;

}

.sidebar {
	//clear: both;
	font-size: .72em;
	line-height: 1.6em;
	margin: 2px 0 0 0;
	padding-right: 20px;
	width: 719px;
	/*background-color: #6b96c3;*/
	background-color: #202b35;
}

.sidebar, .sidebar ul,.sidebar li {
	display: inline;
}

.sidebar li h3 {
	color: #202b35;
	display: inline;
	font-size: 1em;
	padding-right: 5px;
}

.sidebar input#s {
	width: 10em;
}

/*.sidebar ul li ul li:before {
	color: #eaeaea;
	content: "_";
}*/

.sidebar ul li ul li {
	padding-right: 5px;
}

li#pages, li#categories, li#archives, li.linkcat, li#rss-links, li#meta {
	clear: both;
	display: block;
	float: left;
}

#search {
	float: right;
	margin: 25px 0;
	padding: 0 0 0 20px;
	width: auto;
}

#search .widgettitle {
	display: none;
}

/* @end */

#trackbacks-list {
	font-size: .8em;
}

/* @group Etc. */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-family: georgia;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

.center {
	text-align: center;
}

p {
	padding: 10px 0 10px 0;
	line-height: 1.5em;
}

pre {
	background: #d4d4d4;
	overflow: auto;
	padding: 4px;
}

code { }

h2.page-title {
	text-transform: uppercase;
	color: #5e5e5e;
}

small {
	font-size: 0.85em;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

label {
	cursor: pointer;
}

.flashmovie {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */