/*
Theme Name: Veuch
Theme URI: http://www.veuch.be
Description: Just another theme created by Greg-J.
Version: 1
Author: Greg-J
 
Creation Theme by Greg-J || http://www.greg-j.fr

*/

* { /* Meilleurs compatibilit� avec IE */
padding: 0;
margin: 0;
}

/*corps de la page web */

body {
font-family: Helvetica, Arial, sans;
font-size: 11px;
background: #FFFFFF;
}

h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
}

a {
text-decoration: none;
}

a img { /* On enl�ve la bordure par d�faut sur les images li�es */
border: none;
}

#page {
width: 900px;
margin: 0 auto 0 auto;
}

/* gestion de l'ent�te */

#header {
display: block;
width: 900px;
height: 250px;
font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 70px;
}

#header h1 {
position: absolute;
font-size: 2em;
margin-top: 10px;
text-transform: uppercase;
}

#header h1 a{
color: #000000;
}

#header p {
position: absolute;
line-height: 11px;
margin-top: 127px;
color: #999999;
}


/* gestion du contenu */

#content {
float: left;
width: 560px;
margin-right: 70px;
}

#content h2 {
font-size: 2.6em;
margin-bottom: 20px;
}

#content h2 a {
color: #000000;
font-weight: normal;
}

.post {
padding-bottom: 100px;
margin-bottom: 20px;
border-bottom: 1px solid #CCCCCC;
}

.post p {
margin-bottom: 15px;
}

.post a {
color: #000000;
}

.post a:hover {
text-decoration: underline;
}

.post-content {
font-size: 1.1em;
line-height: 18px;
color: #555555;
}

.post-data {
margin-top: 20px;
font-size: 1em;
color: #999999;
}


/* gestion de la sidebar */

.sidebar {
float: left;
width: 240px;
padding: 10px;
}

.sidebar h2 {
font-size: 1.3em;
line-height: 20px;
font-weight: normal;
color: #333333;
}

.sidebar ul {
list-style-type: none;
margin: 0;
}

.sidebar ul li ul {
border-top: 1px solid #CCCCCC;
margin-bottom: 20px;
}

.sidebar ul li ul li {
font-size: 1.1em;
line-height: 22px;
border-bottom: 1px solid #CCCCCC;
}

.sidebar ul li ul li a {
text-decoration: none;
color: #999999;
}

.sidebar ul li ul li a:hover {
color: #000000;
}

.sidebar li#search {
margin-bottom: 30px;
}

.sidebar select {
margin-top: 10px;
width: 100%;
}

.sidebar #banner a img {
padding: 15px;
border: 1px solid #EEEEEE;
margin-bottom: 20px;
}

.sidebar #banner a:hover img {
border: 1px solid #000000;
}

/* gestion du footer */

#footer {
width: 900px;
clear: both;
margin-bottom: 40px;
}

#footer a {
color: #000000;
}

#footer a:hover {
text-decoration: underline;
}

#footer p{
margin-bottom: 10px;
}

#footer p.credit {
color: #999999;
}


/* gestion des commentaires */

.comments-template { /* Bloc des commentaires qui englobe tout les �l�ments */

}

.cadre-commentaires {
}

.comments-template h3 { /* "Laissez un commentaire" ou nombre de commentaires */
font-weight: normal;
color: #333333;
margin-bottom: 20px;
}

h3#respond { /* Laissez un commentaire */
margin-top: 120px;
font-size: 2.5em;
}

.comments-template p{ /* message indiquant que l'utilisateur est connect�, ou que les commentaires sont ferm�s */
font-size: 1.1em;
margin-bottom: 20px;
color: #555555;
}

.comments-template a {
color: #000000;
}

.comments-template a:hover {
text-decoration: underline;
}

.comments-template textarea { /* Zone de texte du commentaire */
font-family: Helvetica, Arial, sans;
font-size: 1.1em;
width: 540px;
padding: 10px;
}

.comments-template input[type='submit'] {
display: block;
border: none;
background: #000000;
color: #FFFFFF;
padding: 10px;
font-size: 1.2em;
}

h3#comments { /* Titre comportant le nombre de commentaires pour l'article */
margin-top: 10px;
font-size: 2.2em;
}

.comments-template ol {
margin-top: 20px;
list-style: none;
}

.comments-template ol p {
font-family: Helvetica, Arial, sans;
font-size: 0.9em;
}

.comments-template ol li {
line-height: 15px;
padding: 10px;
border: 1px solid #DDDDDD;
border-right: none;
margin-bottom: 10px;
}

.comments-template ol li.authcomment {
line-height: 15px;
padding: 10px;
border: 1px solid #000000;
border-right: none;
margin-bottom: 10px;
background: #EEEEEE;
}

.commentmetadata { /* Donn�es du commentaire (auteur, date...) */
font-weight: bold;
font-style: italic;
font-family: Georgia,"Times New Roman",Times,serif;
font-size: 11px;
margin-bottom: 10px;
}

.comment-text { /* Le commentaire */
margin: 10px 20px;
font-size: 1.3em;
}
