/*
Theme Name: WordPress Yannick_Noah
Theme URI: http://www.yannicknoah.com
Description: Theme by <a href="http://www.ibernatus.com">Ibernatus</a>.
Version: 1.0
Author: David VIDAL
Author URI: http://www.ibernatus.com
Tags: custom header, fixed width, two columns, widgets
Text Domain: Music
*/


/***************************************************************************************************************/
/**** DIVERS ***************************************************************************************************/
/***************************************************************************************************************/

* {margin: 0;padding: 0;}
:focus { outline: 0 none;}


ul li {
	list-style-image:none;
	list-style-type:none;
}

/***************************************************************************************************************/
/**** TITLE ****************************************************************************************************/
/***************************************************************************************************************/
/*
#content h1.home-news {
	background:transparent url(images/title-home-news.gif) no-repeat top left;
	margin-bottom:15px;
	height:26px;
}
*/

/*
#content h1 {
background:url("images/title-bg.gif") no-repeat scroll left top transparent;
font-weight:bold;
height:20px;
margin-bottom:0;
padding:5px 0 0 10px;
}
*/

h1.actualite {
	background:transparent url(images/title-news.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.agenda {
	background:transparent url(images/title-agenda.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.galerie {
	background:transparent url(images/title-galerie.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.musique {
	background:transparent url(images/title-musique.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.videos {
	background:transparent url(images/title-videos.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.liens {
	background:transparent url(images/title-liens.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.goodies {
	background:transparent url(images/title-goodies.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.forum {
	background:transparent url(images/title-forum.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

h1.contact {
	background:transparent url(images/title-contact.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}


h1.mentions {
	background:transparent url(images/title-mentions.gif) no-repeat top left;	
	height:30px;
	text-indent:-9999px;
}

/***************************************************************************************************************/
/**** HOME *****************************************************************************************************/
/***************************************************************************************************************/

.home-container {
	background:transparent url(images/home-container.gif) no-repeat bottom left;		
	padding-bottom:20px;
	padding-left:5px;	
	margin-bottom:20px;
}

#photos_home {
	float:left;
	width:315px;
	background:transparent url(images/home-container-photos.gif) no-repeat top left;		
	height:290px;
	padding-left:10px;
	padding-top:30px;
}

#videos_home {
	float:left;
	width:315px;
	background:transparent url(images/home-container-videos.gif) no-repeat top left;		
	height:290px;
	padding-left:10px;
	padding-top:30px;
}


#gigpress_home  {
/*
	width:305px;
	margin-left:0px;
	margin-top:30px;
*/	
}


/***************************************************************************************************************/
/**** STRUCTURE ************************************************************************************************/
/***************************************************************************************************************/

body {
	font-size:0.6em;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	color: #ffffff;
	background:#707c6e url(images/background.jpg) no-repeat scroll center top;
	margin: 0;
}

.home, .page-id-328 {
	background:#707c6e url(images/background-home.jpg) no-repeat scroll center top;
}

#page {
	background:url("images/background-content.jpg") no-repeat scroll 0 1300px transparent;
	margin:0 auto;
	padding-top:50px;
	text-align:left;
	width:990px;
}

.home #page {
	background:none;
}

.container {
	width:640px;
	padding-left:5px;
	/*background:transparent url(images/container-bg.gif) no-repeat bottom left;*/
}

#header {
	height:410px;
	padding-left:10px;
}

#pano {
	/*background:transparent url(images/pano.jpg) no-repeat scroll 0 0;*/
	display: block;
	height: 345px;
	width: 970px;
}



#headernav {
	height:50px;
	width:970px;
	/*display:inline;*/
}

.nav {
    width: 970px;
    height: 50px;
    background: transparent url(images/nav.png) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	/*height:57px;*/
	overflow:hidden;
	position:absolute;
	text-indent:-9000px;
	top:0;
	z-index:10;
}


.nav .accueil a:link, .nav .accueil a:visited {
	left: 0px;
	width: 104px;
	height: 50px;
}
.nav .accueil a:hover, .nav .accueil a:focus {
	background: url(images/nav.png) no-repeat 0px -50px;
}
.nav .accueil a:active {
	background: url(images/nav.png) no-repeat 0px -50px;
}
.current-accueil .accueil a:link, .current-accueil .accueil a:visited {
	background: url(images/nav.png) no-repeat 0px -50px;
}
.nav-accueil, .nav-accueil-click {
	position: absolute;
	top: 0;
	left: 0px;
	width: 104px;
	height: 50px;
	background: url(images/nav.png) no-repeat 0px -50px;
}
.nav-accueil-click {
	background: url(images/nav.png) no-repeat 0px -50px;
}



.nav .actualite a:link, .nav .actualite a:visited {
	left: 104px;
	width: 129px;
	height: 50px;
}
.nav .actualite a:hover, .nav .actualite a:focus {
	background: url(images/nav.png) no-repeat -104px -50px;
}
.nav .actualite a:active {
	background: url(images/nav.png) no-repeat -104px -50px;
}
.current-actualite .actualite a:link, .current-actualite .actualite a:visited {
	background: url(images/nav.png) no-repeat -104px -50px;
}
.nav-actualite, .nav-actualite-click {
	position: absolute;
	top: 0;
	left: 104px;
	width: 129px;
	height: 50px;
	background: url(images/nav.png) no-repeat -104px -50px;
}
.nav-actualite-click {
	background: url(images/nav.png) no-repeat -104px -50px;
}



.nav .agenda a:link, .nav .agenda a:visited {
	left: 233px;
	width: 108px;
	height: 50px;
}
.nav .agenda a:hover, .nav .agenda a:focus {
	background: url(images/nav.png) no-repeat -233px -50px;
}
.nav .agenda a:active {
	background: url(images/nav.png) no-repeat -233px -50px;
}
.current-agenda .agenda a:link, .current-agenda .agenda a:visited {
	background: url(images/nav.png) no-repeat -233px -50px;
}
.nav-agenda, .nav-agenda-click {
	position: absolute;
	top: 0;
	left: 233px;
	width: 108px;
	height: 50px;
	background: url(images/nav.png) no-repeat -233px -50px;
}
.nav-agenda-click {
	background: url(images/nav.png) no-repeat -233px -50px;
}




.nav .musique a:link, .nav .musique a:visited {
	left: 341px;
	width: 117px;
	height: 50px;
}
.nav .musique a:hover, .nav .musique a:focus {
	background: url(images/nav.png) no-repeat -341px -50px;
}
.nav .musique a:active {
	background: url(images/nav.png) no-repeat -341px -50px;
}
.current-musique .musique a:link, .current-musique .musique a:visited {
	background: url(images/nav.png) no-repeat -341px -50px;
}
.nav-musique, .nav-musique-click {
	position: absolute;
	top: 0;
	left: 341px;
	width: 117px;
	height: 50px;
	background: url(images/nav.png) no-repeat -341px -50px;
}
.nav-musique-click {
	background: url(images/nav.png) no-repeat -341px -50px;
}



.nav .galerie a:link, .nav .galerie a:visited {
	left: 458px;
	width: 109px;
	height: 50px;
}
.nav .galerie a:hover, .nav .galerie a:focus {
	background: url(images/nav.png) no-repeat -458px -50px;
}
.nav .galerie a:active {
	background: url(images/nav.png) no-repeat -458px -50px;
}
.current-galerie .galerie a:link, .current-galerie .galerie a:visited {
	background: url(images/nav.png) no-repeat -458px -50px;
}
.nav-galerie, .nav-galerie-click {
	position: absolute;
	top: 0;
	left: 458px;
	width: 109px;
	height: 50px;
	background: url(images/nav.png) no-repeat -458px -50px;
}
.nav-galerie-click {
	background: url(images/nav.png) no-repeat -458px -50px;
}



.nav .videos a:link, .nav .videos a:visited {
	left: 567px;
	width: 102px;
	height: 50px;
}
.nav .videos a:hover, .nav .videos a:focus {
	background: url(images/nav.png) no-repeat -567px -50px;
}
.nav .videos a:active {
	background: url(images/nav.png) no-repeat -567px -50px;
}
.current-videos .videos a:link, .current-videos .videos a:visited {
	background: url(images/nav.png) no-repeat -567px -50px;
}
.nav-videos, .nav-videos-click {
	position: absolute;
	top: 0;
	left: 567px;
	width: 102px;
	height: 50px;
	background: url(images/nav.png) no-repeat -567px -50px;
}
.nav-videos-click {
	background: url(images/nav.png) no-repeat -567px -50px;
}



.nav .goodies a:link, .nav .goodies a:visited {
	left: 669px;
	width: 112px;
	height: 50px;
}
.nav .goodies a:hover, .nav .goodies a:focus {
	background: url(images/nav.png) no-repeat -669px -50px;
}
.nav .goodies a:active {
	background: url(images/nav.png) no-repeat -669px -50px;
}
.current-goodies .goodies a:link, .current-goodies .goodies a:visited {
	background: url(images/nav.png) no-repeat -669px -50px;
}
.nav-goodies, .nav-goodies-click {
	position: absolute;
	top: 0;
	left: 669px;
	width: 112px;
	height: 50px;
	background: url(images/nav.png) no-repeat -669px -50px;
}
.nav-goodies-click {
	background: url(images/nav.png) no-repeat -669px -50px;
}



.nav .liens a:link, .nav .liens a:visited {
	left: 781px;
	width: 92px;
	height: 50px;
}
.nav .liens a:hover, .nav .liens a:focus {
	background: url(images/nav.png) no-repeat -781px -50px;
}
.nav .liens a:active {
	background: url(images/nav.png) no-repeat -781px -50px;
}
.current-liens .liens a:link, .current-liens .liens a:visited {
	background: url(images/nav.png) no-repeat -781px -50px;
}
.nav-liens, .nav-liens-click {
	position: absolute;
	top: 0;
	left: 781px;
	width: 92px;
	height: 50px;
	background: url(images/nav.png) no-repeat -781px -50px;
}
.nav-liens-click {
	background: url(images/nav.png) no-repeat -781px -50px;
}




.nav .forum a:link, .nav .forum a:visited {
	left: 873px;
	width: 97px;
	height: 50px;
}
.nav .forum a:hover, .nav .forum a:focus {
	background: url(images/nav.png) no-repeat -873px -50px;
}
.nav .forum a:active {
	background: url(images/nav.png) no-repeat -873px -50px;
}
.current-forum .forum a:link, .current-forum .forum a:visited {
	background: url(images/nav.png) no-repeat -873px -50px;
}
.nav-forum, .nav-forum-click {
	position: absolute;
	top: 0;
	left: 873px;
	width: 97px;
	height: 50px;
	background: url(images/nav.png) no-repeat -873px -50px;
}
.nav-forum-click {
	background: url(images/nav.png) no-repeat -873px -50px;
}






#content {
	font-size: 1.2em;
	color: #000000;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:0px;
	width:650px;
}

.post-meta-key { display:none; }


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	}

.widecolumn {
	line-height: 1.6em;
	}

small {
	font-size: 0.9em;
	color:#9f8c82;
	line-height: 1.5em;
	padding-left:5px;
	font-weight:bold;
	}

.wpf-table small {
	padding-left:0;
}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.8em;
	text-align: left;
	}


h2 {
	font-size: 1.2em;
	line-height:1.1em;
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
	}



.news_content h2, .galerie_content h2, .links_content h2, .videos_content h2  {
	padding:5px 5px 0 5px;
	font-size:1.0em;
}

body.single h2 a {
	color:#9F8C82;
}

h2 a, h2 a:visited {
	color: #000000;
	text-transform:uppercase;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	/*color: #b85b5a;*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

#commentform .avatar, .commentlist li .avatar { 
	float: left;
	border:2px solid #ebeded;
	/*padding: 2px;*/
	margin:0 5px 5px 5px;
	background: #fff;
	}

#commentform .avatar, .commentlist li .avatar:hover { 
	border:2px solid #ebeded;
}

.vcard img {
	width:50px;
	height:50px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:1.5em;
	margin:0;
	padding:5px 5px 5px 20px;
	text-transform:none;
}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {

	}

/*
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#786a62;
	text-decoration:none;
	}

a:hover {
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */






.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 660px;
	}

.widecolumn {
	padding: 0;
	margin: 0;
	float:left;
}




.page-id-154 .post-left, .home .post-left {
	margin: 0;
	padding:0 20px 0 0;
	text-align: left;
	width:305px;
	float:left;
	min-height:170px;
}

.post-right {
	float:left;
	width:305px;
}

.post-right .post {
	width:305px;
}

.post-right h2 {
	font-size:1.1em;
}

.post-right .news_content2 {
	background:url("images/post-right-bg.png") no-repeat scroll left top transparent;
	height:60px;	
	padding-left:12px;
}

.post-right .news_content3 {
	background:url("images/post-right-bg2.png") no-repeat scroll left top transparent;
	height:60px;
	padding-left:12px;
}

.post {
/*	float:left;*/
	margin: 0;
	padding:0 0 15px 0;
	text-align: left;
/*	width:305px;*/
/*	background:transparent url('images/h2-bg.jpg') no-repeat left top;*/
	font-size:1.0em;
}


.post, #content-ajax .post {
	text-align: left;
	/*width:630px;*/
}

.page-template-accueil-php .post h2, .blog .post h2, .page-id-39 .post h2, .page-template-liens-php .post h2, .page-template-videos-php .post h2 {
	background-color:#9f8c82;
	height:30px;
	padding:5px 5px 0;
}


.widecolumn .category-news {
	width:630px;
}

.narrowcolumn .category-news, div#post-album, .page .category-links, .page .category-videos  {
	float:left;
	padding:10px 5px;
	width:200px;
}

#respond h2, .widecolumn h2, #newsletter h2 {
/*	background:transparent url(images/h2-bg2.jpg) no-repeat scroll left top;*/
	font-size:1.3em;
	padding:5px 5px 0;
	text-transform:uppercase;
}

.respond-line {
	float:left;
	margin-bottom:15px;
}

.txt-respond{
	color:#000000;
	font-size:13px;
}

#content .post img.thumb {
	/*border-right:1px solid #ef5f8a;*/
	float:left;
	margin-right:5px;
	padding-right:5px;
}


