@charset "utf-8";

/* CSS by Gimme-Website */
body {
	background:#fff url(images/bg-body.jpg) top left repeat-x;
	color:#45494d;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}
a {
	color:#45494d;
	text-decoration:underline;
}
a:visited {
	color:#45494d;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a img {
	border:none;
}
.clear {
	clear:both;
}
#page {
	margin:0 auto;
	text-align:left;
	width:960px;
}
#header {
	height:109px;
	width:960px;
}
#header #logo {
	height:109px;
	float:left;
	width:308px;
}
#header #logo h1 {
	font-size:30px;
	font-weight:bold;
	margin:0;
	visibility:hidden;
}
#header #login-links {
	background:url(images/bg-login-links.jpg) top left no-repeat;
	float:right;
	height:72px;
	position:relative;
	width:597px;
}
#header #login-links p {
	color:#d1d1d1;
	font-size:11px;
	height:40px;
	line-height:40px;
	margin:0;
	position:absolute;
	right:40px;
	text-align:right;
	top:0;
}
#header #login-links p a {
	color:#d1d1d1;
}
#header #login-links p a:hover {
	color:#fff;
}
#header #menu {
	background:url(images/bg-menu.jpg) repeat-x;
	float:right;
	height:37px;
	width:597px;
}
#header #menu .menu-left {
	background:url(images/bg-menu-left.jpg) no-repeat;
	float:left;
	height:37px;
	width:44px;
}
#header #menu .menu-right {
	background:url(images/bg-menu-right.jpg) no-repeat;
	float:left;
	height:37px;
	width:44px;
}
#header #menu ul {
	background:url(images/bg-menu-ul.jpg) repeat-x;
	float:left;
	height:37px;
	list-style:none;
	margin:0;
	padding:0;
}
#header #menu ul li {
	float:left;
	height:37px;
	margin:0;
	padding:0;
}
#header #menu ul li .mi-l {
	background:url(images/bg-menu-li-left.jpg) repeat-x;
	float:left;
	height:37px;
	width:5px;
}
#header #menu ul li .mi-r {
	background:url(images/bg-menu-li-right.jpg) repeat-x;
	float:left;
	height:37px;
	margin-right:5px;
	width:5px;
}
#header #menu ul li a {
	background:url(images/bg-menu-li.jpg) repeat-x;
	color:#fff;
	display:block;
	font-size:14px;
	font-weight:bold;
	float:left;
	height:37px;
	line-height:45px;
	padding:0 5px;
	text-decoration:none;
}
#header #menu ul li a:hover {
	color:#4cccde;
}
#content {
	margin:20px auto;
}
#main {
	float:left;
	width:765px;
}
#main-player {
	float:left;
	width:654px;
}
#main #upload {
	background:url(images/bg-upload.jpg) top no-repeat;
	width:765px;
}

#main #upload_human {
	background:url(images/bg-upload-human.jpg) top no-repeat;
	width:765px;
	height:400px;
}

#main-player #player {
	background:url(images/bg-player.jpg) top no-repeat;
	padding:20px 7px;
	width:640px;
}
#main #info {
	width:765px;
}
#main #info #info-upload,
#main #info #info-share,
#main #info #info-earn {
	float:left;
	margin-right:15px;
	padding:0 10px 0 30px;
	width:205px;
	text-align:left;
}
#main #info #info-earn {
	margin-right:0;
}
#main #info #info-upload { background:url(images/bg-info-upload.jpg) top no-repeat; }
#main #info #info-share { background:url(images/bg-info-share.jpg) top no-repeat; }
#main #info #info-earn { background:url(images/bg-info-earn.jpg) top no-repeat; }

#main #info #info-upload h2,
#main #info #info-share h2,
#main #info #info-earn h2 {
	font-size:20px;
	font-weight:bold;
	margin:0;
	visibility:hidden;
}
#main #info #info-upload ul,
#main #info #info-share ul,
#main #info #info-earn ul {
	list-style:square;
	margin:90px 0 0;
	padding:0;
}
#main #info #info-upload ul li,
#main #info #info-share ul li,
#main #info #info-earn ul li {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
#sidebar {
	float:right;
	margin-left:16px;
	width:179px;
}
#sidebar-player {
	float:right;
	margin-left:6px;
	width:300px;
}
#sidebar-player #adspot-side a img {
	display:block;
	margin:5px auto;
}

