/* ************************************************
Modern
- design & code : Marco <marco@marcarea.com>
- icônes : http://www.famfamfam.com/
************************************************ */

* { margin: 0; padding: 0; border: 0; }

body {
	/*background: #CDCDCD;*/
	background:#FFFFFF;
	font-family: "Lucida Grande",Arial,sans-serif;
	/*font-family: verdana, 'trebuchet ms', sans-serif;*/
	/*font-family: "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;*/
	font-size:12px;
	
}


/* Common styles
-------------------------------------------------------- */
ul { list-style: none; }
ul li { list-style: none; }

a:link, a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
pre { overflow: auto; width: 100%; height: auto; }
.left { float: left; }
.right { float: right; }


/* Page
-------------------------------------------------------- */
#page {
	width: 1020px;
	margin: 0 auto;
	position: relative;
	/*background: transparent url(img/background.png) repeat-y top center;*/
}


/* Header
-------------------------------------------------------- */
#top {
	/*width: 800px;*/
	width: 932px;
	/*background: transparent url(img/header.png) no-repeat left top;*/
	background-color:#313c5b;
	margin: 0 auto;
	margin-bottom:0;
	height:129px;
	display:block;
}
#top h1 {
	font-size: 2em;
	margin-bottom:5px;
	padding:20px 0 0 20px;
}
#top p small a {
	padding-left:20px;
	font-size:1em;
	color:#cfcfcf;
}
#top a:link, #top a:visited, #top a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'trebuchet ms', sans-serif;
}
/* Menu 
-------------------------------------------------------- */

#menubar {
background-color:#313c5b;
margin: 0 0 0 632px;
padding:0;
width: 300px;
}

#menubar ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}

#menubar li {
	float:left;
}

#menubar li a {
	display:block;
	float:left;
	width:100px;
	font-size:1.4em;
	padding:40px 25px 10px 25px;
	margin:0;
	text-align:center;
}

/*#menubar li a.selected, #menubar li a:hover {*/
#menubar li a:hover {
	background-color:#4e5b7e;
	color:#FFF;
}



/* Prelude
-------------------------------------------------------- */
#prelude {
	width: 366px;
	position: absolute;
	top: 0;
	right: 18px;
	padding: 6px 0 0 0;
	color: #CAE4FC;
	text-align: center;
}

#prelude a:link, #prelude a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #CAE4FC;
	text-decoration: none;
}
#prelude a:hover { text-decoration: underline; }
#prelude a:focus, #prelude a:active { background: yellow; color: red; padding: 5px 8px; }


/* Wrapper
-------------------------------------------------------- */
#wrapper {
	clear:both;
	width: 932px;
	margin: 0 auto 10px auto;
	background-color:#f0f0f0;
	padding-top:3em;
	overflow: hidden;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}


#main {
	width: 565px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float: left;
	margin: 0 0 30px 10px;
	padding:1em;
	background-color:#FFFFFF;
}

/* IE7 hack */
*+html #main { width: 545px; padding-left:20px;padding-right:20px;}
/* IE6 hack */
* html #main { width: 525px; padding-left:20px;padding-right:20px;}


#sidebar {
	width: 300px;
	float: right;
	margin: 0 15px 30px 0px;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar h2 {
	color: #888;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #000;
	border-width: 1px 0;
	padding: 5px 2px 10px 0px;
	margin: 0 0 10px 0;
}
#sidebar h3 {
	/*color: #005D99;*/
	color:#000;
	padding: 4px 8px 0 0px;
	font-size: 1em;
}

#sidebar a:link, #sidebar a:visited { text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }
#blogextra a:link, #blogextra a:visited { text-decoration: none; }
#blogextra a:hover { text-decoration: underline; }

#sidebar ul, #blogextra li {
	padding: 0 0 4px 0;
}
#sidebar li, #blogextra li {
	/*background: transparent url(img/sidebar_li.png) no-repeat 0px 7px;*/
	padding: 3px 4px 3px 0px;
}
#sidebar p, #blogextra p { padding: 0 0 4px 0px; }

