/*
Theme Name: Philips deballing
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */
body {
font-size: 11px; /* Resets 1em to 10px */
font-family:Arial, Sans-Serif;
color: #4f4f4f;
text-align: center;
}

#page {
text-align: left;
}


#content {
font-size: 1.2em;
}
.widecolumn .entry p {
font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
}
.widecolumn {
line-height: 1.6em;
}

.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#footer {
border: none;
}
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}



h1, h2, h3 {
font-weight: bold;
}
h1 {
font-size: 4em;
text-align: center;
}
#headerimg .description {
font-size: 1.2em;
text-align: center;
}
h2 {
font-size: 1.6em;
}
h2.pagetitle {
font-size: 1.6em;
}
#sidebar h2 {
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 1.2em;
}
h3 {
font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}
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;
}
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
}
.commentlist p {
font-weight: normal;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
font-weight: normal;
}
#sidebar {
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #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 {
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 */
/* Begin Structure */
body {
margin: 0 0 0 0;
padding: 0;
}

#page {
margin: 0 auto;
padding: 0;
width: 945px;
/*min-height:1578px;*/
}

#header {
margin: 0 0 0 0px;
padding: 0;
height: 258px;
width: 945px;
}


.post {
margin: 0 0 40px;
}
.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.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;
}
.postmetadata {
clear: both; 
}
.clear { 
clear: both; 
}


/* End Structure */
/*	Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}
h2 {
margin: 30px 0 0;
float:left;
width:525px;
}
h2.pagetitle {
margin-top: 30px;
text-align: center;
}
#sidebar h2 {
margin: 5px 0 0;
padding: 0;
}
h3 {
padding: 0;
margin: 30px 0 0;
}
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 {
float:right;
}
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;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}


.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
}
.commentlist li {
margin: 0px 0 0px;
padding: 5px 10px 3px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */

/* 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 { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* 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 */





/* Begin Sidebar */
#sidebar {
padding: 20px 0 45px 0;
margin-left: 617px;
width: 328px;
/*
margin-left: 617px;
float:right;
*/
}
#sidebar form {
margin: 0;
}
/* End Sidebar */




body{
background:#d9d9d8;
}

div#content{
width:617px;
padding-top:55px;
padding-bottom:10px;
float:left;
}

div#bdb{
background:transparent url('images/top.jpg') no-repeat top center;	

}

div#bdbb{
background:transparent url('images/bottom_bg.jpg') no-repeat bottom center;
padding-bottom:312px;
}


div#header_1{
background:transparent url('images/header_1.jpg') no-repeat top left;
width:117px;
height:258px;
float:left;
}

div#header_1 a{
display:block;
width:117px;
height:175px;
}


div#header_2{
background:transparent url('images/header_2.jpg') no-repeat top left;
width:612px;
height:258px;
float:left;
}

div#header_2 a{
width:612px;
height:258px;
display:block;
}


div#header_3{
background:transparent url('images/header_3.jpg') no-repeat top left;
width:216px;
height:258px;
float:left;
}

div#header_3 a{
display:block;
width:216px;
height:45px;
margin-top:160px;
}


div#search{
	line-height:20px;
	height:20px;
}

div#search label{
font-weight:bold;
font-size:#565761;
color:#565761;
display:block;
float:left;
margin-left:29px;
font-size:10px;
}

div#search input#s{
font-weight:bold;
font-size:#565761;
color:#565761;
background:  url('images/search_input.jpg') no-repeat top left;
width:148px;
height:20px;
border:none;
padding:0;
display:block;
float:left;
margin-left:6px;

}

div#search #searchsubmit {
background:  url('images/search_submit.jpg') no-repeat top left;
width:19px;
height:19px;
border:none;
margin-top:1px;
border:none;
display:block;
float:left;
margin-left:6px;
cursor:pointer;
}

div#deballing_live{
background: transparent url('images/deballing_live.png') no-repeat top left;
width:328px;
height:66px;
margin-top:18px;
padding-top:50px;
}

div#deballing_live_content{
	width:180px;
	height:38px;
	margin-left:55px;
}

div#deballing_live_content a{
	display:block;
	float:left;
	margin-top:5px;
}


div#categories{
background: transparent url('images/categories.png') no-repeat bottom left;
width:328px;
margin-top:10px;
padding-bottom:15px;

}

div#categories div#categories_title{
	margin-left:56px;	
	padding-top:18px;
	padding-bottom:18px;	
}

