/* @override http://blog.rocktrotteur.dev/wp-content/themes/rktr-blog-v3/style.css */

/*
Theme Name: Rocktrotteur Theme
Theme URI: http://blog.rocktrotteur.com/
Description: Thème du blog du Rocktrotteur par <a href="http://www.rocktrotteur.com">rocktrotteur.com</a>.
Version: 3.0
Author: Laurent Belando
Author URI: http://www.resonne.fr/
*/

body {
	background: #6B6457 url(img/mainbg-1.jpg) no-repeat center top;
	font: 11px/1.64em Verdana, sans-serif;
}

a {
	color: #1B647A;
	text-decoration: none;
}

a:hover {
	color: #6b6557;
	border-bottom: 1px dotted #6b6557;
}

small {
	font-size: 0.9em;
}

.book {
	font: 13px/1.6em "American Typewriter", Georgia, "Times New Roman", Times, serif;
}

/* @group topmenu */

#topmenu ul {
	list-style: none;
}

#topmenu ul li {
	float: left;
	margin: 0;
}

#topmenu li a {
	display: block;
	color: #FFF;
	margin: 0 4px 4px 0; padding: 0 0 5px 0;
}

#topmenu li a span {
	display: block;
	background-color: #7FBAD8;
	padding: 2px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#topmenu li a:hover,
#topmenu li.current_page_item a:hover {
	border: none;
	background: url(img/elmt-1.png) no-repeat center -208px;
}

#topmenu li a:hover span {
	background-color: #1B647A;
}

#topmenu li.current_page_item a {
	background: url(img/elmt-1.png) no-repeat center -188px;
}

/* @end */



/* @group header */

.rktr-logo {
	float: left;
	margin: 0;
}

.rktr-logo a {
	display: block;
	height: 140px; width: 230px;
	margin-left: 35px;
	text-indent: -9999px;
	background: url(img/rktrlogo.png) no-repeat 0 -14px;
}

.rktr-logo a:hover {
	border: none;
}

#blogdesc {
	display: none;
	visibility: hidden;
}

/* @group topmenu */

#topmenu li {
	float: left;
}

/* @end */

/* @end */

/* @group postheader */

.postheader {
	position: relative;
	padding: 10px 0; margin-bottom: 15px;
	background-color: #FFF;
}

.postimage {
	display: block;
	height: 100px; width: 390px;
	margin-left: 10px;
}

.postimage a:hover {
	border: none;
}

.posttitle {
	padding-right: 10px;
}

.posttitle a {
	color: #333;
	text-decoration: none;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}

#postnavigation {
	list-style: none;
	position: absolute;
	bottom: 0; right: 0;
	margin: 0 10px 10px 0;
}

#postnavigation li {
	float: left;
	width: 20px; height: 20px;
	margin: 0;
	text-indent: -9999px;
}

#postnavigation .previouspost {
	margin-right: 5px;
}

#postnavigation a {
	display: block;
	width: 20px; height: 20px;
	background: url(img/elmt-1.png) no-repeat 0 -120px;
	border: none;
}

#postnavigation .previouspost a {
	background-position: 0 -120px;

}

#postnavigation .nextpost a {
	background-position: 0 -140px;

}

#postnavigation .previouspost a:hover {
	background-position: 0 -160px;

}

#postnavigation .nextpost a:hover {
	background-position: 0 -180px;

}

/* @end */

/* @group mediasscreen */

#mediasscreen {
	background: url(img/mediashadow.png) repeat-y;
	margin-bottom: 15px;
}

#mediascontainer {
	width: 853px;
	float: left;
	margin-left: 53px;
}

#mediascontainer img {
	max-width: 853px;
	max-height: 570px;
	margin: 0 auto;
	display: block;
}

#mediascontainer object {
	width: 853px;
	height: 480px;
	max-height: 505px;
	margin: 0 auto;
	display: block;
}

#mediascontainer .youtube object {
	height: 505px;
}

#mediasmenu {
	float: left;
	margin: 10px 16px 0;
}

#mediasmenu ul {
	list-style: none;
}

#mediasmenu li {
	margin: 0;
}

#mediasmenu #switchlight {
	display: block;
	height: 40px; width: 20px;
	text-indent: -9999px;
	background: url(img/elmt-1.png) no-repeat;
}

#mediasmenu #switchlight:hover {
	background-position: 0 -60px;
}

.galleria-stage {
	top: 0; left: 0; right: 0;
}

.galleria-container { height: 630px; width: 853px; }

/* @end */

/* @group postmetadata */

.postmetadata {
	margin: 0 -10px; padding: 5px 10px;
	background: url(img/postmetadata-authorbg.png) no-repeat;
}

