/*
Theme Name: freshyOne
Version: 1.0
Author: Julien De Luca
Author URI: http://www.jide.fr/francais/
DotClear 2 with jQuery: pyeb (http://pyeb.fr/)
*/

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


@import "custom.css";


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

body {
	font-size : 0.9em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	line-height: 1.6em;
	}

*::-moz-selection {
	background-color:#FF3C00;
	color: #fff;
	}

/* Structure
-------------------------------------------------------- */
#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background:url(img/page_bg.gif) center #7F7F7F repeat-y;
	}

#top {
	height: 90px;
	background: #7F7F7F url(img/header.gif) no-repeat bottom left;
	margin: 0;
	padding: 0;
	}

#top h1 a {
	height: 175px;
	width: 440px;
	background: url(img/title.png) no-repeat top left;
	position: absolute;
	margin-top: 20px;
	margin-left: 15px;
	}

#top h1 a span {
/*	font-weight:normal;
	height: 50px;
	padding: 40px 30px 20px 30px;
	margin: -500px;
	width: 100%;
	text-align: left;
	font-size:1.8em;
	letter-spacing:-.1em; */
  visibility: hidden;
	}	

#header {
	height: 95px;
	margin: 0 10px;
	background: transparent url(img/headers/header_nascar.jpg) no-repeat top left;
	}

#frame {
	width:780px;
	margin: 0 10px;
	padding:0px;
	text-align:left;
	}

#prelude {
	position: absolute;
	top: 40px;
	right: 30px;
	padding: 0 10px;
	font-size: 0.6em;
	}

#wrapper {
	width:780px;
	margin: 0 10px;
	overflow: visible;
	}

#main {
	overflow: visible;
	}

#content {
	margin: 0 30px 20px 30px;
	overflow: visible;
	}

#footer {
	height: 50px;
	clear: both;
	background:url(img/page_bottom.gif) bottom center transparent no-repeat;
	margin: 0;
	}

#footer p {
	margin: 0 10px;
	padding: 5px 30px;
	font-size: 0.8em;
	}

/* Styles communs
-------------------------------------------------------- */
h1, h2, h3, h4, h5, .post-title {
	font-weight: bold;
	padding: 5px 0;
	}
	
h2 { font-size: 1.5em;  }
h3 { font-size: 1.35em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }

pre { 
	text-align:left;
	overflow: scroll;
	font-family : monospace; 
	padding: 10px 0;
	margin: 10px 0;
	width: auto !important;
	w\idth: 710px;
	}

code {
	padding: 5px;
	margin: 6px 0;
	font-family : monospace; 
	}

blockquote {
	padding: 20px 20px 6px 70px;
	margin: 6px 10px 6px 10px;
	background: #fff url(img/cite.png) no-repeat 10px 0;
	}
    
acronym { cursor: help; text-decoration: underline; }

.left { float: left; }

.right { float: right; }

img { border : none; }

.error {
	border: 1px dashed #fff;
	padding: 5px 0;
	margin: 20px 0 0;
	color: #fff;
	background: #E2001A;
	}

.message {
	padding: 10px 0;
	margin: 0;
	}

.post, .post-content, .post-info, .footnotes, #attachments, .post-info-co, #comments, .dc-archive-month .post-info { clear: both; }
    
