/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
body {
	font-family: arial, helvetica, verdana, sans-serif;
	background: #ffff00;
}
.container {
	width: 952px;
	padding: 0 43px 20px 43px;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
}
#left-col {
	width: 664px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	margin-top: 31px;
	font-size: 12px;
}
#left-col .hblogo {
	position: absolute;
	left: 0;
	top: -15px;
	width: 162px;
	height: 43px;
}
#left-col .hblogo a {
	background: url(images/hblogo.gif) no-repeat;
	width: 162px;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#left-col ul#mainnav {
	height: 55px;
	position: relative;
	left: 207px;
	top: 14px;
}
#left-col ul#mainnav li {
	height: 24px;
	list-style: none;
	float: left;
}
#left-col ul#mainnav li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 24px;
}
#left-col ul#mainnav li.blog,#left-col ul#mainnav li.seminars,#left-col ul#mainnav li.reports {
	margin-right: 13px;
}
#left-col ul#mainnav li.blog a {
	background: url(images/nav_blog.gif) no-repeat;
	width: 37px;
}
#left-col ul#mainnav li.seminars a {
	background: url(images/nav_seminars.gif) no-repeat;
	width: 150px;
}
#left-col ul#mainnav li.reports a {
	background: url(images/nav_reports.gif) no-repeat;
	width: 113px;
}
#left-col ul#mainnav li.heartbeats a {
	background: url(images/nav_heartbeats.gif) no-repeat;
	width: 117px;
}
#left-col ul#mainnav li a.selected {
	background-position: 0 -48px;
}
#left-col ul#mainnav li a:hover {
	background-position: 0 -24px;
}
#left-col h1 {
	width: 659px;
	height: 71px;
	background: url(images/header.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-bottom: 32px;
	position: relative;
	left: 0;
	top: 0;
}
#left-col h1 a.homelink {
	width: 659px;
	height: 44px;
	display: block;
}
#left-col h1 a.hblink {
	width: 191px;
	height: 15px;
	display: block;
	position: absolute;
	left: 96px;
	top: 56px;
}
#left-col ul#nav {
	list-style: none;
	height: 29px;
	background: url(images/tab_rpt.gif) repeat-x;
	width: 601px;
	margin: 0 0 -10px 58px;
	position: relative;
	left: 0;
	top: -10px;
}
#left-col ul#nav li {
	float: left;
	height: 24px;
	margin: 5px 0 0 0;
}
#left-col ul#nav li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#left-col ul#nav li#bookmark {
	background: url(images/bookmark.gif) no-repeat;
	width: 117px;
}
#left-col ul#nav li#rss {
	background: url(images/rss.gif) no-repeat;
	width: 166px;
}
#left-col ul#nav li#facebook {
	background: url(images/join_fb.gif) no-repeat;
	width: 154px;
}
#left-col ul#nav li#twitter {
	background: url(images/follow_twitter.gif) no-repeat;
	width: 164px;
}
#left-col ul#nav li#blog {
	background: url(images/back_to_blog.gif) no-repeat;
	width: 115px;
	float: right;
}
#left-col a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#left-col .curl {
	background: url(images/page_curl.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 148px;
	width: 58px;
	height: 56px;
}
#left-col .shadow_left {
	background: url(images/shadow_left.gif) no-repeat;
	position: absolute;
	left: 58px;
	top: 110px;
	width: 117px;
	height: 27px;
	z-index: 1;
}
#left-col .post {
	background: #fff url(images/shadow_rpt.gif) repeat-x;
	border: 3px solid #fff;
	padding: 30px 35px 25px 35px;
	margin-bottom: 9px;
	width: 583px;
}
#left-col .post ul.list li {
	background: url(images/bullet.gif) no-repeat 0 7px;
	padding-left: 17px;
	list-style: none;
	font-weight: bold;
	line-height: 19px;
}
#left-col .post a {
	background: url(images/a_rpt.gif) repeat-x left bottom;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#left-col .post h2 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
	margin: 0;
	position: relative;
	left: 0;
	top: 0;
}
#left-col .post h2 a {
	background: none;
}
#left-col .post h2 span {
	text-transform: lowercase;
}
#left-col p {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0 10px 0;
	position: relative;
	left: 0;
	top: 0;
}
#left-col p small {
	line-height: 14px !important;
}
#left-col .postmetadata{
	margin-top: 40px;
	clear: both;
	padding-top: 10px;
}
#left-col .post h5 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 5px 0 15px 0;
	position: relative;
	left: 0;
	top: 0;
}
#left-col .post img {
	border: 1px solid #d2d2d2;
	padding: 5px;
	margin-top: 5px;
}
.alignright {
	float: right;
	margin: 5px 0 5px 30px;
}
#left-col .post .noborder {
	border: 0 !important;
}
.alignleft {
 	float: left;
	margin: 5px 30px 5px 0;
}
#left-col .post .film {
	border: 1px solid #d2d2d2;
	padding: 5px 0 2px 5px;
	margin: 20px 0 10px 0;
}
#right-col {
	width: 251px;
	float: right;
	margin-top: 184px;
}
#right-col p {
	font-size: 11px;
	line-height: 17px;
}
#right-col .read {
	background: url(images/read_all_about.gif) no-repeat;
	width: 251px;
	height: 34px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#right-col #eurobest p a {
	background: url(images/eurobest_banner.gif) no-repeat;
	width: 251px;
	height: 215px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#right-col #eurobest p {
	margin: -5px 0 10px 0;
}
#right-col .video {
	background: #fff url(images/video_rpt.gif) repeat-x;
	margin-bottom: 5px;
	padding-bottom: 8px;
	border: 1px solid #fff;
}
#right-col .video img {
	padding: 12px 14px 2px 14px;
}
#right-col .video p {
	margin: 0 12px;
	text-align: center;
	line-height: 15px;
}
#right-col .video a img {
	border: none !important;
}
#right-col .video a {
	background: none;
}
#right-col .videocaption {
	font-size: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#right-col .videocaption a:hover {
	text-decoration: underline;
}
#right-col .videocaption .divide {
	color: #fff;
}
#right-col .videocaption .length {
	color: #666;
}
#right-col #about {
	margin: 5px 0 20px 0;
	border-top: 1px solid #fff;
	padding-top: 20px;
}
#right-col #about h3 {
	background: url(images/about_blog.gif) no-repeat;
	width: 131px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin: 0 0 10px 0;
}
#right-col #newsletter {
	border: 3px solid #fff;
	padding: 17px;
}
#right-col #newsletter h3 {
	background: url(images/latest_news.gif) no-repeat;
	width: 156px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#right-col #hb {
	background: url(images/hb_rpt.gif) repeat-x;
	padding: 22px;
	margin-top: 20px;
	position: relative;
	left: 0;
	top: 0;
}
#right-col #hb h3 {
	background: url(images/hb_logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 158px;
	height: 42px;
	margin: 0 auto 22px auto;
}
#right-col #hb p {
	text-align: justify;
	position: relative;
	left: 0;
	top: 0;
}
#right-col #hb a {
	background: none;
}
#right-col #hb .heart {
	width: 39px;
	height: 40px;
	position: absolute;
	right: 15px;
	bottom: 17px;
}
#right-col a {
	background: url(images/footer_a.gif) repeat-x 0 13px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 25px;
}
#right-col label {
	display: block;
}
#right-col #newsletter {
	margin: 20px 0 10px 0;
}
#right-col #newsletter h3 {
	margin-bottom: 17px;
}
#right-col #newsletter .button {
	position: relative;
	left: 58px;
	top: 5px;
}
#right-col #newsletter label,#right-col #newsletter input {
	font-size: 11px;
}
#right-col #newsletter label {
	display: block;
	margin-bottom: 3px;
}
#right-col #newsletter span {
	width: 50px;
	float: left;
}
#right-col #newsletter input {
	padding: 2px;
}
#right-col #newsletter .text {
	width: 145px;
}
#right-col #upcoming {
	border: 3px solid #fff;
	padding: 17px 17px 17px 17px;
	height: 115px;
	background: url(http://www.soundslikebranding.com/imgs/map_grid.gif) no-repeat;
	margin: 5px 0 20px 0;
}
#right-col #upcoming p {
	line-height: 15px;
	margin-bottom: 3px;
}
#right-col #upcoming a {
	font-weight: bold;
	line-height: 15px;
	background: none;
	text-decoration: underline;
}
#right-col #upcoming h3 {
	width: 160px;
	height: 13px;
	background: url(http://www.soundslikebranding.com/imgs/upcoming_seminars.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.report {
	background: url(images/report_pic.gif) no-repeat;
	width: 281px;
	height: 228px;
	position: relative;
	left: 0;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.report a {
	display: block;
	width: 281px;
	height: 228px;
	background-image: none !important;
}
.whitepaper {
	width: 251px;
	height: 256px;
	position: relative;
	left: 0;
	top: 0;
	border-bottom: 1px solid #fff;
}
.whitepaper a {
	width: 284px;
	height: 246px;
	display: block;
	text-indent:-9999px;
	overflow: hidden;
	background: url(images/whitepaper_pic.gif) no-repeat 0 20px !important;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: 100;
}
.manual {
	width: 251px;
	height: 237px;
	position: relative;
	left: 0;
	top: 0;
	margin: -10px 0 10px 0;
}
.manual a {
	width: 284px;
	height: 237px;
	display: block;
	text-indent:-9999px;
	overflow: hidden;
	background: url(images/manual_pic.gif) no-repeat 0 20px !important;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: 100;
}
.beta {
	width: 251px;
	height: 237px;
	position: relative;
	left: 0;
	top: 0;
	margin: -23px 0 0 0;
	border-bottom: 1px solid #fff;
}
.beta a {
	width: 284px;
	height: 237px;
	display: block;
	text-indent:-9999px;
	overflow: hidden;
	background: url(images/slbbeta_pic.gif) no-repeat 0 20px !important;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: 100;
}
.whitepaper_blog_pic {
	border: none !important;
	padding: 0;
	float: right;
	margin: 0 0 5px 20px !important;
	padding: 0 !important;
}	
.reported {
	font-size: 11px;
	position: relative;
	left: 0;
	top: 0;
}
#withthebrand {
	width: 251px;
	height: 218px;
	background: url(images/withthebrand_button.jpg) no-repeat;
	margin: 15px 0;
}
#withthebrand h3, #withthebrand p {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.reported .variety,.reported .billboard,.reported .bweek {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.reported .comma {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.variety {
	width: 71px;
	height: 20px;
	background: url(images/variety.gif) no-repeat;
	position: absolute;
	left: 0;
	top: 17px;
}
.billboard {
	width: 74px;
	height: 20px;
	background: url(images/billboard.gif) no-repeat;
	position: absolute;
	left: 77px;
	top: 17px;
}
.bweek {
	width: 88px;
	height: 20px;
	background: url(images/bweek.gif) no-repeat;
	position: absolute;
	left: 160px;
	top: 17px;
}
#footer {
	font-size: 10px;
	padding: 20px 0 10px 0;
	line-height: 16px;
	background: #ffff00;
	border-top: 1px solid #fff;
}
#footer .address {
}
#footer .copy {
	font-size: 9px;
	margin-top: 15px;
}
#footer a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
ul#sidebar li {
	list-style: none;
	line-height: 14px !important;
}
#right-col p.footnote {
	line-height: 14px !important;
	border: 1px solid #fff;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
}
ul#sidebar li p.footnote {
	line-height: 14px !important;
	font-size: 10px !important;
}
ul#sidebar li p.footnote a {
	line-height: 16px;
	padding: 0;
	margin: 0;
	background: none !important;
}
.reportpg h2 {
	width: 357px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
}
.reportpg h2.keyfindings {
	background: url(images/keyfindings.gif) no-repeat;
	height: 22px;
}
.reportpg h2.faq {
	background: url(images/faq.gif) no-repeat;
	height: 32px;
}
.reportpg h3 {
	background: url(images/th.gif) repeat-x;
	height: 41px;
}
.reportpg .highlight {
	border: 1px solid #FFFF00;
	padding: 20px;
	margin: 25px 0 10px 0;
	background: #fff;
}
.reportpg .highlight ul {
	font-size: 14px;
	font-weight: bold;
}
.reportpg .highlight li {
	line-height: 22px;
}
.reportpg .highlight h3 {
	width: 338px;
	height: 15px;
	background: url(images/highlight_h3.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 15px;
}
.reportpg #brandslovemusic,.reportpg #notputting,.reportpg #whatdowesee {
	border: 1px solid #FFFF00;
	margin-top: 20px;
}
.reportpg #brandslovemusic h3 span {
	width: 190px;
	height: 30px;
	display: block;
	background: url(images/brandslovemusic_h3.gif) no-repeat 16px 15px;
	text-indent: -9999px;
	overflow: hidden;
}
.reportpg #notputting h3 span {
	width: 405px;
	height: 30px;
	display: block;
	background: url(images/notputting_h3.gif) no-repeat 16px 15px;
	text-indent: -9999px;
	overflow: hidden;
}
.reportpg #whatdowesee h3 span {
	width: 405px;
	height: 30px;
	display: block;
	background: url(images/whatdowesee_h3.gif) no-repeat 16px 15px;
	text-indent: -9999px;
	overflow: hidden;
}
.reportpg #brandslovemusic li,.reportpg #notputting li {
	border-bottom: 1px solid #d4d4d4;
	height: 79px;
	padding-left: 0;
}
.reportpg #brandslovemusic li,.reportpg #notputting li,.reportpg #whatdowesee li {
	margin-right: 15px;
	margin-left: 15px;
}
.reportpg #brandslovemusic li.ninetyseven {
	background: url(images/97_percent.gif) no-repeat 440px 6px;
	line-height: 79px;
}
.reportpg #brandslovemusic li.seventysix {
	background: url(images/76_percent.gif) no-repeat 440px 6px;
	line-height: 79px;
}
.reportpg #brandslovemusic li.future {
	background: url(images/7_out_10.gif) no-repeat 285px 10px;
	border-bottom: none;
}
.reportpg #brandslovemusic li.future span {
	width: 274px;
	display: block;
	line-height: 20px;
	margin-top: 17px;
}
.reportpg #notputting li.fiveless {
	background: url(images/less_5_percent.gif) no-repeat 284px 13px;
	line-height: 79px;
}
.reportpg #notputting li.fiveless span {
	width: 274px;
	display: block;
	line-height: 20px;
	margin-top: 17px;
}
.reportpg #notputting li.sixten {
	background: url(images/no_profile.gif) no-repeat 282px 13px;
	line-height: 79px;
}
.reportpg #notputting li.sixten span {
	width: 274px;
	display: block;
	line-height: 20px;
	margin-top: 17px;
}
.reportpg #notputting li.logotype {
	background: url(images/no_logotype.gif) no-repeat 282px 13px;
	line-height: 79px;
	border-bottom: none;
}
.reportpg #notputting li.logotype span {
	width: 274px;
	display: block;
	line-height: 20px;
	margin-top: 17px;
}
.reportpg #whatdowesee ul {
	margin: 15px 0;
}
.reportpg #whatdowesee li {
	margin: 5px 15px;
}
.reportpg #press {
	margin: 20px 0 10px 0;
	border: 3px solid #ffff00;
	padding: 5px 15px 10px 15px;
}
.reportpg #press p {
	font-weight: bold;
	font-size: 14px;
}
.reportpg #press p a {
	background-position: 0 15px;
}
.reportpg li {
	background: url(images/bullet.gif) no-repeat 0 7px;
	padding-left: 17px;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
.reportpg h2.heading {
	width: 558px;
	height: 60px;
	background: url(images/report_heading.gif) no-repeat;
	margin: 5px 0 15px 0 !important;
}
.reportpg .download {
	background: url(images/download_report.gif) no-repeat !important;
	width: 226px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 20px;
}
#comment {
	width: 659px;
}
.navigation {
	position: absolute;
	left: 0;
	top: 125px;
	font-size: 10px;
	width: 659px;
}
.navigation .older {
	float: right;
	text-align: right;
}
.navigation .newer {
	float: right;
	text-align: right;
	margin-left: 15px;
}
.secondary {
	position: relative;
	left: 0;
	top: 0;
}
h3#respond,h3#comments {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
}
.submitcomment {
	margin-left: -2px;
}
.commentlist img {
	float: right;
}
.commentlist li {
	list-style:none;
	margin:15px 0 10px;
	padding:15px 15px 2px 15px;
	border: 1px solid #fff;
	font-size: 12px;
}
.alt cite {
	font-style: none;
	text-transform: uppercase;
}
input,textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.facestable img {
	border: none !important;
}
.share-article {
	margin: 7px 0 0 0;
	height: 25px;
}
.share-article li {
	height: 18px;
	display: block;
	float: left;
	margin-right: 0;
	font-size: 9px;
	list-style: none;
}
.share-article li.date {
	text-transform: uppercase;
}
.share-article li a {
	width: 18px;
	height: 18px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.share-twitter {
	background: url(http://www.soundslikebranding.com/imgs/mshare_twitter.gif) no-repeat !important;
}
.share-delicious {
	background: url(http://www.soundslikebranding.com/imgs/mshare_delicious.gif) no-repeat !important;
}
.share-fb {
	background: url(http://www.soundslikebranding.com/imgs/mshare_fb.gif) no-repeat !important;
}
.share-reddit {
	background: url(http://www.soundslikebranding.com/imgs/mshare_reddit.gif) no-repeat !important;
}
.share-ybuzz {
	background: url(http://www.soundslikebranding.com/imgs/mshare_ybuzz.gif) no-repeat !important;
}
.share-stumble {
	background: url(http://www.soundslikebranding.com/imgs/mshare_stumble.gif) no-repeat !important;
}
.share-google {
	background: url(http://www.soundslikebranding.com/imgs/mshare_google.gif) no-repeat !important;
}
.share-digg {
	background: url(http://www.soundslikebranding.com/imgs/mshare_digg.gif) no-repeat !important;
}
.share-article li .date {
	font-weight: bold;
}
#right-col #bookad {
	background: #fff url(images/slbad_top.jpg) no-repeat;
	height: 339px;
	position: relative;
	left: 0;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#right-col #bookad a {
	background: none !important;
	border-bottom: none !important;
}
#right-col #bookad .eng {
	position: absolute;
	left: 0;
	top: 309px;
	width: 124px;
	height: 29px;
}
#right-col #bookad .sv {
	position: absolute;
	left: 125px;
	top: 309px;
	width: 124px;
	height: 29px;
}
h2.pagetitle {
	z-index: 2000;
	font-size: 12px;
	position: absolute;
	right: 4px;
	top: 120px;
	background: #000;
	color: #fff;
}
.twtr-tweet-text p {
	font-family: arial, helvetica, verdana, sans-serif !important;
}
.twtr-tweet-text a {
	line-height: 17px !important;
}
a.twtr-join-conv { 
	background-position: 0 20px !important;
	line-height: 17px !important;
}
.twtr-tweet-text {
	background: #fff;
	padding: 5px;
}
.twtr-widget .twtr-tweet-wrap {
 	padding: 6px 0 !important;
}
.twtr-hd {	
	padding: 0 0 10px 0 !important;
}
.twtr-ft a {
	background: none !important;
}
.twtr-ft div {
	padding: 0 !important;
	margin-bottom: -8px;
}
.twtr-widget h3 {
	line-height: 22px !important;
}
.twtr-widget {
	border: 1px solid #fff ;
	padding: 10px;
	margin-bottom: 20px;
}
.tick-bullet {
	background: url(images/tick_bullet.gif) no-repeat 0 1px;
	padding-left: 20px;
	list-style: none;
	margin-bottom: 5px;
	line-height: 18px;
}
.FBConnectButton_Small {
	background: url(images/fb_share.gif) no-repeat !important;
	border: none !important;
}
.FBConnectButton_Text {
	background: none !important;
	border: none !important;
}
#fb_share_1 a{
	border: none !important;
	background: none !important;
}
.fb_share_count_right .fb_share_count_inner {
	margin: 0 1px !important;
	padding:2px 6px 2px !important;
	border-top:1px solid #B0B9EC !important;
}
#pfButton a {
	background: none !important;
	border: none !important;
}