/*  
Theme Name: martb2010
Theme URI: http://www.martb.com
Description: Wordpress 2010.
Version: 1.0
Author: Martin Bussières
Author URI: http://www.martb.com/
*/

/* ========== RESET ========== */

/*
jaune : #ffea00
bleu : #00c6ff
magenta : #ec008c
vert : #5bc200
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus{
	outline: 0;
}

ol,ul{
	list-style: none;
}

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

#indent {
	position: absolute;
	left: -9999px;
}

caption,th,td{
	font-weight: normal;
	text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after{
	content: "";
}

blockquote,q{
	quotes: "" "";
}

img,input,select,option{
	vertical-align: middle;
}

.clear:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clear{
	display: inline-table;
}

.clear{
	height:0;
	clear: both;
	display:block
}

.inline{
    display:inline-block !important;
}

strong, .bold {
    font-weight:bold;
    background: #ffea00;
}


.floatright {
    float:right;
}

.floatleft {
    float:left;
}

.indent{
    text-indent: -9999px;
    line-height:0;
}

.indent img{
    display:block;
}

.no-margin{
    margin:0 !important;
}

address{
    font-style:normal;
    line-height:16px;
    white-space:nowrap;
}

.block{
	display:block;
}

/* ========== MAIN ========== */

.divider img{
	height: 50px;
	width: 636px;
	border: none;
	}

body {
	background: #292929 url(images/pattern.gif) repeat;
	color: #727272;
	font-family: 'SignPainterHouseSlantRegular', 'Arvo', sans-serif;
	/*font-family: "museo-slab-1","museo-slab-2", Arial, verdana, sans-serif;*/
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	height: 100%;
}

a {
	outline:none;
	text-decoration: underline;
}

p {
	line-height: 20px;
}

.main_wrapper {
	width: 710px;
	margin: 0 auto;
	height: 100%;
	padding: 0 0 90px 0;
}

.info_supp {
	position: absolute;
	left: -9999px;
}

.post {
	background: url(images/post_bg.png) repeat;
	padding: 30px;
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #474747;
}

.post img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.post object {
	margin-bottom: 5px;
	margin-top: 5px;
	}

.post_content {
	margin-bottom: 20px;
	display: block;
}


.post_content img {
	padding: 0px;
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #474747;
}
.post_content a {
	color: #acacac;
	/*border-bottom: 1px solid #acacac;*/
	text-decoration: none;
}

.post_content .sharing {
	color: #a5a5a5;
	text-decoration: none;
	z-index: 9999;
}

.post_content p {
	color: #727272;
	text-decoration: none;
	z-index: 9998;
	font-size: 13px;
}

.post_content a:hover {
	background: #fff;
	color: #535353;
	text-decoration: none;
}

.post_meta {
	margin-top: 20px;
	color: #bababa;
}

.post_meta a {
	color: #727272;
	text-decoration: underline;
	padding-left: 4px;
	padding-right: 4px;
}

.post_meta a:hover {
	background: #00c6ff;
	color: #535353;
}

.post_navigation {
	margin: 0 auto;
	text-align: center;
}

.post strong {
	color: #000;
	font-weight: bold;
	padding: 0 4px 0 4px;
}

.post p {
	margin-bottom: 10px;
}
.post_shadow {
	background: url(images/post_shadow.png) top no-repeat;
	width: 720px;
	height: 36px;
}
.post_shadow-top {
	background: url(images/post_shadow-top.png) top no-repeat;
	width: 720px;
	height: 36px;
}

.nobg {
	background: none;
	}
.nobg a {
	background: none;
	}
.nobg a:hover {
	background: none;
	}
.nobg h1 {
	background: none;
	}
.nobg h1:hover {
	background: none;
	}
h1, h2 {
	color: #fff;
	font-weight: bold;
	text-transform:uppercase;
	font-weight: normal;
	/*background: #fff;*/
	/*padding: 0 8px 0 8px;*/
}

h1 a, h2 a {
	font-weight: bold;
	font-size: 27px;
	text-decoration: none;
 	color: #fff;
 	/*padding: 8px;*/
 	cursor: pointer;
}
h1:hover, h2:hover {
	background: #00c6ff;
	text-decoration: none;
 	text-shadow: none;
}
	
h3 {
	font-size: 11px;
	color: #bfbfbf;
	text-transform: uppercase;
}
	
h4 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #00c6ff;
	text-transform:uppercase;
}