#thumb_back {
	position:absolute;
	z-index:2;
	background:transparent url(images/thumb_back.gif) no-repeat top left;	
	width:200px;
	height:170px;
}

.news_img {
	padding-bottom:0px;
	width:200px;
	height:150px;
}

#thumb_img {
	position:absolute;
	z-index:3;
	width:200px;
	height:150px;
}

#thumb_front {
	position:absolute;
	z-index:4;
	background:transparent url(images/thumb_front.png) no-repeat top left;	
	width:200px;
	height:150px;
}


body.blog #content .post .news_content, body.page-template-accueil-php #content .post .news_content {
	height:280px !important;
	margin-bottom:10px;
	background:transparent url(images/news-content-bg.gif) no-repeat bottom left;	

}

.galerie_content {
	height:235px !important;
	margin-bottom:10px;
	background:transparent url(images/news-content-bg.gif) no-repeat bottom left;	
}

.videos_content {
	height:220px !important;
	margin-bottom:10px;
	background:transparent url(images/news-content-bg.gif) no-repeat bottom left;	
}

.links_content {
	height:300px !important;
	margin-bottom:10px;
	background:transparent url(images/news-content-bg.gif) no-repeat bottom left;	
}


.single .post {
	padding-top:10px;
	padding-left:5px;
}