#search fieldset p { padding-left: 0px; }
#search #q {
	color: #005D99;
	width: 180px;
	border: 1px solid #CDCDCD;
	padding: 1px 2px 1px 0px;
	font-size: 1em;
}
#search .submit {
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFF;
}
#search .submit:hover { background: #005D99; color: #FFF; border: 1px solid #005D99; }

#search, #sidebar .selected, #sidebar .categories, #sidebar .syndicate,
#sidebar .langs, #sidebar .tags, #sidebar .links, #sidebar .text { padding: 0 0 10px 0; }

#topnav {
	color: #005D99;
	font-size: 0.9em;
	background: #F5F5F5;
	border: 1px solid #CDCDCD;
	border-width: 1px 0;
	padding: 5px 5px 5px 8px;
	margin: 0 0 20px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar #topnav ul { margin: 0; padding: 0; }
#sidebar #topnav li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li { padding:10px 0 0 0;}
.categories ul li:before {content: '→ ';}

#sidebar .syndicate li {
	margin: 0 4px 0 0px;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 5px 4px 5px 22px;
}

#sidebar .tags ul {
	margin: 5px 5px 10px 10px;
	padding: 0;
	font-size: 110%;
}
#sidebar .tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited { color: #333; /*#005D99;*/ }

#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { padding: 0 0 0 18px; background: transparent url(img/tags.png) no-repeat 0 -2px; }
#sidebar .tags p strong a:hover {}


.tag0 { font-size: 75%; }
.tag1 { font-size: 80%; }
.tag2 { font-size: 90%; }
.tag3 { font-size: 100%; }
.tag4 { font-size: 110%; }
.tag5 { font-size: 120%; }
.tag6 { font-size: 140%; }
.tag7 { font-size: 150%; }
.tag8 { font-size: 160%; }
.tag9 { font-size: 170%; }
.tag10 { font-size: 180%; }


/* Post-content
-------------------------------------------------------- */
.post-content, .post-excerpt {
	padding: 4px 0 0 0;
	line-height: 1.5em;
	font-size: 1em;
}

.post-content p, .post-excerpt p { padding: 4px 0; font-size: 12.1px; }

.post-content strong, .post-excerpt strong { font-size: 0.9em; }
.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dashed #666; }

.post-content pre, .post-excerpt pre {
	font: 0.9em 'courier new', courier, monospace;
	background: #F5F5F5;
	padding: 10px 5px;
	margin: 6px 0;
}

