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

body {
	border:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.clearfix {display: inline-block;}  /* for IE/Mac */
.clearfix {
    zoom: 1;    /* triggers hasLayout */
}  				/* Only IE can see inside the conditional comment and read this CSS rule. Don't ever use a normal HTML comment inside the CC or it will close prematurely. */
	
menu, ol, ul {
    list-style: none outside none;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	line-height: 1em; font-size: 1em;
}

a {
    color: #DF2100;
    text-decoration: none;
}

a img{
    border: none;
}

a:hover {
	text-decoration: underline;
}

#mainmenu a {
	color: #333333;
	text-decoration:none;
}

#mainmenu a:hover {
	color: #DF2100;
}

#mainmenu li {
	display: inline;
	font-size:14px;
	font-weight:700;
	line-height:60px;
	height:60px;
	padding:0 10px;
}

h1#logo {
	height:60px;
	background:url(../images/logo.png) no-repeat scroll center center transparent;
	float:left;
	text-indent:-9999px;
	margin:0 auto;
}

h1#logo a{
	display:block;
	height:60px;
	line-height:80px;
	text-indent:-9999px;
	width:175px;
}

.homeLeft h2, #songlistV h2 {
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}

#playerBlock {
	float:left;
	width:728px;
	height:410px;
}

#player {
	width:100%;
	height:410px;
	background-color:#999999;
}

#playerADbar {
	width:468px;
	height:60px;
	float:left;
}

#otherVids {
	float:left;
	width:250px;
	height:410px;
	border-right:2px solid #333;
	position:relative;
	color:#FFFFFF;
}
#otherVids .title {
	width:100%;
	height:30px;
	padding:10px 10px 0;
	font-weight:bold;
}

#otherVids ul {
	margin:20px;
}
#otherVids li {
	height:52px;
}

.options-bar {
    background: -moz-linear-gradient(center top , #F8F8F8 0%, #F7F7F7 100%) repeat scroll 0 0 transparent;
    border: 1px solid #E4E3E3;
    color: #787878;
    height: 44px;
    margin: 0 auto 20px;
    width: 978px;
}

.thumbBlock {
	margin-left:20px;
	margin-top:20px;
}

.thumb {
	width:96px;
	height:52px;
	float:left;
}
.thumb_title {
	float:left;
	margin-left:10px;
	width:124px;
	height:52px;
	overflow:hidden;
	text-overflow: ellipsis;
}
.thumb_title h4 {
	font-size:12px;
}
.thumb_title h5 {
	font-size:10px;
	color:#CCC;
}
.homeThumb {
	width:140px;
	height:79px;
	float:left;
}

.homeThumb_title {
	float:left;
	margin-left:10px;
	width:150px;
	height:79px;
	font-size:12px;
	overflow:hidden;
}

.contentBlock {
	margin:0 auto;
	clear:both;
	width:980px;
}

.top {
	margin-top:20px;
}

#contentMain {
	margin:0;
	border:0;
	width:100%;
	height:410px;
	background: #2d2d2d; /* Old browsers */
	background: -moz-linear-gradient(top, #2d2d2d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2d2d2d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2d2d2d 0%,#000000 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2d2d2d 0%,#000000 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2d2d2d 0%,#000000 100%); /* W3C */
}

#titleBar {
    background-color: #FAFAFA;
    color: #000000;
    height: 88px;
    padding-top: 1px;
}

#title {
    height: 60px;
    margin: 12px auto;
    width: 980px;
}

.vid_title {
	font-size:14px;
	width:490px;
	line-height:24px;
	vertical-align:top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.vid_artist {
	font-size:12px;
	width:490px;
	line-height:18px;
	vertical-align:bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vid_tags {
	font-size:12px;
	font-weight:400;
	width:490px;
	line-height:18px;
	vertical-align:bottom;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

#top {
	width:100%;
	border-bottom: 1px solid #CCCCCC;
	height:60px;
}

#top div.header-nav {
    margin: 0 auto;
    width: 970px;
}

#footer {
	clear:both;
}

#comments {
	float:left;
	width:660px;
	min-height:100px;
}

#feat_artist {
	float:left;
	width:300px;
	margin-left:20px;
	clear:none;
}

