@CHARSET "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Limelight|Abel|Fira+Sans:300,500);

/* Selected text */
*::selection, input::selection {
  background: #248bc4;
  color: #fff;
}

*::-moz-selection {
  background: #248bc4;
  color: #fff;
}

.only-phone {
	display: none;
}

.seller-controls span.oi {
  color: #000 !important;
  font-size: 22px !important;
  vertical-align: bottom;
}

.seller-controls span.oi:before {
  vertical-align: bottom;
}

.seller-controls a.button {
  text-align: center;
}

img.responsive {
	max-width: 100%;
	height: auto;
}

#navselector {
	display: inline-block;
	font-size: 0;
}

#navselector a.button {
  font-size: 11pt;
  border-radius: 0;
  margin: 0;
  border-right: 1px solid rgba(0,0,0,0.2);
}

#navselector a.button:first-child {
  border-radius: 5px 0 0 5px;
}

#navselector a.button:last-child {
  border-right: none;
  border-radius: 0 5px 5px 0;
}

h1>a, h1>small {
	float: right;
	font-size: 11pt;
	font-weight: normal;
	margin: 5px 0 0 5px !important;
}

div.popup {
	display: none;
}

.sk-info {
  height: 200px;
  padding-bottom: 50px;
  position: relative;
} 

.sk-info .buttonbox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
div.wrapper-disabled {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	z-index: 2;
}

div.nav {
	padding: 0;
	z-index: 99999;
	position: relative;
}

div.nav .controls-outer {	
	margin: 0;
	padding: 8px;
	whitespace: no-wrap;
	min-width: 500px;
	text-align: right;
	height: 30px;
	position: relative;
	float: right; 
	white-space: nowrap
}

a.powered-by-sunkat {
  float: left; 
  margin: 7px 0 0 7px; 
  background: rgba(219,219,219,0.7); 
  padding: 5px;
  color: #000;
  transition: background 0.3s;
}

a.powered-by-sunkat:hover {
  background: #F6CA17;
  text-decoration: none;   
}


a.powered-by-sunkat img {
  vertical-align: bottom;
}

div.controls {
	top: 0;
	right: 0;
	position: absolute;
	background: rgba(255,255,255,0.7);
	padding: 8px 4px 8px 8px;
	height: 30px;
}

div.nav input {
	background: #fff;
	border: 1px solid #8d8d8d;
	border-radius: 2px;
	margin: 0 8px;
	padding: 2px;
	color: #222;
	width: 150px;	
}

div.nav h1 {
	font-weight: bold;
	margin: 0 5px 0 20px;
	padding: 30px 10px 6px 10px;	
	float: left;
	background: #eee;
	background: rgba(219,219,219,0.7);
}

div.nav h1 a {
	color: #000;
	text-decoration: none;
	float: none;
	font-size: 14pt;
}

div.nav h1 a:hover {
	color: #444;
}

div.nav span.me {
	font-weight: bold;
	margin-right: 10px;
}

