/* 
Theme Name: Rampazzo V7
Theme URI: http://blog.rampazzo.com
Description: Nouveau thème pour le blog Rampazzo
Version: 7
Author: MF
Author xxx
*/

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

/* General */
body {
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size: 12px;
color: #000;
width:100%;
background: #fff url(images/fondcol1.gif) repeat-y left;
min-width: 980px;
}

.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: Georgia, "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;
margin: 0 auto;
}

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

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

#header .description {
display:none;	
}

#header h2 {
margin-top: 5px;
color:#bd8449;
margin-bottom: 5px;
	font: 200 40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}
#header h2 a {
color:#bd8449;
text-decoration: none;
}

#header h3 {
color:#fff;
width: 600px;
margin-bottom: 30px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#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: 10px 15px;
font-weight: 400;
font-size: 14px;
}

/* Nav */

div#real a {
color: #777;
text-decoration: none;
	float: left;
	text-align: right;
	padding-left: 74px;
	margin-top: 4px;
}
div.nav {
float: left;
}

ul#nav {
margin-top: 10px;
list-style: none;
	margin-left: 210px;
}
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: 14px;
}
ul#nav li.current a {	
background: #fff;
}
ul#nav li a:hover {	
text-decoration: underline;
}*/


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

/* col gauche */
#left2 {
width: 150px;
background: #ddd;
padding: 20px;
float: left;

}

/* centre */
#centre {
margin-left: 200px;
margin-right: 250px;
padding-top: 10px;
padding-left: 30px;
}

/* col droite */
#right {
width:200px;
background: #ddd;
float: right;
position: relative;
margin-left: 20px;
margin-right: 0;
padding: 20px;
}


/*style gauche*/
#left2 h2 {
	color: #555;
	margin-bottom: 6px;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#left2 ul {
	list-style-type: none;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: bold;
}
#left2 ul a {
	list-style-type: none;
	text-decoration: none;

}


/* style droit */


#right h2, #right h2 a {
text-decoration: none;
color:#555;
font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
margin-top: 20px;
}

select#cat.postform {
	width: 190px;
}

#right ul {
list-style: none;
font-size: 12px;
text-decoration: none;
}
#right ul li {
margin-bottom: 20px;

}
#right ul ul {
margin-bottom: 8px;
}
#right ul ul li {
margin:0 0 0 0px;
font-weight: 700;

}
#right ul ul li a {
text-decoration: none;
color:#BC6E39;
	font-weight: bold;
}
#right ul ul ul {
margin-top:5px;
}
#right ul ul ul li {
margin:0 0 0 0px;
font-weight: 400;
color: #000;
}
#right ul ul ul li a {
color: #000;
text-decoration: none;
color:#BC6E39;
font-size: 10px;
}

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


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

/* Posts */

.meta {
color:#444;
font-weight: bold;
letter-spacing:0;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
color:#BC6E39;
margin-top: 7px;
margin-bottom: 10px;
}

.meta a {
text-decoration: none;
}


.meta a:over {
text-decoration: underline;
}

.post {
margin: 0px 20px 4.5em 0px;
}

.post h3.date {
font-weight:400;
margin:15px 0 2px;
padding-bottom:1px;
font-size: 14px;
}

.post h2 {
font-family: Georgia, "Trebuchet MS", Trebuchet, Times, serif;
font-weight:400;
font-size: 2.5em;
line-height: 1.2;
color:#000;
/*border-top:1px solid #CCCCCC;*/
padding:5px 0 10px;
}

.post h2 a {
color:#808080;
font-family: Georgia, "Trebuchet MS", Trebuchet, Times, serif;

text-decoration: none;
}

.post h2 a:hover {
color:#BC6E39;
text-decoration: underline;
}

.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 {
font-family: Helvetica
margin: 0.5em 0;
font-size: 2em;
}

.post .entry h3 {
margin: 0.3em 0;
font-size: 1.5em;
font-weight: 400;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #aaa;
}

.post .entry h4 {
margin: 0.2em 0;
font-size: 1.0em;
font-weight: 400;
font-family: Verdana, Helvetica, Arial, sans-serif;
padding: 15px 0px 10px 0px;
color: #888;

}
.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;

	background-color: #ddd;
	padding: 5px;
	width: 37px;
}
#wp-calendar #next a {
padding-right : 0px;
text-align : right;
}
#wp-calendar #prev a {
padding-left : 0px;
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;
	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;
}

/* gallery ? */


slideshow.object {
background-color:#EEEEEE;
border: 10 px #FFFFFF;
}

div.meta {
	border-bottom-width: 2px;
	border-left-color: #b0b0b0;
	border-bottom-color: #d4d4d4;
	border-right-color: #b0b0b0;
	border-top-color: #b0b0b0;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
}


