/*
Theme Name: Ndreams 4
Theme URI: http://ndreams.org/
Description: Thème du blog de Nicolas Renous
Version: 4.0
Author: Nicolas Renous

Ndreams by Nicolas Renous || http://ndreams.org/
*/

/* Mise en page
------------------------------------------ */
html { margin:0; padding:0; }
body {
	color: #000;
	margin: 0;
	padding: 0;
	background:url(images/website/rayures.png) #3987CF;
	font-family: Helvetica, Arial, Verdana, sans-serif;;
	font-size:0.7em;
	text-align:left;
}
#page {
	margin:0px 20px;
	padding:0;
	min-width:890px;
	position: relative;
	background:#FFF url(images/sidebar/sidebar.gif) repeat-y right;
}


/* Wrapper
------------------------------------------ */
#content {
	color:#333333;
	margin-left:0px;
	margin-right:390px;
	padding:18px 15px 30px 15px;
	min-height:1700px;
	border-left:1px solid #292929;
}
#haut {
	height:16px;
	overflow:hidden;
	padding:2px 5px;
	text-align:left;
	background:#292929 url(images/header/haut-gauche.png) left top no-repeat;
}
#menu {
	font-weight:bold;
	width: 380px;
	position: absolute;
	right:20px;
	text-align:left;
	top:0px;
}
html>body #menu {
	right:0px !important;
}
#menu-gauche, #menu-droite {
	padding:0 0 20px 0;
	overflow:hidden;
}
#menu-gauche {
	width:190px;
	float:left;
	position:absolute;
	margin-top:6px;
	padding-top:10px;
	background:#EBEBEB url(images/sidebar/haut-menu.gif) left top no-repeat;
}
#menu-droite {
	width:190px;
	position:absolute;
	right:0px;
	background:#292929 url(images/header/haut-droite.png) right top no-repeat;
}


/* Elements globaux
------------------------------------------ */

a, a:visited, a:active {
	color: #3A6CB3;
	text-decoration:none;
}
a:hover {
	color:#1E4274;
}

a img {
	border: none;
}

acronym, abbr {
	color:#333;
	border-bottom: 1px dashed #666;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}
cite {
	font-size: 90%;
	font-style: normal;
}
pre {
	overflow:auto;
}
.storycontent a, .storycontent a:visited {
	color:#0066CC;
	font-weight:bold;
}
.storycontent a:hover {
	color:#1E4274;
}
.storycontent blockquote {
	border-left: 6px solid #1254CD;
	margin:5px auto;
	padding:20px;
	width:80%;
	color:#404040;
	background:url(images/post/blockquote.gif) no-repeat bottom right #EFEFEF;
}
.storycontent img {
padding:1px 5px;
}
.storycontent ul {
	list-style-type: none;
	margin-left:15px;
}
.storycontent ol {
	margin-left:30px;
}
.storycontent ul li {
	margin-bottom: 3px;
}
.storycontent ul li {
	background: url(images/global/puce.gif) no-repeat 0px 2px ;
	padding-left: 15px;
	margin-bottom: 3px;
}
.storycontent .sociable ul {
	margin-left: 20px !important;
	margin-top: 8px !important;
}
.storycontent .sociable ul li {
	background: none !important ;
	padding: 8px 5px 0 5px !important;
	margin: 0 !important;
}
.storycontent del {
	color:#666;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
img.centered, img.aligncenter {
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;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */

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

.wp-caption {
text-align: center;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #fff;
color:#fff;
}
.wp-caption:hover {
border: 1px solid #ddd;
background-color: #f3f3f3;
color:#333;
}

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

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* Header
------------------------------------------ */
#header {
	background:transparent;
	overflow:hidden;
	height:105px;
	margin:0;
}
h1.blogname { display:none; }
#prelude {
	position:absolute;
	opacity:0.5;
	filter:Alpha(opacity=50);
	-moz-opacity:0.50;
	font-weight:bold;
	padding-left:3px;
	color:white;
	cursor:help;
}
#prelude:hover {
	opacity:0.8;
	filter:Alpha(opacity=80);
	-moz-opacity:0.80;
}
#pubheader {
	position:absolute;
	right:20px;
	margin:21px 0;
	font-size:8px;
}
#pubhdtrek {
	position:absolute;
	right:20px;
	margin:6px 0;
	font-size:8px;
}
#prelude p {
	margin:0; padding:0;
	display:inline;
}