.postmetadata .authormetadata {
	min-height: 160px;
}

.postmetadata .author {
	color: #FFF;
	font-size: 1.09em;
	display: block;
}

.postmetadata .date {
	color: #FFF;
}

.postmetadata .avatar {
	display: block;
	border: 3px solid #FFF;
	margin-bottom: 5px;
}

.postmetadata .category a {
	color: #FFF;
	display: block;
	background-color: #7FBAD8;
	padding: 2px 6px; margin-bottom: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.postmetadata .category a:hover {
	border: none;
	background-color: #1B647A;
}

.postmetadata .commentslink {
	color: #FFF;
	color: #7FBAD8;
}

.postmetadata a:hover.commentslink {
	border-bottom: dotted 1px #7FBAD8;
}

.sharingbuttons {
	margin: 0 -10px; padding: 40px 10px 5px 10px;
	background: url(img/sharingbutton.png) no-repeat;
	height: 150px;
}

.sharingbuttons p {
	margin-bottom: 5px;
}

/* @end */

#postslistwrapper .post {
	background-color: #FFF;
	padding: 10px 0; margin: 0 0 10px 0;
}

#postslistwrapper .postimage {
	width: 260px; height: 90px;
}

#postslistwrapper .posttitle {
	font-size: 1.82em;
	margin-bottom: 0;
}

#postslistwrapper .posttags ul {
	margin: 5px 0 0 0;
	font-size: 0.82em;
}

#postslistwrapper .posttags li a {
	padding: 0 5px;
}

/* @group postwrapper */

.postwrapper {
	background-color: #FFF;
	padding: 10px;
}

.posttags h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	float: left;
	width: 40px;
	color: #B4ACA2;
}

.posttags ul {
	float: left;
	list-style: none;
}

.posttags li {
	float: left;
	margin: 0;
}

.posttags li a {
	display: block;
	color: #FFF;
	background-color: #7FBAD8;
	margin: 0 4px 4px 0; padding: 2px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.posttags li a:hover {
	background-color: #1B647A;
	border: none;
}

.postcontent,
.relatedposts,
.comments {
	padding: 0 0 0 40px;
	background: url(img/postwrapper-nex-anchor.gif) no-repeat 7px 7px;
}

#posttweetbutton {
	padding: 0 0 10px 40px;
}

#postfblike {
	padding: 0 0 0 40px;
}

#postslistnavigation {
	list-style: none;
}

#postslistnavigation li {
	margin: 0;
}

#postslistnavigation a {
	color: #FFF;
}

#postslistnavigation .previousposts {
	float: left;
}

#postslistnavigation .nextposts {
	float: right;
}

/* @end */

/* @group mainsidebar */

#mainsidebar ul {
	list-style: none;
}

#mainsidebar li {
	margin: 0;
}

#mainsidebar h3 {
	margin: 0;
}

#mainsidebar .widget {
	position: relative;
	margin-bottom: 65px;
	background: url(img/mainsidebar-modwidgetbg.png) no-repeat;
}

#mainsidebar .widget h3 {
	position: absolute;
	bottom: -30px;
	height: 30px; width: 100%;
	margin: 0;
	background: url(img/mainsidebar-modwidgetbg.png) no-repeat 0 bottom;
}

#mainsidebar .widget h3 span {
	display: none;
}

#mainsidebar .widget ul {
	padding: 10px 10px 0 10px;
}

#mainsidebar .widget_categories {
	margin-bottom: 100px;
}

#mainsidebar .widget_categories h3 {
	position: absolute;
	bottom: -30px;
	height: 30px; width: 100%;
	margin: 0;
	background: url(img/mainsidebar-modwidgetbg.png) no-repeat 0 bottom;
}

#mainsidebar .widget_categories h3 span {
	display: block;
	position: absolute;
	top: 35px;
	text-indent: -9999px;
	height: 24px; width: 139px;
	background: url(img/mainsidebar-stdwidgettitle.png) no-repeat 0 -178px;
}

#mainsidebar .widget_categories ul {
	padding: 10px 20px 0 20px;
	font: 14px "American Typewriter", Georgia, "Times New Roman", Times, serif;
}

#mainsidebar .widget_categories ul a {
	color: #FFF;
}

#mainsidebar .widget_categories ul a:hover {
	border-bottom-color: #FFF;
}

#mainsidebar .widget .widget_bottom {
	
}

#mainsidebar .widget_likebox {
	background-image: url(img/mainsidebar-modwidgetwbg.png);
	margin-bottom: 100px;
}

#mainsidebar .widget_likebox h3 {
	background-image: url(img/mainsidebar-modwidgetwbg.png);
}

