@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(../images/bg/freebies-music-vectors-music-background.jpg) center top fixed;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

a:focus {
	outline: none;
}

/* Other */
.clear {
	clear: both;
}

/* Page */
.page {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* Content */
.content {
	background-color: white;
}

/* Left */
.left {
	background: #ffffff;
	float: left;
	height: 1000px;
	width: 200px;
}
h1.logo {
	margin: 0;
	padding: 0;
}

/* Right */
.right {
	background: #e7e7e7;
	float: right;
	height: 1000px;
	width: 700px;
}
.title {
	border-bottom: 2px solid #1e1e1e;
	color: #161616;
	font-size: 20px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 10px;
}

/* Entry */
.entry {
	margin: 20px;
}
.entry img {
	float: left;
	padding-right: 20px;
}
.entry div.detail {
	float: right;
	width: 280px;
	overflow: hidden;
}
.entry div.detail h3.detail_title {
	color: #ff005a;
	font-size: 16px;
	font-weight: 100;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.entry div.detail p.detail_inner {
	color: #161616;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.entry div.detail a.readmore {
	display: block;
	color: #ff005a;
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
	text-decoration: none;
}
.entry div.detail a.readmore:hover {
	text-decoration: underline;
}

/* Video */
.video_box {
	background: url(../images/loading_32.gif) center center no-repeat;
	margin: 20px auto 0;
	width: 480px;
}
.video_list {
	margin: 0;
	margin-top: 20px;
	text-align: center;
}
.video_list a {
	display: inline-block;
	border: 1px solid #cccccc;
	margin: 0 0 5px;
	padding: 4px;
	text-decoration: none;
	*display: inline;
	*zoom: 1;
}
.video_list a:focus {
	outline: none;
}
.video_list a:hover {
	background-color: white;
}
.video_list a.current {
	border: 1px solid #808080;
	background-color: white;
}
.video_list a img {
	border: none;
}

/* Slide Banner */
.slide-banner {
	height: 180px;
	width: 700px;
	overflow: hidden;
}
.slide-banner-navig {
	height: 25px;
	display: block;
	position: absolute;
	margin-top: -25px;
}
.slide-banner-navig a {
	color: #ffffff;
	text-decoration: none;
	float: left;
	background-color: #ff005a;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 25px;
	text-align: center;
	border-right: 2px solid #ffffff;
}
.slide-banner-navig a:hover {
	color: #000000;
}
.slide-banner-navig a:focus {
	outline: none;
}
.slide-banner-navig a.current {
	background-color: #e7e7e7;
	color: #000000;
}
.slide-banner-navig span.picture_desc {
	background-color: #ff005a;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	width: 200px;
	text-align: right;
	overflow: hidden;
}
.banner-img ul {
	margin: 0;
	padding: 0;
}
.banner-img ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 700px !important;
	height: 180px !important;
	overflow: hidden;
}
.banner-img ul li a img {
	border: none;
}

/* Footer */
.footer {
	background-color: #101010;
	/*position: fixed;*/
	clear: both;
	color: #ffffff;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* Images */
.img {
	margin: 8px 0;
}

/* List Table */
.listTable {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	width: 680px;
}
.listTable div.listRow {
	overflow: hidden;
	width: 680px;
}
.listTable div.listCol {
	float: left;
	margin: 3px 0;
	overflow: hidden;
	position: relative;
	width: 224px;
}
.listTable div.listCol a {
	display: block;
	margin: 0 auto;
	padding: 2px;
	width: 215px;
}
.listTable div.listCol a img {
	border: none;
}
.listTable div.listCol h4 {
	font-size: 12px;
	margin: 5px 0 4px 3px;
}
.listTable div.listCol p {
	color: #888;
	font-size: 11px;
	margin: 0;
	margin-left: 3px;
}
.listTable div.listCol a.deleteCol {
	background-color: white;
	border: none;
	display: none;
	height: 16px;
	left: 4px;
	position: absolute;
	padding: 4px;
	top: 3px;
	width: 16px;
}
