﻿body
{
    margin : 0;
    color: #3A3A3A;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
}

h1, h2, h3, .mediumfont, .largefont
{
    font-family: FuturaStdMedium, Verdana, Arial, Helvetica, sans-serif;
}

.tinyfont, .smallfont, .normalfont 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rounded
{
	border: 1px solid #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;
}

.shadow 
{
	-moz-box-shadow:4px 4px 6px #777;
	-webkit-box-shadow:4px 4px 6px #777;
	box-shadow:4px 4px 6px #777;    
}

.fancybox
{
	position: relative;
	top: 0; left: 0;
    color: #333333;
    	
	border: 1px solid #BBBBBB;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

	-moz-box-shadow:4px 4px 6px #777;
	-webkit-box-shadow:4px 4px 6px #777;
	box-shadow:4px 4px 6px #777;  
       
    background: -moz-linear-gradient(
	    center bottom,
	    rgb(192,192,192) 0%,
	    rgb(210,210,210) 100%
	);
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(192,192,192)),
	    color-stop(1, rgb(210,210,210))
	);
}

.fancybox input.entryfield,
.fancybox textarea.entryfield,
.fancybox select.entryfield
{
	padding: 3px 3px;
	width: 300px;

	border: 1px solid #3B3B3B;
    border-radius: 5px;
    -moz-border-radius: 5px;

    box-shadow: 0 0 5px 0px #000 inset, 0 0 8px 0px #000;
	-moz-box-shadow: 0 0 5px 0px #000 inset, 0 0 8px 0px #000;
	-webkit-border-radius: 10px;
	-webkit-background-clip: padding-box;
}

.fancybox input.image
{
    -webkit-border-radius: 0px;
}

.fancybox input.image:hover
{
	-moz-box-shadow: 0 0 4px 0 #000;
    -webkit-box-shadow: 0 0 4px 0 #000; 
}

.fancybox input.Submit {
	width: 150px;
	cursor: pointer;
	padding: 3px 3px;

	border: 1px solid #3B3B3B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    	
	box-shadow: 0 0 4px 0 #666;
	-moz-box-shadow: 0 0 4px 0 #666;

    background: -moz-linear-gradient(
	    center bottom,
	    rgb(192,192,192) 0%,
	    rgb(225,225,225) 100%
	);
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(206,206,206)),
	    color-stop(1, rgb(162,162,162))
	);}

input.fancybox
{
  	font-size: 14px;
  	font-weight:bold;
}

.fancybox h2
{
    font-size: 18px;
    line-height: 20px;
    margin-top:0;
    padding-top:5px;
}

.submissionform 
{
	/*border: 1px solid #3B3B3B;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	
	box-shadow: 0 0 4px 0 #666;
	-moz-box-shadow: 0 0 4px 0 #666;

    background: -moz-linear-gradient(
	    center bottom,
	    rgb(150,150,150) 0%,
	    rgb(195,195,195) 100%
	); 

    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(150,150,150)),
	    color-stop(1, rgb(195,195,195))
	);
}

.submissionform input.entryfield, .submissionform textarea.entryfield, .submissionform select.entryfield
{
    padding: 4px 3px 4px 3px;
    background-color: #E5E2E3;
    border: 1px solid #C2BFC0;
}
.submissionform td.fieldlabel
{
    text-transform: uppercase;
    color: black;
}

.autoscroll { overflow:auto; overflow-x:hidden; }

.fbComments
{
    width: 600px;
    margin: 0 auto;
	position: relative;
	top: 0px; left: 0px;
    color: #3A3A3A;
    	
	border: 1px solid #BBBBBB;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 10px;

	-moz-box-shadow:4px 4px 6px #777;
	-webkit-box-shadow:4px 4px 6px #777;
	box-shadow:4px 4px 6px #777;  
       
    background: -moz-linear-gradient(
	    center bottom,
	    rgb(200,200,200) 0%,
	    rgb(220,220,220) 100%
	);
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(200,200,200)),
	    color-stop(1, rgb(220,220,220))
	);   
}

div.c2c_MainContent
{
	width: 810px;
}

div#c2c_Header
{
	width: 1000px;
	height: 150px;
	background-color: transparent;
}

div#c2cFooterLogo
{
	width: 1000px;
	height: 150px;
	margin-top: 10px;
	background-color: transparent;
	background-image: url('/images/c2c-header.png'); background-repeat: no-repeat;
}

.infoBox {
    background: -moz-linear-gradient(
	    center bottom,
	    rgb(100,100,100) 0%,
	    rgb(33,33,33) 100%
	);  
    background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(100,100,100)),
	    color-stop(1, rgb(33,33,33))
	); }

table.infoBox
{
    border: 2px solid #BBBBBB;
    margin:0;
    padding-top:3px;
    width:310px;
    height:110px;
    color: #FFF;

    border-radius: 5px;
    -moz-border-radius: 5px;
}

th {font-size: 14px; vertical-align: top; padding-left:5px; padding-top:3px; padding-bottom:3px; border: none; background-color:#3A3A3A; color: White;}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	font-size: 16px;
	font-weight:bolder;
	line-height: 18px;
}

h3 {
	font-size: 12px;
	line-height: 14px;
}

.tinyfont {	font-size: 10px; line-height: 12px; }
.smallfont { font-size: 12px; line-height: 14px; }
.mediumfont {font-size: 14px;font-weight: bold;line-height: 16px;}
.largefont {font-size: 18px;font-weight: bold;line-height: 20px;}
.normal {font-size: 10px;font-weight: normal;}

a:link {
	text-decoration: none;
	font-weight:bold;
    color: #3A3A3A;
}

a:visited 
{
    text-decoration: none;
	/*color:#333333;*/
	color: #3A3A3A;
	font-weight:bold;
}