#mainsidebar .widget_likebox h3 span {
	display: block;
	position: absolute;
	top: 35px;
	text-indent: -9999px;
	height: 24px; width: 139px;
	background: url(img/mainsidebar-stdwidgettitle.png) no-repeat 0 bottom;
}

#mainsidebar .widget_likebox div {
	padding: 15px 15px 0 15px;
}

#mainsidebar .widget_likebox iframe {
	background-color: #FFF;
}

#mainsidebar .widget_featured_news {
	position: relative;
	min-height: 290px;
	background: url(img/mainsidebar-stdwidgetbg.png) no-repeat;
	padding: 10px 10px 30px;
	margin-bottom: 40px;
}

#mainsidebar .widget_featured_news h3 {
	position: absolute;
	height: 30px;
	bottom: 0; left: 0;
	text-indent: -9999px;
	background: url(img/mainsidebar-stdwidgettitle.png) no-repeat 0 -24px;
	width: 180px;
}

#mainsidebar .widget_featured_news ul {
	padding: 0;
}

#mainsidebar .widget_featured_news li {
	margin-bottom: 10px;
	font-family: "American Typewriter", Georgia, "Times New Roman", Times, serif;
}

#mainsidebar .widget_featured_news .sidebar-preview img {
	display: block;
	float: left;
	margin-right: 10px;
	border: 3px solid #FFF;
	width: 110px;
	height: 60px;
	background: #000 no-repeat center center;
}

#mainsidebar .widget_featured_news .sidebar-content {
	margin-left: 125px;
}

#mainsidebar .widget_featured_news .sidebar-content a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#mainsidebar .widget_featured_news .sidebar-content a:hover {
	border-color: #FFF;
}

#mainsidebar .widget_follow_us ul {
	padding-top: 50px;
	background: url(img/widget_follow_us.gif) no-repeat 15px 15px;
}

#mainsidebar .widget_follow_us li {
	padding: 0 5px;
	background-color: #b4aca2;
}

#mainsidebar .widget_follow_us li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	background: url(img/widget_follow_us.gif) no-repeat;
	padding-bottom: 5px;
}

#mainsidebar .widget_follow_us li a:hover {
	border-bottom: none;
}

#mainsidebar .widget_follow_us .item-rss a { background-position: 0 -45px;
	border-top: 1px dashed #FFF;
	padding-top: 5px;
}
#mainsidebar .widget_follow_us .item-email a {
	background-position: 0 -150px;
} #mainsidebar .widget_follow_us .item-twitter a { background-position: 0 -250px; }
#mainsidebar .widget_follow_us .item-facebook a { background-position: 0 -350px; }
#mainsidebar .widget_follow_us .item-podcasts a {
	background-position: 0 -445px;
	border-top: 1px dashed #FFF;
	padding-top: 5px;
}
#mainsidebar .widget_follow_us .item-rss a:hover { background-position: 0 -95px; }
#mainsidebar .widget_follow_us .item-email a:hover {
	background-position: 0 -200px;
} #mainsidebar .widget_follow_us .item-twitter a:hover { background-position: 0 -300px; }
#mainsidebar .widget_follow_us .item-facebook a:hover { background-position: 0 -400px; }
#mainsidebar .widget_follow_us .item-podcasts a:hover {
	background-position: 0 -495px;
	border-top: 1px dashed #FFF;
	padding-top: 5px;
}

#mainsidebar .viewmore {
	margin-left: 125px;
	color: #FFF;
}

#mainsidebar .viewmore:hover {
	border-bottom: 1px dotted #FFF;
}

#mainsidebar .widget_tag_cloud {
	margin-bottom: 100px;
}

#mainsidebar .widget_tag_cloud div {
	padding: 10px 10px 0 10px;
}

#mainsidebar .widget_tag_cloud h3 {
	position: absolute;
	bottom: -30px;
	height: 30px; width: 100%;
	margin: 0;
	background: url(img/mainsidebar-modwidgetbg.png) no-repeat 0 bottom;
}

#mainsidebar .widget_tag_cloud h3 span {
	display: block;
	position: absolute;
	top: 35px;
	text-indent: -9999px;
	height: 24px; width: 139px;
	background: url(img/mainsidebar-stdwidgettitle.png) no-repeat 0 -278px;
}

#mainsidebar .widget_tag_cloud a {
	color: #FFF;
}

#mainsidebar .widget-simpletags {
	margin-bottom: 100px;
}

#mainsidebar .widget-simpletags div {
	padding: 10px 10px 0 10px;
}

#mainsidebar .widget-simpletags h3 {
	position: absolute;
	bottom: -30px;
	height: 30px; width: 100%;
	margin: 0;
	background: url(img/mainsidebar-modwidgetbg.png) no-repeat 0 bottom;
}