.blog .entry, .home .entry {
	padding-left:5px;
	color:#ffffff;
	height:47px;
}

#content .news_content .entry {
	padding-left:5px;
	padding-top:5px;
}

#content .links_content .entry {
	padding-left:5px;
	padding-top:5px;
	color:#ffffff;
	height:80px;
	font-size:0.9em;
}

.home .entry p, .blog .entry p {
	margin-bottom:0px;
	text-align:left;
}
.entry {
	padding-right:5px;
	padding-top:2px;
	padding-left:5px;
}

.entry p {
	margin-bottom:10px;
	text-align:left;
}

.ilike {
	margin:5px 0 0 5px;
}

.postshare {
	font-size:11px;
	margin-left:5px;
	margin-top:2px;
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#ad998d;
	color:#ffffff;
	padding:3px;
	text-decoration:none;
	font-weight:normal;	
	width:240px;
}

.postmetadata {
	font-size:11px;
	margin-left:5px;
	margin-top:8px;
}

a.share-fb {
	background:transparent url(images/share-fb.gif) no-repeat scroll left center;
	height:14px;
	width:14px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 2px;
}

a.share-twitter {
	background:transparent url(images/share-twitter.gif) no-repeat scroll left center;
	height:14px;
	width:14px;
	text-indent:-9999px;
	display:inline-block;
}