a:active {
	text-decoration: none;
}

a:hover, a img:hover {
	text-decoration: none;
	 box-shadow: 0 0 8px 0px #000 inset, 0 0 8px 0px #000;
    -moz-box-shadow: 0 0 8px 0px #000 inset, 0 0 8px 0px #000;
    -webkit-box-shadow: 0 0 8px 0px #000 inset, 0 0 8px 0px #000;
}

a.largelink {font-size: 18px;font-weight: bold;line-height: 20px;text-transform:uppercase; }
a.mediumlink {	font-size: 14px;	font-weight: 600;	line-height: 18px;}
a.smalllink {font-size: 4px;	line-height: 4px; }
a.bloglink {font-size: 10px;font-weight: bold;line-height: 12px; }

img{border-style:none;}

td.thumbnail { height: 110px;width: 110px; margin:0; }
td.thumbnail img { max-height: 105px;max-width: 105px;vertical-align:bottom;margin: 5px; }
td.thumbnail.small { height: 60px;width: 60px; }
td.thumbnail.small img { max-height: 55px; max-width: 60px; }
td.thumbnail.tiny { height: 35px;width: 35px; }
td.thumbnail.tiny img { max-height: 28px;max-width: 30px;margin: 2px;}
td.thumbnail.video { height: 95px;width: 130px; }
td.thumbnail.video img { max-height: 90px; max-width: 120px; }

.VideoThumbnail {
    max-height: 45px;
    max-width: 50px;
}