#mainsidebar .widget-simpletags h3 span {
	display: block;
	position: absolute;
	top: 35px;
	text-indent: -9999px;
	height: 24px; width: 139px;
	background: url(img/mainsidebar-stdwidgettitle.png) no-repeat 0 -278px;
}

#mainsidebar .widget_search {
	margin-bottom: 100px;
}

#mainsidebar .widget_search form {
	padding: 20px;
}

/* @end */

/* @group JQuery Tools */

#mask {
	background-color: #000;
}

/* @end */

/* @group comments */

.commentlist {
	list-style: none;
}

.comment {
	position: relative;
	margin: 0 0 10px 55px;
}

#respond h3 {
	margin-bottom: 0;
	border-bottom: 1px solid #6b6557;
	font-size: 1em;
}

#respond h3 span {
	display: block;
	float: left;
	padding: 4px 10px;
	background-color: #6b6557;
	color: #fff;
}

#commentform {
	background-color: #E9E7DF;
	padding: 10px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform label {
}

#commentform input,
#commentform textarea {
	margin: 0; padding: 2px;
	border: 1px solid #6b6557;
	background: #FFF url(img/post-box-top.gif) repeat-x 0 top;
}

#commentform input {
	width: 200px;
}

textarea#comment {
	display: block;
	width: 434px;
}

.comment-body {
	background-color: #E9E7DF;
	//float: left;
}

.comment-body .avatar {
	position: absolute;
	left: -55px;
}

/* @end */


#footer {
    text-align: center;
    color: #595449;
    font-size: 10px;
    margin: 0 0 20px 0;
}

#footer p a {
    color: #595449;
    border-bottom: 1px dotted #595449;
}

#footer h3 {
	text-indent: -9999px;
}

#footer h3 a {
    display: block;
    background: url(img/logoresonnebg.gif) no-repeat;
    height: 79px; width: 64px;
    margin: 0 auto 10px auto;
}

#footer h3 a:hover {
    color: #333;
    border: 0;
}

#footer h3 span {
    position: absolute;
}

/* @group On part en live */

body.on-part-en-live {
	background-color: #000;
	background-image: none;
}

body.on-part-en-live .rktr-logo a {
	background: url(img/logoopel.png) 0 -17px;
}

body.on-part-en-live .submenu {
	margin-top: 50px;
}

body.on-part-en-live.post-2268 {
	background: #000 url(bg/OPEL-Ben.jpg) no-repeat center top;
}

body.on-part-en-live.post-2264 {
	background: #000 url(bg/OPEL-HP.jpg) no-repeat center top;
}

body.on-part-en-live.post-2529,
body.on-part-en-live.post-2799 {
	background: #000 url(bg/OPEL-FEFE.jpg) no-repeat center top;
}

body.on-part-en-live.post-3004,
body.on-part-en-live.post-3066,
body.on-part-en-live.post-3048 {
	background: #1f0d0d url(bg/OPEL-MCS.jpg) no-repeat center top;
}

body.on-part-en-live.post-3083 {
	background: #000 url(bg/OPEL-WAX.jpg) no-repeat center top;
}

body.on-part-en-live.post-3224,
body.on-part-en-live.post-3249,
body.on-part-en-live.post-3347 {
	background: #000 url(bg/OPEL-HP-2.jpg) no-repeat center top;
}

body.on-part-en-live.post-4294 {
	background: #000 url(bg/OPEL-MCS-2.jpg) no-repeat center top;
}

body.on-part-en-live.post-4445 {
	background: #000 url(bg/Fond-Patchwork-OPEL.jpg) no-repeat center top;
}

body.on-part-en-live.post-2264 .rktr-logo a,
body.on-part-en-live.post-2268 .rktr-logo a,
body.on-part-en-live.post-2529 .rktr-logo a,
body.on-part-en-live.post-3004 .rktr-logo a,
body.on-part-en-live.post-2799 .rktr-logo a,
body.on-part-en-live.post-3066 .rktr-logo a,
body.on-part-en-live.post-3083 .rktr-logo a,
body.on-part-en-live.post-3048 .rktr-logo a,
body.on-part-en-live.post-3224 .rktr-logo a,
body.on-part-en-live.post-3249 .rktr-logo a,
body.on-part-en-live.post-3347 .rktr-logo a,
body.on-part-en-live.post-4445 .rktr-logo a,
body.on-part-en-live.post-4294 .rktr-logo a {
	background-image: none;
}

body.on-part-en-live.post-2529 .submenu,
body.on-part-en-live.post-2799 .submenu {
	margin-top: 0;
}

body.on-part-en-live.post-4445 .submenu {
	margin-top: 0;
	margin-left: 350px;
}

/* @end */