.social-buttons {
    float: left;
    height: 44px;
    position: relative;
    width: 348px;
}
#fblike {
    left: 15px;
    position: absolute;
    top: 12px;
    z-index: 10;
}
#twlike {
    left: 125px;
    position: absolute;
    top: 12px;
    z-index: 10;
}
#gplusone {
    left: 252px;
    position: absolute;
    top: 12px;
    z-index: 10;
}

.action-buttons {
    float: left;
    height: 44px;
    position: relative;
}
.action-buttons .action-button {
    float: left;
    height: 44px;
    width: 151px;
}
.action-buttons .action-button a {
	font: 12px Arial,Helvetica,Verdana,sans-serif;
    border-color: transparent #E2E2E2 transparent transparent;
    border-style: solid;
    border-width: 1px;
    color: #787878;
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: -1px;
    line-height: 44px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -1px;
    width: 150px;
}
.action-buttons .action-button:first-child a {
    border-color: transparent #E2E2E2;
}
.action-buttons .action-button a span {
    padding-left: 14px;
}

.halfleft {
	width:170px;
	float:left;
	height:44px;
}

.video-list-item {
    clear: both;
	height:62px;
}

.defaultThumb .clipwrapper {
	position:relative;
	height:66px;
	width:120px;
}

.defaultThumb .clip {
	position:absolute;
	clip:rect(12px 120px 78px 0px);
	top:-12px;
	left:0px;
}

.defaultThumb .clip img {
	width:120px;
	height:90px;
}



#otherVids .clipwrapper {
	position:relative;
	height:52px;
	width:96px;
}

#otherVids .clip {
	position:absolute;
	clip:rect(10px 96px 62px 0px);
	top:-10px;
	left:0px;
}

#otherVids .clip img {
	width:96px;
	height:72px;
}

.homeLeft .clipwrapper, #songlistV .clipwrapper, #songlistH .clipwrapper, #feat_artist .clipwrapper{
	position:relative;
	height:79px;
	width:140px;
}

.homeLeft .clip, #songlistV .clip, #songlistH .clip,  #feat_artist .clip{
	position:absolute;
	clip:rect(13px 140px 92px 0px);
	top:-13px;
	left:0px;
}

.homeLeft .clip img, #songlistV .clip img, #songlistH .clip img, #feat_artist .clip img {
	width:140px;
	height:105px;
}


#slide_wrapper {
	margin:10px;
}

#slider {
	width:230px;
	height:390px;
	overflow:hidden;
}

#prev_vid {
	width:100%;
	height:20px;
	text-align:center;
	margin-top:5px;
}
#next_vid{
	width:100%;
	height:20px;
	text-align:center;
	bottom:0;
	position:absolute;
	margin-bottom:5px;
}

#donate {
	margin:10px 2px;
}

#homeLeftWrapper{
	width:620px;
	float:left;
}

.homeLeft {
	float:left;
	width:620px;
	border-bottom:1px solid #ccc;
}

#homeRightWrapper {
	float:left;
	width:340px;
	margin-left:20px;
	background-color:#000;
}

#homeRightWrapper h2 {
	margin-left:20px;
	margin-bottom:10px;
	color:#FFFFFF;
}
.userbox {
	margin-bottom:20px;
}

#features {
	height:320px;
	width:980px;
	margin:20px 0;
}

#features img {
	height:100%;
	width:100%}
}
#features li {
	position:relative;
}
#features .panel { position: relative; }
.slideInfo {
	height:320px;
	width:260px;
	right:30px;
	top:0;
	background-color:rgba(0,0,0,0.4);
	color:#FFFFFF;
  	margin: 0;
	padding:10px;
  	position: absolute;
  	z-index: 10;
	/*
  	opacity: 0.6;
 	filter: alpha(opacity=60);
	background-color:#000000;
	*/
}

.slideInfo h2 {
	font-size:24px;
}

.slidedesc {
	font-size:18px;
	margin:20px 0;	
}

#homeVidList {
	width:156px;
}

#homeLeftWrapper .homeVidItem, #songlistV .listVidItem {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:140px;
	height:136px;
}

#songlistH .listVidItem {
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	width:300px;
	height:79px;
}
#feat_artist .listVidItem {
	float:left;
	margin-bottom:20px;
	width:300px;
	height:79px;
}

