/*
THEME NAME: JulienPascoli
Description: Based on a wordpress theme created by "page". Tuned by Julien Pascoli. Compatible with WP v2.5-v2.7.
VERSION: 1.4
AUTHOR: page & Julien Pascoli
AUTHOR URI: http://www.pagemod.cn | http://le.blog.de.julien.pascoli.fr

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	2009.02.04
	Compatible :WP v2.5-v2.7
*/

/* Begin html tags */
*	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


body	{
	font-size: 62.5%;
	/* Resets 1em to 10px */
/* 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
/* 	background: #d3d2ae; */
	background-color: #ffffff;
	color: #333;
	margin: 10px auto;
	height: auto;
}

hr	{
	display: none;
}

a	{
	color: #006699;
	text-decoration: none;
}

a:hover	{
	color: #3333cc;
	text-decoration: underline;
}

h2	{
	font-size: 21px;
	padding: 0;
	margin: 0;
	line-height: 21px;
}

h3, h4	{
	font-size: 1.1em;
	font-weight: bold;
}

small	{
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 12px;
	padding: 0;
	margin: 0;
}

.clear	{
	clear:both;
}
/* End html tags */

/* Begin Structure */
#header	{
	background: #fff url('img/header.jpg') no-repeat;
	width: 960px;
	height: 100px;
	margin: auto;
	color: #ffffff;
	font-size: 1.2em;
}

#content{
	width: 950px;
	margin: 10px auto;
	font-size: 1.2em;
	background: #dddddd url('img/content.gif') no-repeat top center;
	padding: 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#maincontent	{
/* 	background: #f0efdf url('img/contentback.gif') repeat-y; */
	background-color: #ffffff;
	float: left;
	width: 540px;
	line-height: 1.5em;
}

#sidebar	{
	float: right;
	width: 400px;
	color: #c6c5a1;
}

#sidebar-left	{
	float: left;
	width: 180px;
}

#sidebar-right	{
	float: right;
	width: 215px;
}

#footer	{
	background: url('img/footer.jpg') no-repeat;
	width: 840px;
	height: 60px;
	margin: auto;
	font-size: 1.2em;
	padding: 20px 0 0 120px;
	color: #fff;
}

*html #sidebar-right	{
	clear: right;
}

/* End Structure */

/* begin header*/
#header h1	{
	padding: 60px 12px 0 0;
	margin: 0;
	text-align: right;
	font-size: 20px;
	line-height: 22px;
	font-style: italic;
}

	#header h1 a	{
		color: #ffffff;
	}

	#header h1 a:hover	{
		text-decoration: none;
		color: #ffff00;
	}

.description	{
	padding: 0px 15px 0 0;
	margin: 0;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
}
/* End header*/

/* begin maincontent*/
.contentpadding	{
	padding: 2px 15px;
	z-index:10px;
	background-color: #ffffff;
	background-image: url('img/contentm.gif');
	background-position: left;
	background-repeat: repeat-y;
}

.topcorner	{
	background: url('img/contentt.png') no-repeat top center;
	height: 20px;
}

.bottomcorner	{
	background: url('img/contentb.png') no-repeat bottom center;
	height: 25px;
}

#maincontent a:hover	{
	color: #0066cc;
	text-decoration: none;
}

#maincontent h2 a	{
	color: #000000;
}

.entry	{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-top: 0.5em;
	overflow: hidden;
}

.entry p	{
	margin-bottom: 0.5em;
	text-align: justify;
	overflow: hidden;
	width: 510px;
}

.entry ol	{
	padding: 0 0 0 35px;
	list-style-type: decimal;
}

.entry ul	{
	list-style-type:none;
}

.entry ul li	{
	padding: 0 0 0 15px;
	background: url('img/ol.gif') no-repeat left center;
	margin-left:10px;
}

.entry img	{
	border: medium none;
}

.entry table	{
	border: 1px solid #A39856;
}

.entry table tr th	{
	padding: 1px 10px;
	background: #c5cfb0;
}

.entry table tr td	{
	padding: 2px 10px;
	background: #ddd9c0;
}

