/***************
	RESET
***************/
#bcontainer {
	width: 100%;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: none;
	font-size: 100%;
	vertical-align: top;
	text-align: left;
	line-height: 1.4;
}
#bhome_container {
	width: 100%;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: none;
	font-size: 100%;
	vertical-align: top;
	text-align: center;
	line-height: 1.4;
	position: relative;
	top: -15px;
}

/***************
	ELEMENTS
***************/
#bcontent {
	width: 970px;
	height: 100%;
	margin-left: 129px;
	margin-top: 5px;
}
#btitle_container {
	margin-bottom: 32px;
}
#bcontent_container {
	padding-bottom: 30px;
}
#bsidebar {
	width: 270px;
	float: left;
}
#bthumbs {
	float: left;
	width: 642px;
	margin-left: 52px;
}
.bthumb_item {
	width: 203px;
	height: 155px;
	margin-right: 11px;
	margin-bottom: 11px;
	float: left;
	cursor: pointer;
}
.bthumbtext_container {
	padding-left: 7px;
	padding-top: 4px;
}
.bclear {
	/* http://www.110mb.com/forum/solved-css-help-needed-container-div-not-resizing-to-proper-height-of-nested-t43156.0.html */
	clear: both;
}
#bcompany_container {
	padding-top: 16px;
}
#bcompany {
	width: 270px;
	float: left;
}
#bartists {
	width: 442px;
	margin-left: 159px;
	float: left;
}
.bartist_item {
	position: relative;
	left: -26px;
	cursor: pointer;
	margin-bottom: 31px;
}
.bartist_text {
	position: relative;
	top: -11px;
	margin-left: 13px;
	float: left;
}
#bhome {
	width: 650px;/*715px;*/
	padding-top: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/***************
	DEBUG
***************/
.btest1 {
	background-color: #ffff00;
}
.btest2 {
	background-color: #ff00ff;
}
.btest3 {
	background-color: #00ffff;
}

/***************
	TYPOGRAPHY
***************/
.btitle {
	font-size: 1.4em;
	font-weight: bold;
}
.bsubtitle {
	font-size: 1.4em;
	font-style: italic;
}
.bsubtitleLink {
	font-size: 1.8em;
	font-style: italic;
}
.bp {
	font-size: .78em;
	line-height: 1.24em;
	margin-bottom: 15px;
}
.bthumbtext {
	font-size: .8em;
	font-weight: bold;
}
.bartist_name {
	position: relative;
	top: 1px;
	font-size: 1.3em;
	font-weight: bold;
}
.bartist_position {
	position: relative;
	top: -3px;
	font-size: .85em;
	font-style: italic;
}
.bhome_text {
	font-size: .78em;
	line-height: 1.24em;
	font-weight: bold;
}

/***************
	IMAGES
***************/
img.btitle_pipe {
	position: relative;
	top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
img.bthumbnail {
	border-style: solid;
	border-color: #ffffff;
	border-width: 4px;
}
img.bthumb_pipe {
	position: relative;
	top: 6px;
	padding-left: 10px;
	padding-right: 10px;
}
img.bposition_pipe {
	position: relative;
	top: 10px;
	padding-left: 9px;
	padding-right: 9px;
}
img.bartist_bullet {
	position: relative;
	top: -1px;
	float: left;
}
img.bhome_image {
	border-style: solid;
	border-color: #ffffff;
	border-width: 6px;
	margin-top: 13px;
	margin-bottom: 11px;
	cursor: pointer;
}