/* ==================================================================================================================== */
/* ! CSS Reset    																										*/
/* ==================================================================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

/* ==================================================================================================================== */
/* ! General Layout   																									*/
/* ==================================================================================================================== */

body {
	font-family: arial;
	overflow-x: hidden;
	background: #e0e0e0;
	font-size: 62.5%;
}

h1, h2 {
}

h1 {
	font-size: 2.4em;
}

.media_meta_box h1 {
	font-size: 1.6em;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 400;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
	font-weight: 500;
}

a {
	color: #303030;
}

.top_bar {
	height: 60px;
	background: rgba(0,0,0,.10); 
	margin: 0; 
	margin-bottom: 15px;
}

.top_bar .container .logo {
	padding: 15px 15px;
	float: left;
}

.top_bar .container .search_box {
	width: 300px;
	border: 1px solid #909090;
	background-color: #fff;
	margin: 15px;
	float: left;
	color: #c0c0c0;
	overflow: hidden;
}

.top_bar .container .general_navigation  {
	display: block;
	float: left;
	margin: 10px 15px;
}

.top_bar .container .general_navigation  li {
	float: left;
	display: block;
	color: #303030;
	text-transform: uppercase;
	font-weight: 700;
	list-style-type: none;
	font-size: 1.4em;
	margin: 10px 20px 0 0;
}

.top_bar .container .login {
	float: right;
	margin: 20px 15px;
}

.top_bar .container .search_box button {
	background-color: #f77313;
	margin: 2px;
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border: 0;
	float: right;
}

.top_bar .container .search_box input {
	border: 0;
	float: left;
	line-height: 22px;
	width: 200px;
	padding: 2px;
	color: #a0a0a0;
}

.padder {
	padding: 15px;
}

.wrapper {
	width: 100%;
	margin: 0;
}