#songlistH .listVidItem .listthumb, #feat_artist .listVidItem .listthumb {
	float:left;
	width:140px;
	height:79px;
}

#songlistH .listVidItem div.listinfo, #feat_artist .listVidItem div.listinfo {
	float:left;
	margin-left:10px;
	width:150px;
	height:79px;
}	

#homeLeftWrapper .last,  #songlistV .last{
	margin-right:0px;
}

.homeListVert {
	float:left;
	width:300px;
}
.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.homeVertItem {
	width:100%;
	height:99px
}
.homeLeft h4, .homeLeft h5 , #songlistV h4, #songlistV h5, #songlistH h4, #songlistH h5, #feat_artist h4, #feat_artist h5{
	font-size:11px;
	line-height:14px;
}

.homeLeft h4, #songlistV h4, #songlistH h4, #feat_artist h4 {
	color: #DF2100;
	font-weight:700;
}

.homeLeft h5, #songlistV h5, #songlistH h5, #feat_artist h5 {
	color:#000000;
	font-weight:400;
}

.ph {
	background-color:#cccccc;
}

#songlistV {
	float:left;
	width:780px;
}

#songlistL {
	float:left;
	width:180px;
	margin-right:20px;
}

#profile {
	width:680px;
	float:left;
	height:250px;
	position:relative
}

#qc_300_250 {
	float:left;
	width:300px;
	height:250px;
}

.alt_bg {
	background-color:#FAFAFA;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#profile_title {
	color:#FFFFFF;
	background-color: rgba(0,0,0,0.4);
	bottom:0;
	left:0;
	position:absolute;
	width:100%;
}
#profile_title h1 {
	font-size:28px;
	margin:10px;
}

#profile_comments {
	width:340px;
	height:600px;
	float:left;
}

#artist_vids {
	float:left;
	width:640px;
}

.showmorevids {
	text-align:center;
	clear:both;
}
.showmorevids a {
	border:1px solid #ccc;
	border-radius:4px;
}
.showmorevids span {
	margin:20px;

}

.listArtItem {
	margin: 20px 0 0 20px;
}

.flags {
	position:absolute;
	bottom:2px;
	right:2px;
}
.hd, .k {
	border: 1px solid #ffffff;
    border-radius: 2px 2px 2px 2px;
    color: #ffffff;
	background-color:rgba(0, 0, 0, 0.4);
    float: right;
    font-size: 12px;
    font-weight: 700;
    height: 13px;
    line-height: 12px;
    margin-left: 5px;
    padding: 0 2px;
    text-transform: uppercase;
}

/* Search */
#searchArea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #A7A7A7;
    height: 32px;
    margin: 13px 15px 0 20px;
    width: 320px;
	float: left;
	border-radius: 4px;
}

#searchSite {
    width: 320px;
    z-index: 1;
}
#searchTerm {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000000;
    font-size: 14px;
    height: 18px;
    margin: 0 10px;
    outline-style: none;
    outline-width: 0;
    padding: 7px 0;
    width: 230px;
	float:left;
}
#searchTerm:focus {
    color: #000000;
}

#searchButton {
    background-color: #DF2100;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
	float:right;
	height:28px;
	line-height:28px;
	text-align:center;
	white-space:nowrap;
	margin:2px 2px 2px 0;
	overflow:hidden;
	padding:0;
	width:66px;
	border-radius:4px;
	outline:none;
}

.more {
	float:right;
	font-size:12px;
	font-weight:700;
}

#rand_artist {
	margin-left:20px;
}
#left_navigation {
	width:178px;
	border:1px #ccc solid;
	color: #666666;
    font: 12px Arial,Helvetica,Verdana,sans-serif;
}

#left_navigation a {
    cursor: pointer;
    display: block;
    padding: 0 12px;
    position: relative;
}

#left_navigation > li.section a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    height: 37px;
    line-height: 37px;
    overflow: hidden;
    white-space: nowrap;
}

/*Pagination Styling */
.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
}
a.paginate {
border: 1px solid #000080;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #000080;
}
a.paginate:hover {
background-color: #000080;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #000080;
font: bold .7em Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#000080;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}