div#dailymotion{
width:328px;
height:163px;
margin-top:10px;
padding-top:3px;
}

div#dailymotion_content{
width:248px;
height:163px;
margin-left:15px;
}
/*
div#dailymotion_content object{
	float:left;
	margin-left:-23px;
	z-index:50;
}
*/
div#facebook{
/*background: transparent url('images/facebook.png') no-repeat top left;*/
width:328px;
height:1px;
margin-top:10px;
}

div#facebook a{
width:328px;
height:1px;
display:block;	
}

div#addicts{
background: transparent url('images/addicts.png') no-repeat bottom left;
width:328px;
margin-top:10px;
padding-bottom:15px;
}

div#addicts div#addicts_title{
	margin-left:56px;	
	padding-top:18px;
	padding-bottom:18px;	
}

div#latest_visitors, div.fbconnect_LastUsers{
background: transparent url('images/latest_visitors.png') no-repeat top left;
width:328px;
height:174px;
margin-top:10px;
padding-top:45px;
}
.fbconnect_title{
visibility:hidden;
height:40px;	
}

.fbconnect_userpics {
width:248px;
margin-left:39px;
height:100px;
overflow:hidden;
}

div#latest_visitors_content{
width:208px;
height:106px;
margin-left:54px;
background:#5FBFE4;
}

#sidebar ul{
	width:207px;
	margin-left:56px;

	}
	
#sidebar ul li{
	width:207px;
	height:25px;
	background: transparent url('images/sidebar_li.png') no-repeat top left;
	line-height:23px;
	padding-left:18px;
	color:#0b5ed7;
	}
#sidebar ul li a{	
	color:#4f4f4f;
}
	
#menu{
	width:618px;
	height:68px;
	position:absolute;
	left:50%;
	margin-left:-472px;
	top:231px;
	z-index:500;
}

#menu a{
	display:block;
	float:left;
	height:67px;
	cursor:pointer;
}

#menu a#menu_1{
	width:114px;
	background: transparent url('images/menu_01.png') no-repeat top left;
}

#menu a#menu_2{
	width:204px;
	background: transparent url('images/menu_02.png') no-repeat top left;
	margin-left:5px;
	margin-top:-2px;
}

#menu a#menu_3{
	width:112px;
	background: transparent url('images/menu_03.png') no-repeat top left;
	margin-left:2px;
}

#menu a#menu_4{
	width:179px;
	background: transparent url('images/menu_04.png') no-repeat top left;
	margin-left:2px;
	margin-top:-2px;
}

#menu a#menu_1:hover, #menu a#menu_1.selected{
	background: transparent url('images/menu_01_.png') no-repeat top left;
}

#menu a#menu_2:hover, #menu a#menu_2.selected{
	background: transparent url('images/menu_02_.png') no-repeat top left;
}

#menu a#menu_3:hover, #menu a#menu_3.selected{
	background: transparent url('images/menu_03_.png') no-repeat top left;
}

#menu a#menu_4:hover, #menu a#menu_4.selected{
	background: transparent url('images/menu_04_.png') no-repeat top left;
}


.post, .page, #respond {
border-top:1px dotted #000;
border-bottom:1px dotted #000;
background:#FFF;
padding-bottom:4px;
}

.post{
padding-bottom:10px;	
min-height:150px;
float:left;
}

.firstc{
	/*background: transparent url('images/home_post_1.png') no-repeat top left;
	height:373px;*/
	border:none;
}

.secondc{
	/*background: transparent url('images/home_post_2.png') no-repeat top left;
	height:373px;*/
	border:none;
}

.firstc, .secondc{
	padding-top:1px;
	float:left;
border-bottom:1px dotted #000000;
border-top:1px dotted #000000;
	
	
}

.post h2, .page h2{

	font-size:23px;
	color:#636363;
	margin-top:12px
}

.page h2{
	margin-left:16px;
	margin-bottom:20px;
	
}


.firstc h2, .secondc h2{
	margin-left:0px;
	margin-top:12px;
	}

.post small, .page small{
	font-size:12px;
	color:#9e9e9e;
}

.page small{
	display:none;
}

.firstc small, .secondc small{
	margin-left:0px;
	float:left;
	}

.page .postmetadata{
	display:none;
}

.post h2 a{
	
}

.post .entry, .page .entry {
	margin-left:13px;
	width:588px;
	font-size:11.7px;
	margin-top:20px;
}