.post-content h3, .post-excerpt h3 { padding: 4px 0; font-size: 1.2em; color: #666; }
.post-content h4, .post-excerpt h4 { padding: 4px 0; font-size: 1.1em; color: #666; }
.post-content h5, .post-excerpt h5 { padding: 4px 0; font-size: 1.0em; color: #666; }

.post-content ul, .post-excerpt ul { padding: 4px 0; margin: 0; }
.post-content ul li, .post-excerpt ul li {
	padding: 1px 0 1px 10px;
	background: transparent url(img/li.png) no-repeat 0 5px;
}
.post-content ol, .post-excerpt ol { padding: 4px 0; margin: 0 0 0 28px; }
.post-content ol li, .post-excerpt ol li { padding: 1px 0; }

.post-content blockquote, .post-excerpt blockquote { border-left: 4px solid #CDCDCD; margin: 4px 0 4px 5px; padding: 0 5px; }
.post-content blockquote em, .post-excerpt blockquote em {}

.post-content a { color:#005d99; text-decoration:none; }
.post-content a:hover { color:#005d99; text-decoration:underline; }

.post-content img {
	padding:4px;
	margin:0 8px 8px 8px;
	border:1px solid #E8E8E8;
}

/* Code */

pre code[class]:after {
	content: 'highlight: ' attr(class);
	display: block; text-align: right;
	font-size: smaller;
	color: #CCC; background: white;
	border-top: solid 1px;
	padding-top: 0.5em;
}

pre code {
	display: block;
	background: #F0F0F0;
}

pre code, 
.ruby .subst {
	color: black;
}

.string,
.function .title,
.class .title, 
.tag .attribute .value,
.css .rules .value,
.preprocessor,
.ruby .symbol,
.built_in,
.sql .aggregate,
.django .template_tag,
.django .variable,
.smalltalk .class {
	color: #800;
}

.comment,
.java .annotation,
.template_comment {
	color: #888;
}

.number,
.regexp,
.javascript .literal,
.smalltalk .symbol,
.smalltalk .char {
	color: #080;
}

.javadoc,
.ruby .string,
.python .decorator,
.django .filter .argument,
.smalltalk .localvars,
.smalltalk .array {
  color: #88F;
}

.keyword,
.css .id,
.phpdoc,
.function .title,
.class .title,
.vbscript .built_in,
.sql .aggregate,
.rsl .built_in,
.smalltalk .class {
	font-weight: bold;
}
/* Classes
-------------------------------------------------------- */
.day-date {
	color: #CFCFCF;
	font-weight: bold;
	border-bottom: 1px solid #CDCDCD;
	border-width: 1px 0;
	text-align: right;
	padding: 5px 2px 10px 2px;
	margin: 0 0 10px 0;
	clear: left;
}

a.feed {}

.post { color: #000; }

.post-title { color: #005d99; padding: 10px 0 4px 0; font-size: 1.4em; }
.post-title a:link, .post-title a:visited { color: #005d99; text-decoration: none; }
.post-title a:hover { text-decoration: underline; }

.post-info {
	color:#888;
}

.post-tags {
	position: relative;
	border: 0;
	/*background: #FBFBFB;*/
	padding: 5px 0;
	margin: 8px 0 0 0;
	overflow: hidden;
	height: 1%;
}
.post-tags:after{
	content:'[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post-tags li { display: inline; }
.post-tags li a:link, .post-tags li a:visited {
	color: #005D99;
	display: block;
	float: left;
	text-decoration: none;
	background: transparent url(img/tag.png) no-repeat 0 0;
	padding: 2px 8px 2px 18px;
	white-space: nowrap;
}
.post-tags li a:hover { text-decoration: underline; }

.post-info-co {
	clear: left;
	border: 0;
	/*background: #FBFBFB;*/
	padding: 5px;
	margin: 0 0 26px 0;
}
.post-info-co a:link, .post-info-co a:visited {
	text-decoration: none;
	padding: 2px 10px 2px 18px;
}
.post-info-co a:hover { text-decoration: underline; }

.comment_count {
	background: transparent url(img/commentaire.png) no-repeat 0 50%;
}
.ping_count {
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
}
.attach_count {
	background: transparent url(img/attach.png) no-repeat 0 50%;
}

.read-it {
	font-weight: bold;
	padding: 0 0 10px 0;
	clear: left;
}

#attachments {
	clear: left;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 4px 0 6px 0;
}
#attachments * { color: #3C8FD1; }
#attachments h3 { font-size: 1.2em; }
#attachments ul { padding: 4px 0; }
#attachments li {
	margin: 0 0 0.6em 0;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.png) no-repeat 0 50%;
}
#attachments li em {}
#attachments li div {}
#attachments li object {
   display: inline;
   margin: 0;
   padding: 0;
   vertical-align: bottom;
}

.footnotes {
	border: 1px solid #E8E8E8;
	padding: 5px 0;
	margin: 6px 0 25px 0;
}
.footnotes h4 {
	color: #005D99;
	background: #FBFBFB;
	border-bottom: 1px solid #E8E8E8;
	background: transparent url(img/report.png) no-repeat 4px 3px;
	padding: 2px 10px 2px 25px;
	margin: 0 0 6px 0;
	font-style: italic;
}
.footnotes p { padding: 4px 10px; }


/* Archives
-------------------------------------------------------- */
#content-info {
	font-size: 0.8em;
	background: #F5F5F5;
	border: 1px solid #CDCDCD;
	border-width: 1px 0;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	font-size: 1em;
	line-height: 1.4;
}
.content-inner { padding-bottom: 20px; }

.content-inner h3 {
	font-size: 1em;
	color: #5E9E14;
	background: #F5F5F5;
	border: 1px solid #CDCDCD;
	border-width: 1px 0;
	padding: 5px 10px;
	margin: 10px 0;
}

#content-info h2 { font-size: 1.4em; }
#content-info p { padding: 4px 0; font-size: 1em; }

#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 4px 0 4px 22px;
	background: transparent url(img/rss.png) no-repeat 1px 3px;
}
#content-info p a.feed:hover {}

.content-inner .day-date { text-align: left; }
.content-inner .post-title { padding: 4px 0; margin: 0 0 0 10px; }
.content-inner .post-info { margin: 4px 0 20px 10px; }

.content-inner ul { padding: 4px 0; margin: 0 0 0 10px; }
.content-inner ul li {
	padding: 1px 0 1px 10px;
	background: transparent url(img/li.png) no-repeat 0 5px;
	font-size: 1em;
	line-height: 1.3;
}

/* Tags - Page des tags
-------------------------------------------------------- */

.content-inner ul.tags {
	position: relative;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 8px 0 20px 0;
	overflow: hidden;
	height: 1%;
	font-size: 120%;
}
.content-inner ul.tags:after{
	content:'[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-inner ul.tags li {
	/* display: inline; */
	display: block;
	float: left;
	margin: 4px;
	height: 18px;
	line-height: 18px;
	background: none;
}
.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
	color: #005D99;
	text-decoration: none;
	white-space: nowrap;
}
.content-inner ul.tags li a:hover { text-decoration: underline; }
.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active { background: #005D99; color: #FFF; }


/* Commentaires
-------------------------------------------------------- */
#comments, #pings { padding-top: 10px; }
#comments h3, #pings h3, #comments-feed, #pr h3 {
	clear: left;
	border-bottom: 1px solid #E8E8E8;
	border-width: 1px 0;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
	color:#888;
}
#pr h3 { color: #5E9E14; margin: 30px 0 8px 0; }

#comments-feed { text-align: right; font-weight: bold; margin: 14px 0 8px 0; }
#comments-feed a:link, #comments-feed a:visited {
	font-size: 0.8em;
	text-decoration: none;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
}
#comments-feed a:hover { text-decoration: underline; }

#comments dl{
	width:700px;
}

#comments dt, #pings dt {
	clear:left;
	float: left;
	margin: 0 0 0 0;
	padding: 2em .5em;
	border-top: 1px solid #E8E8E8;
	font-weight: bold;
	color:#888;
	white-space:normal;
	width:200px;
}
#comments dt.intuser {
	/*background: transparent url(img/commentaire_bulle_user.png) no-repeat 50% 100%;*/
}

