/*
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of Nitüur based on Light Red, a theme for Dotclear.
#
# Copyright (c) 2009 annso
# contact@as-i-am.fr
#
# Adaptation franck@ouik.fr
#
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------ */



/* Les éléments HTML en général
-------------------------------------------------------- */

body {
	background: #982825;
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #424240;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

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

a:hover, a:focus { color:#424240; }

a img {
	border: none;
	padding: 0;
}

ul { list-style-type: square; }

h2 {
	font-family: "Century gothic",  Arial;
	letter-spacing: -1px;
	font-size: 2em;
	line-height:140%;
        margin: 20px 0 10px;
}

h3 {
	font-family: "Century gothic",  Arial;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #f03f3f;
}

h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}

.clear { clear: both; }

code {
	color: #003466;
	font: normal 115% "Courier New", Courier, monospace;
	white-space: nowrap;
	padding: 0 2px;
}
pre code {
	display: block;
	clear: both;
	background: url(index.php?tf=img/code-bg.gif);
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	overflow: auto;
	line-height: 140%;
	margin: 5px 0 15px;
	white-space: pre;
	width: 470px;
}

#page {
	background: #fff;
    margin: 0 auto;
    max-width: 960px;
    -webkit-box-shadow: 0px 0px 20px #000; 
    -moz-box-shadow: 0px 0px 20px #000; 
    box-shadow: 0px 0px 20px #000; 
}



/*  Le header
-------------------------------------------------------- */

#top {
	text-indent: -999em;
	width: 960px;
	height: 299px;
	background: #fff url(index.php?tf=img/logo-nituur.jpg) no-repeat;
}

#top h1 {
        margin: 0;
}

#top h1 a {
	height: 299px;
	width: 960px;
        display: block;
}

#prelude {
	display: none;
}

#breadcrumb {
       margin-bottom: 0;
}

/* Le menu
---------------------------------------------------------*/

.menu {
	margin: 0;
	padding: 0;
 	background-color: #424240;
	font-size: 1.077em;
	height: 25px;
}
ul.menu {
	list-style: none;
}

.menu li {
	float: left;
}

.menu li a {
	padding: .2em .8em .3em .8em;
 	background-color: #424240;
	display: block;
	color: #fff;
}
.menu li a:hover, .menu li a:focus {
	background-color: #fff;
	color: #ab0900;
	text-decoration: none;
}

.menu li.cur a {
	color: #853011;
	background: #fff;
}


/*  Mise en forme générale
-------------------------------------------------------- */
#wrapper {
	padding: 0px;
	margin: 0px;
}

#main{
	float: left;
	padding-left: 50px;
	padding-bottom: 20px;
        width: 58%;
}

#sidebar {
	float: right;
	width: 270px;
	border-left: #424240 1px dotted;
	padding: 0 10px;
	margin: 0;
}

#footer {
	clear: both;
	padding: 1px 20px;
	background: #424240;
	color: #fff;
}

#footer a:hover { color:#aaaaa7; }

.totop { float: right; }


/* Les articles
-------------------------------------------------------- */

#navlinks{
	padding: 0 70px 50px 0;
	font-size: 0.80em;
	}
#navlinks .prev{float: left;}
#navlinks .next{float: right;}


.day-date{
	margin: 30px 0 0 370px;
	background: url(index.php?tf=img/date.jpg) no-repeat left;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	height: 26px;
	padding-top: 15px;
	padding-left: 5px;
	display: block;
	font-family: "Century Gothic",  Arial;
}

h2.post-title {
        margin: 0 0 5px;
} 

.post-title a{
	color: #424240;
}


.post-info, .post-info a, .post-tags{
	color: #e9e9e9;
	display: none;
}

.post{
	width: 521px;
	clear: both;
	margin-bottom: 20px;
}

.read-next a{
	font-family: "Century Gothic",  Arial;
	background: url(index.php?tf=img/next.jpg) no-repeat;
	display: block;
	height: 23px;
	width: 88px;
	padding: 2px 0 0 10px;
	color: #fff;
	float: left;
}
.post-info-co a{
	background: url(index.php?tf=img/commentaires.jpg) no-repeat;
	color: #424240;
        margin: 0 0 20px 0;
	padding: 2px 0 0 7px;
	font-family: "Century Gothic",  Arial;
	float: right;
	display: block;
	height: 23px;
	width: 112px;
	font-size: 0.9em;
}

.post-title a:hover,
.read-next a:hover,
.post-info-co a:hover{
	color: #F13F3F;
}

#content-info h2 { text-transform: uppercase; }


/*  Les commentaires
-------------------------------------------------------- */

dt{
	font-size: 0.80em;
	background-color: #e9e9e9;
	padding: 1ex 1em 1ex ;
	margin: 0 80px 0 0;
	font-weight: bold ;
}