.cutted .entry {
	/*height:237px;*/
	margin-top:10px;
	float:left;
}

a.more-link{
	float:right;
	clear:both;	
	display:none;
}

.post  .entry p{
/*width:273px;*/
clear:left;
}

.page .entry div.ctext_label{
float:left;
width:83px;
color:#737373;
font-size:11px;
clear:left;
margin-top:5px;
}

.page .entry input.ctext,  .page .entry .wpcf7-validates-as-required {
float:left;
width:215px;
height:18px;
border:1px solid #8e8e8e;
margin:0px;
margin-top:5px;
}

.page .entry textarea.wpcf7-validates-as-required {
	
height:100px;
}

.page .entry select.wpcf7-validates-as-required {
height:auto;
}

.page .entry input.csubmit  , div.submitit input{
float:left;
background: transparent url('images/inscription_submit.jpg') no-repeat top left;
width:123px;
height:55px;
display:block;
border:none;
clear:left;
margin-left:82px;
cursor:pointer;
margin-top:3px;
}

#footer {

color:#FFFFFF;
left:50%;
margin-left:-100px;
position:absolute;
margin-top:275px;
width:200px;
}


#footer_2 {

color:#4F4F4F;
left:50%;
margin-top:50px;
position:absolute;
margin-left:230px;
width:200px;
}


.postmetadata {
text-align: left;
margin-left:13px;
font-size:11px;
width:600px;
padding-bottom:0;
margin-bottom:5px;
margin-top:5px;

float:left;
}


a.suite{
float:right;	
padding-left:19px;
background: transparent url('images/rest_icon.png') no-repeat center left;
color:#4bbfca;
line-height:13px;
margin-right:12px;
margin-top:-8px;

display:block;

}

.postmetadata span.comments{
padding-left:19px;
background: transparent url('images/comment_icon.png') no-repeat center left;

}

.postmetadata a{
color:#0b5ed7;
}

form#commentform p{
margin-left:13px;
}

#commentform input.ctext  {
width:203px;
height:18px;
border:1px solid #8e8e8e;
margin:0px;
}



#commentform textarea {
width:322px;
height:90px;
border:1px solid #8e8e8e;
}


#commentform #submit {
margin: 0;
float: none;
}


#commentform label {
float:left;
width:89px;
color:#737373;
font-size:12px;
}

ol.commentlist{
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
}

ol.commentlist li{
border-bottom:1px dotted #000;
background:#FFF;
margin-top:0px;
font-size:11px;
min-height:100px;
}

ol.commentlist li p{
width:414px;
}


div#inscription{
width:600px;
height:380px;

}


/*
body{
background:transparent url('images/unit_bg.jpg') no-repeat top center;
}

div#bdb{
background:none;	

}

div#bdbb{
background:none;	
}

*/


.p_deballing{
background: transparent url('images/deballing_bg.png') no-repeat top left;
height:662px;
border:none;
padding-top:28px;
}

.p_deballing #video{
height:320px;
width:400px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
}


.p_deballing h2{
	margin-top:0px;	
}


.p_inscription{
background: transparent url('images/inscription_bg.png') no-repeat top left;
height:662px;
border:none;
padding-top:28px;
}


#respond{
border-top:none;
float:left;
margin-top:5px;
	}

#respond_top {
background: #42d2e0 url('images/respond_top.png') no-repeat 16px center;
border-top:none;
height:26px;
line-height:26px;
padding-left:30px;
font-size:11px;
display:none;
}

#social_links {
/*background: url('images/blog_buttons.png') no-repeat 16px center;*/
border-top:none;	
height:45px;
line-height:45px;
padding-right:30px;
font-size:11px;
border-bottom:1px dotted #000000;

width:587px;

}

#social_links a{
	width:16px;
	height:15px;
	float:right;
	display:block;
	margin-top:17px;
	margin-left:3px;
}

#propos_auteur {
border-top:none;
height:100px;
font-size:11px;
border-bottom:1px dotted #000000;

width:617px;
}

#propos_auteur .avatar-{
float:left;
margin:12px;
}

#propos_auteur h3{
float:left;
margin:0;
margin-top:12px;
font-size:15px;
font-weight:normal;
}

#propos_auteur p{
float:left;
margin:0;
width:454px;
}

span.author{
color:#0b5ed7;
font-weight:bold;
}

.single-avatar{
	float:left;
	margin:13px 13px 0px 13px;
	border:1px solid #d4d4d5;
	height:62px;
	}
	
	
