﻿/* Color Branding */

.gold-brand {
	background:#ede600;
	border-color:#ede600;
}

.red-brand {
	background:#d30000;
	border-color:#d30000;
	color:#fff;
}

.green-brand {
	background:#4fa800;
	border-color:#4fa800;
	color:#fff;
}

.blue-brand {
	background:#1086ff;
	border-color:#1086ff;
	color:#fff;
}

/* Regular Styles */

html, body {
	height: 100%;
}

.honeypot {
	display:none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -260px;
}

.scrolling-list {
	list-style:none;
	padding:0;
	margin:0;
	height:200px;
	overflow-y:scroll;
	border: 1px solid #e0e0e0;
}

.scrolling-list li {
	box-sizing: border-box;
	padding:3px 5px;
	border-bottom: 1px solid #e0e0e0;
	font-size:9pt;
}

.scrolling-list li.expired {
	background:#c94545;
	color:#fff;
}

.hover {
	display:none;
}

.push {
	height:260px;
}

.float {
	box-sizing: border-box;
	float:left;
}

.paging {
	margin:10px 0;
	cursor:default;
}

.paging span {
	display:inline-block;
	margin:0 10px 0 0;
	color:#888888;
	padding:3px;
}

.paging a {
	border:1px solid #d6d6d6;
	display:inline-block;
	margin:0 10px 0 0;
	padding:3px 6px;
	background:#fff;
	color:#1086ff !important;
   	text-decoration:none;
}

.paging a:hover {
   	background:#1086ff;
   	color:#fff !important;
	text-decoration:none;
}

.paging a.page-selected {
	background:#666666;
   	color:#fff !important;
}

.success {
	background:#fff;
	border-top:3px solid #1086ff;
	border-right:1px solid #adadad;
	border-left:1px solid #adadad;
	border-bottom:2px solid #d6d6d6;
	padding:10px;
	margin:10px 0;
	font-size:9pt;
}

.css-errors {
	border-top:3px solid #d30000;
	border-right:1px solid #adadad;
	border-left:1px solid #adadad;
	border-bottom:2px solid #d6d6d6;
	padding:10px;
	margin:10px 10px 10px 0;
}

.css-errors ul {
	list-style:none;
	padding:0;
	margin:5px 0 0 0;
	border:1px solid #666666;
}

.css-errors ul li {
	border-bottom:1px solid #D6D6D6;
	clear:both;
	display:block;
}

.css-errors li .line-number {
	background:#666666;
	color:#fff;
	text-align:center;
	display:block;
	width:35px;
	height:33px;
	padding:10px 3px 3px 3px;
	margin-right:7px;
	float:left;
	font-size:8pt;
}

.css-errors li .line-error {
	padding:8px 3px 3px 3px;
	height:35px;
	display:block;
	font-size:9pt;
}

.spacer {
	height:70px;
}

.welcome {
	background:#363636;
	color:#fff;
	margin:0 0 30px 0;
	padding:30px 0;
    border-bottom: 2px solid #D6D6D6;
    position:relative;
    box-sizing: border-box;
    overflow:hidden;
    height:150px;
}

.welcome h2,
.welcome p {
	padding-bottom:10px;
	width:1000px;
	box-sizing: border-box;
	margin:0 auto;
}

.welcome .welcome-background {
	margin:-20px 0 0 0;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	width:120%;
	z-index:0;
	height:190px;
}

.welcome .welcome-background img {
	float:left;
	max-height:40px;
}