.postmetadata a, a.metaLink {
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#9f8c82;
	color:#FFFFFF;
	padding:3px;
	text-decoration:none;
	font-weight:normal;
}

.postmetadata a:hover, a.metaLink:hover {
	background-color:#000000;
}

/*
a[icon^="plus"] {
	background:transparent url(images/plus.gif) no-repeat scroll left center;
	height:11px;
	width:11px;
	padding-left:15px;
}

a[icon^="comment"] {
	background:transparent url(images/comment.gif) no-repeat scroll left center;
	height:11px;
	width:12px;
	padding-left:17px;
}
*/

.post hr {
	display: block;
	}

.widecolumn .post {
	margin-left: 0px;
}


.widecolumn .postmetadata {
	/*margin: 30px 0;*/
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.clear {
	clear: both;
}

#footer {
	background: #707c6e url(images/footer.gif) no-repeat scroll left top;
	padding: 0;
	margin:0px auto;
	width:990px;
	height:100px;
	clear: both;
}

.page-template-accueil-php #footer{
	background: #707c6e url(images/footer-home.gif) no-repeat scroll left top;
}

#footernav {
	font-size:0.8em;
	text-transform:uppercase;
	padding-top:60px;
	margin:0 auto;
	width:990px;
}

#footernav ul, #footerlogo ul {
	margin:0 0 0 0;
	padding:2px 0 0 25px;
}

#footernav ul li {
	border-right:1px solid #9fab9d;
	float:left;
	list-style-type:none;
	padding:0 22px;
	height:28px;
}


#footernav ul li a {
	color:#9fab9d;
	display:block;
	font-weight:bold;
	text-decoration:none;
	margin-top:8px;
}

