#container {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
	font-weight: normal;
}
#container h2, #container h3 {
	font-family: 'Open Sans', sans-serif !important;
}
h1 {
	display: none;
}

.bp-round {
	border-radius: 6px;
}

#bp-profile-left-col {
	width: 640px;
}

#bp-profile-right-col {
	float: right;
}

.bp-features-box {
	width: 180px;
	padding: 15px;
	background: #666666;
	color: white;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.bp-features-box > h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	color: white;
}
.bp-features-box > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.bp-features-box > ul > li {
	padding: 0 0 10px 0px;
	margin: 0;
	border: 0;
	width: 170px;
	background: none !important;
/*	background: url('profile-tick.png') no-repeat 0 0; */
}
#bp-profile-head h2 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 300;
	margin: 0;
	color: #333333;
}

#bp-profile-head h3 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.4em;
	margin: 0;
	color: #333333;
}

#bp-visit-button {
	font-size: 24px;
	float: right;
	padding: 10px 40px 10px 40px;
}

#bp-profile-data {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 15px;
	color: #454545;
}
#bp-profile-data tr.odd {
	background: #f0f0f0;
}
#bp-profile-data td {
	vertical-align: middle;
}
#bp-profile-data td.strong {
	font-size: 21px;
	font-weight: bold;
}

div.icon-minprice, div.icon-maxprice, div.icon-url, div.icon-score {
	width: 41px;
	height: 41px;
	background: url('profile-icons.png');
	padding: 0;
	margin: 0 auto;
}
div.icon-maxprice { background-position: -41px 0; }
div.icon-url      { background-position: -82px 0; }
div.icon-score    { background-position: -123px 0; }

.screenshot_container {
	width: auto;
	margin: 20px 0 20px 0;
	border: 0;
}
.screenshot_container img.skew {
	top: -40px;
	left: -200px;
	opacity: 1.0;
}

#bp-profile-summary {
	padding: 20px 15px 20px 15px;
	margin: 20px 0 0 0;
	background: url('/wp-content/uploads/2012/09/striped_lens.png');
	/* background: #b92915; */
	color: #454545;
	border: 1px solid #d8d8d8;
	overflow: auto;
}
#bp-profile-summary h2 {
	font-size: 28px;
	font-weight: 300;
	color: #454545;
}
#bp-profile-summary div.icon-summary {
	width: 124px;
	height: 121px;
	background: url('/wp-content/uploads/2012/11/summary-pad.png');
	float: left;
	margin: 0 15px 15px 0;
}

ul.bp-user-comments {
	padding: 0;
	margin: 40px 0 0 0;
}
ul.bp-user-comments li {
	list-style: none;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}
ul.bp-user-comments li .comment-body {
	float: none;
	width: auto;
	padding: 15px 15px 15px 30px;
	margin: 0;
	overflow: hidden;
	background-color: #f2f2f2;
	position: relative;
}
ul.bp-user-comments li table.ratings {
	background-color: white;
	border-collapse: separate;
	border-spacing: 3px;
	border-radius: 6px;
	padding: 10px;
	margin: 0 0 15px 30px;
}
ul.bp-user-comments li table.ratings tr {
	border: 0;
}
ul.bp-user-comments li table.ratings td.rating_label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	color: #454545;
}

ul.bp-user-comments li .comment-body > p {
	margin: 65px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
ul.bp-user-comments li .comment-body > .comment-author {
	float: left;
	text-align: left;
}
ul.bp-user-comments li .comment-body > .comment-author > img {
	position: absolute;
	top: 30px;
	left: 30px;
}
ul.bp-user-comments li .comment-body > .comment-author > cite {
	position: absolute;
	top: 25px;
	left: 75px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}
ul.bp-user-comments li .comment-body > .comment-author > cite > a {
	font-size: 14px;
}
ul.bp-user-comments li .comment-body > .comment-meta {
	position: absolute;
	top: 50px;
	left: 75px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
}