div.reply{
	float:right;	
	clear:right;
	margin-top:20px;
	padding-left:17px;
	background: url('images/answer_icon.jpg') no-repeat top left;
	color:#7db1fe;
	font-size:11px;
}

div.reply a{
color:#7db1fe;
}


div.pwtobs{
	color:#0b5ed7;margin-left:69px;float:left;clear:left;margin-top:10px;margin-bottom:10px;
}

.navigation div{
float:left;	
}




.navigation a, .navigation span{
	float:left;	
	margin-right:3px;
	background: url('images/pagination_bg.png') repeat-x top left;
	height:20px;
	line-height:20px;
	color:#FFF;
	display:block;
	padding-right:4px;
	padding-left:4px;
	font-weight:bold;
	font-size:11px;
	}
	
	.navigation span{
	font-weight:bold;
}	

	.navigation span.disabled{
	display:none;
}	

#commentform input#submitcomment{
		background: url('images/envoyer.png') no-repeat top left;
		width:122px;
		height:45px;
		border:none;
		margin-left:89px;
	}
	
	#respond h3{
margin-left:13px;
font-size:15px;
font-weight:bold;
float:left;
margin-bottom:10px;
width:212px;
	}
	
	
	.facebook2{
		/*background: url('images/facebook2.jpg') no-repeat top left;*/
		width:84px;
		height:19px;
		display:block;
		float:left;
		margin-top:30px;
	}


ul#widgets{
	list-style:none;
width:328px;
margin-left:0px;
	}
	
ul#widgets li{
	background:none;
	height:auto;
	line-height:inherit;
	padding-left:0;
width:328px;
}


h2.widgettitle{
	display:none;
	}
	

.fbconnect_share{
	border:none;
	}
	
/*	
html .fb_share_button{
height:19px;
width:84px;
display:block;
	}
	*/
	
div.wpcf7-response-output{
	background:transparent;
	}
	
	
div.wpcf7-validation-errors{
	background:#FFF;
	}
	
	
div#inscription p{
	display:block;
	float:left;
	margin:0px;
}



.p_deballing #video p{
margin:17px;
}


div#post-3 h2{
	margin-left:122px;
	margin-top:10px;
	width:400px;
	margin-bottom:5px;
}
#dsq-content #dsq-auth{
width:299px;
	float:right;
	}

#dsq-content #dsq-auth .dsq-auth-header{
	float:right;
	width:299px;
}

#disqus_thread #dsq-content h3 {
display:none;	
}

#dsq-content #dsq-login{
/*border:1px solid gray;*/
	float:right;
font-family:arial,helvetica,sans-serif;
font-size:1.273em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0 0 0;
overflow:hidden;
width:279px;
margin:5px;
padding:5px;
}

div.dsq-by{
display:none;	
}

#disqus_thread #dsq-content #dsq-post-add{
	
	float:left;
	width:299px;
	margin:4px;
}

#dsq-content #dsq-options {
	clear:left;
}

#dsq-content #dsq-comments .dsq-comment .dsq-comment-header{
	padding-left:10px;
	
}

#dsq-content #dsq-comments .dsq-comment .dsq-comment-body{
	padding-left:10px;
}

#dsq-content #dsq-comments .dsq-comment-options {
	margin-right:10px;
}

#dsq-content #dsq-options {
	padding-left:10px;
}



	
#dsq-content #dsq-auth .dsq-authenticated {
	padding:5px;
}


#dsq-toolbar-items{
display:none;
	}
	
	#disqus_thread{
		float:left;
		width:617px;
	}
	#disqus_thread #dsq-content {
		float:left;
			width:617px;
	}
	
#dsq-content #dsq-login .dsq-login-message {
	display:none;
	}
	
	
#dsq-content #dsq-comments ul.dsq-list-style{
	padding-left:10px;
}

#post-8 h2 {
	margin-bottom:5px;
}


div#respond a{
color:#0B5ED7;	

	}
	
	
.fbconnect_miniprofile {
	width:248px;
	margin-left:35px;
	
}

.invitebutton{
	width:249px;
	margin-left:35px;
	overflow:none;
	}
	
div#sidebar #RES_ID_fb_login img{
	display:none;
	}
	
div#sidebar a#RES_ID_fb_login{
	display:block;
	background: transparent url('images/facebook.png') no-repeat top left;
	width:329px;
	height:25px;
	}