#footernav ul li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:transparent;
}

#footernav ul li.logo02 {
	border:none;
}

#footernav ul li.logo01 a {
	background:transparent url(images/logo-sony.gif) no-repeat scroll 0 0;
	width:94px;
	height:28px;
	margin-top:0px;
}

#footernav ul li.logo03 a {
	background:transparent url(images/logo-columbia.gif) no-repeat scroll 0 0;
	width:32px;
	height:28px;
	margin-top:0px;
}

#footernav ul li.logo02 a {
	background:transparent url(images/logo-ibernatus.gif) no-repeat scroll 0 0;
	width:75px;
	height:28px;
	margin-top:0px;
}

#footernav ul li.logo04 a {
	background:transparent url(images/logo-rss.gif) no-repeat scroll 0 0;
	width:70px;
	height:28px;
	margin-top:0px;
}


#footernav ul li.logo01 a:hover {
	background:transparent url(images/logo-sony.gif) no-repeat scroll 0 -28px;
}

#footernav ul li.logo02 a:hover {
	background:transparent url(images/logo-ibernatus.gif) no-repeat scroll 0 -28px;
}

#footernav ul li.logo03 a:hover {
	background:transparent url(images/logo-columbia.gif) no-repeat scroll 0 -28px;
}






/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	padding: 0;
	}

h2 {
	margin: 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	height:35px;
}

h3 {
	padding: 0;
/*	margin: 30px 0 0;*/
	}

.widecolumn h3 {
	padding: 0;
	margin: 30px 0 0 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

*/
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */


#newsletter {
	width:630px;
	margin-left:-5px;
}

.form_row {
	width:100%;
	padding-bottom:20px;
}



.form_row input {
	background:transparent url(images/form_input.jpg) no-repeat scroll 0 0;
	border:0 none;
	color:#543029;
	/*float:left;*/
	font-size:15px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:10px;
	width:220px;
}

.form_row_radio #gender_male, .form_row_radio #gender_female {
	border:0 none;
	color:#543029;
	padding:10px;
	width:25px;
}

.form_row_submit #submit {
	-moz-border-radius:8px;
	background-color:#7E473F;
	border:1px solid #7E473F;
	color:#FBF9E8;
	cursor:pointer;
	font-size:1.1em;
	margin:25px 5px 1px 0;
	padding:2px;
	width:190px;
}


#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}


#respond p {
	margin-left:10px;
}

.wpcf7-text, #commentform input {
	background-color:#FFFFFF;
	border:1px solid #CECECE;
	color:#666666;
	display:block;
	height:15px;
	padding:5px;
	width:248px;
	
}

input[type="submit"], #commentform #submit {
-moz-border-radius:4px 4px 4px 4px;
background-color:#000000;
border:medium none;
color:#FFFFFF;
cursor:pointer;
display:block;
float:left;
font-size:13px;
font-weight:bold;
height:25px;
margin-bottom:10px;
padding:0 3px;
/*width:220px;*/
}

#commentform {
	margin:5px 0 25px 0;
}

.name {
	margin-right:46px;
}

#commentform textarea {
	background-color:#FFFFFF;
	border:1px solid #CECECE;
	color:#666666;
	display:block;
	height:100px;
	line-height:18px;
	padding:6px 5px;
	width:555px;
	font-size:1.2em;
}

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

.comment-form-top {
	background:transparent url(images/comment-form-top.gif) no-repeat scroll 0 0;
	height:105px;
}



/* End Form Elements */




/************************************************************************************************************************************/
/******** Begin Comments ************************************************************************************************************/
/************************************************************************************************************************************/


#respond h3 {
	
}

#commentform a, .commentlist li a {
	color:#a5b0a3;
	font-size:0.9em;
}

#commentform a:hover, .commentlist li a:hover {
	color:#a5b0a3;
	text-decoration:underline;
}

.vcard {
	float:left;
	width:65px;
	text-align:center;
}

.comment-content {
	float:left;
	width:520px;
}

.comment-content-top {
	background:transparent url(images/comment-top.gif) no-repeat scroll 0 0;
	min-height:40px;
}

.comment-content-bottom {
	background:transparent url(images/comment-bottom.gif) no-repeat scroll 0 0;
	height:18px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	margin-left:10px;
	margin-top:15px;
	}

.commentlist li {
	margin: 0px 0 0px;
	padding: 5px 5px 10px 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.children { padding: 0; }

.commentlist p {
	margin-left:10px;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	}

.commentmetadata {
	margin:3px 0 0 20px;
	display: block;
	}



/*
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	margin-left:10px;
	}

.commentlist li {
	margin: 0px 0 10px;
	padding: 5px 5px 10px 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	text-indent:-9999px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
*/


/************************************************************************************************************************************/
/******** Begin Sidebar *************************************************************************************************************/
/************************************************************************************************************************************/

#sidebar
{
background-color:transparent;
float:left;
margin-bottom:20px;
margin-left:10px;
margin-top:35px;
width:300px;
}

#sidebar_widget {
	padding-left:0;
}