.entry blockquote,.entry pre	{
	margin: 10px 20px;
	padding: 5px;
	background: #e8eef0;
	line-height: 14px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	white-space: pre-wrap;
}

.postmetadata	{
	padding: 1px 5px;
	margin: 0.5em 0 25px;
	border-left: 15px solid #dcdbbf;
}

.ping-track	{
	padding: 5px;
	background: #bfbe8f;
}

.postnav	{
	margin: 1em 0;
}
/* End maincontent */

/* Begin sidebar */
.sidebar-box	{
	margin-bottom: 5px;
	background: #7b8763;
	padding-top:8px;
}

#sidebar h2	{
	padding: 5px 0 5px 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidebar li	{
	list-style-position: inside;
}

#sidebar ul li	{
	padding: 0 20px;
	margin-bottom: 3px;
	list-style-position: outside;
}

#sidebar ul li a	{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#sidebar img	{
	border: 0;
}

#sidebar a	{
	color: #fff;
}

.s-menu	{
	background: #ffff00 url('img/smenut.png') no-repeat;
}

.s-menub	{
	background: url('img/smenub.png') no-repeat bottom;
	height: 15px;
}

.s-category	{
	background: #0099ff url('img/scatet.png') no-repeat;
}

.s-categoryb	{
	background: url('img/scateb.png') no-repeat bottom;
	height:15px;
}

.s-ark	{
	background: #ff00ff url('img/sarkt.png') no-repeat;
}

.s-arkb	{
	background: url('img/sarkb.png') no-repeat bottom;
	height:15px;
}

.s-roll	{
	background: #ddd url('img/scatet.gif') no-repeat;
}

.s-rollb	{
	background: url('img/scateb.gif') no-repeat bottom;
	height: 10px;
}

.s-right	{
	background: #ffffff url('img/srightt.png') no-repeat;
}

	#sidebar .s-right h2	{
		color: #860086;
		font-size: 12px;
	}

	#sidebar .s-right a	{
		color: #000;
	}

.s-rightb	{
	background: url('img/srightb.png') no-repeat bottom;
	height: 40px;
}

#myworks ul li	{
	margin-left: -20px;
}

#subfeed	{
	margin-bottom: 5px;
}

.textwidget	{
	padding:0 15px;
}
/* End sidebar */


/* Begin footer */
#footer a	{
	color: #ccc;
	text-decoration: none;
}

#footer a:hover	{
	text-decoration: underline;
}
/* End footer */


/* Begin wp-tags*/
img.centered	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright	{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft	{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter,div.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright	{
	float: right;
}

.alignleft	{
	float: left;
}

.wp-caption	{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img	{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text	{
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wp-calendar	{
	width: 100%;
	color: #006699;
	text-align: center;
}

#wp-calendar a	{
	color: #505050;
}

#wp-calendar td	{
	text-align: center;
	color: #ff7f00;
}

#wp-calendar tfoot	{
	width: 100%;
}
/* End wp-tags */

/* Begin comments*/
.message	{
	width: 100%;
}

#response	{
	margin-top:2em;
}

.message-by	{
	float:left;
}

.message-count	{
	float:right;
}

.message-content	{
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 10px;
}

.alt	{
	background: #dcdbbf;
}

.message-entry	{
	border-top: 1px solid #ddd;
}

.submit	{
	margin-top: 10px;
}

.avatar-place	{

}

.inputs input,#commentform input	{
	margin: 4px 0;
	background: #a2b180;
	border: 0;
	padding: 2px;
	background: #a2b180 url('img/input.gif') no-repeat top center;
	width: 166px;
	height:16px;
}

.message textarea,#comment	{
	border: 0;
	width: 380px;
	height: 180px;
	overflow: hidden;
	background: #a2b180 url('img/textarea.gif') no-repeat top center;
	padding: 10px;
}

.submit input,#commentform #submit	{
	border: 0;
	width: 60px;
	height: 30px;
	background: #a2b180 url('img/submit.gif') no-repeat top left;
	color: #fff;
}

.children li	{
	margin-left: 15px;
}

.commentlist li	{
	margin-bottom: 5px;
	padding: 5px;
}