#sidebar #register {
	background:url(images/bg-register-orig.jpg) top no-repeat;
	font-weight:bold;
	padding:10px 5px 0;
	text-align:center;
	width:169px;
	height:300px;
}

#sidebar #register_video {
	background:url(images/bg-register.jpg) top no-repeat;
	font-weight:bold;
	padding:10px 5px 0;
	text-align:center;
	width:169px;
	height:600px;
}

#sidebar #register a.button, #register_video a.button, #content a.button {
	background:url(images/bg-register-button.gif) top no-repeat;
	display:block;
	height:48px;
	margin:0 auto;
	text-decoration:none;
	width:161px;
}
#sidebar #register a.button:hover, #register_video a.button:hover, #content a.button:hover {
	background:url(images/bg-register-button.gif) bottom no-repeat;
}
#sidebar #register a.button span, #register_video a.button span, #content a.button span {
	visibility:hidden;
}
#sidebar #register ul, #register_video ul {
	list-style:none;
	margin:0;
	padding:0 10px;
	text-align:left;
}
#sidebar #register ul li, #register_video ul li {
	background:url(images/bullet-register.gif) no-repeat;
	margin:5px 0;
	padding:0 0 0 20px;
}
#rewards {
	background:url(images/bg-rewards.jpg) top no-repeat;
	padding:30px 20px 0;
	width:920px;
}
#rewards h2 {
	color:#4cccde;
	font:bold italic 28px Arial, Helvetica, sans-serif;
	margin:20px 0 50px;
	text-align:right;
}
#rewards .block {
	float:left;
	padding:5px 25px;
	width:400px;
}
#rewards .block img {
	display:inline;
	float:right;
	margin:5px;
}
#rewards .block-title {
	font-size:14px;
	font-weight:bold;
}
#rewards .block p {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
}
#rewards ol {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 30px;
}
#rewards ol li {
	margin:5px 0;
}
#adspot-bottom a img {
	display:block;
	margin:5px 0;
}
#footer {
	background:url(images/bg-footer.jpg) top repeat-x;
	height:60px;
	margin-top:20px;
}
#footer p {
	margin:0 auto;
	padding:30px 0 10px;
	text-align:center;
	width:1120px;
}
#footer p small {
	font-size:11px;
}

/* Script generated styles modified by Gimme-Website */
#upload_div {margin:0 auto; padding:20px 0; width:705px;}

#movie_streams {
	background-color: #000000;
}

#movie_streams ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
}

#movie_streams li {
	background: url(images/bullet.gif) left center no-repeat;
	padding-left: 25px;
	margin-bottom: 15px;
	text-align: left;
}

#movie_streams a {
	text-decoration: none;
	font-family: Trebuchet MS, Arial;
	font-size:13px;
    	color: #E9E9E9;
}

#movie_streams a:hover {
	color: #09CEFF;
}

/*-------WP-Navi----------------*/
.wp-pagenavi {
	font-size: 1.2em;
	padding-top:20px;
	display: block;
	float: left;
	width: 100%;
}
.wp-pagenavi .pages {
	font-weight: 700;
	padding: 0;
	margin:5px 5px 5px 30px;
	float: left;
	text-align: center;
	height: 28px;
	line-height: 28px;
}
.wp-pagenavi .current {
	padding: 0;
	background: url(images/pagination_a.png) left top;
	margin: 2px;
	font-weight: 700;
	color: #111;
	float: left;
	text-align: center;
	width: 32px;
	height: 28px;
	line-height: 28px;
}
.wp-pagenavi a{
	padding: 0;
	margin: 2px;
	background: url(images/pagination_a.png) left 56px;
	color: #334200;
	text-decoration: none;
	float: left;
	width: 32px;
	height: 28px;
	line-height: 28px;
	text-align:  center;
}
.wp-pagenavi a:hover {
	background: url(images/pagination_a.png) left 28px;
	color: #222;
}

table.movie_streams td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 6px 6px 6px 6px;
}