/* Couleurs
-------------------------------------------------------- */
body { color: #000; background: #7F7F7F; }

h1 a { color: #fff; }

h2, h3, h4, h5, .day-date, .post-title { color: #515151; }

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

.post-info a, .post-info-co a { color: red;}

.post-content a, .read-it a, .post-info a:hover, .post-title a:hover, .post-tags a:hover, .post-info-co a:hover, #comments a:hover, #pings a:hover, #attachments a:hover { border-bottom:1px dotted silver; }

.post-content a:hover, .read-it a:hover { border-bottom:1px dotted #FF3C00; }

.fragment { background: #dadada; }

#frame .fragment a:hover { color: #FF3C00; }

pre { border: 1px solid #515151; }

code { background: #888; }

input, textarea, select, #search input#q {
	border: 1px solid #515151;
	color: #000;
	background: #fff;
	}

#comment-form textarea { border: 1px solid #515151; }

#content-info, .aplat, #subcategories { background-color: #F3F3F3; }

.pagination, #navlinks { color: #444; }

input.submit, input.reset, input.preview {
	color: #fff;
	background: #111111;
	border: 1px solid #515151;
	}
	
input[type=submit], input[type=reset], input[type=preview] {
	color: #fff;
	background: #111111;
	border: 1px solid #515151;
	}
	
input.preview:hover, input.submit:hover, input.reset:hover { color: #515151; }

input[type=submit]:hover, input[type=reset]:hover, input[type=preview]:hover { color: #515151; }

#footer p {	border-top: 1px solid #dadada; }

/* Menu
-------------------------------------------------------- */
.menu {
	list-style-type:none;
	background:url(img/menu2/menu_bg.png) top left transparent repeat-x;
	margin:0;
	padding:0;
	width:780px;
	border-top:2px solid #FFFFFF;
	overflow:hidden;
	height:80px;
}

.menu ul { margin: 0; padding: 0;}

.menu li {
	background:none;
	padding:0;
	display:inline;
	float:left;
	height:80px;
	
}
.menu li.last_menu, .menu li.right_menu {	float:right; }

.menu li a {
	font-size:.7em;
	text-transform:uppercase;
	line-height: normal;
	display: block;
	height:60px;
	padding:32px 10px 0 10px;
	color: #fff;
}

.menu li.page_item a {
	background:url(img/menu2/menu.png) -30px 0 transparent no-repeat;
	}

.menu li.page_item a:hover, .menu li.page_item a:active {
	background:url(img/menu2/menu_hover.png) -30px 0 transparent no-repeat;
	}

.menu li.page_item.tabs-selected  a {
	background:url(img/menu2/menu_selected_orange.png) -30px 0 transparent no-repeat;
	}

.menu li.first_menu a {
	padding-left:35px;
	background:url(img/menu2/menu.png) top left transparent no-repeat;
	}

.menu li.first_menu a:hover, .menu li.first_menu a:active {
	background:url(img/menu2/menu_hover.png) top left transparent no-repeat;
	}

.menu li.first_menu.tabs-selected  a {
	background:url(img/menu2/menu_selected_orange.png) top left transparent no-repeat;
	}

.menu li.last_menu a {
	padding-right:35px;
	background:url(img/menu2/menu.png) top right transparent no-repeat;
	}
.menu li.last_menu a:hover, .menu li.last_menu a:active {
	background:url(img/menu2/menu_hover.png) top right transparent no-repeat;
	}

.menu li.last_menu.tabs-selected  a {
	background:url(img/menu2/menu_selected_orange.png) top right transparent no-repeat;
	}
	
#frame .fragment { padding: 20px; }

.fragment h2 { display: none; }

.extrabrowser { margin-top: -7px; }

#frame .fragment ul li { display: inline; padding-right: 5px;}

.archfloat { float: left; padding-right: 20px;}

#frame .fragment .archfloat ul li { display:block; font-size: 0.7em;}

#frame #tablinks { font-size: 0.7em; }

.clear { clear: both;}

#tabsearch label { float: left; padding: 0 10px; display: block; background: url(img/stripe_gray.gif) #eee;}

#tabsearch p { padding-left: 10px;}

#tabsearch input#q {
	padding: 1px;
	margin: 0 5px 0 0;
	width: 200px;
	}
	
#tablanguages ul { padding-left: 10px; }

#tablanguages a.fr { background: url(img/lang_fr.gif) no-repeat top left; padding: 0 10px; }

#tablanguages a.en { background: url(img/lang_en.gif) no-repeat top left; padding: 0 10px; }

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

/* Post
-------------------------------------------------------- */
.post {
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 1em;
	}

.post p {
	padding: 0 0 5px 0;
	text-align: justify;
	}

.read-it { padding: 5px 0; }

.footnotes { font-size:0.9em;	}
	
.footnotes, .footnotes p { margin-top : 1em; text-indent : 0; }
	
.post-content ul, .post-excerpt ul {
	padding: 0;
	margin: 0 0 0 20px;
	} 

.post-content ul li, #attachments li, .post-excerpt ul li { padding: 0 0 5px 5px; }

.post-content ol, .post-excerpt ol {
	padding: 0;
	margin: 0 0 0 20px;
	} 

.post-content ol li, .post-excerpt ol li { padding: 0 0 5px 5px; }

.post-content, .post-excerpt { clear: left;}

.date {
	color : silver;
	float:right;
	line-height:2.3em;
	margin:1.5em 0 5px 10px;
	padding-left:10px;
	border-left:1px solid silver;
	font-size:.8em;
	text-align:center;
	position:relative;
	right:0;
	}

.date_day {
	display:block;
	font-size:3em;
	}

.date_month {
	display:block;
	font-size:3em;
	text-align:right;
	font-weight:bold;
	}

.date_year {
	display:block;
	font-size:2em;
	line-height:.9em;
	}

.post-title {
	margin: 20px 0 10px 0;
	line-height: 1.6em;
	}

.post-info { padding: 5px 0 0; }
    
.post-info li {
	padding: 0;
	display: inline;
	white-space: nowrap;
	}

.post-info-co {
	text-align: left;
	padding: 5px 0;
	margin-bottom: 10px;
	}

.post-tags li:after { content: ', '; }

.post-tags li:last-child:after { content: ''; }

.post-info-co a:after { content: ' - '; }

.post-info-co a:last-child:after { content: ''; }

.pagination, #navlinks {
	padding: 10px 0;
	clear: left;
	margin: 0;
	text-align: center;
	font-weight: bold;
	}

/* Comment
-------------------------------------------------------- */
#attachments {
	clear: left;
	padding: 5px 0;
	margin: 20px 0 10px 0;
	}
    
#attachments ul { padding: 10px 0; }

#attachments li { list-style: none; margin: 10px; }

#comments, #pings {
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	}

#comments h3, #pings h3, #attachments h3, #comment-form h3, #content-info h2, #pr h3 {
	background: #fff url(img/stripe_gray.gif) repeat top left ;
	padding: 10px;
	}

#comments p, #pings p {
	padding: 5px 0 0 10px;
	text-align: justify;
	}

#comments dl, #pings dl, dd.comment-preview { 
	padding : 5px 0 5px 10px; 
	margin : 0; 
	}
    
#comments dt, #pings dt { 
	padding: 5px 10px 5px 50px;
	font-family:"century gothic", "gill sans", sans-serif;	
	}
    