/* Menu
------------------------------------------ */
#menu h2 {
	margin:17px 5px 9px 5px;
	padding-right:5px;
	text-align:right;
}
#menu a, #menu a:visited {
	text-decoration: none;
}
#menu a:hover{
	text-decoration: none;
    color:#333;
}
#menu ul{
	list-style-type: none;
	margin:0;
	padding:0;
	font-size:11px;
}
#menu .center {
	margin-top:15px;
}

#menu-gauche h2 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #DBDBDB;
	color: #B7B7B7;
}
#menu-gauche a:hover {
	background:#fff;
}
#calendar {
	text-align:center;
}
#calendar h2 {
	display:none;
}
#wp-calendar {
	empty-cells: show;
	font-size: 12px;
	margin: 0;
	width: 150px;
	margin:auto;
}
#wp-calendar #next a, #wp-calendar #next a:visited {
	padding-right: 10px;
	text-align: right;
	color:#999;
}
#wp-calendar #prev a, #wp-calendar #prev a:visited{
	padding-left: 10px;
	text-align: left;
	color:#999;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	background:transparent;
	color:#333;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	color:#4B61C2;
	padding:0;
}
#wp-calendar a:hover {
	background: #858CAB;
	color: #fff;
}
#wp-calendar caption {
	color: #999;
	text-align: center;
	font-size:11px !important;
	text-transform:capitalize;
	margin:auto;
	margin-bottom:3px;
}
#wp-calendar td {
	color: #ccc;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar #today, #wp-calendar #today a, #wp-calendar #today a:visited {
	color: red;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#menu-gauche #searchform {
	text-align:center;
	margin-top:17px;
}
#menu-gauche #searchform input {
	background-color: #292929;
	color: #FFF;
	cursor: pointer;
	font-size: 11px;
	border:1px solid #292929;
}
#menu-gauche #searchform input:hover {
	background-color: #36393e;
}
#menu-gauche #searchform #s {
	width:140px;
	background:#FFF;
	border:1px solid #BABABA;
	color: #333;
	padding:1px;
	margin-bottom:7px;
	cursor:text;
}
#menu-gauche #searchform #s:hover {
	border:1px solid #878787;
}
#contact a, #contact a:visited {
	background:url(images/sidebar/mail.gif) 50% 0 no-repeat;
	padding:2px 0px 2px 0px;
	width:170px;
	display:block;
	margin:0px 6px;
}
#contact a:hover{
	background:url(images/sidebar/mail-hover.gif) 50% 0 no-repeat;
}
#syndicate ul {
	padding:8px 0;
	text-align:center;
}
.widget_categories a, .widget_categories a:visited {
	width:178px;
	padding:2px 0px 2px 10px;
	display:block;
}
#syndicate a, #syndicate a:visited {
	width:190px;
	padding:2px 0;
	display:block;
}
.widget_categories a:hover, #syndicate a:hover {
	background:#E7E7E7 url(images/sidebar/curseur.gif) repeat-y left;
}
.widget_recent_comments {
	font-weight:normal;
}
.widget_recent_comments ul, .widget_recent_entries ul {
	text-align:left;
	margin:0px 5px;
}
.recentcomments, .widget_recent_entries ul li {
	margin-top:4px;
	padding-left:8px;
	background: url(images/sidebar/li.gif) no-repeat 2px 5px ;
}
.widget_archive {
	text-align:center;
}


#menu-droite h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #383838;
	color: #464646;
}
#flowref h2 {
	margin-top:3px !important;
}
#menu #stats {
	font-weight:normal;
	margin-top:30px;
}
#menu #stats ul {
	margin:20px;
	font-size:1.1em;
}
#menu-droite a, #menu-droite a:visited {
	color:#3D6195;
	border-bottom:1px solid #292929;
}
#menu-droite a:hover {
	color:#6E819C;
	border-bottom:1px dotted #6F6F6F;
}
#menu-droite ul li {
	background:transparent url(images/sidebar/li.gif) no-repeat 9px 5px;
	padding-left:18px !important;
}
.widget_links h2 {
	color: #6B6B6B !important;
	margin:7px 0 2px 8px !important;
	font: bold 1em Arial, Helvetica, sans-serif  !important;
	text-align:left !important;
	border:none !important;
}
#readers {
	text-align:center;
}
#AVoir ul li img {
	padding:1px 0 0 0;
}
.aktt_tweets {
	color: #A9A9A9;
	font-size:0.8em;
}
.aktt_tweets a {
	font-weight:normal;
}