dd{
	font-size: 0.80em;
	margin: 0 80px 20px 0;
	background-color: #e9e9e9;
	border-bottom: 1px solid #a3a3a3;
	padding: 1ex 1em 1ex ;
}

dd.odd,
dt.odd{background-color: #f5f5f5;}

dt.me{
	color: #F03F3F;
}


/*  Le formulaire
-------------------------------------------------------- */

fieldset{
	border: none;
}

label{
	float: left;
	width: 40%;
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
	font-size: 0.80em;
}

input, textarea{
	border: 1px solid #e9e9e9;
	font-size: 1em;
}
textarea{
	font-size: 1.2em;
}
textarea#c_content{
	margin: 10px 30px 0 0;
}

input:hover, textarea:hover{
	border: 1px solid #f03f3f;
}
input.submit, input.preview{
	text-transform: uppercase;
	font-family: "Century Gothic",  Arial;
}
input.submit:hover, input.preview:hover{
	background: #f03f3f;
	color: #fff;
}
.form-help{
	width: 80%;
	font-style: italic;
	text-align: right;
}
input[type=image] {
	border: none;
}

/* Pagination
-------------------------------------------------------- */
.pagination{
	display: block;
	margin: 40px 80px 0 0;
	text-align: right;
}


/*  Le sidebar
-------------------------------------------------------- */

#sidebar a img{ border: none; }

#sidebar ul{
	margin: 0px;
	padding:0px;
	list-style-type: none;
	margin-bottom: 20px;
}

#sidebar h2{
	margin: 20px 0 8px;
	padding:0;
	text-transform: uppercase;
	font-size: 1.231em;
	font-weight: normal;
	font-family: "Century Gothic",  Arial;
}

#blognav{
	padding: 10px 0;
}

/* #blognav li {display: inline;} */

.enclume {
   margin: 0 5px;
   border: 2px #aaa solid;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   text-align: center;
}
#dotpoll1 li {
	color: #c00;
}
#dotpoll1 {
	background: #f70;
	color: #fff;
	padding: .1em;
	text-align: center;
	margin: 2em 0 2.5em;
	position: relative;
	-webkit-box-shadow: 0 0 30px 5px #c00 inset;
	        box-shadow: 0 0 30px 5px #c00 inset;
	-webkit-border-radius: 15px 75px 20px 120px / 100px 20px 40px 30px;
	        border-radius: 15px 75px 20px 120px / 100px 20px 40px 30px;
}
#dotpoll1::before,
#dotpoll1::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}
#dotpoll1::before {
	top: -25px;
	left: 40px;
	border-left: 40px solid transparent;
	border-right: 90px solid transparent;
	border-bottom: 25px solid #e53c00;
}
#dotpoll1::after {
	bottom: -20px;
	left: 100px;
	border-left: 70px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #e53c00;
}

/*  Les RSS
-------------------------------------------------------- */

.syndicate li a {
	color: #424240;
	font-size: 0.80em;
	background: url(index.php?tf=img/rss.png) no-repeat 0 50%;
	padding: 0 0 0 19px;
	list-style-type: none;
}
.syndicate li a:hover{color: #f03f3f; }



/*  Les dernieres images
-------------------------------------------------------- */
.images {
	width: 260px;
}

.images .img-box {
	display: block;
	width: 100px;
	height: 90px;
	margin: 5px;
	float: left;
	text-align: left;
}


/*  Les  tags
-------------------------------------------------------- */


.dc-tags .tags a { color: #424240}


.tags {font-size: 1.3em;}
.tags ul{margin-right: 60px;}
.tags li{
	display: inline;
	padding: 3px;
	}
.tags a{color: #fff;}

.tags li a.tag10{font-size: 0.7em;}
.tags li a.tag20{font-size: 0.8em;}
.tags li a.tag30{font-size: 0.9em;}
.tags li a.tag40{font-size: 1.0em;}
.tags li a.tag50{font-size: 1.1em;}
.tags li a.tag60{font-size: 1.2em;}
.tags li a.tag70{font-size: 1.3em;}
.tags li a.tag80{font-size: 1.4em; color: #f03f3f; }
.tags li a.tag90{font-size: 1.5em; color: #f03f3f; }
.tags li a.tag100{font-size: 1.6em; color: #f03f3f; }

.tags li a:hover.tag10,
.tags li a:hover.tag20,
.tags li a:hover.tag30{
	color: #f03f3f;
}
.tags li a:hover.tag40,
.tags li a:hover.tag50{
	color: #fff;
}



/*  La recherche
-------------------------------------------------------- */
#search label {
        float: none;
        font-size: 1em;
}

#search fieldset { padding: 0; }
#search p { margin: 0; }
#search input{
	font-size: 1em;
	font-weight: normal;
	font-family: "Century Gothic",  Arial;
	}

#search #q{
	background: #EBEBE9;
}
#search #q:hover{
	background: #fff;
	border-color: #EBEBE9;
}
#search .submit{
	height: 20px;
}