.welcome .welcome-overlay {
	background: -moz-linear-gradient(top,  rgba(85,191,191,0.7) 0%, rgba(25,137,134,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(85,191,191,0.7) 0%,rgba(25,137,134,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(85,191,191,0.7) 0%,rgba(25,137,134,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b355bfbf', endColorstr='#b3198986',GradientType=0 );
	padding:30px 0 0 0;
	height:140px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}

.channel-info {
	background:url('/img/channel.jpg') center center;
}

.channel-info h1 {
	display:inline-block;
	width:auto !important;
	font-size:20pt !important;
	padding:20px 0 0 0;
}

.welcome h1 {
	width:500px;
	margin:0 auto;
	font-weight:normal;
	font-size:33pt;
}

.welcome h1 span {
	background:rgba(0, 0, 0, 0.5);
	display:inline-block;
	padding:1px 5px;
}

.welcome h1 small {
	font-weight:normal;
	display:block;
	font-size:13pt;
	padding:5px 0 0 0;
}

.notice {
	font-size:9pt;
}

.notification {
	background:rgba(159, 255, 177, 0.9);
	border-bottom:3px solid #52bb66;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	font-weight:bold;
	display:none;
}

.notification.error {
	background:rgba(255, 159, 159, 0.9);
	border-bottom:3px solid #bb5252;
}

.notification .notification-content {
	text-align:center;
	width:1000px;
	margin:0 auto;
}

.error-404 {
	text-align:center;
}

.error-404 img {
	border-top:3px solid #1086ff;
	border-right:1px solid #adadad;
	border-left:1px solid #adadad;
	border-bottom:2px solid #d6d6d6;
}

.activity-feed h3,
.activity-feed p {
	margin-left:20px;
}

.badges h2,
.karma h2,
.activity-feed h2,
.activity-feed h3,
.admin h2,
.admin h3 {
	border-bottom:1px solid #e0e0e0;
	padding-bottom:10px;
	margin-bottom:10px;
}

.badges {
	margin:0 0 20px 0;
	clear:both;
}

.user-badge {
	display:inline-block;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-size:9pt;
	padding:5px 8px;
	margin:0 10px 10px 0;
}

body {
	font-family: 'Lato', sans-serif;
	margin:0;
}

.clearfix {
	clear:both;
	padding:5px 0;
}

img {
	border:0;
}

a:link,
a:visited,
a:active {
	color:#1086ff;
	text-decoration:none;
	outline-style:none;
}

a:hover {
	color:#0667cb;
	text-decoration:underline;
}

.header {
	background:#000;
	height:70px;
	margin:0;
	z-index:999;
	width:100%;
}

.header .navigation {
	list-style:none;
	padding:0;
	margin:0 auto;
	width:1000px;
	height:70px;
}

.header .navigation .search {
	float:right;
}

.header .navigation .search input {
	background:#252525;
	color:#fff;
	border:0;
	padding:0 10px;
	font-size:11pt;
	font-style:italic;
	width:300px;
	height:70px;
}

.header .navigation .title {
	border:0;
	width:80px;
	margin-right:20px;
}

.header .navigation .title > a:link,
.header .navigation .title > a:visited {
	background:url('../img/logo.png') no-repeat;
	text-indent:-999em;
	display:inline-block;
	width:60px;
	height:60px;
	margin:4px 0 0 10px;
	padding:0;
}

.header .navigation .arrow {
	background:url('../img/arrow.png') no-repeat;
	width:9px;
	height:5px;
	position:absolute;
	top:33px;
	right:15px;
}

.header .navigation > li {
	position:relative;
	float:left;
	height:70px;
}

.header .navigation > li > a:link,
.header .navigation > li > a:visited {
	color:#fff;
	font-size:12pt;
	display:block;
	padding:25px 30px 0 20px;
	height:70px;
	box-sizing: border-box;
}

.header .navigation > li > a:hover {
	background:#fff;
	color:#0052a5;
	text-decoration:none;
}

.header .navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}

.header .navigation .dropdown {
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
	background:#198986;
	position:absolute;
	left:0;
	top:70px;
	display:none;
	z-index:100;
	width:450px;
	box-sizing: border-box;
	padding:10px;
}

.header .navigation .dropdown li {
	float:left;
	width:33%;
}

.header .navigation .dropdown li a:link,
.header .navigation .dropdown li a:visited {
	font-size:11pt;
	display:block;
	padding:10px 10px;
	text-decoration:none;
	color:#fff;
}

.header .navigation .dropdown li a:hover {
	background:#0c605e;
}

.header .navigation .dropdown h3 {
	border-bottom:1px solid #e0e0e0;
	font-size:13pt;
	margin-top:5px;
	margin:20px 20px 10px 20px;
	padding:0 0 10px 0;
}

.header .navigation .dropdown p {
	font-size:10pt;
	margin:0 20px;
	padding:0 0 20px 0;
}

.footer {
	position:relative;
	background:#666666;
	height:220px;
	margin:40px 0 0 0;
	overflow:hidden;
}

.footer .footer-top {
	background:#414141;
	width:100%;
	position:absolute;
	top:0;
}

.footer .footer-top .footer-content {
	text-align:right;
	padding:5px 0;
	font-size:8pt;
}

.footer .footer-top .footer-content a {
	color:#DBDBDB;
	text-decoration:none;
}

.footer .footer-top .footer-content a:hover {
	color:#fff;
}

.footer .footer-content a {
	text-decoration:underline;
	color:#dbdbdb;
}

.footer .footer-content a:hover {
	color:#fff;
}

.footer .browse-link {
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background:#414141;
	display:inline-block;
	float:left;
	padding:5px;
	margin:0 3px 3px 0;
	text-decoration:none !important;
}

.footer .browse-link:hover {
	background:#262626;
}

.footer .footer-content {
	color:#dbdbdb;
	width:1000px;
	margin:0 auto;
	padding:20px 0 0 0;
	font-size:10pt;
}

.footer .footer-content .footer-column {
	padding:0 20px 0 0;
	width:313px;
	float:left;
}

.footer .footer-content .footer-column h3 {
	font-size:14pt;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    color:#fff;
    
    padding-right:30px;
}

.footer .footer-content .footer-column p {
    padding-right:30px;
}

h2 {
	font-weight:normal;
	padding:0;
	margin:3px 0;
}

h2 a:link,
h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-weight:normal;
}

.column-row {
	width:1000px;
	margin:0 auto;
	clear:both;
}

.column-left {
	width:640px;
	float:left;
}

.column-right {
	width:360px;
	float:left;
}

.column-left .column-margin,
.column-right .column-margin {
	padding:20px;
}

.score-down {
	color:#9494FF;
}

.score-up {
	color:#FF8B60;
}

.filter {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #4c4c4c;
    padding:5px;
	display:inline-block;
	font-size:10pt;
	color:#fff;
}

.filter input,
.filter select {
	font-size:9pt;
	padding:0;
	margin:0;
}

.favorites {
	list-style:none;
	padding:0;
	margin:0;
}

.favorites li {
	cursor:pointer;
	font-size:10pt;
	background:#f3f3f3;
	border-bottom:1px solid #d8d8d8;
	border-left:3px solid #1086ff;
	margin:0 0 5px 0;
}

.favorites li:hover {
	background:#dbdbdb;
}

.favorites li.selected {
	font-weight:bold;
	background:#FFFEDC;
}

.favorites li.selected:hover {
	background:#fffcb2;
}

.favorites li input {
	display:none;
}

.favorites li span {
	display:block;
	padding:10px 0 10px 10px;
}

.favorites li a {
	display:block;
	color:#000;
	padding:10px 0 10px 10px;
}

.favorites li a:hover {
	text-decoration:none;
}

.browse {
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
   	background:#fff;
	/*
	width:1000px;
	*/
	margin:0 0 20px 0;
	padding:20px 0 10px 50px;
	font-size:10pt;
	box-sizing: border-box;
}

.browse .station-more {
	width:30px;
	height:122px;
	float:left;
	position:relative;
	overflow:hidden;
}

.browse .station-more a {
	background:#414141;
	display:block;
	color:#fff;
	font-size:20pt;
	text-align:center;
	height:84px;
	padding:40px 0 0 0;
}

.browse .station-more a:hover {
	background:#000;
	text-decoration:none;
}

.station {
	width:220px;
	height:180px;
	float:left;
	margin:0 10px 18px 0;
	position:relative;
	overflow:hidden;
}

.station .img-cascade {
	position:relative;
	overflow:hidden;
	height:119px;
	width:220px;
}

.station .img-cascade .img-container {
	position:absolute;
	width:166px;
	height:90px;
}

.station .img-cascade .cascade0 {
	z-index:1;
	top:0;
	left:0;
}

.station .img-cascade .cascade1 {
	z-index:2;
	top:10px;
	left:10px;
}

.station .img-cascade .cascade2 {
	z-index:3;
	top:20px;
	left:20px;
}

.station .img-container {
	position:relative;
	overflow:hidden;
	height:119px;
	background:#000;
}

.station .nsfw {
	box-sizing: border-box;
	text-align:center;
	position:absolute;
	background:rgba(255, 0, 0, 0.9);
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:30px 0 0 0;
	font-size:14pt;
	color:#fff;
	cursor:pointer;
	z-index:10;
}

.station .hover {
	box-sizing: border-box;
	text-align:center;
	position:absolute;
	background-image:url('/img/play-hover.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:rgba(0, 0, 0, 0.7);
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:14pt;
	color:#fff;
	cursor:pointer;
	z-index:11;
}

.station .img-container .label {
	bottom:2px;
	left:2px;
	z-index:99;
	font-size:8pt;
	padding:2px 4px;
	position:absolute;
	display:inline-block;
	background:#1086ff;
	color:#fff;
	cursor:default;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.station img {
	margin-top:-21px;
	max-width:100%;
	min-width:100%;
}

.station .station-info {
	left:0;
	width:200px;
	padding:10px 10px 0 0;
	text-align:center;
}

.station .station-info a {
	color:#000;
}

.station h2 a:link,
.station h2 a:visited,
.station h3 a:link,
.station h3 a:visited {
}

.station h2,
.station h3 {
	padding:4px 0;
	font-weight:normal;
	padding:0;
	word-wrap: break-word;
}

.station h2 {
	font-size:11pt;
}

.station h3 {
	font-size:10pt;
}

.page-header {
	width:1000px;
	margin:0 auto;
	position:relative;
}


.page-header .navigation {
	font-size:11pt;
	list-style:none;
	padding:0;
	margin:0 15px 0 0;
	float:left;
	width:125px;
	height:30px;
	display:inline-block;
}

.page-header .navigation > li span {
	background:#414141;
	width:105px;
	height:24px;
	padding:6px 10px 0 10px;
	display:block;
	cursor:pointer;
	color:#fff;
}

.page-header .navigation > li .arrow {
	background:url('../img/arrow-white.png') no-repeat;
	width:9px;
	height:5px;
	position:absolute;
	top:14px;
	right:15px;
}

.page-header .navigation > li {
	position:relative;
	float:left;
}

.page-header .navigation > li > a:link,
.page-header .navigation > li > a:visited {
	font-size:12pt;
	display:block;
	padding:25px 30px 0 20px;
	height:45px;
}

.page-header .navigation > li > a:hover {
	background:#fff;
	color:#0052a5;
	text-decoration:none;
}

.page-header .navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}

.page-header .navigation .dropdown {
	display:none;
	background:#585858;
	position:absolute;
	left:0;
	top:30px;
	z-index:99;
	width:100%;
}

.page-header .navigation .dropdown li a:link,
.page-header .navigation .dropdown li a:visited {
	font-size:10pt;
	display:block;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
}

.page-header .navigation .dropdown li a:hover {
	background:#262626;
	text-decoration:none;
}

a.flat-button {
	font-size:11pt;
	height:24px;
	padding:6px 10px 0 10px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	margin:0 15px 0 0;
	float:left;
}

a.flat-button:hover {
	background:#848484 !important;
	text-decoration:none;
}


.discover {
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
   	background:#fff;
	list-style:none;
	padding:10px;
	margin:0;
}

.discover li.title {
	cursor:default;
	color:#888888;
	padding:5px;
}

.discover li.title h3 {
	padding:0;
	margin:0;
	color:#000;
}

.discover li a {
	display:block;
	padding:5px;
}

.discover li a:hover {
	text-decoration:none;
	background:#1086ff;
	color:#fff;
}

.player-view {
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
   	background:#fff;
	font-size:11pt;
	margin:30px 0 0 0;
	padding:0;
}

.player-view .share-bar {
	background:#d6d6d6;
	margin:0 auto;
	padding:10px 10px 5px 10px;
	clear:both;
}

.player-wrapper {
	margin:0 auto;
	position:relative;
	height:360px;
	width:640px;
	z-index:2;
}

.player-info {
	position:relative;
	width:620px;
	padding:10px;
	height:190px;
}

.player-info h2 {
	position:relative;
	overflow:hidden;
	height:30px;
	width:620px;
	padding:0;
}

.player-info h2 div {
	position:relative;
	width:700px;
	z-index:1;
}

.player-info h2 span {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	top:0;
	right:0;
	z-index:2;
}

.player-info .fade {
	position:absolute;
	left:0;
	bottom:15px;
	z-index:100;
	height:30px;
	width:630px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.player-info .views {
	padding:5px;
	text-align:right;
}

.player-info .description {
	overflow:hidden;
	height:120px;
	font-size:9pt;
}

.player-info .description:hover {
	overflow-y:scroll !important;
}

.subreddit-form {
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
   	background:#fff;
	width:620px;
	margin:10px auto 0 auto;
	padding:10px;
	font-size:10pt;
}

.subreddit-form form label {
	display:block;
	padding:0 0 5px 0;
}

.subreddit-form form input[type=text], .subreddit-form form textarea, .subreddit-form form select {
	background: transparent;
	-webkit-box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.2);
	padding:5px;
	border:0;
}

.subreddit {
	font-size:12pt;
}

.subreddit .input {
	margin:0 0 0 5px;
	padding:5px;
	font-size:10pt;
}

.admin table {
	width:100%;
	border-collapse:collapse;
}

.admin table thead th {
	text-align:left;
	border-bottom:2px solid #1086ff;
	font-size:13pt;
	font-weight:normal;
	padding:4px;
}

.admin table tbody td {
	padding:4px;
}


.admin label {
	display:block;
	padding:0 0 5px 0;
	font-weight:bold;
}


.textbox {
	background: transparent;
	-webkit-box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:inset 1px 1px 1px 1px rgba(0,0,0,0.2);
	padding:5px 10px;
	border:0;
	height:36px;
	box-sizing:border-box;
}

.button {
	border:0;
	background:#414141;
	text-decoration:none;
	color:#fff;
	display:inline-block;
	font-size:11pt;
	padding:6px 10px 6px 10px;
	min-width:100px;
	margin:0 5px 5px 0;
	text-align:center;
	cursor:pointer;
	/*
	background:#414141;
	border:0;
	font-size:11pt;
	height:24px;
	padding:6px 10px 0 10px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	margin:0 15px 0 0;
	text-decoration:none;
	cursor:pointer;
	*/
}

.button:hover {
	background:#262626;
}

a.button {
	color:#fff;
}

a.button:hover {
	text-decoration:none;
}

.post-note {
	background:#fffedc;
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    padding:1px 20px;
    width:75%;
	margin:10px 0 0 auto;
}

.post-note .channel-cloud {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background:#1086ff;
	color:#fff;
	display:inline-block;
	float:left;
	padding:5px;
	margin:0 8px 8px 0;
	text-decoration:none !important;
}

.post-note .channel-cloud:hover {
	background:#0060c3;
}

.comment-data {
	width:1000px;
	padding:20px 0 0 0;
    font-size:10pt;
}

.comment {
	background:#fff;
	border-bottom:1px solid #d8d8d8;
	border-left:3px solid #1086ff;
	-webkit-box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);
    box-shadow:  1px 1px 1px 1px rgba(0, 0, 0, .30);

	font-size:10pt;
    padding:10px;
    margin:10px 0;
}

.comment.new-comment {
	display:none;
}

.comment .comment-left {
	width:40px;
	float:left;
}

.comment .comment-right {
	width:auto;
	margin-left:50px;
}

.comment .comment-score {
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}

.comment .comment-meta {
	font-size:9pt;
}

.postcomment {
	padding:6px 0;
}

.postcomment textarea {
	margin:0 0 10px 0;
}

.vote_up,
.vote_down {
	background-image:url('http://www.redditstatic.com/sprite-reddit.hV9obzo72Pc.png');
	background-repeat:no-repeat;
	text-indent:-999em;
	display:inline-block;
	width:16px;
	height:16px;
}

.vote_up {
	background-position:-63px -796px;
}

.vote_up.voted {
	background-position:-84px -796px !important;
}

.vote_down {
	background-position:-21px -796px;
}

.vote_down.voted {
	background-position:-42px -796px !important;
}

.half-left,
.half-right {
	width:50%;
	float:left;
}

.half-right {
	text-align:right;
}

/* Parsley */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  background-color:transparent;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE !important;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in-;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  
  color:#d30000;
}

.parsley-errors-list.filled {
  opacity: 1;
}















/* Featured */
.featured {
	width:100%;
	margin:0 0 20px 0;
	padding:10px;
	font-size:10pt;
}

.featured h2.title {
	text-align:center;
	padding:10px 0;
	font-size:22pt;
}

.featured .station {
	margin:0 28px 18px 0;
}

.featured .station:nth-child(5),
.featured .station:nth-child(9),
.featured .station:nth-child(10) {
	margin-right:0 !important;
}

.featured .music-charts {
	border-collapse: collapse;
	width:100%;
}

.featured .music-charts .thumbnail {
	width:100px;
}

.featured .music-charts .thumbnail img {
	max-width:100px;
}

.featured .music-charts td {
	border-bottom:1px solid #dedede;
	padding:10px;
}

.featured .music-charts td a {
	color:#000;
}

.featured .music-charts td em {
	display:block;
	padding-top:10px;
}

.featured .music-charts td em a {
	color:#27b09f;
}
/* Featured (END) */

/* Notify */
.notify {
	height:200px;
	width:100%;
	padding:40px;
	text-align:center;
	vertical-align:middle;
	border:10px solid #e1e1e1;
}

.notify h4 {
	display:block;
	font-weight:normal;
	font-size:18pt;
	width:100%;
}

.notify .large-button {
	background:#000;
	display:inline-block;
	font-size:16pt;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding:15px 20px;
}

.notify .large-button:hover {
	background:#2c2c2c;
}
/* Notify (END) */


/* Now Playing */
.now-playing {
	position:relative;
	background:#363636;
	overflow:hidden;
}

.now-playing .thumbnail-blur {
	top:-10%;
	position:absolute;
	min-width:100%;
	filter: url(blur.svg#blur);
	-webkit-filter: blur(30px);
	filter: blur(30px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='30');
}

.now-playing .video {
	background:#000;
	position:relative;
	display:block;
	width:1000px;
	margin:0 auto;
}

.now-playing .thumbnail {
	max-width:100%;
	max-height:700px;
}

.now-playing .about {
	background:rgba(0, 0, 0, 0.7);
	position:absolute;
	bottom:0;
	box-sizing:border-box;
	display:table-cell;
	padding:20px;
	width:100%;
	color:#fff;
}

.now-playing .about a {
	color:#fff;
	font-size:24pt;
}

.now-playing .about em {
	padding-top:10px;
	display:block;
	font-size:12pt;
}

.now-playing .about em a {
	color:#27b09f;
	font-size:12pt;
}
/* Now Playing (END) */

/* Play Buttons */
.button-row {
	background:#000;
	height:333px;
}

.video-button {
	background:url('../img/video-button.png') no-repeat;
}

.music-button {
	background:url('../img/music-button.png') no-repeat;
}

.video-button,
.music-button {
	float:left;
	width:500px;
	height:333px;
	box-sizing:border-box;
	padding:20px;
}

.video-button span,
.music-button span {
	border:10px solid #fff;
	text-align:center;
	display:block;
	width:440px;
	height:273px;
}

.video-button span:hover,
.music-button span:hover {
	border:10px solid #c5c5c5;
}

.video-button span a,
.music-button span a {
	padding:110px 0 0 0;
	box-sizing:border-box;
	font-size:28pt;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}

.video-button span a:hover,
.music-button span a:hover {
	text-decoration:none;
}
/* Play Buttons (END) */