.form {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

div.c2c_FlashPlayer
{
	position:absolute;
	top:70px;
	width:150px;
	left:50%;
	margin-left:-100px;
}

div.c2c_PromoAd
{
    background-color:Blue;
	position:absolute;
	top:95px;
	width:120px;
	left:50%;
	margin-left:372px;
}

div.c2c_HeaderAd
{
	position:absolute;
	top:25px;
	width:768px;
	left:50%;
	margin-left:-243px;
}
div.c2c_socialbanner
{
	position:absolute;
	top:130px;
	width:150px;
	left:50%;
	margin-left:-492px;
}

div.c2c_FooterAd
{
	position:relative;
	width:500px;
	left:50%;
	margin-left:-210px;
	margin-top:-160px;	
}

div.c2c_BadgeAd
{
	position:relative;
	width:500px;
	left:50%;
	margin-left:280px;
	margin-top:-60px;	
}

div.c2c_login
{
	position:absolute;
	top:120px;
	width:150px;
	left:50%;
	margin-left:370px;
}

div.LogoutButtonDiv
{
    float:right;
	margin-top: 5px;
	margin-right: 10px;
}

div.LogoutButtonDiv	a:link 
{ 
    text-decoration: none;
}
div.LogoutButtonDiv a:hover 
{
    text-decoration: none; 
    background-color: #7D7Eff;
}

.LogOutButton
{
	background-color: #7D7E78;
	border: 0;
	padding: 3px;
	width: 80px;
	font-family: Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

table.ads
{
}

div.MemberNavigation { background: #2D2D2D; }
div.MemberTypeContainer
{
    float:right; width: auto; font-size: 10px; text-align:center; padding: 0; margin: 1px 5px 0 0; height:25px;
}

div.MemberStats
{
    float:right; margin: 0 100px 5px 0;
    width: 200px; padding: 5px;
}

div#sub_menu { float: left; padding-top: 0px;  background: #2D2D2D; }
ul#sub_nav a{float:left; text-decoration:none; }
ul#sub_nav a span{color: #fff; font-size: 10px; line-height:12px; padding:0 4px 0 4px; }
ul#sub_nav a:hover{text-decoration:none; box-shadow: none;}
ul#sub_nav a:hover span{color: #eae837;}
ul#sub_nav{list-style-type:none;margin:0;padding:0; margin-left:2px;}
ul#sub_nav li{float:left;text-align: center; padding: 4px 0 4px 4px;}

div#side_menu{float:left;width: 160px;padding-top:0px; margin-left:8px;}

input.bigbutton, submit.bigbutton, .fancybox.button
{
   	color: #3A3A3A;
	padding: 4px 8px 4px 8px;
    text-transform:uppercase;   
    font:16px/20px 'FuturaStdMedium', Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid gray;
	-moz-box-shadow:4px 4px 6px #777;
	-webkit-box-shadow:4px 4px 6px #777;
	box-shadow:4px 4px 6px #777; 	
    margin:5px;
}

input.bigbutton:hover, submit.bigbutton:hover, .fancybox.button:hover
{
	text-decoration: none;
	 box-shadow: 0 0 8px 0px #000 inset, 0 0 8px 0px #000;
    -moz-box-shadow: 0 0 8px 0px #000 inset, 0 0 8px 0px #000;
    -webkit-box-shadow: 0 0 8px 0px #000 inset, 0 0 8px 0px #000;
}

div.Question, div.Answer, td.howtosumit, td.benefits
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight:bold;
}

td.howtosumit, td.benefits
{
    background-color:#000000;
    background-repeat:no-repeat;
    padding-left:40px;  margin-right:20px; padding-top:7px;
}

div.featureDiv
{
    float:left;
    width:155px; 
    height:210px;
    margin-left:0px;
}

td.featureBox
{
    background-image:url("/images/feature_box150x195.png");
    background-repeat:no-repeat;
    margin-top:5px;
    width: 150px;
    height: 195px;
    text-align: center;
    vertical-align:top;
    color: #FFFFFF;
}

td.featureTitle
{
    font-weight: bold;
    font-size: 12px;
    height: 30px;
    vertical-align: top;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
}

td.featureBox .tinyfont
{
    padding-left:5px;
    padding-right:5px;
}

td.featureBox img
{
    max-height: 100px;
    max-width: 100px;
    border: 0;
    margin-bottom: 3px;
}

div.Question{	/* color: #846DE2; */}

.questionText 
{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

div.Answer
{
	color: #FFFFFF;
}

.QuestionText { width: 60%; }

#results .header {
  font-size : 16px;
  font-weight : bold;
  margin-bottom : .25em;
  margin-top : 1em;
}

#results .gs-result {
  margin-bottom : .5em;
}

#results div.gs-watermark {
  display : none;
}

div.gsc-results, div.yahoo-results
{
	background-color:#FFFFFF;
	padding:5px;
	width:600px;
}

.report_header
{
	font-size:22px; 
	line-height:30px;
}

div.submissionstats
{
    border: 1px solid gray;
    padding:5px;
    width:130px;
}

div.RatingBlock
{
    background-color: #5C5C5C; 
}