h5 {
	font-size: 10px;
	color: #222;
	text-transform:uppercase;
	font-weight: bold;
	background: #ec008c;
	padding: 8px;
	width: 100%;
}
.post_date {
	font-size: 10px;
	color: #222;
	text-transform:uppercase;
	font-weight: bold;
	background: url(images/post_bg.png) repeat;
	padding: 8px;
	width: 100%;
	border-bottom: 1px solid #474747;
	border-top: 1px solid #1c1c1c;
}

h5 a {
	color: #727272;
	text-decoration: none;
}

.header {
	background: url(images/header_bg.png) top center repeat-x;
	margin: 0 auto;
	padding-bottom: 30px;
	height: 218px;
	border-bottom: #3f3f3f;
}

.header_logo {
	width: 710px;
	margin: 0 auto;
	height: 218px;
	line-height: 218px;
}

.content_wrapper {
	margin: 0 auto;
	width: 708px;
	height: 270px;
	}
	
.footer {
	position: relative;
	background: url(images/footer_bg.png) top repeat-x;
	margin: 0 auto;
	text-align: center;
	line-height: 90px;
	margin-top: -45px; /* negative value of footer height */
	height: 90px;
	clear:both;
}

.sharing {
	margin-top: 10px;
	line-height: 16px;
	}
	
.sharing a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 9px;
	position: relative;
	top: 4px;
	left: -4px;
	z-index: 0;
	}

.post_content object {
	z-index: 0;
	}

.sharing a:hover {
	background: #00c6ff;
	color: #535353;
}

/* ===== MENU ===== */

.menu_wrapper {
	margin: 0 auto;
	width: 720px;
	position: relative;
	left: 0;
	}

.menu_wrapper ul li {
	float: left;
	}

#menu {
	text-align: center;
	margin-bottom: 20px;
	}

.menu2-accueil a {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 140px;
	height: 55px;
	display: block;
	margin: 0 4px 0 0;
}
.menu2-accueil a:hover {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -55px;
	width: 140px;
	height: 55px;
	display: block;
}
.menu2-profil a {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -144px 0;
	width: 138px;
	height: 55px;
	display: block;
	margin: 0 4px 0 0;
}
.menu2-profil a:hover {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -144px -55px;
	width: 138px;
	height: 55px;
	display: block;
}
.menu2-portfolio a {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -286px 0;
	width: 138px;
	height: 55px;
	display: block;
	margin: 0 4px 0 0;
}
.menu2-portfolio a:hover {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -286px -55px;
	width: 138px;
	height: 55px;
	display: block;
}

.menu2-rss a {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -428px 0;
	width: 138px;
	height: 55px;
	display: block;
	margin: 0 4px 0 0;
}
.menu2-rss a:hover {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -428px -55px;
	width: 138px;
	height: 55px;
	display: block;
}
.menu2-liens a {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -570px 0;
	width: 140px;
	height: 55px;
	display: block;
}
.menu2-liens a:hover {
	background-image: url(images/menu-sprite.png);
	background-repeat: no-repeat;
	background-position: -570px -55px;
	width: 140px;
	height: 55px;
	display: block;
}


/* ===== EASY SLIDER ===== */

#slider{
	margin: 0 auto;
	background: url(images/slider_bg.gif) top center repeat-x;
	border-top: 1px solid #1c1c1c;
	border-bottom: 1px solid #474747;
	}
		
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	width:708px;
	height:270px;
	overflow:hidden;
	}	
	
#prevBtn, #nextBtn{ 
	display:block;
	margin: 0 auto;
	position: relative;
	left: -370px;
	}	
	
#nextBtn{ 
	left:370px;
	position: relative;
	top:-165px;
	width:30px;
	height:30px;
	}

#prevBtn{
	position: relative;
	top:-149px;
	width:30px;
	height:30px;
	}	
														
#prevBtn a{  
	display:block;
	width:30px;
	height:30px;
	background:url(images/btn_prev.png) no-repeat 0 0;	
	}
		
#nextBtn a{ 
	display:block;
	width:30px;
	height:30px;
	background:url(images/btn_next.png) no-repeat 0 0;	
	}
.post_content {
	min-height:140px;
	}
	
/* ===== FAEBOOK LIKE BUTTON ===== */
.fbLikeContainer {
	margin: 10px 0 0 0;
	float: left;
}

/* ===== 1 bit audio player ===== */

.onebit_mp3 a {
	display: none;
	}
	
.seo {
	display: none;
	}
#leftcol{
	float: left;
	width: 400px;
	background: olive;
	}
#rightcol{
	float: left;
	width: 310px;
	background: gray;
	}
.socials-btn {
	float: left;
	}