#sidebar_widget li {
	clear:left;
	margin-top:0px;	
	background:transparent url(images/widget-bg.gif) no-repeat scroll left bottom;
	margin-bottom:30px;
}

.ibLinksWidget h2 {
	background:transparent url(images/h2_link.gif) no-repeat scroll 0 0;
	margin-top:0px;
	text-indent:-9999px;	
}

.ibNewsletterWidget h2 {
	background:transparent url(images/h2_newsletter.gif) no-repeat scroll 0 0;
	margin-top:0px;
	text-indent:-9999px;	
}

.ibsingleWidget h2 {
	background:transparent url(images/h2_single.gif) no-repeat scroll 0 0;
	margin-top:0px;
	text-indent:-9999px;	
}

#newsletter-form {
	/*height:38px;*/
	padding:10px 0 25px 10px;
	color:#000000;
	height:35px;
}

#emailfield {
	background:url("images/newsletter_champ.jpg") no-repeat scroll right top transparent;
	border:0 none;
	color:#ffffff;
	float:left;
	font-size:14px;
	font-weight:normal;
	height:29px;
	padding:0;
	width:218px;
}

#newsletterbutton {
	background:url("images/newsletter_bout.jpg") no-repeat scroll right top transparent;
	border:0 none;
	height:29px;
	width:29px;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
}



.ibAlbumWidget h2 {
	background:transparent url(images/h2_album.png) no-repeat scroll 0 0;
	margin-top:0px;
	text-indent:-9999px;
}

.ibAlbumWidget #album {
	background:url("images/album_bg.png") no-repeat scroll 0 0 transparent;
	height:232px;
	margin-left:0;
	width:330px;
}

#album ul {
	padding:130px 0 0 214px;
}

#album li {
	margin:0 0 5px;
	padding:0;
	width:100px;
	/*float:left;*/
}

.ibAlbumWidget .shop1 a {
	background:transparent url(images/shop1.gif) no-repeat scroll 0 0;
	width:100px;
	height:33px;
	text-indent:-9999px;
	display:block;
}

.ibAlbumWidget .shop2 a {
	background:transparent url(images/shop2.gif) no-repeat scroll 0 0;
	width:100px;
	height:33px;
	text-indent:-9999px;
	display:block;
}

.ibAlbumWidget .shop3 a {
	background:transparent url(images/shop3.gif) no-repeat scroll 0 0;
	width:100px;
	height:33px;
	text-indent:-9999px;
	display:block;
}


.ibFacebookFanWidget h2 {
	background:transparent url(images/h2_facebook.gif) no-repeat scroll 0 0;
	margin-top:0px;
	text-indent:-9999px;		
}

.ibFacebookFanWidget div {
	padding-bottom:20px;
	padding-left:10px;
}

#facebookconnector h2 {
	background:transparent url(images/h2_communaute.gif) no-repeat scroll 0 0;
	height:35px;
	margin-top:0px;
	text-indent:-9999px;
}

#fbconnect_bg {
	padding-left:10px;
}

#facebookconnector .fbconnect_wrapper_global {
	background:transparent url(images/h3_communaute_v2.gif) no-repeat scroll right top;
	/*width:310px;*/
	/*height:220px;*/
	/*padding-top:15px;
	padding-left:15px;*/
	padding-bottom:20px;
}

/*************************************************************************************************************/
/* HACK IE6 et IE 7 */
/*************************************************************************************************************/
/*
*+html #facebookconnector .fbconnect_wrapper_global, *+html #text-6 .textwidget, * html #text-6 .textwidget {
	margin-top:-2px; 
}

* html #facebookconnector .fbconnect_wrapper_global, * html #text-6 .textwidget {
	margin-top:-2px; 
}
*/
/*************************************************************************************************************/

#facebookconnector .fbconnect_wrapper {
	width:310px;
	padding-left:10px;
	margin-top:-10px;
}

.invitebutton {
	color:#ffffff;
	font-size:1.1em;
}

div.fbconnect_LastUsers {
	background-color:#9F8C82;
	margin-right:10px;
}

div.fbconnect_title {
	color:#786a62;
	letter-spacing:normal;
	font-size:1.4em;
	text-transform:none;
	font-weight:bold;
	border-bottom:0px solid #c0b580;
}

div.fbconnect_userpics a {
	border:2px solid #786a62;
	margin-right:3px !important;
}