#comments dt a:link, #comments dt a:visited { color: #000; text-decoration: none; }
#comments dt a:hover { text-decoration: underline; }
#pings dt a:link, #pings dt a:visited { color: #000; text-decoration: none; }
#pings dt a:hover { text-decoration: underline; }

#comments dt.first, #pings dt.first {
border-top:none;
}


#comments dd, #pings dd, dd.comment-preview {
	float: left;
	margin: 0 0 0 0;
	padding: 2em .5em;
	border-top: 1px solid #E8E8E8;
	width:300px;
	/*font-size: 1.1em;*/
	line-height: 1.4;
}
#comments dd.intuser {
	/*background: #e9f5fc; border: 1px solid #c3e3f7;*/
}


#comments dd *, #pings dd *, dd.comment-preview * {
	/*padding: 5px 0;*/
/*	padding:0 0 10px 0;
	font-size: 1em;*/
}

#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { color: #5E9E14; }
#comments dd.me { border-left: 4px solid #5E9E14; }

#comments dd.oddfirst, #pings dd.oddfirst {
border-top:none;
}

.comment-number, .ping-number {
	color: #3C8FD1;
	font-weight: bold;
	font-size: 1.4em;
}

.comment-number {
	display:none;
}

.post-comment-message {
	background-color:#d5ffea;
	padding:1em;
	margin-bottom:1em;
	clear:both;
}

