/* @override 
	http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/style.css
	http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/style.css
*/

/*  
Theme Name: In My Room
Theme URI: http://www.okaysuper.com

Description: A minimal black layout for Wordpress
Version: 1
Author: Hervé Hubert
Author URI: http://www.okaysuper.com

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



/* HTML Elements */


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

body,html {
	height:100%;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #111111;
	color: #fff;
	}
	


select, input, textarea {
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	}
	
	
input#s{
	width: 162px;
	margin-right: 0px;
	float: left;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -175px;
	padding-top: 30px;
	background: #111111;
}

.footer {
	height: 175px; /* .push must be the same height as .footer */
}
.push {
	
	clear: both;
	background-color: #000;
	//width:925px;
	height: 175px;
	//margin-right: auto;
	//margin-left: auto;
}
.headspacer{
	background-color: #000;
}
#page_container{
	display: block;
	width:925px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	background-color: #000;
	content:".";
	margin: 0 auto 0;
	//padding-bottom: 50px;
}
#headshot{
	width: 100%;
	height: 200px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.logo-link{
	float: left;
	background: #000 url(http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/inmyroom_header.gif) no-repeat 40px 40px;
	display: block;
	width: 230px;
	height: 200px;

}
#newsdiv{
	float: right;
	color: #FFF;
	margin-right: 0;
	width: 231px;
}
#newsdiv h3, #newsdiv li{
	color: #8d8d8d;
	font-weight: normal;
	font-size: 10px;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}
input.input_mod{
	display: block;
	float: left;
	width: 165px;
	height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0;
}
input#newsletter{

}

div.form_mod{
	clear: both;
	color: #8d8d8d;
}
input.btn_go{
	float: left;
	border: none;
	background-color: #323232;
	width: 60px;
	height:18px;
	min-height: 18px;
	max-height: 18px;
	min-width:60px;
	max-width: 60px;
	display: inline;
	margin: 5px 0 0;
	color: #8d8d8d;
	text-transform: uppercase;
	font-size: 10px;
	//padding-top: 4px;
	line-height: 14px;
	
}

.menu{
	padding: 0;
display:block;
	//visibility:hidden;
	height: 30px;
	text-align: left;
	
}

p {	
	margin: 15px 0;
	line-height: 16px;
	color: #fff;
	//width: 500px;
	font-size: 1em;
	word-spacing: 1px;
	text-align: justify;
	}
.post{
	clear: none;
	display: inline-table;
	
}

.singlepost p {	
	width: 500px;
	line-height: 1.8em;
	;
	}
	
.post h2{
	font: 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom:0px;
	margin: 20px 0 -10px;
	text-transform: uppercase;
	color: #585858;
}
.head-infos {
	font-size: 1em;
	text-transform: uppercase;
	color: #3b3b3b;
}

.head-infos a:link, .head-infos a:active, .head-infos a:visited{
	font-size: 1em;
	text-transform: uppercase;
	color: #3b3b3b;
	font-weight: bold;
	text-decoration: none;
}

.head-infos a:hover{
	text-decoration: underline;
}
a:link, a:visited {
	color: #585858;
	text-decoration:none;
	}

a:hover, a:active {
	color:#fff;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:924px;
	font-size:0.7em;
	background:#000;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1px;
	display: block;
	clear: both;
	min-height: 600px;
}

#branding {
	clear: both;
	width:610px;
	padding-bottom:15px;
	}
.feature_content{
	float: none;
}
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	
	}
.nocontent{
	display: block;
	width: 230px;
	height: 200px;
	background: #000 url(http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/logo_archives.gif) no-repeat 0 10px;
	margin-right: 20px;
	padding-top: 20px;
}

#leftcol {
	width:470px;
	//border-right:1px dotted #b6b6b6;
	margin-right: 20px;
	margin-left: 20px;
}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:264px;
	}
#rightcol h3, #rightcol h3 a{
	background-color: #1d1d1d;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}

#rightcol h3 a:hover{
	text-decoration: underline;
}

		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
.navigation{
	text-transform: uppercase;
	font-size: 0.8em;
} 
	
	
/*	Headers */

h1 {
	font: bold 2.95em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom:8px;
	margin: 2px 0;
	text-transform: uppercase;
	color: #fff;
	width: 500px;
	}

h3, #sidebar h2 {
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom:4px;
	color:#585858;
	}