div.fbconnect_userpics {
	border-bottom:0px solid #c0b580;
}

#respond .fbconnect_wrapper {
	width:630px;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:40px;
}

.fbTabs {
	border:medium none !important;
	color:#786a62;
	margin-top:5px !important;
	overflow:hidden;
	padding-bottom:10px;
	padding-top:0 !important;
	position:relative;
	width:100% !important;
}

div#fbconnect_widget_div a {
	color:#786a62;
}



.widget_recent_comments {
	padding-bottom:0;
	color:#000000;
}


.widget_recent_comments h2 {
	background:transparent url(images/h2_comments.gif) no-repeat scroll 0 0;
	height:40px;
	margin-top:0px;
	text-indent:-9999px;
}

.widget_recent_comments ul {
	padding-bottom:10px;
}

#recent-comments-3 li {
	background-image:none;
	border-bottom:1px solid #61564f;
	height:auto;
	margin:5px 10px 5px 5px;
	width:270px;
}

.widget_recent_comments li {
	display:block;
	width:300px;
	margin-top:0px;
	padding: 6px;
	height:25px;
}

#text-4 h2 {
	background:transparent url(images/h2_link.jpg) no-repeat scroll 0 0;
	margin-top:0px;
	text-indent:-9999px;
}

#sidebar_link_list {
	height:35px;
	padding-bottom:20px;
	padding-left:0px;
}

#sidebar_link_list li {
	padding-bottom:0px;
	clear:none;
	float:left;
	margin-top:0;
	background:none repeat scroll 0 0 transparent;
}

#sidebar_link_list li a {
	display:block;
	height:35px;
	width:35px;
	margin-left:10px !important;
}

#sidebar_link_list li a.picto_facebook {
	background:transparent url(images/picto_facebook.gif) no-repeat scroll 0 0;
}

#sidebar_link_list li a.picto_facebook:hover {
	background-position:0 -35px !important;
}

#sidebar_link_list li a.picto_deezer {
	background:transparent url(images/picto_deezer.gif) no-repeat scroll 0 0;
}

#sidebar_link_list li a.picto_deezer:hover {
	background-position:0 -35px !important;
}
#sidebar_link_list li a.picto_spotify {
	background:transparent url(images/picto_spotify.gif) no-repeat scroll 0 0;
}

#sidebar_link_list li a.picto_spotify:hover {
	background-position:0 -35px !important;
}

#sidebar_link_list li a.picto_myspace {
	background:transparent url(images/picto_itunes.gif) no-repeat scroll 0 0;
}

#sidebar_link_list li a.picto_myspace:hover {
	background-position:0 -35px !important;
}

#sidebar_link_list li a.picto_skyblog {
	background:transparent url(images/picto_skyblog.gif) no-repeat scroll 0 0;
}

#sidebar_link_list li a.picto_skyblog:hover {
	background-position:0 -35px !important;
}

#sidebar_link_list li a.picto_youtube {
	background:transparent url(images/picto_youtube.gif) no-repeat scroll 0 0;
}

#sidebar_link_list li a.picto_youtube:hover {
	background-position:0 -35px !important;
}

#sidebar_link_list li a.picto_twitter {
	background:transparent url(images/picto_twitter.gif) no-repeat scroll 0 0;
}

#sidebar_link_list li a.picto_twitter:hover {
	background-position:0 -35px !important;
}


#banner {
	width: 330px;
	height:350px;	
	position:absolute;
	z-index:10;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

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

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	text-indent:-9999px;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	}
/* End Various Tags & Classes*/



/* 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 */




.page .entry {
	padding-left:10px;
	padding-top:10px;
}

.page-id-39 .entry {
	padding-left:5px;
}

ul.gigpress {
	float:left;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	position:relative;
	width:625px;
}

.gigpress-artist-heading {
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#494e50;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:20px;
	padding:5px;
	text-transform:uppercase;
}

ul.gigpress li.gigpress-header {
	padding:5px;
	/*background-color:#665b63;*/
	height:20px;
	color:#000000;	
	font-size:12px;
	font-weight:bold;	
	text-transform:uppercase;
}

ul.gigpress li div.gigpress-header-date {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:90px;
}

ul.gigpress li div.gigpress-header-city {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:155px;
}


ul.gigpress li div.gigpress-header-venue {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:180px;
}

ul.gigpress li div.gigpress-header-country {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:90px;
}


.calendar {
	border-collapse:collapse;
	border-spacing:0;
	width:40px;
}

.gigpress-info-item {
	color:#999999;
	padding-top:10px;
	text-transform:lowercase;
}

.calendarmonth {
	background-color:#786A62;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
	width:40px;
	-moz-border-radius:5px 5px 0 0;
}

