/*
Theme Name: Forum Culturel
Theme URI: http://leforumbm.fr/
Description: Le thème pour le Forum basé sur le site leforumbm.fr
Version: 1.0
Author: Gunther Groenewege

*/

/* @group reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }

ol, ul { list-style-type : none; }

table { border-collapse : collapse; border-spacing : 0; }

caption, th { text-align : left; }

fieldset, img { border : 0; }

dt, address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }

q:before, q:after { content :''; }

:focus {
	outline: 0;
}
/* @end */

/* @group layout */

body {  
  background: #333 url(images/background.jpg) repeat-y 50% 0;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 75%;
	text-align: center;
	color: #999;
}

#wrapper {
	position : relative;
	background: #000 url(images/header.jpg) no-repeat;
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#header {
  width: 980px;
  height: 300px;
}

#sidebar {
  float: left;
  margin: 0 50px;
  width: 250px;
	display: inline;          /* IE BUG FIX */
}

#content {
	float: right;
	width: 580px;
	margin-right: 40px;
	display: inline;          /* IE BUG FIX */
}

#footer {
  position: relative;
  clear: both;
  margin: 0;
  height: 250px;
  background: #000 url(images/footer.jpg) no-repeat;
}

/* @end */

/* @group typography */

a {
  text-decoration: none;
  color: #6A9E97;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 1em; }
h2 { font-size: 2.2em; margin-bottom: 0.25em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 0.25em; }
h4 { font-size: 1.3em; line-height: 1.25; font-weight: bold; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1.5em; line-height: 1.4; }
p.last      { margin-bottom: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
.center {
text-align: center;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
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 */

/* @group header */
  
  #header h1 a {
  	display: block;
  	height: 200px;
  	width: 500px;
  	text-indent: -9999px;
  }

/* @end */

/* @group sidebar */

  ul#nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  ul#nav li {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.25em;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px dashed #15201e;
  }
  
  ul#nav li.last {
    border-bottom: 0;
  }
  
  ul#nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: transparent url(images/bullet.gif) no-repeat center left;
    padding-left: 24px;
  }
  
  ul#nav ul {
    margin: 15px 0 5px 20px; 
    padding: 0;
    list-style-type: none;
  }
  
  ul#nav ul li {
    font-size: 1em;
    text-transform: lowercase;
    margin: 5px 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  
  div.contribution {
    width: 150px;
    margin-bottom: 10px;
    border: 1px solid #666;
    background-color: #444;
    background: #444 url(images/mail.gif) no-repeat 50% 10px;
    text-align: center;
    padding: 40px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
  }
  
  div.contribution a {
    color: #fff;
    text-decoration: none;
  }
  
/* @end */

/* @group content */

  #content h2 {
    background: transparent url(images/bullet.gif) no-repeat center left;
    padding-left: 28px;
  }
  
  #content h2 a {
    color: #fff;
  }
  
  #content h3 {
    clear: both;
    color: #788257;
    padding-bottom: 3px;
    letter-spacing: 2px;
  }
  
  #content h4 {
    color: #666;
  }
  
  #content table {
    width: 99%;
    margin-bottom: 25px;
  }
  
  #content td {
    padding: 5px;
    font-size: 1.2em;
    line-height: 1.4;
  }
  
  #content tr.uneven {
    background-color: #111;
  } 
  
  #content th {
    padding: 4px;
    background-color: #788257;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
  }
  
  #content p {
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  #content p.postmetadata {
    font-size: 1.1em;
    color: #999;
    margin-bottom: 10px;
  }
  
  #content small {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #999;
  }
  
  #content strong {
    padding: 2px;
    color: #ddd;
  }
  
  #content em {
    color: #fff;
  }
  
  #content div.post img {
    margin: 0 10px 2px 0;
  }
  
  #content div.post {
    clear: both;
    margin-bottom: 30px;
  }
 

/* @end */

/* @group form */

.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}

/* @end */

/* @group footer */
  
  #footer {
    font-family: Verdana, Arial, sans-serif;
  }
  
  #footer div.column1 {
    float: left;
    padding-top: 130px;
    margin-left: 50px;
    width: 400px;
  	display: inline;          /* IE BUG FIX */
  }
  
  #footer div.column2 {
    float: right;
  	width: 400px;
  	padding-top: 130px;
  	margin-right: 50px;
  	text-align: right;
  }
  
  #footer h3 {
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: bold;
  }
  
  #footer h5 {
    margin-bottom: 0;
    font-size: 0.9em;
    font-weight: normal;
  }
  
  #footer h5 a {
    color: #FFEAB8;
  }
  
  #footer p {
    margin-bottom: 0;
  }
  
  #footer a {
    color: #fff;
  }
  
/* @end */