div.categories {
	background: #8c8c8c;
	background: -moz-linear-gradient(top,  #8c8c8c 0%, #9c9c9c 47%, #808080 49%, #6c6c6c 71%, #4d4d4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(47%,#9c9c9c), color-stop(49%,#808080), color-stop(71%,#6c6c6c), color-stop(100%,#4d4d4d));
	background: -webkit-linear-gradient(top,  #8c8c8c 0%,#9c9c9c 47%,#808080 49%,#6c6c6c 71%,#4d4d4d 100%);
	background: -o-linear-gradient(top,  #8c8c8c 0%,#9c9c9c 47%,#808080 49%,#6c6c6c 71%,#4d4d4d 100%);
	background: -ms-linear-gradient(top,  #8c8c8c 0%,#9c9c9c 47%,#808080 49%,#6c6c6c 71%,#4d4d4d 100%);
	background: linear-gradient(to bottom,  #8c8c8c 0%,#9c9c9c 47%,#808080 49%,#6c6c6c 71%,#4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#4d4d4d',GradientType=0 );
	padding: 6px 0 2px;
	margin-bottom: 20px;
	position: relative;
	z-index: 9999;
	font-weight: bold;
}

div.categories a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px 10px;
	position: relative;	
	transition: color 0.3s, background 0.3s, text-shadow 0.3s;
	text-shadow: 0 0 1px #000;
	background: rgba(255, 255, 255, 0);
	border-radius: 2px;
	top: -2px;
}

div.categories a:hover {
	color: #000;
	background: rgba(255,255,255,0.8);
	text-shadow: 0 0 2px #fff;
}

/* TEST CODE */

div.menu-container {
	position: relative;
	display: inline-block;
	padding: 3px 10px;
	transition: color 0.3s, background 0.3s, text-shadow 0.3s, border-radius 0.3s;
	-o-transition: color 0.3s, background 0.3s, text-shadow 0.3s, border-radius 0.3s;
	-ms-transition: color 0.3s, background 0.3s, text-shadow 0.3s, border-radius 0.3s;
	-moz-transition: color 0.3s, background 0.3s, text-shadow 0.3s, border-radius 0.3s;
	-webkit-transition: color 0.3s, background 0.3s, text-shadow 0.3s, border-radius 0.3s;
	text-shadow: 0 0 1px #000;
	background: rgba(255, 255, 255, 0);
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	top: -2px;
}

div.menu-container span {
	display: inline-block;
	position: relative;
	padding: 0 15px 0 0;
}

div.menu-container span:after {
	content: '';
	position: absolute;
	border-top: 6px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: none;
	right: 0;
	bottom: 0;
	transition: border 0.3s;
	-o-transition: border 0.3s;
	-ms-transition: border 0.3s;
	-moz-transition: border 0.3s;
	-webkit-transition: border 0.3s;
}

div.menu-container:hover span:after {
	border-top: 6px solid #000;
}

div.menu-container:hover {	
	color: #000;
	background: rgba(255,255,255,0.8);
	text-shadow: 0 0 2px #fff;
	border-radius: 2px 2px 0 0;
}

div.menu-container div.menu {
	transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	background: #8c8c8c;
	background: -moz-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(100%,#4d4d4d));
	background: -webkit-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -o-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -ms-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: linear-gradient(to bottom,  #8c8c8c 0%, #4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#4d4d4d',GradientType=0 );
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 2px;
	min-width: 100%;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
}

div.menu-container:hover div.menu {
	transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
}

div.categories div.menu a {
	display: block;
	border-radius: 0;
	white-space: nowrap;
}

/** END: test code */

div#categoryselector {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;	
}

div.contentframe {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin-top: 30px;
}

div.sunkat {
  margin: 20px;
  border-radius: 5px;
  padding: 40px;
  color: #fff;
  background: rgb(246,204,23);
  background: -moz-linear-gradient(bottom, rgba(246,204,23,1) 0%, rgba(252,89,26,1) 100%);
  background: -webkit-linear-gradient(bottom, rgba(246,204,23,1) 0%,rgba(252,89,26,1) 100%);
  background: linear-gradient(to top, rgba(246,204,23,1) 0%,rgba(252,89,26,1) 100%);
  font-weight: normal;
  font-family: "Fira Sans", sans-serif; 
}

.popular-thumb {
  font-size: 11pt;
  display: inline-block;
  height: 160px;
  width: 232px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000, 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
  margin: 0 3px 3px 0;
  transition: filter 0.3s;
  filter: saturate(90%);
}

.popular-thumb:hover {
  color: #fff;  
  filter: saturate(150%);
}

.popular-thumb span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 3px;
  text-align: center;
  background: rgba(0,0,0,0.4);
  transition: background 0.3s;
}

.popular-thumb em {
  display: block;
  font-size: 11pt;
  font-weight: normal;
  height: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;  
}

.popular-thumb strong {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14pt;
  background: rgba(0,0,0,0.4);
  padding: 3px;
  transition: background 0.3s;
}

.popular-thumb:hover strong, .popular-thumb:hover span {
  background: rgba(0,0,0,0.4);
}

a.button.dash {
  height: 180px;
  text-align: center;
  padding-top: 20px;
}

a.button.dash hr {
  border: none;
  border-top: 1px solid #0B672D;
  border-bottom: 1px solid #458A44;
}

a.button.dash.green:hover {
  background-position: 0 -40px;
}

a.home-link {
  border: 1px solid #333;
  padding: 10px;
  border-radius: 4px;
  display: block;
  color: #333;
  transition: background 0.3s;
  text-align: center;
  margin-bottom: 10px;
  min-height: 217px;
}

a.home-link span {
  display: block;
}

a.home-link span.title {
  font-size: 16pt;  
}

a.home-link:hover {  
  text-decoration: none;
  background: #FFDA85;
}

div.sunkat h2 {
  font-weight: normal;
  margin-top: 0;
  font-size: 30pt;
}

div.sunkat>*:last-child {
  margin-bottom: 0;
}

.footer-icons a img {
  transition: filter 0.3s;
}

.footer-icons a:hover img {
  filter: brightness(80%);
}

h1.outer {	
	color: #fff;
	text-shadow: 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
	z-index: 1;
	position: relative;
	padding: 0 4px;
}

h1.outer .button {
	text-shadow: 0 0 0px #000;
}

div.contentarea {
	max-width: 1000px;
	margin: 0 auto 0;
	padding: 0 4px 4px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	position: relative;
}

div.contentarea.border {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

div.contentarea>*:first-child {
	margin-top: 0;
}

.notify {
	text-align: center;
	color: #fff;
	background-repeat: repeat-x;
	font-weight: bold;
	background-color: #09662c;
	background-image: -moz-linear-gradient(top,  #478b45 0%, #09662c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#478b45), color-stop(100%,#09662c));
	background-image: -webkit-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -o-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -ms-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: linear-gradient(to bottom,  #478b45 0%,#09662c 100%);
	padding: 10px 20px;
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14pt;	
}

.pay-button {
  display: inline-block; 
  width: 40%; 
  height: 170px; 
  text-align: center; 
  border: 1px solid #aaa; 
  border-radius: 5px; 
  vertical-align: bottom;
  transition: background 0.3s;
}

.pay-button:hover {
  background: #e2e2e2;
}

.pay-button .price {
  font-size: 150%;
}

.pay-button .oi {
  font-size: 30pt;
}

div.contentarea button.dim, div.contentarea button.dim:hover {
	color: #ccc;
	background: #999;
	text-shadow: -1px -1px 1px #444;
	cursor: default;
}

div.footer,div#dialog>h1:first-child {
	background: #8c8c8c;
	background: -moz-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8c8c), color-stop(100%,#4d4d4d));
	background: -webkit-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -o-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: -ms-linear-gradient(top,  #8c8c8c 0%, #4d4d4d 100%);
	background: linear-gradient(to bottom,  #8c8c8c 0%, #4d4d4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#4d4d4d',GradientType=0 );
	padding: 2px 10px;
	margin: 0;
	color: #fff;
}

a.footlink {
	display: block;
}

div.footer a {
	color: #B4B6DA;
}

div.footer div.padded {
	padding: 0px 10px;
}

div.copy {
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 9pt;
	z-index: 1;
	padding: 2px;
	background: rgba(255,255,255,0.8);
}

div.tc {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 9pt;
	z-index: 1;
	padding: 2px;
	background: rgba(255,255,255,0.8);
}

div.tc a {
	text-decoration: none;
	display: inline-block;
	padding-left: 4px;
}

/************************************************************* Videos */

a.video {
	display: block;
	margin: 0 0 6px;
	text-decoration: none;
	height: 90px;
	overflow: hidden;
}

a.video {
	font-size: 0;
}

a.video img {
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

a.video:hover img {
	opacity: 0.9;
}

a span.time-overlay {
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
	font-weight: bold;
}

/************************************************************ Watch */

.videobox {
	text-align: center;
	padding: 10px;	
}

.videodesc {
	padding: 10px 20px;
	border-left: 5px solid #096587;
}

.videobox iframe {
	border: none;
	max-width: 100%;
}

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

/************************************************************ Uploader */

div#queue:empty {
	border: none;
}

div#queue:empty:after {
	content: '(no clips have been selected)';
	text-align: center;
	font-style: italic;
	color: #888;
	display: block;
}

div#queue {
	border: 1px solid #444;
	border-radius: 2px;
	padding: 10px;
}

div#queue>div {
	position: relative;
	border: 1px solid #aaa;
	padding: 5px;
	height: 70px;
	margin: 0 0 8px 0;
	border-radius: 2px;
}

div#queue>div:last-child {
	margin: 0;
}

div#queue>div.item:after, div#queue>div.pending:after {
	position: absolute;
	bottom: 5px;
	left: 5px;
	content: 'Not started';
}

div#queue>div.complete button.close {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 2px !important;
}

div#queue>div.complete span, div#queue>div.error span,div#queue div.processing span {
	display: none;
}

div#queue>div.complete {

}