#sidebar h3, #sidebar h2 {
	
	text-align: left;
	font-size: 1em;
	line-height: 0.9em;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	
	}

.sidespacer{
	position: relative;
	display: block;
	width: 180px;
	height: 10px;
	margin-bottom: 4px;
}


h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	color: #585858;
	text-transform: uppercase;
	}

/* multiple categories */
#left-column, #container_division1{
	display: inline-table;
	float: none;
	margin-right: 50px;
	margin-bottom: 50px;
	width: 230px;
}
#titlerelease{
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 230px;
}
#right-column, #container_division2{
	display: inline-table;
	float: none;
	margin-right: 50px;
	margin-bottom: 50px;
}
#container_division1 h2, #container_division2 h2{
	color: #FFF;
	font-size: 1.3em;
	margin-bottom: 15px;
		width: 230px;

}
/* Content */

#content {
	background: #000;
	width:774px;
	//float:none;
	margin-left: 150px;
	display: inline-table;
	height: auto !important;
	height:100%;
	min-height: 500px;
	position: relative;
	padding-bottom: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.singlepost{
	display: block;
	min-height: 500px;
}
#content-releases {
	background: #000;
	width:774px;
	float:none;
	margin-left: 150px;
	display: block;
	height: auto !important;
	height:100%;
	min-height: 450px;
	position: relative;
	padding-bottom: 40px;
}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}



.feature:hover {
	//background:#e9e9e9;
	}
	
#lead p{
	margin:0;
	text-align: justify;
	color: #FFF;
	line-height: 2em;
	font-weight: normal;
	font-size: 1em;
	}
.feature p{
	color: #FFF;
	margin: 0;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
}
.feature .title{
	margin-bottom: 5px;
	display: block;
	margin-top: 0;
	float: none;
	font-size: 1em;
}
img.featurepic, a img.featurepic {
	width: 130px;
	height: 120px;
	margin-right: 10px;
	float: left;
	border: 1px solid #2f2f2f;
}
#leadframe{
	float: none;
	background:transparent;	
	padding:15px;
	display: block;
	position: relative;
	//margin-bottom: 20px;
	color: #FFF;
}


#lead h3, h3 .active_category, #lead h3 a:link, #lead h3 a:active, #lead h3 a:visited{
	background: transparent;
	color: #fff;
	height: 8px;
	text-align: left;
	font-size: 0.9em;
	line-height: 0.9em;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	font-weight: normal;
	border: none;
}
#lead h3 a:hover{
	color: #FFF;
	text-decoration: underline;
}		
#leadpic {
	width: 230px;
	height: 210px;
	float:left;
	margin: 0 10px 8px 0;
	}

#lead {
	background: #111 url(images/back_lead.gif) no-repeat 0 0;
	margin-top:0px;
	margin-left: 20px;
	width: 754px;
	display: block;
	height: 210px;
	margin-bottom: 40px;
}
#news-date{
	font-size: 0.8em;
	color: #fff;
	margin-bottom: 0;
	display: none;
}
#dates-header{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #585858;
}
.dates-content{
	display: block;
	margin-bottom: 40px;
}

#contact-header{
	background: #000 url(http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/logo_contact.gif) no-repeat 0px 0px;
	height: 90px;
	width: 120px;
	margin-top: 20px;
	margin-left: 110px;
}

.email{
	text-align: left;
		display: block;
	margin-top: 10px;
	margin-left: 30px;
}
.contact-content a{
	color: #FFF;
}
#post-contact{
	width: 100%;
}
.more, .more a:link, .more a:active, .more a:visited{
	margin-top: 10px;
	color: #696969;
}
.more a:hover{
	color: #fff;
}
.title, a.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	text-transform: uppercase;
	color: #696969;
	}
	
#lead .title, #lead .title a:link, #lead .title a:visited, #lead .title a:active {
	font:1.8em;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	text-transform: uppercase;
	color: #696969;
	letter-spacing: -0.00em;
	}
#lead .title a:hover{
	color: #dd348f;
}
#leftcol .feature {
	margin-bottom: 20px;
	border-bottom:none;
	background: #111 url(images/back_feature.gif) no-repeat 0 0;
	clear: both;
	height: 124px;
	padding: 15px;
}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}
	
.rightfeature{
	margin-top: 10px;
	margin-bottom: 20px;
}

