/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body.page-template-page-racer-php #main {
	padding-top: 0;
}
body.page-template-page-racer-php #content {
	width: 60%;
	max-width: 480px;
}
body.page-template-page-racer-php .social-box {
	/*display: none;*/
}
.photo-info-box {
	position: relative;
	height: 263px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.main-photo {
	position: absolute;
	top: 0;
	right: 0;
}
.side-panel {
	position: absolute;
	z-index: 99;
	width: 60px;
	left: 0;
	top: 0;
}
.side-panel ul {
	background-color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-panel ul li {
	display: block;
	text-align: center;
	height: 55px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
.side-panel ul li:last-child {
	border-bottom: 0;
}
.side-panel label {
	color: #999999;
	font-size: 11px;
	line-height: 11px;
}

.media-gallery-box {
	margin-top: 20px;
}
.media-gallery-box h3 {
	color: #4c4c4c;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	height: auto;
	padding-left: 0;
}


.bio-tabs {
	margin-top: 20px;
	margin-bottom: 10px;
}
.bio-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: table;
}
.bio-tabs li {
	display: inline-block;
}
.bio-tabs li.active {
	border-bottom: 5px solid #3baae0;
}
.bio-tabs li a {
	color: #4c4c4c;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.bio-tabs li:last-child a {
	border-right: 0;
}
.bio-top-box .bio-title {
	color: #fff;
    font-size: 32px;
    height: 60px;
    line-height: 66px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    background-color: #a20930;
}
.tab-content {
	display: none;
}
#tab-1.tab-content {
	display: block;
}


.story-bio {
	font-size: 12px;
	line-height: 18px;
	color: #404040;
}
.stat-highlights {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #4c4c4c;
	font-size: 12px;
	line-height: 16px;
	padding: 20px 15px;
	border: 1px solid #ccc;
}
.stat-highlights ul {
	list-style: none;
	padding: 0;
	float: left;
	width: 40%;
	margin: 0;
	max-width: 260px;
}
.stat-highlights li {
	margin: 0 0 15px 0;
}
.stat-highlights li:last-child {
	margin-bottom: 0;
}
.stat-highlights .right ul {
	float: right;
}
.stat-highlights h6 {
	text-transform: uppercase;
	margin: 0;
}
.stat-highlights p {
	padding: 0;
}

.date-panel {
	font-size: 19px;
	line-height: 21px;
	color: #4c4c4c;
	display: table;
	margin: 3px auto 0 auto;
}
.date-panel .day {
	float: left;
	margin-right: 3px;
}
.date-panel .mon-year {
	float: right;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}
.date-panel .mon {
	display: block;
}
.media-gallery-box {
	padding-bottom: 40px;
}