/*
Theme Name: CNT Nord Pas-de-Calais
Theme URI: http://cnt-f.org/59-62/
Description: The default CNT Nord Pas-de-Calais theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: keyes
Author URI: http://cnt-f.org/59-62/
Tags: cnt
Text Domain: kubrick

CNT Nord Pas-de-Calais
http://cnt-f.org/59-62

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

*/

* {
  margin: 0;
}

body, html {
  color: #f5f4f4;
  background-color: black;
  background-image: url('images/cnt.jpg');
  background-attachment: fixed;
  font-family: "Verdana";
  font-size: 14px;
}

a {
  color: #f5f4f4;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  text-align: left;
  clear: both;
}

h3, h4, h5 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

input, textarea {
  margin-bottom: 5px;
}

#container {
  width: 976px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
}

#header {
  background-color: #d81921;
  height: 229px;
  background-image: url('images/head.png');
  margin-bottom: 20px;
}

#header h1 a {
  color: transparent;
  display: block;
  height: 150px;
/*  width: 930px;
  position: relative;
  top: 85px;
  left: 95px;*/
}

#header #nav a {
  text-decoration: none;
}

#header #nav a:hover {
  text-decoration: underline;
}

#header #nav {
  margin: 0;
  padding: 10px;
  max-width: auto;
  float: right;
  font-size: 18px;
  background-color: black;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#header form {
  padding: 10px;
  padding-top: 5px;
  clear: both;
  float: right;
  background-color: black;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#header form label {
  display: none;
}

#header #nav li {
  display: inline;
}

#header #nav li:before {
  content: '- ';
}

#header #nav li:first-child:before {
  content: '';
}

#content {
  padding-left: 25px;
  padding-right: 25px;
  text-align: justify;
  width: 70%;
  margin-right: 0px;
  float: left;
}

.index .updated {
  border: none;
  font-size: 24px;
  color: #d81921;
}

#content h1, #content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

#content h1 a, #content h2 a, #content h3 a {
  text-decoration: none;
}

#content .hentry {
  margin-bottom: 20px;
}

#content .entry-summary, #content .entry-content {
  margin-bottom: 10px;
}

#content .entry-summary p, #content .entry-content p {
  margin-bottom: 10px;
}

#footer {
  margin-top: 20px;
  clear: both;
  background-color: #d81921;
  height: 50px;
  font-size: 18px;
  text-align: center;
}

#sidebar {
  float: right;
  width: 24%;
}

.widget {
  margin-bottom: 20px;
  background-color: #d81921;
  padding: 10px;
  text-align: justify;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
}
#calendar_wrap { /* ajout janvier 2012 */
  font-size: 80%;
}
#calendar-month, #EC_previousMonth, #EC_nextMonth { /* ajout janvier 2012 */
  color: red; /* OK */
  font-size: 120%;  /*OK */
}

q {
  quotes: &#171 &#187 "'" "'";
}

#menu {
  padding-left: 25px;
}

#tags li {
  display: inline;
}

#text-3 {
  text-align: center;
}

#infos .logo {
  text-align: center;
  margin-top: 10px;
}

#content ul {
  margin-bottom: 10px;
}

#footer p {
  margin-bottom: 0;
}

.widget img {
  border: 1px white solid;
}

.post {
  border-bottom:1px dashed white;
  padding-bottom:10px;
}

.postmetadata, .commentmetadata {
  font-size: 11px;
  font-style: italic;
}

.postmetadata a {
  font-weight: bold;
}

.widget_rss {
  text-align: left;
}

.rsswidget {
  text-decoration: none;
}

.navigation {
  display: block;
  margin-bottom: 20px;
}

/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}
.commentlist {
  padding: 0;
  text-align: justify;
}
.commentlist li {
  margin: 0px 0 3px;
  padding: 0px 10px 3px;
  list-style: none;
}
.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}
.commentlist p {
  margin: 10px 5px 10px 0;
}
#commentform p {
  margin: 5px 0;
}
.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
.commentmetadata {
  margin: 0;
  display: block;
}
/* End Comments */

/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
}
img.centered {
  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 {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.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 */