.rightfeature p{
	color: #FFF;
	font-size: 0.9em;
	line-height: 1.7em;
	padding-right: 10px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 20px;
}
#rightcol .title, #rightcol a.title {
	display: block;
	margin-top: 20px;
	font-size: 0.9em;
	clear: both;
	position: relative;
}
	
.videothumb{
	position: absolute;
	z-index: 11;
	width: 130px;
	height: 120px;
}
.thumb_cont{
	position: relative;
	padding: 0;
	display: block;
	margin-top: 10px;
	margin-bottom: 25px;
	clear: both;
	height: 120px;
}
.play_btn{
	width: 130px;
	height: 120px;
	position: absolute;
	z-index: 13;
	
	background: transparent url(images/play_btn.png) no-repeat -15px 0;
	cursor: hand;
	cursor: pointer;
}

.play_btn:hover{
	background: transparent url(images/play_btn_hover.png) no-repeat -15px 0;
}
.gall_thumb{
	width: 130px;
	height: 120px;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}
img.gallerypic{
	width: 130px;
	height: 120px;
}
#sidelist{
	//padding: 0;
	//margin-top: 35px;
}
#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	//clear: both;
	display: inline-table;
	padding-bottom:28px;
	position: relative;
	margin-bottom: 10px;
	}
	
.entry object{
	max-width: 500px;
}
.entrypost {
	position: relative;
	float: left;
	width: 500px;
}
.metaedit{
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
}
#releases-post {
	clear: both;
	display: inline-table;
	width: 774px;
	height: auto !important;
	height: 100%;
	//min-height: 450px;
}
.last-entries {
	background: #111 url(images/back_lead.gif) no-repeat 0 0;
	display: block;
	clear: both;
	//width: 100%;
	//height: 100px;
	margin-bottom: 40px;
	padding: 20px;
}
.cat_link, .cat_link a{
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	color: #585858;
	font-weight: bold;
	line-height: 2em;
}
#entryright{
	clear: both;
	display: block;
	position: relative;
	float: right;
	width: 230px;
	height: auto;
	
}
h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/* releases post */
#releases-post h2 {
	float: none;
	max-width: 500px;
	min-width: 500px;
	color: #696969;
	text-align: justify;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-top: 0;
	margin-bottom: 10px;
}

#releases-post p, #_mcePaste{
	//float: none;
	color: #FFF;
	text-align: justify;
	margin-top: 0;
	line-height: 1.8em;
}
#releases-pic{
	clear: both;
	display: block;
}
#audiolist * {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;	
	-moz-outline-style: none;
  	outline:none;
}
#xspf_player0{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
#releases-player p{
	margin: 0;
}


/* news content */
.news-content{
	display: block;
	background: #111 url(images/back_news.gif) repeat-x 0 0;
	padding: 0;
	width: 650px;
	margin-bottom: 20px;
	height: 160px;
}
.news-content p{
	text-align: justify;
	line-height: 1.8em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 15px;
}
#news-header{
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 15px;
}
#newspic {
	
	float: left;
	margin-right: 15px;
}

.news-infos{
	font-size: 0.8em;
	//padding-top: 10px;
	color: #585858;
	font-weight: normal;
}
.news-infos a{
	padding-top: 10px;
	color: #585858;
	font-weight: bold;
}
.news-title, .news-title a{
	font-size: 1.1em;
	color: #696969;
	text-decoration: none;

}
.news-title a:hover{
	text-decoration: underline;
}

img.newspic{
	width: 175px;
	height: 160px;
}

/* archive content */
.archive-content{
	display: block;
	background: #111 url(images/back_news.gif) repeat-x 0 0;
	padding: 0;
	width: 650px;
	margin-bottom: 20px;
	height: 160px;
}
.archive-content p{
	//width: 500px;
	text-align: justify;
	line-height: 1.8em;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 15px;
}
.archive-infos{
	font-size: 0.8em;
	padding-top: 10px;
	color: #585858;
	font-weight: normal;
}
.archive-infos a{
	padding-top: 10px;
	color: #585858;
	font-weight: bold;
}
.archive-title, .archive-title a{
	font-size: 1.1em;
	color: #696969;
	text-decoration: none;

}
.archive-title a:hover{
	text-decoration: underline;
}
#archive-header{
	text-transform: uppercase;
	font-weight: bold;
}
#archivepic {
	
	float: left;
	margin-right: 15px;
}
img.archivepic{
	width: 175px;
	height: 160px;
}
/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#fff;
	border:none;
	width:140px;
	}
	