/* Contenu
------------------------------------------ */
.day-date {
	text-align: right;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
	cursor:help;
	border-bottom:1px dotted #C7C7C7;
	color:#C7C7C7;
}
#nav {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}


/* Message
------------------------------------------ */
.pagetitle {
	margin-top:19px;
	text-align:center;
}
.storytitle {
	text-align:left;
	margin:0px;
	color: black;
	font: bold 20px 'Trebuchet MS',Arial, Helvetica, sans-serif;
	padding:5px 0px 0px 28px;
	background:transparent url(images/post/star.png) no-repeat 5px 8px;
}
.storytitle a, .storytitle a:visited {
	color: black;
}
.storytitle a:hover {
	color: #858585;
}
.storycontent {
	padding: 0 10px 10px 10px;
	line-height:19px;
	font-size:13px;
}
.meta {
	font-weight:0.8em;
	margin: 0;
	color:#333;
	padding:5px;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.feedback {
	color: #ccc;
	background:#F5F5F5;
	border-top:1px solid #E3E4E4;
	border-bottom:1px solid #E3E4E4;
	text-align: left;
	clear: both;
	padding:0px;
	margin:15px 0 40px 0;
}
.info-co {
	background: url(images/post/ico-comment.gif) no-repeat left 5px;
	padding: 5px 4px 0 15px;
	float:right;
}
.more-link {
	font-size:1.2em;
	font-weight:bold;
	padding:6px 0;
}
ol#comments li p {
	font-size: 100%;
}

/* Liste de commentaires
------------------------------------------ */
#commentform {
	margin:auto;
	width:80%;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #F2F2F2;
	border: 1px solid #ACACAC;
	padding: .2em;
}
#commentform #author:hover, #commentform #email:hover, #commentform #url:hover, #commentform textarea:hover {
	background: #fff;
	border: 1px solid #ACACAC;
}
#commentform textarea {
	width: 100%;
}
.nbcom {
	font-weight:bold;
	font-size:2em;
	float:right;
	color:#CECECE;
}
#commentlist blockquote {
	border-bottom:3px solid #6B728F;
	border-top:1px solid #6B728F;
	border-left:1px solid #6B728F;
	border-right:2px solid #6B728F;
	padding:7px;
	background:#F6F7FA;
}
#commentlist blockquote p {
	line-height:17px;
	font-size:12px;
}
#commentlist .commentnico {
	background:#CCD3D9;
}
#commentlist .commentnico .nbcom {
	color:#A5A5A5 !important;
}
.author {
	font-weight:bold;
	font-size:1.2em;
	color:#333;
}
.info {
	color:#666666;
	margin-top:9px;
}
.avatar {
	float:left;
	margin-right:5px;
	border:1px solid #9B9B9B;
}
.trackback {
	float:left;
	margin-right:5px;
	border:1px solid #F6F7FA;
}
.commentext {
	clear:both;
	margin-top:20px;
}
/* Footer
------------------------------------------ */
#nuagetags {
	padding:17px 20px 17px 180px;
	background:#EBEBEB url(images/website/footer.gif) no-repeat 15px 50%;
	margin-top:200px;
	border-top:1px dotted #999;
	border-left:1px solid #292929;
	border-right:1px solid #292929;
}
html>body #nuagetags { margin-top:0px!important; }
#footer {
	text-align: left;
	color: #FFF;
	background: #292929;
	font-weight:bold;
	padding:2px 10px;
	letter-spacing:0.1em;
}
#footer p {
	display:inline;
}
#footer a, #footer a:visited {
	color:#C4C4C4;
}

/* classes used by the_meta()
------------------------------------------ */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.wp-smiley {
	vertical-align:top;
}
.wikiodiv {
	margin:4px 0px 0px 0px;
	padding-bottom:7px;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