.RatingText, .RatingLegend
{
	color: #F2E323;
	font-weight:bold;	
	padding:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.RatingLegend { font-size: 10px; font-weight: normal; text-transform: none; }

.HighLightText { color: #F2E323; padding-top: 8px;}

a.nextprevarrow
{
    background-color: #333399;
}

div.detail_section {
   	width:220px;
   	height: 330px;
}

div.DetailHeader
{
	background-color: #383838;
	font-size:16px; 
	line-height: 18px;
	padding:5px;
	color: #F2E323;
}

div.DetailFeatureTitle
{
	font-size:16px; 
	line-height: 18px;
}

ul.DetailList
{
    list-style:none none outside;
    margin:0; padding: 15px;
	line-height: 22px;
	text-align:left;
}



div.ServiceDetails li
{
    font-size:12px;
    font-weight: bold;
}

a.c2cSideNavButton {
    background-image:url("/images/c2cBox150x20.png");
    width: 150px;
    height:20px;
}

a.c2cSideNavButton:hover { background-image:url("/images/c2cBox150x20_Hover.png"); } 

.editor
{
  margin:0; 
  padding:5px;
}

.rssFeed
{
    width: 280px; 
    height: 280px;
    border-color: #333333;
    padding: 3px;
}

td.homePageMixtape { width:360px; }
td.homePageMixtape img { width: 350px; }
td.homePageLargeAds { width: 300px; padding-left: 0px;}
td.homePageFeatures { width: 430px; }

div.homePageSection { float:left; position: relative;}
div.homePageSection.upcomingMixtape { background-color: #3A3A3A; color: white; }
div.homePageSection.upcomingMixtape img { margin-left: 3px; }
div.homePageSection.upcomingMixtape div.releasedate {  color: #F2E323; font-size: 16px; font-weight: bold; position:absolute; bottom: 0; text-align: center; width:100%; padding-bottom: 3px;}
div.homeCarousel

.terms
{
    padding: 5px;
}

.CurrentPerformer { background-color: #33CC33; }

.wrapall
{
    word-break:break-all;
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
}

.searchWrapper {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: white;
    border-radius: 6px;
    border-style: none;
    border: 1px solid #575757;
    white-space: nowrap;
    margin-bottom: 10px;
}
input.searchField {
    font-size: 16px;
    height: 40px;
    width: 80%;
    color: #575757;
    line-height: 1.5;
    padding: .41px 0 0 0;
    margin-left: 10px;
    border: none;
    float:left
}
.searchIcon {
    background: url('/images/search.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-right: 5px;
    float: right;
}

.bioSection {
    word-wrap: break-word; min-height:50px; max-height:100px; padding:10px; line-height: 1.3em; margin: 20px 10px 0 10px;
}

.voteLinks {
    display: none;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 5px;
}
.voteLinks a { margin:10px auto;}
.voteLinks img { margin-right: 10px; position: relative; top: -3px; }
.voteMessage { font:bold 18px/22px FuturaStdMedium, Verdana, Arial, Helvetica, sans-serif; text-align:center}
#adCountdownContainer { text-align: center; }
.adCountdown { text-align:center; font-size:16px; margin-top: -10px }
.adCountdown .seconds { display:inline; font-size:20px }

#LeftSideContent,
#RightSideContent
{
    width:48%;
}

#LeftSideContent {
    float:left; 
    padding-bottom:20px;
}

#RightSideContent {
    float:right;  padding: 0 15px 0 0; position: relative;
}


.PerformingNow { overflow: auto; }
.PerformingNow h2 { font-size:34px; line-height: 34px}
.PerformerRow { clear: both;  min-height: 25px; padding:5px 0 0 5px}
.PerformerRow.Odd {  background-color: transparent; }
.PerformerRow.Even {  background-color: #393838;  }
.PerformerRow.CurrentPerformer { background-color: #3c3; min-height: 40px; }
.PerformerImage { float:left; width:100px}
.PerformerNameLink { float: left}
.PerformerVideoThumbnail { float: left; margin: 5px; }
.PerformerAdjustTime { float: right; }
.PerformerTwitter, .JudgeLink { float: right }
.PerformerFeedback { padding: 10px; display: block; clear: both; text-align: center; color: white; text-transform: uppercase }
.PerformerFeedback input { color: black }
.PerformerFeedback .ThumbStatus img  { width: 22px; margin: -5px 0 0 10px; }
.CurrentPerformerRow { padding: 5px 0 0 5px;   background-color: black; }
.PerformerThumbs img,  .AudienceFeedback .Thumbs img { margin:10px;}
.AudienceFeedback .Thumbs { text-align: center; }
.EventInProgress { text-align: center; padding: 3px 0 7px 0; }

.premiumBadge { position: absolute; top: 5px; left: 5px; width: 100px; height: 100px; background: url('/images/badges/PremiumMember.png'); background-size: 100px; }

.winnerBadge {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100px;
	height: 100px;
}
.winnerPlace_1 { background: url('/images/badges/Place1.png'); background-size: 100px; }
.winnerPlace_2 { background: url('/images/badges/Place2.png'); background-size: 100px; }
.winnerPlace_3 { background: url('/images/badges/Place3.png'); background-size: 100px; }
.winnerPlace_4 { background: url('/images/badges/Place4.png'); background-size: 100px; }
.winnerPlace_5 { background: url('/images/badges/Place5.png'); background-size: 100px; }

.social-button {
    position: relative;
    padding: 5px 5px 5px 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a.social-button {     
	cursor: pointer;
    -ms-touch-action: manipulation;
}
.social-button.btn-sm {
    padding: 3px 5px 3px 40px;
    font-size: 12px;
    line-height: 1.4;
    border-radius: 3px;
}

.social-button>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.social-button.btn-sm>:first-child
{
	line-height: 24px;
}

.social-button.btn-facebook {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
    background:#3b5998
} 

.social-button.btn-twitter {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
    background-color: #55acee;
}

.social-button.btn-spotify {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
	background: #1DB954;
}

.social-button.btn-google-plus {
    color: #fff;
    border-color: rgba(0,0,0,0.2);
    background:#dd4b39
}

.btn-block {
    display: block;
    width: 100%;
}
