/* 
Theme Name: Rampazzo
Theme URI: http://blog.rampazzo.com
Description: Nouveau thème pour le blog Rampazzo
Version: 5
Author: Amaury BALMER-MF
Author URI: http://wp-box.fr/
*/

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

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

/* Mise en forme des titres */
h1, h2, h3, h4, h5, h6 {
font-family:"Trebuchet MS",Trebuchet,Times,serif;
}

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

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 {
position:relative;
width:900px;
margin: 0 auto;
}

/* Header */
#header {
position:relative;
background: #000;
padding: 20px 0 0;
}

#header h1 a {
display: block;
position: absolute;
width: 233px;
height: 37px;
background: url(images/logo.gif) no-repeat;
right: 10px;
top:10px;
text-indent: -9999px;
}

#header .description {
display:none;	
}

#header h2 {
color:#bd8449;
font-size: 38px;
font-weight: 400;
margin-bottom: 5px;
}
#header h2 a {
color:#bd8449;
text-decoration: none;
}

#header h3 {
color:#fff;
font-size: 16px;
font-weight: 400;
}
#header h3 a {
color:#fff;
text-decoration: none;
}

#header .home_link {
display: block;
position: absolute;
bottom: 0;
right: 0;
color:#fff;
text-decoration: none;
padding:6px 15px;
font-weight: 400;
font-size: 12px;
}

/* Nav */
ul#nav {
margin-top: 30px;
position:relative;
list-style: none;
}
ul#nav li {
display: block;
float: left;
}
ul#nav li a {
display: block;
float: left;
color:#bd8449;
text-decoration: none;
padding:6px 15px;
font-weight: 700;
font-size: 12px;
}
ul#nav li.current a {	
background: #fff;
}
ul#nav li a:hover {	
text-decoration: underline;
}

/* Content */
#content {
clear:both;
position:relative;
}

/* Left */
#left {
position:relative;
float:left;
width:630px;
padding: 20px 0 0;
}

/* Right */
#right {
position:relative;
float:left;
width:230px;
background: #efefef;
padding:20px;
}
#right h2, #right h2 a {
color:#333333;
font-size: 16px;
text-decoration: none;
}
#right ul {
list-style: none;
}
#right ul li {
margin-bottom: 20px;
}
#right ul ul {
margin-bottom: 8px;
}
#right ul ul li {
margin:0 0 0 5px;
font-weight: 700;
color:#BC6E39;
}
#right ul ul li a {
text-decoration: none;
}
#right ul ul ul {
margin-top:5px;
}
#right ul ul ul li {
margin:0 0 0 15px;
font-weight: 400;
color: #000;
}
#right ul ul ul li a {
color: #000;
text-decoration: none;
}

/* Search form */
#searchform input#s {
border: 1px solid #999999;
padding:2px 5px;
width:170px;
font-size: 13px;
color:#999999;
}
#searchform input#submitsearch {
color:#999999;
background: none;
border: 0;
font-size: 13px;
}


/* Footer */
#footer {
clear:both;
color:#555555;
font-size:0.65em;
margin:10px 0 0;
padding:20px;
text-align:center;
}

/* Posts */
.post {
margin: 0 20px 1.5em 0;
}
.post h3.date {
font-weight:400;
margin:15px 0 2px;
padding-bottom:1px;
font-size: 15px;
}
.post h2 {
font-weight:400;
font-size: 2em;
line-height: 1.2;
border-top:1px dotted #CCCCCC;
color:#BC6E39;
padding:10px 0 10px;
font-size: 22px;
}
.post h2 a {
color:#BC6E39;
text-decoration: none;
}
.post h2 a:hover {
color:#BC6E39;
text-decoration: none;
}

.meta, .meta a {
color:#808080;
font-weight:normal;
letter-spacing:0;
font-size: 12px;
}

.post .entry {
padding:10px 0;
}
.post .entry p strong {
color:#BC6E39;
}
.post .entry p img {
border:solid 1px #CCC;
margin:2px 5px 3px 0;
}
.post .entry ul, .post .entry ol {
margin: 0 0 15px 25px;
}
.post .entry h1 {
margin: 0.5em 0;
font-size: 3em;
}
.post .entry h2 {
margin: 0.5em 0;
font-size: 2em;
}
.post .entry h3 {
margin: 0.3em 0;
font-size: 1.5em;
font-weight: 400;
}
.post .entry h4 {
margin: 0.2em 0;
font-size: 1.4em;
font-weight: 400;
}
.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;
}

.post .feedback {
text-align: right;
margin-top: -15px;
font-size: 11px;
}

/* Post - Page */
.page .post h2 {
font-size: 2.3em;
}

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

/* Comments */
.comments_template {
position:relative;
}
.comments_template h3 {
font-size:18px;
font-weight:400;
margin-bottom:10px;
line-height:0.9;
color:#E3241C;
}
.comments_template h3 a {
color:#E3241C;
text-decoration: none;
}
.comments_template h3 a:hover {
color:#3C3C3E;
}
.comments_template ol {
list-style:none;
margin-bottom:25px;
}
.comments_template ol li {
display:block;
padding:8px 0 5px;
border-bottom:1px solid #eee;
}
.comments_template ol li p {
margin-bottom: 4px;
}
.comments_template ol li .avatar {
border:1px solid #ccc;
display:block;
float:right;
}
.comments_template ol li cite {
font-style:normal;
font-weight:700;
}
.comments_template ol li .commentmetadata {
display:block;
margin-bottom:5px;
}
.comments_template form label {
display:block;
}
.comments_template form input, .comments_template form textarea {
width:80%;
border:1px solid #ccc;
padding:3px 5px;
}
.comments_template form input#submit {
width:auto;
}

/* Calendar */
#wp-calendar {
empty-cells : show;
font-size : 14px;
margin : 0 auto;
width : 100%;
	background-color: #ddd;
	padding: 5px;
}
#wp-calendar #next a {
padding-right : 10px;
text-align : right;
}
#wp-calendar #prev a {
padding-left : 10px;
text-align : left;
}
#wp-calendar a {
display : block;
text-decoration : none;
	font-weight: bold;
}
#wp-calendar a:hover {
background : #e0e6e0;
color : #333;
}
#wp-calendar caption {
color : white;
font-size : 16px;
text-align : center;
	background-color: #bc6e39;
	width: 230px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 2px;
}
#wp-calendar td {
color : #666;
font : normal 12px Verdana, sans-serif;
letter-spacing : normal;
padding : 2px 0;
text-align : center;
}
#wp-calendar td:hover , #wp-calendar #today {
background : #eee;
color : #333;
}
#wp-calendar th {
font-style : normal;
text-transform : capitalize;
}

tfoot {
	
}


/* Liste des liens */
ul.sub_pages {
list-style: none;
}
ul.sub_pages li {
margin-bottom: 20px;
font-size: 1.2em;
}