.margin-top-0 {
	margin-top: 0;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.sponsor_box {
	margin: 0 15px;
	padding: 0;
}

.sponsored_meta {
	float: right;
}

.add_playlist {
	float: right;
	margin: 0 40px;
}

.add_playlist button {
	width: 140px !important;
	font-size: 1em !important;
	margin: 0 !important;
}

.container {
	width: 1140px;
	margin: 0 auto;
	font-size: 1.2em;
}

.stay_connected, .stay_connected img {
	line-height: 32px;
	vertical-align: middle;
}

footer a {
	text-decoration: none;
	font-weight: 700;
}

.footer_links, .copyright {
	display: block;
	margin: 0 0 15px 0;
}

.footer_links a {
	margin: 0 30px 0 0;
}

footer .container {
	padding-bottom: 60px;
}

footer img {
	width: auto !important;
}

.text-align-right {
	text-align: right;
}

.text-align-left {
	text-align: left;
}

.grid1x6, .grid2x6, .grid3x6, .grid4x6, .grid5x6, .grid6x6 {
	margin: 15px;
	float: left;
	overflow: hidden;
}

.grid1x6 img, .grid2x6 img, .grid3x6 img, .grid4x6 img, .grid5x6 img, .grid6x6 img {
	width: 100%;
	height: auto;
}

.grid1x6 {
	width: 160px;
}

.grid2x6 {
	width: 350px;
}

.grid3x6 {
	width: 540px;
}

.grid4x6 {
	width: 730px;
}

.grid5x6 {
	width: 920px;
}

.grid6x6 {
	width: 1110px;
}

.media_player_box img {
}

.slider {
	height: 404px;
	overflow: hidden;
	position: relative;
	border: 1px solid #d0d0d0;
	border-bottom: 3px solid #c0c0c0;
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f0f0f0 100%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.media_player_box {
	height: 402px;
	overflow: hidden;
	position: relative;
	border: 1px solid #d0d0d0;
	border-bottom: 3px solid #c0c0c0;
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f0f0f0 100%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.slider img {
	position: relative;
	z-index: 1;
}

.slider .slider_caption {
	overflow: hidden;
	height: 110px;
	width: 100%;
	background-color: black;
	background-color: rgba(0,0,0,.75);
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
	color: #fff;
}

.minislider1 {
	height: 185px;
	margin-bottom: 30px;
	overflow: hidden;
}

.minislider {
	height: 185px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #d0d0d0;
	border-bottom: 3px solid #c0c0c0;
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f0f0f0 100%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.minislider img {
	position: relative;
	z-index: 1;
}

.minislider_caption {
	width: 100%;
	background-color: black;
	background-color: rgba(0,0,0,.75);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.minislider_caption .padder {
	padding: 15px;
}

.minislider_caption a {
	color: #fff;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.carousel_box {
	border: 1px solid #d0d0d0;
	border-bottom: 3px solid #c0c0c0;
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f0f0f0 100%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.suggestions_column {
	min-height: 402px;
	border: 1px solid #d0d0d0;
	border-bottom: 3px solid #c0c0c0;
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f0f0f0 100%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.new_column, .featured_column, .popular_column, .facebook_column {
	min-height: 500px;
	border: 1px solid #d0d0d0;
	border-bottom: 3px solid #c0c0c0;
	background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff 0%), to(#f0f0f0 100%));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}

.banner img {
	
}


button {
	border: 0;
}

button.minimal-indent {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -ms-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #666;
  font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
  margin: 0;
  padding: 7px 0;
  text-shadow: 0 1px 1px #fff;
  width: 90px; 
  margin-top: 10px;
  font-size: 1em;}
  button.minimal-indent:hover {
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
    background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
    background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
    background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
    -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
    -ms-box-shadow: inset 0 1px 0 0 #f2f2f2;
    -o-box-shadow: inset 0 1px 0 0 #f2f2f2;
    box-shadow: inset 0 1px 0 0 #f2f2f2; }
  button.minimal-indent:active {
    -webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
    -moz-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
    -ms-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
    -o-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
    box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white; }
	
.minimal{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);
-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);
box-shadow:0 1px 0 rgba(0, 0, 0, 0.6);

background: -moz-linear-gradient(19% 75% 90deg, #FF4D01, #FF8924);

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF8924), to(#FF4D01));

color:#fff;
float:left;
font-family:arial,helvetica,sans-serif;
font-size:15px;
font-weight:bold;
padding:8px 20px;
}

.minimal:hover{
background: -moz-linear-gradient(19% 75% 90deg, #EB4701, #F58423);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F58423), to(#EB4701));
}	

.media_content {
	padding: 15px;
	position: relative;
	border-top: 1px solid #d0d0d0;
	overflow: hidden;
}

.playlist_content .media_display {
	width: 100%;
	float: left;
	margin-right: 15px;
	position: relative;
	height: 82px;
}

.video_content .media_display {
	width: 40%;
	float: left;
	margin-right: 15px;
	position: relative;
	height: 82px;
}

.playlist_content .media_display img {
	width: auto;
	height: 80px;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

.video_content .media_display img {
	width: auto;
	height: 80px;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

.playlist_content .media_display .media_icon {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	background: url(../images/music-icon.png) no-repeat center;
	border: 1px solid #fff;
	border-bottom: 0;
	border-left: 0;
}

.video_content .media_display .media_icon {
	display: none;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0;
	background: url(../images/video-icon.png) no-repeat center;
	border: 1px solid #fff;
	border-bottom: 0;
	border-left: 0;
}

.media_content header {
}

.media_description {
	overflow: hidden;
}

.media_title {
	color: #f77313;
}

.media_meta {
	
}

.media_views {
	color: #909090;
	font-size: .85em;
}

.media_quality {
	display: inline-block;
	border: 1px solid #c0c0c0;
	color: #909090;
	padding: 0 2px;
	font-size: .85em;
	font-weight: 700;
	margin: 5px 0;
	text-transform: uppercase;
}

.column_header {
	overflow: hidden;
	padding: 15px;
}

.column_header header {
	float: left;
}

.content_switch {
	float: right;
	border: 1px solid #c0c0c0;
}

.content_switch div {
	float: left;
	padding: 5px 10px;
}

.content_switch_off {
	font-weight: 400;
	color: #808080;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
}

.content_switch_on {
	font-weight: 700;
	color: #303030;
	background: rgb(179,179,179);
	background: -moz-linear-gradient(top,  rgba(179,179,179,1) 0%, rgba(237,237,237,1) 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,179,179,1)), color-stop(75%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
	background: -o-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
	background: -ms-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
	background: linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ededed',GradientType=0 );
}

.carousel_box .column_header {
	border-bottom: 1px solid #d0d0d0;
}

.carousel {
}

.minimal-indent.prev {
	cursor: pointer;
	width: 30px;
	height: 30px;
	float: left;
	margin: 25px;
}

.minimal-indent.next {
	cursor: pointer;
	width: 30px;
	height: 30px;
	float: right;
	margin: 25px;
}

.media_carousel {
	overflow: hidden;
	float: left;
	margin: 0 auto;
	width: 900px !important;
}

.media_carousel li {
	float: left;
	overflow: hidden;
	margin: 0 10px;
}

.media_carousel li a{
}

.media_carousel img {
	width: 120px !important;
	height: 80px !important;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

.clear {
	clear: both;
}

/* Mobile */

@media handheld, only screen and (max-width: 1140px) {

	body {
	font-size: 60%;
	-webkit-text-size-adjust: none;
	}
	
	.top_bar {
		height: 60px;
		margin-bottom: 15px;
	}

	.top_bar .container .logo {
		padding: 15px 15px;
		float: left;
	}

	.top_bar .container .search_box {
		width: 300px;
		margin: 15px;
	}

	.top_bar .container .general_navigation  {
		margin: 10px 15px;
	}

	.top_bar .container .general_navigation  li {
		font-size: 1.4em;
		margin: 10px 20px 0 0;
	}

	.top_bar .container .login {
		margin: 20px 15px;
	}

	.top_bar .container .search_box button {
		margin: 2px;
		padding: 5px;
	}

	.top_bar .container .search_box input {
		line-height: 22px;
		width: 200px;
		padding: 2px;
	}

	.padder {
		padding: 15px;
	}

	.wrapper {
		width: 100%;
		margin: 0;
	}

	.margin-top-0 {
		margin-top: 0;
	}

	.margin-bottom-0 {
		margin-bottom: 0;
	}

	.sponsor_box {
		margin: 0 15px;
		padding: 0;
	}

	.container {
		width: 960px;
		margin: 0 auto;
	}

	.footer_links, .copyright {
		margin: 0 0 15px 0;
	}

	.footer_links a {
		margin: 0 30px 0 0;
	}

	footer .container {
		padding-bottom: 60px;
	}

	footer img {
		width: auto !important;
	}

	.grid1x6, .grid2x6, .grid3x6, .grid4x6, .grid5x6, .grid6x6 {
		margin: 15px;
	}

	.grid1x6 img, .grid2x6 img, .grid3x6 img, .grid4x6 img, .grid5x6 img, .grid6x6 img {
		width: 100%;
		height: auto;
	}

	.grid1x6 {
		width: 130px;
	}

	.grid2x6 {
		width: 290px;
	}

	.grid3x6 {
		width: 450px;
	}

	.grid4x6 {
		width: 610px;
	}

	.grid5x6 {
		width: 770px;
	}

	.grid6x6 {
		width: 930px;
	}

	.slider {
		height: 334px;
	}

	.slider img {
	}

	.slider .slider_caption {
		height: 110px;
		width: 100%;
	}

	.minislider1 {
		height: 150px;
		margin-bottom: 30px;
	}

	.minislider {
		height: 150px;
	}

	.minislider img {
	}

	.minislider_caption {
		width: 100%;
	}

	.minislider_caption .padder {
		padding: 15px;
	}

	.minislider_caption a {
	}

	.margin-bottom-0 {
		margin-bottom: 0;
	}

	.new_column, .featured_column, .popular_column {
		min-height: 500px;
	}

	.media_content {
		padding: 15px;
	}

	.playlist_content .media_display {
		width: 30%;
		margin-right: 15px;
		height: 72px;
	}

	.video_content .media_display {
		width: 40%;
		margin-right: 15px;
		height: 72px;
	}

	.playlist_content .media_display img {
		width: auto;
		height: 70px;
	}

	.video_content .media_display img {
		width: auto;
		height: 70px;
	}

	.playlist_content .media_display .media_icon {
		width: 16px;
		height: 16px;
	}

	.video_content .media_display .media_icon {
		display: none;
		width: 16px;
		height: 16px;
	}

	.media_quality {
		display: inline-block;
		border: 1px solid #c0c0c0;
		color: #909090;
		padding: 0 2px;
		font-size: .85em;
		font-weight: 700;
		margin: 5px 0;
		text-transform: uppercase;
	}

	.column_header {
		padding: 15px;
	}

	.content_switch div {
		padding: 5px 10px;
	}

	.content_switch_off {
		font-weight: 400;
		color: #808080;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(224,224,224,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	}

	.content_switch_on {
		font-weight: 700;
		color: #303030;
		background: rgb(179,179,179);
		background: -moz-linear-gradient(top,  rgba(179,179,179,1) 0%, rgba(237,237,237,1) 75%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,179,179,1)), color-stop(75%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -o-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -ms-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ededed',GradientType=0 );
	}

}

/* Mobile */

@media handheld, only screen and (max-width: 960px) {

	body {
	font-size: 55%;
	-webkit-text-size-adjust: none;
	}
	
	.top_bar {
		height: 60px;
		margin-bottom: 15px;
	}

	.top_bar .container .logo {
		padding: 15px 15px;
		float: left;
	}

	.top_bar .container .search_box {
		display: none;
		width: 300px;
		margin: 15px;
	}

	.top_bar .container .general_navigation  {
		margin: 10px 15px;
	}

	.top_bar .container .general_navigation  li {
		font-size: 1.4em;
		margin: 10px 20px 0 0;
	}

	.top_bar .container .login {
		margin: 20px 15px;
	}

	.top_bar .container .search_box button {
		margin: 2px;
		padding: 5px;
	}

	.top_bar .container .search_box input {
		line-height: 22px;
		width: 200px;
		padding: 2px;
	}

	.padder {
		padding: 15px;
	}

	.wrapper {
		width: 100%;
		margin: 0;
	}

	.margin-top-0 {
		margin-top: 0;
	}

	.margin-bottom-0 {
		margin-bottom: 0;
	}

	.sponsor_box {
		margin: 0 15px;
		padding: 0;
	}

	.container {
		width: 720px;
		margin: 0 auto;
	}

	.footer_links, .copyright {
		margin: 0 0 15px 0;
	}

	.footer_links a {
		margin: 0 30px 0 0;
	}

	footer .container {
		padding-bottom: 60px;
	}

	footer img {
		width: auto !important;
	}

	.grid1x6, .grid2x6, .grid3x6, .grid4x6, .grid5x6, .grid6x6 {
		margin: 15px;
	}

	.grid1x6 img, .grid2x6 img, .grid3x6 img, .grid4x6 img, .grid5x6 img, .grid6x6 img {
		width: 100%;
		height: auto;
	}

	.grid1x6 {
		width: 90px;
	}

	.grid2x6 {
		width: 210px;
	}

	.grid3x6 {
		width: 330px;
	}

	.grid4x6 {
		width: 450px;
	}

	.grid5x6 {
		width: 570px;
	}

	.grid6x6 {
		width: 690px;
	}
	
	.slider_box {
		
		width: 690px;
	}

	.slider {
		height: 404px;
	}

	.slider img {
	}

	.slider .slider_caption {
		height: 110px;
		width: 100%;
	}
	
	.minislider_box {
		width: 720px;
		margin-bottom: 0px;
	}

	.minislider {
		width: 330px;
		height: 185px;
		float: left;
		margin-right: 30px;
		margin-bottom: 15px;
	}

	.minislider img {
	}

	.minislider_caption {
		width: 100%;
	}

	.minislider_caption .padder {
		padding: 15px;
	}

	.minislider_caption a {
	}

	.margin-bottom-0 {
		margin-right: 0;
	}

	.new_column, .featured_column, .popular_column {
		min-height: 500px;
	}

	.media_content {
		padding: 15px;
	}

	.playlist_content .media_display {
		width: 100%;
		margin-right: 15px;
		height: auto;
		float: none;
	}

	.video_content .media_display {
		width: 100%;
		margin-right: 15px;
		height: auto;
		float: none;
	}

	.playlist_content .media_display img {
		width: 100%;
		height: auto;
	}

	.video_content .media_display img {
		width: 100%;
		height: auto;
	}

	.playlist_content .media_display .media_icon {
		width: 16px;
		height: 16px;
	}

	.video_content .media_display .media_icon {
		display: none;
		width: 16px;
		height: 16px;
	}

	.media_quality {
		display: inline-block;
		border: 1px solid #c0c0c0;
		color: #909090;
		padding: 0 2px;
		font-size: .85em;
		font-weight: 700;
		margin: 5px 0;
		text-transform: uppercase;
	}

	.column_header {
		padding: 15px;
	}
	
	.column_header header {
		float: none;
		width: 100%;
	}
	
	.content_switch {
		float: left;
		margin-top: 10px;
	}

	.content_switch div {
		padding: 5px 10px;
	}

	.content_switch_off {
		font-weight: 400;
		color: #808080;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(224,224,224,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	}

	.content_switch_on {
		font-weight: 700;
		color: #303030;
		background: rgb(179,179,179);
		background: -moz-linear-gradient(top,  rgba(179,179,179,1) 0%, rgba(237,237,237,1) 75%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,179,179,1)), color-stop(75%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -o-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -ms-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ededed',GradientType=0 );
	}

}

/* Mobile */

@media handheld, only screen and (max-width: 720px) {

	body {
	font-size: 50%;
	-webkit-text-size-adjust: none;
	}
	
	.top_bar {
		height: 80px;
		margin-bottom: 5px;
	}

	.top_bar .container .logo {
		padding: 10px 5px  0 5px;
		float: none;
	}

	.top_bar .container .search_box {
		display: none;
		width: 300px;
		margin: 5px;
	}

	.top_bar .container .general_navigation  {
		display: block;
		margin: 5px;
	}

	.top_bar .container .general_navigation  li {
		font-size: 1.4em;
		margin: 5px 10px 0 0;
	}

	.top_bar .container .login {
		margin: 5px 5px 0 5px;
	}

	.top_bar .container .search_box button {
		margin: 2px;
		padding: 5px;
	}

	.top_bar .container .search_box input {
		line-height: 22px;
		width: 200px;
		padding: 2px;
	}

	.padder {
		padding: 5px;
	}

	.wrapper {
		width: 100%;
		margin: 0;
	}

	.margin-top-0 {
		margin-top: 0;
	}

	.margin-bottom-0 {
		margin-bottom: 0;
	}

	.sponsor_box {
		margin: 0 5px;
		padding: 0;
	}

	.container {
		width: 480px;
		margin: 0 auto;
	}

	.footer_links, .copyright {
		margin: 0 0 5px 0;
	}

	.footer_links a {
		margin: 0 10px 0 0;
	}

	footer .container {
		padding-bottom: 60px;
	}

	footer img {
		width: auto !important;
	}

	.grid1x6, .grid2x6, .grid3x6, .grid4x6, .grid5x6, .grid6x6 {
		margin: 5px;
	}

	.grid1x6 img, .grid2x6 img, .grid3x6 img, .grid4x6 img, .grid5x6 img, .grid6x6 img {
		width: 100%;
		height: auto;
	}

	.grid1x6 {
		width: 70px;
	}

	.grid2x6 {
		width: 150px;
	}

	.grid3x6 {
		width: 230px;
	}

	.grid4x6 {
		width: 310px;
	}

	.grid5x6 {
		width: 390px;
	}

	.grid6x6 {
		width: 470px;
	}
	
	.slider_box {
		
		width: 470px;
	}

	.slider {
		height: 284px;
	}

	.slider img {
	}

	.slider .slider_caption {
		height: 70px;
		width: 100%;
	}
	
	.minislider_box {
		width: 470px;
		margin-bottom: 0px;
	}

	.minislider {
		width: 228px;
		height: 140px;
		float: left;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.minislider img {
	}

	.minislider_caption {
		width: 100%;
	}

	.minislider_caption .padder {
		padding: 5px;
	}
	
	.minislider_caption {
		height: 70px;
	}

	.minislider_caption a {
	}

	.margin-bottom-0 {
		margin-right: 0;
	}

	.new_column, .featured_column, .popular_column {
		min-height: 500px;
	}

	.media_content {
		padding: 10px;
	}

	.playlist_content .media_display {
		width: 100%;
		margin-right: 5px;
		height: auto;
		float: none;
	}

	.video_content .media_display {
		width: 100%;
		margin-right: 5px;
		height: auto;
		float: none;
	}

	.playlist_content .media_display img {
		width: 100%;
		height: auto;
	}

	.video_content .media_display img {
		width: 100%;
		height: auto;
	}

	.playlist_content .media_display .media_icon {
		width: 16px;
		height: 16px;
	}

	.video_content .media_display .media_icon {
		display: none;
		width: 16px;
		height: 16px;
	}

	.media_quality {
		display: inline-block;
		border: 1px solid #c0c0c0;
		color: #909090;
		padding: 0 2px;
		font-size: .85em;
		font-weight: 700;
		margin: 5px 0;
		text-transform: uppercase;
	}

	.column_header {
		padding: 10px;
	}
	
	.column_header header {
		float: none;
		width: 100%;
	}
	
	.content_switch {
		float: left;
		margin-top: 5px;
	}

	.content_switch div {
		padding: 5px 5px;
	}

	.content_switch_off {
		font-weight: 400;
		color: #808080;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(224,224,224,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	}

	.content_switch_on {
		font-weight: 700;
		color: #303030;
		background: rgb(179,179,179);
		background: -moz-linear-gradient(top,  rgba(179,179,179,1) 0%, rgba(237,237,237,1) 75%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,179,179,1)), color-stop(75%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -o-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -ms-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ededed',GradientType=0 );
	}

}



/* Mobile */

@media handheld, only screen and (max-width: 480px) {

	body {
	font-size: 50%;
	-webkit-text-size-adjust: none;
	}
	
	h1 {
		font-size: 1.8em;
	}
	
	.top_bar {
		height: 80px;
		margin-bottom: 5px;
	}

	.top_bar .container .logo {
		padding: 10px 5px  0 5px;
		float: none;
	}

	.top_bar .container .search_box {
		display: none;
		width: 300px;
		margin: 5px;
	}

	.top_bar .container .general_navigation  {
		display: block;
		margin: 5px;
	}

	.top_bar .container .general_navigation  li {
		font-size: 1.4em;
		margin: 5px 10px 0 0;
	}

	.top_bar .container .login {
		margin: 5px 5px 0 5px;
	}

	.top_bar .container .search_box button {
		margin: 2px;
		padding: 5px;
	}

	.top_bar .container .search_box input {
		line-height: 22px;
		width: 200px;
		padding: 2px;
	}

	.padder {
		padding: 5px;
	}

	.wrapper {
		width: 100%;
		margin: 0;
	}

	.margin-top-0 {
		margin-top: 0;
	}

	.margin-bottom-0 {
		margin-bottom: 0;
	}

	.sponsor_box {
		margin: 0 5px;
		padding: 0;
	}

	.container {
		width: 310px;
		margin: 0 auto;
	}

	.footer_links, .copyright {
		margin: 0 0 5px 0;
	}

	.footer_links a {
		margin: 0 10px 0 0;
	}

	footer .container {
		padding-bottom: 60px;
	}

	footer img {
		width: auto !important;
	}
	
	footer .grid4x6 {
		width: 180px;
	}
	
	footer .grid2x6 {
		width: 110px;
	}


	.grid1x6, .grid2x6, .grid3x6, .grid4x6, .grid5x6, .grid6x6 {
		margin: 5px;
	}

	.grid1x6 img, .grid2x6 img, .grid3x6 img, .grid4x6 img, .grid5x6 img, .grid6x6 img {
		width: 100%;
		height: auto;
	}

	.grid1x6 {
		width: 300px;
	}

	.grid2x6 {
		width: 300px;
	}

	.grid3x6 {
		width: 300px;
	}

	.grid4x6 {
		width: 300px;
	}

	.grid5x6 {
		width: 300px;
	}

	.grid6x6 {
		width: 300px;
	}
	
	.slider_box {
		
		width: 300px;
	}

	.slider {
		height: 184px;
	}

	.slider img {
	}

	.slider .slider_caption {
		height: 80px;
		width: 100%;
	}
	
	.minislider_box {
		width: 300px;
		margin-bottom: 0px;
	}

	.minislider {
		width: 300px;
		height: 144px;
		float: left;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.minislider img {
	}

	.minislider_caption {
		width: 100%;
	}

	.minislider_caption .padder {
		padding: 5px;
	}
	
	.minislider_caption {
		height: 60px;
	}

	.minislider_caption a {
	}

	.margin-bottom-0 {
		margin-right: 0;
	}

	.new_column, .featured_column, .popular_column {
		min-height: 500px;
	}

	.media_content {
		padding: 10px;
	}

	.playlist_content .media_display {
		width: 100%;
		margin-right: 5px;
		height: auto;
		float: none;
	}

	.video_content .media_display {
		width: 100%;
		margin-right: 5px;
		height: auto;
		float: none;
	}

	.playlist_content .media_display img {
		width: 100%;
		height: auto;
	}

	.video_content .media_display img {
		width: 100%;
		height: auto;
	}

	.playlist_content .media_display .media_icon {
		width: 16px;
		height: 16px;
	}

	.video_content .media_display .media_icon {
		display: none;
		width: 16px;
		height: 16px;
	}

	.media_quality {
		display: inline-block;
		border: 1px solid #c0c0c0;
		color: #909090;
		padding: 0 2px;
		font-size: .85em;
		font-weight: 700;
		margin: 5px 0;
		text-transform: uppercase;
	}

	.column_header {
		padding: 10px;
	}
	
	.column_header header {
		float: none;
		width: 100%;
	}
	
	.content_switch {
		float: left;
		margin-top: 5px;
	}

	.content_switch div {
		padding: 5px 5px;
	}

	.content_switch_off {
		font-weight: 400;
		color: #808080;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(224,224,224,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(224,224,224,1)));
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		background: linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(224,224,224,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	}

	.content_switch_on {
		font-weight: 700;
		color: #303030;
		background: rgb(179,179,179);
		background: -moz-linear-gradient(top,  rgba(179,179,179,1) 0%, rgba(237,237,237,1) 75%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,179,179,1)), color-stop(75%,rgba(237,237,237,1)));
		background: -webkit-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -o-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: -ms-linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		background: linear-gradient(top,  rgba(179,179,179,1) 0%,rgba(237,237,237,1) 75%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ededed',GradientType=0 );
	}

}