#comments dd, #pings dd {
	padding: 10px 10px 40px 70px;
	background: #fff url(img/comments.png) no-repeat 10px 0;
	}
    
#comments dd.me, #comments dt.me a { font-weight: bold; }

#comments dd p, #pings dd p { text-align: justify; }

#comments dt .comment-number, #pings dt .comment-number { font-size : 1.8em; }
	
#comments dd li, #pings dd li, #comment-form li, #comments dd ol, #pings dd ol, #comment-form ol { margin-left: 15px; }

#pr dd.comment-preview { margin: 10px 0 0; padding: 0;}
	
#comments-feed {
	font-weight: bold;
	margin-top : 10px;;	
	}
 
#comments-feed a:link, #comments-feed a:visited {
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 5px 2px 22px;
	}

#ping-url {
	font-size: 0.85em;
	text-align: left;
	padding: 0;
	}

/* Comments forms
-------------------------------------------------------- */
#comment-form { 
	margin: 20px 0 10px 0;
	font-size: 0.9em;
	}

#pr, #pr dl {padding-bottom: 10px;}

#comment-form fieldset p { padding: 5px 0; }

#comment-form fieldset p.field { padding: 7px 0; width: auto; margin: 0; }

#comment-form p.form-help {
	margin: 0;
	text-align: justify;
	}

#comment-form p label { 
	width: auto;
	}

#comment-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 4px 4px 0;
	}

#comment-form input, #comment-form textarea {
	padding: 1px 2px;
	font: 1em Arial, Helvetica, sans-serif;
	}

#comment-form input { width: 50%; }

#comment-form textarea { width: 710px; }

#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 0;
	}

#comment-form input.preview, #comment-form input.submit {
	width: auto;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}

/* Tags
-------------------------------------------------------- */
.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 85%; }
.tag30 { font-size: 90%; }
.tag40 { font-size: 100%; }
.tag50 { font-size: 110%; }
.tag60 { font-size: 120%; }
.tag70 { font-size: 130%; }
.tag80 { font-size: 140%; }
.tag90 { font-size: 150%; }
.tag100 { font-size: 160%; }

/* Page
-------------------------------------------------------- */
#content-info {
	margin:0;
	padding: 10px;
	}

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

.content-inner { clear: left; }

.content-inner h3, #subcategories h3 { margin: 0 20px; }

#subcategories ul li { list-style: none; padding: 0 20px;}

.dc-archive-month .post-info { padding: 5px 0; }

.dc-archive-month #content-info h2 { text-align: center; }

.dc-archive-month .post-title { clear: left; }

.dc-category #content-info { text-align: justify; }