#searchform {
	padding: 0; 
	}

.button {
	background:#000;
	color:#fff;
	border:none;
	text-transform: lowercase;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 0.9em;
	height: 16px;
	padding-bottom: 1px;
	line-height: 12px;
	width: 54px;
}

.button:hover {
	background:#dd348f;
	color:#fff;
	text-decoration:none;
	
}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

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

.clearfloat {
	display:block
	}
	
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 925px;
	font-size: 11px;
	line-height: 20px;
	color:#ccc;
	background: #111111;
	text-align: center;
	}

#footer a:link, #footer a:active, #footer a:visited {
	color:#585858;
	}
	
	#footer a:hover {
	color:#ffffff;
	}
	
	#footer_main{
	height: 125px;
	background-color: #191919;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}
#footer_signature, #footer_signature a:link, #footer_signature a:visited, #footer_signature a:active{
	text-align: center;
	clear: both;
	color:#585858;
	font-size: 9px;
	text-transform: uppercase;
}
#footer_signature a:hover{
	color: #ccc;
}
#logo_footer{
	float: left;
	width: 200px;
	height: 105px;
	background: url(http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/inmyroom_footer.gif) no-repeat 45px 15px;
	border-right: 1px solid #585858;
	margin-top: 10px;
	margin-right: 10px;
}

#links{
	float: left;
	width: 200px;
	height: 105px;
	text-align: left;
	border-right: 1px solid #585858;
	margin-top: 10px;
	margin-right: 10px;

}
#links ul li, #links ul{
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
}
#searchdiv{
	float: left;
	height: 105px;
	text-align: left;
	margin-top: 10px;
	}
input.btn_search{
	float: left;
	border: none;
	background-color: #323232;
	width: 60px;
	height:18px;
	display: inline;
	margin: 0;
	color: #8d8d8d;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 3.5px;
}

#archivediv{
	float: left;
	width: 200px;
	height: 105px;
	text-align: left;
	border-right: 1px solid #585858;
	margin-top: 10px;
	margin-right: 10px;
}

.social{
	//display: none;
	display: block;
	height: 20px;
	width: 231px;
	background-color: #1d1d1d;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 0;
}
.social a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}
.social a:hover{
	color: #FFF;
	text-decoration: none;
}
#newsdiv .cont{
	padding-bottom: 40px;
}
.facebook{
	display: block;
	width: 27px;
	height: 25px;
	float: left;
	background: transparent url('http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/facebook.gif') no-repeat;
	margin-top: -8px;
	margin-left: 2px;
	margin-right: 5px;
}
.myspace{
	display: block;
	width: 70px;
	height: 25px;
	float: left;
	background: transparent url('http://www.hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/myspace.gif') no-repeat;
	margin-top: -8px;
	margin-left: 2px;
	margin-right: 5px;
}
.social4i{
	clear: both;
	margin-top: 20px;
}
.social4i p{
	width: auto;
}
#entryright .social4i{
	display: none;
	visibility: hidden;
	
}
.share-plugin{
	margin-left: -3px;
}
span.chicklets.facebook{
	clear: both;
	width: 4px;
	float:none;
	display: block;
margin-right: 0px;
background: url('http://hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/icons_social.png') no-repeat;
background-position:0 0px;
padding-top: 5px;
margin-top: 10px;
position: relative;
line-height: 10px;

margin-bottom: 10px;
margin-left: -1px;
	padding-right: 0;
	padding-left: 0;
}
span.chicklets.twitter{
background: url('http://hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/icons_social.png') no-repeat;
background-position:-38px -3px;	
}
span.chicklets.email{
background: url('http://hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/icons_social.png') no-repeat;
background-position:-72px -3px;	
margin-left: 0;
margin-top: 0;
}
span.chicklets.sharethis{
background: url('http://hfn-music.com/inmyroom/wp-content/themes/inmyroom/images/icons_social.png') no-repeat;
background-position:-105px -3px;	
}
span.chicklets.sharethis,span.chicklets.email,span.chicklets.twitter,span.chicklets.facebook{
	padding-left: 12px;
	padding-right: 5px;
}
.stButton{position:relative;z-index:0;text-decoration:none;color:#000;display:inline-block;cursor:pointer;margin-right:3px;margin-left:3px;font-size:11px;line-height:16px}