#ping-url {
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 30px 0;
	font-weight: bold;
	text-align: right;
}

.error {
	border: 2px solid red;
	padding: 10px 5px;
	margin: 20px 0 0 0;
	background: #FFCCCC;
	font-weight: bold;
}

.message {}

.pagination {
	clear: left;
	border-top: 1px solid #CDCDCD;
	border-width: 1px 0;
	padding: 5px;
	margin: 0 0 30px 0;
	text-align: center;
	color: #005d99;
	font-weight: bold;
}
.pagination a:link, .pagination a:visited { color: #005d99; text-decoration: none; }
.pagination a:hover { text-decoration: underline; }

#navlinks {
	border-bottom: 1px solid #CDCDCD;
	border-width: 1px 0;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #005d99;
	font-weight: bold;
}
#navlinks a:link, #navlinks a:visited { color: #005d99; text-decoration: none; }
#navlinks a:hover { text-decoration: underline; }

/* Forms
-------------------------------------------------------- */
#comment-form { padding-top: 10px; }

#comment-form h3 {
	clear:both;
	color:#888;
	border-bottom: 1px solid #E8E8E8;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}

#comment-form fieldset p { padding: 5px 0; /*margin: 0 0 0 30%;*/ }
#comment-form fieldset p.field { padding: 5px 0; width: auto; margin: 0; clear: left; }
#comment-form p.form-help { width: 60%; margin: 0 0 0 30%; font-style: italic; }

#comment-form ul.errorlist {
	width: 280px;
	margin: 0 0 0 160px;
	padding: 5px 1em;
	border: 2px solid red;
	background: #FFCCCC;
	/*margin: 0 0 0 30%;*/ 
}

#comment-form p label { width: auto; }
#comment-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 10px 4px 0;
	width: 150px;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	font: 1em Arial,sans-serif;
	color: #005D99;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	font-size: 1em;	
	width: 300px;
}

#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 140px;
}
#comment-form input.preview { margin-left: 134px; }
#comment-form input.preview, #comment-form input.submit {
	width: 305px;
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #CDCDCD;
	padding: .2em .5em;
	/*margin: 0 5px 0 140px;*/
}
#comment-form input.preview:hover, #comment-form input.submit:hover { background: #005D99; color: #FFF; border: 1px solid #005D99; }

.form1 div {
	margin:0 0 1em 0;
}

.form1 legend {
	width:100%;
	color: #005d99;
	font-size: 1.4em;
	padding:2px 0 1em 0;
}

.form1 label {
	padding:0;
	margin:0 0 0 0;
	width:100px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-weight:bold;
}

.form1 input[type="text"] {
	border:1px solid #cfcfcf;
	padding:.5em;
	width:300px;
}
.form1 textarea {
	border:1px solid #cfcfcf;
	padding:.5em;
	width:300px;
	margin:0 0 1em 0;
}

.form1 input[type="submit"] {
	margin: 0 0 0 102px;
	padding:.5em;
	width:315px;
	border:1px solid #cfcfcf;
}

.form1 input[type="submit"]:hover {
	border:1px solid #cfcfcf;
	background-color:#dddddd;
}
.form1 .error {
	color:red;
	border:none;
	background-color:inherit;
	display:block;
	margin: 0 0 0 100px;
	padding:0 0 0 .5em;
	
}


/* Footer
-------------------------------------------------------- */
#footer {
	width: 912px;
	/*background: transparent url(img/footer.png) no-repeat center bottom;*/
	margin: 1em auto 2em auto;
	padding:0 10px 20px 10px;
	clear: both;
	/*background: #606666;*/
	border-top:1px solid #CDCDCD;
}

#footer p {
	width: 912px;
	margin: 0 auto;
	color: #666;
	padding: 6px 0px 6px 0;
	text-align: right;
}

#footer p a:link, #footer p a:visited { color: #666; text-decoration: underline; }
#footer p a:hover { text-decoration: none; }
