/*|*********************************************************
|*| Core Page Styles
|*|*********************************************************
|*/

/* Body */
body {
	background-color: rgb(15,15,15);
	font-family: Helvetica, Arial;
	margin: 0 0 0 10px;
	padding: 0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

/* Preloader Body */
div.loading {
	width: 100%;
	height: 160px;
	background-image: url(../images/ajax-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.preloader {
	background: transparent url(../images/ajax-loading.gif) no-repeat center center;
	display: none;
}
		
/* Header */
div.header {
	background: rgb(45,45,45) url(../images/header.png) repeat-x top;
	padding: 9px;
	margin: 0 0 0 -10px;
	min-height: 30px;
	-webkit-box-sizing: border-box;
}
	
/* Header :: Content */
div.logo {
	float: left;
	width: 38%;
	height: 36px;
	background-image: url(../images/mobile-logo.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

div.form {
	float: right;
	width: 61%;
	text-align: right;
}

/* Header :: Form */

div.form input {
	color: rgba(0,0,0,.4);
	font-size: 18px;
	background: rgba(255,255,255,.55) url(../images/search.png) no-repeat right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 120px;
	padding-right: 30px;
	border: 1px inset rgba(255,255,255,.7);
	text-shadow: -1px -1px 0 rgba(255,255,255,.7);	
}

div.form input:focus {
	color: #333;
	background-color: rgba(255,255,255,.75);
	border: 1px inset rgba(255,255,255,.9);
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);	
}

div.form input.go {
	width: 30px;
}

/* Header :: Navigation */

div.nav {
	display: block;
	height: 25px;
	margin: 0 0 0 -10px;
	padding: 5px;
	background: rgba(55,55,55,.5) url(../images/navigation.png) repeat-x top;
}

div.nav div {
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 5px 3px 5px;
	cursor: pointer;
	font: bold 15px "Helvetica", "Arial";
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	color: #eeeeee;
	background-color: rgba(255,255,255,.15);
	border: 1px solid rgba(255,255,255,.25);
}

div.nav div.sel {
	color: #ffffff;
	background-color: rgba(255,255,255,.35);
	border: 1px solid rgba(255,255,255,.45);
}

div.nav div#r {
	float: right;
}

/* Body :: Content */
div#ajaxed {
	display: block;
}

/* Footer :: Content */

div.footer {
	display: block;
	text-align: center;
}

div.footer ul li.footer {
	font-family: Helvetica, Arial;
	font-weight: normal;
	font-size: 13px;
	background: #252525;
	color: #777;
	margin: 8px 10px 8px 0;
	border: 1px solid #383838;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	list-style-type: none;
	padding: 7px 7px 7px 7px;
	-webkit-tap-highlight-color: rgba(255,47,96,.3);
}


/*|*********************************************************
|*| Common Page Styles and Text
|*|*********************************************************
|*/

/* Common Container Styles*/
div.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
}

br.clear {
	clear: both;
	display: block;
	height: 1px;
	line-height: 1px;
}

/* Common Text Styles */
p {
	font-size: 12px;
	color: #676767;
}


/*|*********************************************************
|*| Individual Page Styles (Loop Style List)
|*|*********************************************************
|*/

/* Common Page List*/	
ul {
	font: normal 13px/14px Helvetica, Arial;
	padding: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,.7);	
}
		
/* List Elements */			
ul li {
	background: #282828;
	color: #888;
	margin: 8px 10px 8px 0;
	border: 1px solid #454545;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	list-style-type: none;
	padding: 7px 7px 3px 7px;
	-webkit-tap-highlight-color: rgba(255,47,96,.3);
}

ul li.search {
	font-size: 16px;
	background: #323232;
	color: #bbb;
	margin: 8px 10px 8px 0;
	border: 1px solid #676767;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	list-style-type:none;
	padding: 7px 7px 7px 7px;
	-webkit-tap-highlight-color:rgba(255,47,96,.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);	
}

ul li.search strong {
	color: #ff2f60;
	font-weight: normal;
}
				
/* Video Page :: Content Styles */

div.left {
	float: left;
	margin-right: -100%;
}

div.left a img {
	width: 120px;
	height: 90px;
	margin: 0;
	border: 1px solid #ccc;
}

div.divider {
	float: left;
	width: 100%;
}

div.right {
	float: left;
	margin-left: 130px;
	overflow: hidden;
}

div.right a, div.right .title {
	font-size: 16px;
	color: #ddd;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;	
}

div.right span {
	color: #888;
}

div.right span.highlight {
	color: #ff2f60;
}

/* Pager Box Style */
div.pager {
	position: relative;
	top: 0px;
	width: 100%;
	height:75px;
}

/* Paging Links */
div.pager span {
	text-align:center;
	font-size: 64px;
	font-weight: bold;
	color: #ddd;
	display: block;
	height: 75px;
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);	
}

div.pager span.left {
	position: absolute;
	left: -10px;
	top: 0px;
	cursor: pointer;
	display: block;
	height: 75px;
	width: 67px;
	background: transparent url(../images/arrow.png) no-repeat right;
}

div.pager span.right {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	display: block;
	height: 75px;
	width: 67px;
	background: transparent url(../images/arrow.png) no-repeat left;
}