
* {
	padding: 0;
	margin: 0;
	font-family: 'lucida grande',helvetica, arial, verdana, sans-serif;
}
a {outline:none;}

body {
	padding: 0;
	background: #fff;
}

#wrapper {
	width: 920px;
	height: 100%;
	margin: 10px auto;
	background: url(../images/wide-bg_content.gif) repeat-y top left;
}

#header {
	position: relative;
	width: 920px;
	height: 239px;
	display: block;
	background: url(../images/ls-header.gif) no-repeat top left;

}

#main {
	width: 920px;
	margin: 0 auto;
	background:#efeee9;
}

#main:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}	
	
#left {
	float: left;
	width: 586px;
	background: url(../images/wide-left-bg.gif) repeat-y top left;
}
#left #player {
	display: block;
	width: 576px;
	height: 349px;
	float: left;
	margin-left: 5px;
	margin-bottom:10px;
}

#left #share {
	display: block;
	width: 586px;
	height: 90px;	
	position: relative;
	float: left;
}

#left #share a.share {
	float: left;
	width: 72px;
	height: 24px;
	text-indent: -9999px;
	background: url(../images/share.gif) no-repeat left top;
	display: inline;
	margin-left: 5px;
}


#left #share a.retweet {
	float: left;
	width: 33px;
	height: 16px;
	padding: 6px 5px 2px 76px;
	background: url(../images/tweet.gif) no-repeat top left;
	text-decoration: none;
	font-size: 10px;
	display: inline;
	margin-left: 5px;
	text-align: left;
	display:inline;
	font-style: italic;
	text-shadow: #eee 0px 1px;
	color:#000;
}

#left #share a.fan {
	width: 122px;
	height: 24px;
	display: inline;
	background: url(../images/becomeafan.gif) no-repeat top left;
	text-indent: -9999px;
	float: left;
	margin-left: 5px;
}
#left #share a.follow {
	width: 84px;
	height: 24px;
	display: inline;
	background: url(../images/follow.gif) no-repeat top left;
	text-indent: -9999px;
	float:left;
	margin-left: 5px;
}

#left #share a:hover {background-position: left center;}
#left #share a:active {background-position: left bottom;}

#left #share .link {
	background: url(../images/ls-link-label.gif) no-repeat top left;
	text-indent: -9999px;
	width: 45px;
	height: 24px;
	display: block;
	float: left;
	margin-left: 5px;
}

#left #share .link-input {
	float: left;
	width: 108px;
	height: 14px;
	border: none;
	background: url(../images/ls-link-text.gif) no-repeat left top;
	padding: 5px;
	color: #eee;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 10px;
	outline: none;
}
#left #share .embed {
	background: url(../images/ls-embed-label.gif) no-repeat top left;
	text-indent: -9999px;
	width: 56px;
	height: 24px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left:6px;
}

#left #share .embed-input {
	float: left;
	width: 509px;
	height: 14px;
	border: none;
	background: url(../images/ls-embed-text.gif) no-repeat left top;
	padding: 5px;
	margin-top: 10px;
	color: #eee;
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 10px;
	outline: none;
}


#left #about {
	width: 586px;
	height: 168px;

}

#left #about img {
	float: left;
	padding: 0 10px;
}

#left #about p {
	padding-top: 10px;
	font-size: 12px;
	color: #666;
	line-height:18px
}
#left #about p a {
	color: #666;
	text-decoration: underline;
}
#left #about p a:hover {
	color: red;
}

#right {
	float: right;
	width: 325px;
	height: 600px;
	display: block;
	overflow: hidden;
	margin-right: 6px;
	margin-bottom: 10px;
}

#right .chat {
	width: 325px;
	height: 29px;
	background: url(../images/ls-chat-bg.gif) no-repeat top left;
	display: block;
}

#right .chat li {
	float: right;
	list-style: none;
	width: 75px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	background: url(../images/ls-chat-twitter.gif) no-repeat top left;
	cursor: pointer;
}

#right .chat li.tab-facebook {
	background: url(../images/ls-chat-facebook.gif) no-repeat top left;
	width: 80px;
}

#right .chat li:hover {
	background-position:left center
}
#right .chat li.active{
	background-position: left bottom;
}

#right .widgets {
	width: 325px;
	height: 571px;
	background: url(../images/wide-right-bg.gif) repeat-y top left;
}

#right .widgets #twitter_widget {
	display: none;	
}

#footer {
	display: block;
	float:left;
	width: 920px;
	height: 100px;
	background: url(../images/ls-footer.gif) no-repeat bottom left;
	float:left;
}



* html #right {
	width:300px;
}

* html a.retweet {padding-top:0px;}