.calendarday {
	background-color:#ffffff;
	border-color:#786A62;
	border-style:none solid solid;
	border-width:0 3px 3px;
	color:#414141;
	font-size:13px;
	line-height:22px;
	text-align:center;
	-moz-border-radius:0 0 5px 5px;
}



ul.gigpress li.gigpress-line2 {
	float:left;
	position:relative;
	padding:10px 5px;
}

ul.gigpress li.gigpress-line {
	-moz-border-radius:6px 6px 6px 6px;
	background-color:#9F8C82;	
	float:left;
	padding:10px 5px;
	position:relative;
	color:#FFFFFF;
}

ul.gigpress {
	list-style-type:none;
	margin-top:0px;
}


ul.gigpress li div.gigpress-date {
	float:left;
	padding-bottom:0px;
	position:relative;
	width:90px;
}


ul.gigpress li div.gigpress-city {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:155px;
}


ul.gigpress li div.gigpress-venue {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:180px;
}

ul.gigpress li div.gigpress-country {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:90px;
}

ul.gigpress li div.gigpress-ticket {
	float:left;
	padding-bottom:15px;
	position:relative;
	width:80px;
}

ul.gigpress li div.gigpress-ticket a {
	background-color:#786A62;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding:2px;
}

ul.gigpress li div.gigpress-ticket a:hover {
	background-color:#ffffff;
	color:#786A62;
	text-decoration:none;
}







ul.gigpress-listing {
margin-left:5px;
padding-top:5px;
}

span.gigpress-sidebar-date {
	font-size:12px;
	font-weight:bold;
}

ul.gigpress-listing li span.gigpress-sidebar-date  {
	display:block;
	height:25px;
}

.summary {
	color:#FFFFFF;
}

.gigpress-sidebar-venue{
	
}

ul.gigpress-listing li span.gigpress-sidebar-city {
	font-weight:bold;
}

ul.gigpress-listing li {
	/*border-bottom:1px solid #E9D4A9;*/
}

ul.gigpress-listing .vevent {
	background: transparent url(images/date-home-bg.gif) no-repeat scroll left top;
	/*background-color:#EEEEEE;*/
	float:left;
	height:50px;
	margin-bottom:8px;
	margin-right:10px;
	padding:6px;
	width:293px;
}

ul.gigpress-listing .gigpress-alt {

}



#boutique  {
	padding-top:10px;
}

#boutique .photo {
	float:left;
	height:125px;
	margin:0 15px 10px 0;
	width:125px;
}

#boutique .title {
	float:left;
	width:160px;
	color:#C0B580;
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:15px;
	text-align:center;
}


#boutique .bouton {
	width: 130px;
	padding: 2px;
	margin: 5px 5px 1px 10px;
	background-color:#7e473f;
	border:1px solid #7e473f;
	color:#fbf9e8;
	font-size:1.4em;
	font-weight:bold;
	-moz-border-radius:8px;
	float:left;
	text-align:center;
}

#boutique .bouton a {
	color:#c0b580;
}
#boutique .bouton a:hover {
	color:#FEFCEC;
}










/************************************************************************************************************************************/
/******** Carrousel *****************************************************************************************************************/
/************************************************************************************************************************************/
/*
#carrousel_over{
	background:url(images/carrousel_over.png) top left no-repeat;
    width:970px;
    height:15px;
	margin:335px auto 0;
    position:absolute;
    overflow:hidden;
	z-index:20;
}
*/

#carrousel{
    width:970px;
    height:345px;
    /*margin:0 auto;*/
    position:relative;
    overflow:hidden;
	margin-bottom:20px;
}

.slide{
	display:none;
    position:absolute;
    top:0;
    left:0;
    width:970px;
    height:345px;
}

.title{
    position:absolute;
    padding-left:5px;
	padding-right:10px;
    width:355px;
    line-height:35px;
    height:60px;
    top:0;
    left:0;
    background:url(images/opaque.png) top left no-repeat;
	color:#ffffff;
	/*text-transform:uppercase;*/
	font-weight:bold;
	font-size:1.1em;
	/*margin-bottom:25px;*/
}

.title p {
    line-height:15px;
	margin-top:5px;
}

.navigation{
    position:absolute;
    top:15px;
    right:10px;
	font-size:0;
}

.navigation span{
	background:url(images/carrousel_nav_off.png) top left no-repeat;
    color:#FFF;
    /*padding:6px;*/
    cursor:pointer;
    margin:0 2px;
	width:12px;
	height:24px;
	display:inline-block;
}

.navigation span:hover,.navigation span.active{
	text-indent:-9999px;
	background:url(images/carrousel_nav_on.png) top left no-repeat;
    color:#000;
}







