/*  
Theme Name: Colorythme
Theme URI: http://Colorythme.com/
Description: Théme fait par Houd pour Colorythme.com.
Version: 1
Author: Jonathan Houdet
Author URI: http://colorythme.com/

	Colorythme v1
	 http://colorythme.com/

*/


/* choisissez le type de blog ici */
@import url('layouts-blog/1col-gauche.css');

/*corps de la page web */

body {
font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
font-size: 0.88em;
text-align: left;
background: #161616;
color: #888;
margin: 0;
}

#page {
margin: 20px auto 20px auto;
background-image: url(images/backgroundcolor.jpg);
border: 15px solid #000;
border-bottom: 5px;
}

/* gestion de l'entte */

#header {
height: 300px;
}

#header h1 {
margin: 0 20px 0 0;
font-size: 2em;
text-align: right;
}

#header h1 a{
color: #aedee4;
}

#header p {
margin: 0 20px 0 0;
font-size: 1em;
}

/* gestion du contenu */

#content {
margin-top: 100px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 500px; 
}

#content h2 {
font-size: 1em;
padding-left: 10px;
}

.post_content {
font-size: 0.85em;
color: #aedee4;
padding-left: 27px;
padding-bottom: 3px;
padding-right: 15px
}

.postmetadata {
font-size: 0.8em;
color: #3f666c;
padding-left: 8px;
}

.post{
background-color: #161616;
}

.contentup{
background-image: url(images/contentup.gif);
width: 100%;
height: 10px;
background-position: top-right;
}
.contentdown{
background-image: url(images/contentdown.gif);
width: 100%;
height: 35px;
background-position: top-right;
background-repeat: no-repeat;
}
.contentmid{
background-color: #161616;

}

.post_content p{
padding-top: 4px;
padding-bottom:4px;
}

.post_content more-link{

}


/* gestion de la sidebar */

.sidebar {
margin: 20px 0 20px 25px;
color: #d3f9fe;
font-size : .84em;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px;
}

.sidebar h2 {
font-size: 1.2em;
margin-top: 10px;
margin-bottom: 3px;
}

.sidebar a{
color: #d3f9fe;
}

.sidebar h2{
color: #eaa400;
}

.sbup{
background-image: url(images/sbup.gif);
width: 100%;
height: 20px;
background-position: top-right;
}
.sidebarcontent{
background: #161616;
}
.sbdown{
background: url(images/sbdown.png) no-repeat;
width: 100%;
height: 184px;

}


/* gestion du footer */

#footer {
font-size: 0.7em;
color: #666;
background-color:#000;
clear: both;
}

#footer a {
color: #97a8aa;
}

#footer p{
text-align: right;
font-size: 1em;
margin: 0px;
}


/* gestion des commentaires */

.comments-template{
margin: 10px 0 0 0;
}

.comments-template ol{
margin: 0 0 0 25px;
list-style: none;
}

.comments-template ol p{
font-family: "Arial", Helvetica, Sans-serif;
font-size: 0.9em;
}

.comments-template ol li{
margin: 10px 0 0 0;
line-height: 15px;
padding: 0 0 10px 0;
}

.comments-template h2, .comments-template h3{
font-size: 1em;
color: #eaa400;
background-color: #161616;
padding-left: 10px;
padding-bottom: 4px;
}

.commentmetadata{
font-size: 0.9em;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template p{
width: 500px;
margin-left: 27px;
}

.comments-template textarea{
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.86em;
background-color: #d4e4e6;
width: 100%;
margin-bottom: 3px;
}
.comments-template input{
background-color: #d4e4e6;
font-family: Arial, Helvetica, Sans-serif;
font-size: 0.86em;
margin-bottom: 3px;
}

.cadre_commentaires {
background-color: #161616;
}

.comments-template form{
background-color: #161616;
}
strong {
color: #72a7af;
}

strong a{
color: #069;
}

strong a:hover{
color: #fff;
text-decoration: underline;
}


/* gestion des liens */

a {
color: #72a7af;
text-decoration: none;
}

a:hover {
color: #aedee4;
}

#content h2 a{
font-size: 1.2em;
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
color: #eaa400;
}

#content h2 a:hover{
color: #f7c400;
}

.post_content a {
color: #069;
}

.post_content a:hover {
color: #fff;
text-decoration: underline;
}

.sidebar a:hover {
text-decoration: none;
}

/* champs de recherche */
#s{
background-color: #d4e4e6;
}

/*page search */
h2.center{
font-size: 1em;
color: #EAA400;
margin-bottom: 10px;
}

.searchlabel{
margin-left: 30px;
}


