/**
 * Common
 */
body {
	background: #000;
}


/**
 * Headers
 */
h1,
h1 a,
h1 a:visited {
	color: #fff;
}

h1 {
	margin-left: .933em;
}

#content h2,
#content h2 a {
	color: #008cdb;
}


/**
 * Header
 */
#header .decor {
	background-image: url(decor.png);
	height: 233px;
	max-width: 922px;
	top: 0;
}


/**
 * Content
 */
#content .main {
	color: #fff;
	margin-right: 0;
	padding-right: 0;
	width: 100%;
}


/**
 * Common Panel
 */
.common_panel .cp_t .l {
	background-position: 0 0;
}

.common_panel .cp_t .r {
	background-position: -10px 0;
}

.common_panel .cp_b .l {
	background-position: 0 -10px;
}

.common_panel .cp_b .r {
	background-position: -10px -10px;
}

#content .common_panel .cp_container {
	padding-right: 0;
}

#content .common_panel h2 {
	color: #fff;
}


/**
 * Videos
 */
#content .videos {
	margin: .75em 0 1em;
}

#content .videos .video {
	float: left;
	margin: .75em 0 1em;
}

#content .videos .description {
	background: #4dafe6;
	float: left;
	font-size: .867em;
	margin-left: 2em;
	padding: 1em;
	width: 15em;
}

#content .videos .common_panel {
	margin: .75em 0 2em;
}

#content .videos .main_video {
	background: #008cdb;
	overflow: hidden;
	position: relative;
}

#content .videos .main_album {
	background: #33990f;
}

#content .videos .other_albums {
	padding-left: 2em;
}

#content .videos .items {
	margin: 1.25em 0 1em;
}

#content .videos .item,
#content .videos .item .wrap {
	position: relative;
	vertical-align: top;
	width: 13em;
}

#content .videos .item {
	display: inline-block;
	margin: 0 2em 2em 0;
}

#content .videos .item .wrap {
	padding-top: 135px;
}

#content .videos .item .name {
	margin: 0;
}

#content .videos .item .name a {
	margin-right: .5em;
}

#content .videos .item .name img {
	border: 1px solid #aaa;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

#content .videos .item .date {
	color: #ddd;
	margin: 0;
}

#content .videos .item .duration {
	font-size: .8em;
	white-space: nowrap;
}
