/*  
Theme Name: Zaniah
Theme URI: http://www.zaniah.ch/
Description: Thème du site Zaniah.ch
Version: 1.0
Author: Amaury BALMER
Author URI: http://wp-box.fr/
*/

/* Reset */
* {
margin: 0;
padding: 0;
}

/* General */
body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 13px;
color: #808080;
background: #fff;
width:100%;
}
.clear {
clear:both;
}
p {
margin: 0 0 20px 0; 
text-align: justify;	
}

/* Mise en forme des titres */
h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

/* Mise en forme des liens */
a img, img a {
border:0;
}
a {
text-decoration: underline;
outline: none;
color: #F7AE14;
}
a:link, a:visited{
color: #F7AE14;
text-decoration: underline;
}
a:hover {
color: #83321D;
}

blockquote {
margin: 1.5em 0 1.5em 1.5em;
color: #666;
overflow: auto;
font-style: italic;
}
blockquote p {
margin:0;
}
strong {
font-weight:700;
}
em {
font-style:italic;
}
pre {
font-size: 1.2em;
font-family: monospace;
border: 1px solid #E0E0E0;
padding: 1em;
margin: 0 auto;
background: #EEE;
color: #000;
width: 90%;
overflow: auto;
}
code {
font: 0.9em Monaco, monospace;
}
label {
cursor: pointer;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
img.centered, img.aligncenter {
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 */

/* Structure */
#wrap {
background:#fff;
position:relative;
width:100%;
}

/* Header */
#header {
width:100%;
position:relative;
height:145px;
background:#f7ae14;
}
#header h1 {
display:block;
width:956px;
margin:0 auto;
}
#header h1 a {
display:block;
text-indent:-9999px;
float:left;
width:705px;
height:38px;
background:url(images/logo-zaniah-ch.gif);
margin:95px 0 0 8px;
}
#header .description {
display:none;	
}

/* Nav */
#nav {
position:relative;
width:100%;
background:#b5b8a8;
height:30px;
margin-top:4px;
}
#nav ul {
list-style: none;
display:block;
width:948px;
margin:0 auto;
padding-left:8px;
}
#nav ul li {
display: block;
float: left;
}
#nav ul li a {
display: block;
float: left;
text-decoration: none;
font-size:17px;
font-weight:700;
color:#fff;
margin:5px 15px 0 0;
padding-right:14px;
border-right:1px solid #fff;
}
#nav ul li.current_page_item a, #nav ul li a:hover {
color:#4b4349;
}

/* Content */
#content {
clear:both;
position:relative;
display:block;
width:956px;
margin:0 auto;
padding:33px 0;
}

/* Left */
#left {
position:relative;
float:left;
width:200px;
}

/* Left - Menu */
#left h3 {
display:block;
background:#f7ae14;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color:#fff;
padding:2px 8px;
margin-bottom:5px;
font-size:15px;
}

#left ul {
list-style:none;
}
#left ul li {
display:block;
}
#left ul li a {
display:block;
background:#b5b8a8;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color:#fff;
padding:2px 8px;
margin-bottom:3px;
text-decoration:none;
position:relative;
font-size:14px;
}
#left ul li a:hover, #left ul li.current-cat a, #left ul li.selected a {
background:#dadcd3;	
color:#4b4349;
}
#left ul ul {
margin-bottom: 8px;
}
#left ul ul li a, #left ul li.selected li a {
background: none;
padding: 0;
color:#b5b8a8;
margin: 0 0 0 8px;
font-size: 13px;
line-height: 150%;
}
#left ul ul li a:hover {
background: none;
color: #f7ae14;
}

/* Left - Tags */
#left #tags_cloud {
display:block;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border:1px solid #b5b8a8;
padding:8px;
margin:20px 0;
}
#left #tags_cloud a {
text-decoration:none;
color:#b5b8a8;
}

/* Left - Search */
#left #search button#searchsubmit {
float:left;
border:0;
background:none;
text-transform:uppercase;
color:#b5b8a8;
font-size:13px;
margin:2px 5px 0 0;
}
#left #search input#s {
float:left;
width:194px;
color:#b5b8a8;
font-size:13px;
border:1px solid #b5b8a8;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:2px 3px;
}

/* Left - Nav */
#left .navigation {
margin-top: 20px;
}
#left .navigation a {
display:block;
background:#b5b8a8;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color:#fff;
padding:2px 8px;
margin-bottom:5px;
text-decoration:none;
position:relative;
font-size:14px;
} 
#left .navigation a:hover {
background:#dadcd3;	
color:#4b4349;
}

/* Right */
#right {
position:relative;
float:left;
width:730px;
margin-left:25px;
}

/* Posts */
.post {
margin-bottom: 35px;
}
.post h2 {
font-weight:400;
font-size: 25px;
background:#b5b8a8;
padding:6px 10px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color:#fff;
margin-bottom:5px;
}
.post h2 a {
text-decoration: none;
color:#fff;
}

.post .entry {
font-size:14px;
line-height:150%;
}
.post .entry ul, .post .entry ol {
margin: 0 0 15px 25px;
}
.post .entry li {
margin:5px 0;
}
.post .entry h1 {
margin: 0.5em 0;
font-size: 3em;
}
.post .entry h2 {
margin: 0 0 0.5em;
font-size: 2em;
}
.post .entry h3 {
margin: 0.3em 0;
font-size: 1.6em;
font-weight: 700;
}
.post .entry h4 {
margin: 0.2em 0;
font-size: 1.4em;
font-weight: 700;
}
.post .entry h5 {
margin: 0.2em 0;
font-size: 1.2em;
font-weight: 700;
}
.post .entry h6 {
margin: 0.1em 0;
font-size: 1.1em;
font-weight: 700;
}

.the_thumb {
margin-bottom: 8px;
}

/* Cforms */
.linklove {
display: none;
}

/* Pagination */
#pagination span, #pagination a {
display:block; 
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding:5px 10px;
text-decoration:none;
background:#b5b8a8;
color:#fff;
font-size:17px;
margin-right:12px;
float:left;
}
#pagination span, #pagination a:hover {
background:#dadcd3;	
color:#4b4349;
}
#pagination span.pages {
padding:5px 0;
display:block;
float:left;
text-transform:uppercase;
font-size:17px;
background:#fff;
color:#7f8982;
}