.comment	{
	border: solid 1px #b3b29c;
}

.alt	{
	background: #dcdbbf;
}

/* End comments */

.editComment, .editableComment, .textComment	{
	display: inline;
}

.comment-childs	{
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: #d3d2ae;
}

.chalt	{
	background-color: #bfbe8f;
}

#newcomment	{
	border: 1px dashed #777;
	width: 90%;
}

#newcommentsubmit	{
	color: red;
}

.adminreplycomment	{
	border: 1px dashed #777;
	width: 99%;
	margin: 4px;
	padding: 4px;
}

.mvccls	{
	color: #999;
}

#search_form	{
	width: 180px;
	margin: 0px;
	background: url('img/search_bg.gif') no-repeat;
	height: 33px;
	margin: 3px 0 0 18px;
}

#search_form input	{
	float: left;
	padding: 10px 10px 0 10px;
	width: 130px;
	border: 0;
	color: #000;
	background: none;
	font-size: 12px;
	height: 19px;
}

#search_form input.search_btn	{
	float: left;
	margin: 4px 0 0;
	padding: 0;
	width: 25px;
	border: 0;
	background: url('img/search_button.gif') no-repeat;
	text-indent: -999em;
	height: 25px;
	cursor: pointer;
}

/* pagenav*/
	.wp-pagenavi	{
		position: relative;
		left: 10px;
		z-index: 300;
	}

	.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 	{
		float: left;
		background: #bfbe8f !important;
		padding: 3px 8px !important;
		color: #555 !important;
		margin: 0 3px 0 0 !important;
		border: none !important;
	}

	.wp-pagenavi a:hover	{
		background: #c78d4d !important;
		color: #eee !important;
		text-decoration: none;
		border: none !important;
	}

	.wp-pagenavi span.pages	{
		float: left;
		padding: 3px 10px !important;
		margin: 0px 3px 0px 0px !important;
		color: #555 !important;
		border: none !important;
		background: #8c9862 !important;
	}

	.wp-pagenavi span.current	{
		float: left;
		background: #8c9862 !important;
		padding: 3px 5px !important;
		color: #555 !important;
		margin: 0 3px 0 0 !important;
		border: none !important;
	}

	.wp-pagenavi span.extend	{
		float: left;
		background: none !important;
		padding: 3px 5px !important;
		color: #602600 !important;
		margin: 0 3px 0 0 !important;
		border: none !important;
	}
/* end pagenav */

table.calendtitres	{
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	background-image: url('img/backcalendar.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	color: #fff;
}

	table.calendtitres td.jour	{
		font-size: 20px;
		font-style: italic;
		padding: 4px 6px 0px 6px;
	}

	table.calendtitres td.mois	{
		font-size: 12px;
		padding: 0px 4px 2px 4px;
	}

table.titre	{
	width: 500px;
	border-bottom: 1px solid #888888;
	margin: 0;
	padding: 0;
}

	table.titre td.calend	{
		padding: 0 10px 0 0;
	}

table.laissercomment	{
	width: 510px;
	background-color: #dddddd;
	font-weight: bold;
}

	table.laissercomment td.cadre	{
		padding: 6px 10px 6px 10px;
	}

	table.laissercomment a	{
		color: #000000;
	}

p.sidetextun	{
	margin: 0;
	padding: 6px 12px 2px 12px;
	color: #242424;
}

p.sidetextdeux	{
	margin: 0;
	padding: 6px 12px 2px 12px;
	color: #fff;
}

li.recentcomments	{
	color: #ff7f00;
	font-size: 11px;
	line-height: 13px;
}

	#sidebar .s-right .recentcomments a	{
		color: #0066ff;
		text-decoration: none;
		font-weight: normal;
	}

	#sidebar .s-right .recentcomments a:hover	{
		color: #003366;
		text-decoration: underline;
		font-weight: normal;
	}

pre	{
	width: 450px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div#articlescomplementaires	{
	border: 1px solid #b3b29c;
	padding: 10px;
	background-image: url('img/yarpp-bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

	div#articlescomplementaires h3	{
		font-size: 1em;
		font-size: bold;
		color: #000000;
	}