div#queue>div.processing:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: url(/art/whirl.gif);
}

div#queue>div.complete:after {
	position: absolute;
	bottom: 4px;
	left: 3px;
	content: 'Completed!';
	font-weight: bold;
	font-size: 16pt;
	color: #fff;
}

/*div#queue>div.error:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: url(/art/error.gif);
}*/

div#queue>div span, div#queue>div a.remove {
	text-decoration: none;
	position: absolute;
	bottom: 2px;
	right: 0;
}

div#queue>div.pending span.remove {
	display: none !important;
}

div#queue>div div.progress {
	width: 0;
	bottom: 0;
	left: 0;
	background-color: #09662c;
	background-image: -moz-linear-gradient(top,  #478b45 0%, #09662c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#478b45), color-stop(100%,#09662c));
	background-image: -webkit-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -o-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -ms-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: linear-gradient(to bottom,  #478b45 0%,#09662c 100%);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	text-align: center;
	position: absolute;
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 1px #000,0 0 1px #000,0 0 1px #000,0 0 1px #000;
}

div#queue>div.processing div.progress {
	background-color: #09662c;
	background-image: -moz-linear-gradient(top,  #478b45 0%, #09662c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#478b45), color-stop(100%,#09662c));
	background-image: -webkit-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -o-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: -ms-linear-gradient(top,  #478b45 0%,#09662c 100%);
	background-image: linear-gradient(to bottom,  #478b45 0%,#09662c 100%);
}

div#queue>div.error div.progress {
	background-color: #b71c1a;
	background-image: -moz-linear-gradient(top,  #ec402e 0%, #b71c1a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec402e), color-stop(100%,#b71c1a));
	background-image: -webkit-linear-gradient(top,  #ec402e 0%,#b71c1a 100%);
	background-image: -o-linear-gradient(top,  #ec402e 0%,#b71c1a 100%);
	background-image: -ms-linear-gradient(top,  #ec402e 0%,#b71c1a 100%);
	background-image: linear-gradient(to bottom,  #ec402e 0%,#b71c1a 100%);
}

div#queue>div.complete div.progress {
	background-color: #096587;
	background-image: -moz-linear-gradient(top,  #248bc4 0%, #096587 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#248bc4), color-stop(100%,#096587));
	background-image: -webkit-linear-gradient(top,  #248bc4 0%,#096587 100%);
	background-image: -o-linear-gradient(top,  #248bc4 0%,#096587 100%);
	background-image: -ms-linear-gradient(top,  #248bc4 0%,#096587 100%);
	background-image: linear-gradient(to bottom,  #248bc4 0%,#096587 100%);
}

div#queue>div.error {
	background: rgba(205, 43, 34, 0.4);
}

/******************************************************** Account */

table.transactions {
	border: 0;
	border-spacing: 0;
	width: 100%;
}

th.datetime {
	width: 15%;
}

th.type {
	width: 5%;
}

th.amount {
	width: 10%;
}

table.transactions td {
	padding: 2px;
}

table.transactions span.sale {
	display: block;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #09662c;
}

table.transactions span.purchase {
	display: block;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #b71c1a;
}

img.preview {
	max-width: 100%;
	height: auto;
}

/******************************************************** Price lines */

.payment.inline-block {
	max-width: 100%;
	box-shadow: 0 0 3px #444;
	transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-webkit-transition: box-shadow 0.3s;	
}

.vidthumb {
}

a.inline-block.payment {
	height: 90px;
	overflow: hidden;
}

a.inline-block.payment img.vidthumb.responsive {
	max-height: 90px;
}

.topbox .vidthumb {
	height: 90px;
	width: auto;
}

a.payment.inline-block:hover {
	box-shadow: 0 0 8px 3px #333;
}

a.payment.hot:after {
	content: 'Hot!';
	background: #f00;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: -25px;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	padding: 6px 25px 4px;
	font-weight: bold;
	text-shadow: 0 0 1px #000;
}

h2 a.small {
	font-size: 70%;
}

.vidlist h3 {
	margin-top: 0;
}

h1.splash {
	margin: 0 0 0;
	font-size: 30pt;
}

img.splash {
	margin: 17px 0 0 0 !important;
}

h4.nomargin {
	margin: 0;
	padding: 0 0 3px;
	font-size: 11pt;
}

/************************************************************ Channel */

.blurb {
	padding: 20px;
	font-size: 13pt;
	text-align: center;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #aaa;
}

.userpic {	
	width: 100px;
	height: 100px;
	background: #fff;
	padding: 4px;
	border: 1px solid #aaa;
	border-radius: 10px;
	float: left;
	margin: 4px 0 0 -30px;
	z-index: 10;
	background-position: center center;
	background-size: cover;	
}

.channel-icon {
	width: 100px;
	height: 100px;
	padding: 4px;
	border: 1px solid #aaa;
	display: inline-block;
	background-position: center center;
	background-size: cover;
	transition: opacity 0.3s;
	border-radius: 10px;
	position: relative;
}

.channel-icon:hover {
	opacity: 0.8;
}

.channel-icon span {
  position: absolute;
  background: #fff;
  color: #333;
  border: 1px solid #aaa;
  border-top: 1px solid #aaa;
  bottom: -5px;
  right: -5px;
  padding: 3px;
  font-size: 9pt;
}

.wanted {
	display: block;
	position: absolute;
	color: #fff;
	position: relative;
	padding: 4px;
	width: 292px;
	text-align: center;		
	right: -30px;
	top: 0;
	transition: background 0.3s;
}

.wanted.banner {
	position: static;
	width: auto;
}

.wanted.header {
	position: static;
	width: auto;
	top: auto;
	right: auto;
	float: none;
}

.wanted.pullright {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	float: right;
	margin: 0 0 20px 10px;
}

.wanted:after {
	content: '';
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 30px solid #b71c1a;
	position: absolute;
	top: 100%;
	left: 0;	
}

.wanted.banner:after, .wanted.header:after {
	display: none;
}

.wanted strong {
	font-family: 'Limelight',cursive;
	font-size: 22pt;
	display: block;
}

.wanted span {
	display: block;
}

.wanted.header strong {
	margin: 0 10px;
}

.wanted.header strong, .wanted.header span {
	display: inline-block;
}

.wanted:hover {
	color: #fff;
	text-decoration: none;
	background-position: 0 -10px;
}

.wanted.banner:hover {
	background-position: 0 0;
}

.wanted.block {
	position: static;
	width: auto;
	right: auto;
	top: auto;
	padding: 10px;
	border-radius: 20px;
	font-size: 15pt;
	margin: 0 0 8px 0;
}

.wanted.block:hover {
	background-position: 0 -30px;
}

.wanted.noarrow:after {
	border: 0;
}

.wanted.block h2 {
	margin: 0;
}

.wanted.block h2 strong {
	font-size: 18pt;
}

.wanted.block p {
	margin-bottom: 0;
}

.wanted.block p em {
	font-style: normal;
	font-size: 160%;
}

.wanted.block p span.small {
	font-size: 80%;
}

.wanted.block p span {
	font-size: 140%;
}

a.padtop {
	margin: 4px 0;
	display: block;
	transition: opacity 0.3s;
}

a.padtop:hover {
	opacity: 0.8;
}

/************************************************************ My Videos */

img.fullimg {
	width: 100%;
	height: auto;
}

/*********************************************************** Payfor */

.paythumb {
	float: right;
	margin: 0 0 10px 10px;
	box-shadow: 0 0 3px #aaa;
}

a.twitter {
	font-size: 11pt;
	border-radius: 2px;
	background: #00aced;
	display: inline-block;
	color: #fff !important;
	font-weight: normal;
	padding: 2px 10px;
	margin-top: 6px;
	transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

a.twitter:hover {
	text-decoration: none !important;
	background: #0084B4;
}

a.twitter:before {
	content: url(/art/tw.png);
	vertical-align: bottom;
	margin-right: 5px;
}

div.rss-feed {
}

div.blogmore {
	margin: 0 0 10px 0;
}

.rss-feed h2 {
	
}

.rss-feed h2 span {
	font-family: limelight, cursive;
	font-weight: bold;
}

.rss-feed a {
	display: block;
	margin: 0 0 3px;
	text-decoration: none !important;	
}

.rss-feed a em {
	background: #ddd;
	color: #000;	
	padding: 2px;
	border-radius: 3px;
	width: 30px;
	margin-right: 5px;
	font-size: 8pt;
	font-style: normal;
	display: inline-block;
	text-align: center;
}

.rss-feed a span {
	width: calc(100% - 41px);
	height: 1em;
	padding: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rss-feed a:visited span {
	color: #612E80;
}

.rss-feed a:hover span {
	text-decoration: underline;
}

/*********************************************************** Responsive view */

@media (max-width: 1400px) {
	
	
	div.contentframe {
		padding-bottom: 20px;
	}
		
	div.tc, div.copy {
		position: static;
	}
	
	div.copy {
		float: left;
	}
	
	div.tc {
		float: right;
	}
	
	.userpic {
		margin: 0;
	}
	
	.wanted {
		right: 4px;
	}
}

@media (max-width: 900px) {
	
	div.footer>div {
		text-align: center !important;
	}
		
	.wanted {
		position: static;
		width: auto;
	}
	
	.wanted:after {
		display: none;
	}
	
	#navselector {
		display: none;
	}
	
	span.me {
		display: none;
	}

	div.nav form {
		height: auto;
		position: static;
	}

	div.controls {
		position: static;
		height: auto;
		padding: 0;
		top: auto;
		right: auto;
		left: auto;
	}
	#navtoggle {
	 border-radius: 5px 5px 0 0;
	}
	#togglecats {
	 border-radius: 0 0 5px 5px;
	}
	div.contentarea.border {
		box-shadow: 0 0 0 rgba(0,0,0,0.5);
	}
	
	div.contentframe {
		background: #fff !important;
	}

	h1.outer {
		color: #444;
		text-shadow: 0 0 0 #fff;
	}
	
	.block-phone {
		display: block;
		box-sizing: border-box;
		width: 100%;
		float: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.only-phone {
		display: block;
	}
	
	.not-phone {
		display: none;
	}
	
	div.nav {
		padding: 2px;
	}
	
	.button.half {
		width: 40%;
	}
	
	div.nav h1 {
		position: static;
		text-align: center;
		padding: 0;
		width: 100%;
		top: auto;
		left: auto;
		margin: 0;
	}	
	div.nav div.controls-outer {
	 min-width: auto;
	 width: 100%;
	 height: auto;
	 padding: 0;
	}
	div.nav h1 a {
		display: block;
		padding: 0;
		width: 100%;
	}
	a.powered-by-sunkat {
	 display: block;
	 margin: 0 auto;
	 text-align: center;
	 box-sizing: border-box;
	 width: 100%;
	}
	div.nav form {
		width: 100%;
		min-width: 0;
	}
	
	#navselector {
		display: none;
		padding: 4px 0;
	}
	
	h1>a {
		float: none;
		display: block !important;
		width: 70%;
		text-align: center;
		margin: 0 auto !important;
	}
	
	div.nav button {
		margin: 0;
	}
	
	div.nav form {
		float: none;
		text-align: center;
		padding: 2px;
	}
	
	div.nav form {
		padding: 0;
	}
	
  #navselector a.button {
   display: block;
   border-radius: 0;
   text-align: center;
  }
	
	#navselector a.button:first-child {
		border-radius: 2px 2px 0 0;
	}
	
	#navselector a.button:last-child {
		border-radius: 0 0 2px 2px;
	}
	
	div.categories {
		padding: 2px;
		background: #fff;
	}
	
	div.categories a, div.categories div.menu-container {
		display: block;
		margin: 2px 0 0;
		text-align: center;
		color: #333;
		text-shadow: none;
		padding: 8px 0;
	}
	
	div.categories div.menu {
		display: block;
		background: none;
		font-weight: normal;
		transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		position: static;
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	div.categories div.menu a {
		color: #444;
	}
	
	div.categories div.menu-container {
		cursor: default;
	}
	
	div.categories div.menu-container span {
		display: block;
		padding: 0;		
	}
	
	div.categories div.menu-container span:after {
		display: none;
	}
	
	div.copy, div.tc {
		position: static;
		text-align: center;
	}
	
	.contentarea {
		padding: 5px;
	}
	
	h1 {
		font-size: 32pt;
		margin: 5px 0 2px;
		text-align: center;
	}
	
	#navtoggle {
	 margin: 0;
	}
	
	div#categoryselector {
		margin: 0 auto 10px;
		border-bottom: 2px solid #444;
	}
	
	body {
		background: #fff !important;
	}
	
	#navselector a.button {
	 border: none;
	}
	div.sunkat h2 {
	  font-size: 26pt;
	}
	.seller-controls {
	 text-align: center;
	}
}

@media (min-width: 901px) {
	
	body {
		padding-bottom: 85px;
	}
		
	.footer {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
		
	.not-phone {
		display: block !important;
	}
	
	#navselector {
		display: inline-block;
	}
}

@media ( max-width: 600px ) {
	
	a.footlink {
		display: inline-block;
		padding: 2px 10px;
		border-left: 1px solid rgba(255,255,255,0.7);
	}
	
	a.footlink:first-child {
		border-left: none;
	}

	#slider-content iframe {
		width: 100% !important;
	}

}
