/* 
 * Motionsexy
 */

body {
	color: black;
	background: #E6E4E5 url(images/header-bg.jpg) repeat-x;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}
.wrapper {
	margin: 0 auto;
	width: 941px;	
}

/* - - - - header - - - - */

#header {
	height: 190px;
}
	
#header #logo {
	background: url(images/logo.png) left no-repeat;
	height: 128px;
	width: 407px;
}

#header ul#menu {
	list-style: none;
}

#header ul#menu li {
	float: left;
}

#header ul#menu li a {
	float: left;
	width: 100%;
	height: 100%;
}

li.new-videos-bt {
	background: url(images/new-videos-bt.png) no-repeat;
	width: 175px;
	height: 52px;
}
li.new-videos-bt a:hover {
	background: url(images/new-videos-selected-bt.png) no-repeat;
}
li.new-videos-bt a.current {
	background: url(images/new-videos-selected-bt.png) no-repeat;
}
li.best-videos-bt {
	background: url(images/best-videos-bt.png) no-repeat;
	width: 174px;
	height: 52px;
}
li.best-videos-bt a:hover {
	background: url(images/best-videos-selected-bt.png) no-repeat;
}
li.best-videos-bt a.current {
	background: url(images/best-videos-selected-bt.png) no-repeat;
}
li.best-views-bt {
	background: url(images/best-views-bt.png) no-repeat;
	width: 159px;
	height: 52px;
}
li.best-views-bt a:hover {
	background: url(images/best-views-selected-bt.png) no-repeat;
}
li.best-views-bt a.current {
	background: url(images/best-views-selected-bt.png) no-repeat;
}
li.upload-bt {
	background: url(images/upload-bt.png) no-repeat;
	width: 171px;
	height: 52px;
}
li.upload-bt a:hover {
	background: url(images/upload-selected-bt.png) no-repeat;
}
li.upload-bt a.current {
	background: url(images/upload-selected-bt.png) no-repeat;
}

#header form#login_form {
	background: url(images/login-bg.png) no-repeat;
	float: right;
	width: 273px;
	height: 85px;	
	margin-top: 20px;
	margin-right: 30px;
}
#header form#login_form #username {
	position: relative;
	left: 15px;
	top: 27px;
	background: none;
	border: none;
	font-size: 11px;
	color: #8E8B8B;
	width: 103px;
	height: 17px;
}
#header form#login_form #password {
	position: relative;
	left: 17px;
	top: 27px;
	background: none;
	border: none;
	font-size: 11px;
	color: #8E8B8B;
	width: 105px;
	height: 17px;
}
#header form#login_form #ok {
    position: relative;
	left: 18px;
	top: 27px;
    background:transparent none repeat scroll 0 0;
    border:medium none;
	width: 25px;
	height: 17px;
	cursor: pointer;
}
#header form#login_form ul {
	list-style: none;
}
#header form#login_form li {
	float: left;
}
#header form#login_form #signup {
	position: relative;
	left: 18px;
	top: 30px;
}
#header form#login_form #forgotten {
	position: relative;
	left: 13px;
	top: 30px;
}
#header form#login_form a {
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#header form#login_form a:hover {
	color: black;
}

#header form#search_form {
	background: url(images/search-bg.png) no-repeat;
	float: left;
	width: 253px;
	height: 52px;	
}
#header form#search_form #query {
	width: 168px;
	height: 20px;
	background: none;
	border: none;
	font-size: 11px;
	color: #8E8B8B;
	position: relative;
	top: 13px;
	left: 22px;
}
#header form#search_form #ok {
	position: relative;
	top: 14px;
	left: 20px;
    background:transparent none repeat scroll 0 0;
    border: medium none;
	width: 28px;
	height: 20px;
	cursor: pointer;
}

#header #connection {
	background: url(images/logged-bg.png) no-repeat;
	float: right;
	width: 273px;
	height: 85px;	
	margin-top: 20px;
	margin-right: 30px;
	color: white;
}
#header #connection #logout {
	position: relative;
	left: 245px;
	top: 0px;
	width: 25px;
	height: 22px;
}
#header #connection #logout a{
	float: left;
	width: 100%;
	height: 100%;
}
#header #connection #welcome {
	position: relative;
	left: 14px;
	top: 10px;
	font-size: 11px;
	width: 200px;
}
#header #connection #account {
	position: relative;
	left: 13px;
	top: 20px;
	width: 119px;
	height: 20px;
}
#header #connection #account a {
	float: left;
	width: 100%;
	height: 100%;
}
#header #connection #favorites {
	position: relative;
	left: 142px;
	top: 0px;
	width: 119px;
	height: 20px;
}
#header #connection #favorites a {
	float: left;
	width: 100%;
	height: 100%;
}
#header #connection a:hover {
	color: black;
}

/* - - - - content - - - - */

#content {
	padding-left: 1px;
	width: 930px;
}
#content #pub {
	border: none;
	float: right; 
	width: 160px;
	height: 599px;
	margin-bottom: 50px;
}

#content .vid_item {
    float:left;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    margin:0 10px 20px 0;
    width:180px;
}
#content .vid_item .picture {
	background: url(images/vid-item-picture-bg.png) top left no-repeat;
	height: 145px;
	width: 182px;
}
#content .vid_item .picture img {
	margin-top: -8px;
	margin-left: 10px;
	height: 120px;
	width: 160px;
}
#content .vid_item h2 {
    font-size:14px;
    font-weight:bold;
    width:160px;
}
#content .vid_item .caption {
    background:transparent url(images/vid-item-caption-bg.png) no-repeat scroll left top;
    height:50px;
    margin-top:3px;
    padding:1px 10px 0;
    width:160px;
}
#content .vid_item .caption .meta {
    color:#808080;
    font-size:12px;
}
#content .vid_item a {
	color: #E71870;
	text-decoration: none;
}
#content .vid_item a:hover {
	color: #C0C0C0;
}

#content ul#categories {
	list-style: none;
	float: right;
	background: #f1eff0;
	font-size: 12px;
	margin-right: 20px;
	width: 132px;
	margin-bottom: 10px;
}
#content ul#categories li {
	padding: 7px;
	padding-left: 15px;
}
#content #categories a {
	text-decoration: none;
	color: #000;
}
#content #categories a:hover {
	color: white;
}
#content #categories li:hover {
	background-color: #E71870;
}
#content #categories li.current {
	background-color: #E71870;
}
#content #categories li.first {
	background: url(images/cat-title.png) top left no-repeat;
	width: 132px;
	height: 26px;
	padding: 0;
	background-color: #E6E4E5;
}
#content #categories li.last {
	background: url(images/cat-low-bg.png) top left no-repeat;
	width: 132px;
	height: 5px;
	padding: 0;
	background-color: #E6E4E5;
}
#content ul#navbar {
	clear: left;
	list-style: none;
	margin-bottom: 50px;
}
#content ul#navbar li {
	display: inline;
	font-size: 16px;
	font-weight: bold;	
	margin: 2px;
}
#content ul#navbar li a {
	background-color: #D3D1D2;
	color: #646464;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
#content ul#navbar li a:hover {
	background-color: #B0B0B0;
	color: white;
}

#content #messages {
	background: #F3F1F2;
	width: 600px;
	border: 1px dashed #C0C0C0;
	padding: 7px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

#content #errors {
	color: red;
}

#content #type {
	background: #F3F1F2;
	font-size: 14px;
	width: 762px;
	margin-bottom: 50px;
}
#content #type #text {
	padding: 5px 5px 20px 5px;
}
#content #type h1 {
	background: url(images/type-title-bg.png) no-repeat;
	color: #A4A4A4;
	font-size: 17px;
	padding: 5px;
}
#content #type h4 {
	font-weight: bold;
	margin: 5px;
}
#content #type ul {
	padding: 0 50px 0 50px;
	list-style-type: square;
}
#content #type a {
	color: #E71870;
	text-decoration: none;
	font-weight: bold;
}
#content #type p {
	margin: 5px 0 5px 0;
}
#content #type a:hover {
	color: black;
}
#content #type table#forms {
	width: 100%;
	margin-bottom: 5px;
}
#content #type table#forms .large {
	width: 300px;
}
#content #type table#forms td {
	padding:0 0 5px 0;
}
#content #type table#forms td#caption {
	width: 30%;
	font-weight: bold;
}
#content #type table#mail tr {
	border: 1px solid #c0c0c0;
}
#content #type table#mail td {
	padding: 5px;
}
#content #type table#mail #top {
	font-weight: bold;
	background: #D01564;
	color: white;
}
#content #type ul#mail {
	margin-bottom: 10px;
	text-align: center;
}
#content #type ul#mail li {
	display: inline;
	padding: 2px;
}

#content #type ul#navbar {
	margin-bottom: 0;
}

#content #video {
	width: 650px;
}
#content #wrapper #pub {
	margin-right: 130px;
}
#content #video h1 {
    background:transparent url(images/icon-play.png) no-repeat scroll left center;
    color:#DA166C;
    font-size:26px;
    height:24px;
    margin:0 0 10px;
    padding:0 3px 6px 30px;
}
#content #video #info {
	background: url(images/vid-info-bg.png) no-repeat top left;
	color: white;
	height: 188px;
	padding-left: 10px;
	margin: 15px 0 15px 0;
	width: 605px;
}
#content #video #info h2 {
	background: url(images/icon-exclamation.png) no-repeat left;	
	height: 30px;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 20px;
}
#content #video #info p {
	font-size: 12px;
	height: 35px;
	width: 600px;
}
#content #video #info a {
	color:#DA1596;
	font-size:18px;
	font-weight:bold;
}
#content #video #response_message {
	margin-top: 10px;
	padding: 5px;
	width: 602px;
	height: 63px;
	font-weight: bold;
	color: gray;
	background: url(images/notification.png) no-repeat top left;
	text-align: center;
	font-size: 15px;
	font-family: Arial;
}
#content #video #response_message a {
	color:#DA1596;
	text-decoration: none;
}
#content #video #response_message a:hover {
	color: #D01564;
}
#content #video #info  a:hover {
	color: #D01564;
}
#content #video #info #meta {
    background:transparent url(images/icon-buddy.png) no-repeat scroll left center;
    font-size:13px;
    height:15px;
    margin:26px 0 0 310px;
    padding:0 5px 0 15px;
}
#content #video #info h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 80px;
}
#content #video #info form#link #edit {
background:transparent none repeat scroll 0 0;
    border:medium none;
    color:#8E8B8B;
    font-size:14px;
    font-weight:bold;
    height:20px;
    margin:0 0 0 70px;
    padding:0 0 0 10px;
    width:385px;
}
#content #video #info form#link #button {
	padding: 1px 0 0 5px;
	margin: 8px 0 5px 10px;
	color: black;
	background: none;
	border: none;
}
#content #video #vid_items .vid_item {
	margin: 0px 35px 30px 0;
}

/* - - - - rating - - - - */

#rating { 
	width: 115px; 
	float: right; 
	text-align: left; 
	margin: -3px 50px 0 0; 
}
#rating ul { 
	background:url(../../images/star.png) bottom; 
	height:22px; 
	width:120px; 
	overflow:hidden; 
	list-style:none; 
	margin: 0; 
	padding: 0;
}
#rating li { 
	display:inline; 
	float: left; 
}
#rating a { 
	display:block; 
	width:24px; 
	height:22px; 
	text-indent:-9999px; 
	position:relative; 
}
#rating a.full { 
	background:url(../../images/star.png) center; 
	position:static; 
}
#rating a.half { 
	background:url(../../images/star.png) top; 
	position: static;
}
#rating a:hover { 
	background:url(../../images/star.png) center; 
	position:static; 
}
#rating span { 
	display:block; 
	width:24px; 
	height:22px; 
	float:left; 
	text-indent:-9999px; 
	position:relative; 
}
#rating span.full { 
	background: url(../../images/star.png) center; 
	position:static; 
}
#rating span.half { 
	background: url(../../images/star.png) top; }
#rating_text {
	margin-top: 5px;
	margin-left: 3px;
	font-size: 12px;
}
ul.rating_small { 
	background: url(images/rating-bg.png); 
	float: left; 
	height: 19px; 
	width: 77px; 
	overflow: hidden; 
	position: relative; 
	top: 115px; 
	right: -95px; 
}
ul.rating_small li { 
	display: inline; 
	float: right; 
	margin-top: 5px; 
}
.rating_small span { 
	background: url(../../images/star_small.png) bottom; 
	display:block; 
	width: 15px; 
	height:11px; 
	text-indent:-9999px; 
	position:relative; 
}
.rating_small span.full { 
	background: url(../../images/star_small.png) center; 
}
.rating_small span.half { 
	background:url(../../images/star_small.png) top; 
}
#content #type ul.rating_small { 
	padding: 0;
}
		
/* - - - - splash - - - - */

#splash {
	position: fixed;
	background-color: #000000; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	z-index: 1000;
}
#splash #container {
	width: 650px;
	margin: 0 auto;
}
#splash #spacer {
	height: 100px;
}
#splash #warning-big {
	font: normal 26px "Lucida Sans Unicode", Arial; 
	color: #999; 
	letter-spacing: -1px;
}
#splash #warning-small {
	margin: 20px 0 0 0;	
	font: normal 16px "Lucida Sans Unicode", Arial;	
	color: #555;
}
#splash #logo {
	margin-top: 100px;
	background: url(images/logo.png) top left no-repeat;
	width: 405px;
	height: 128px;
	margin: 0 auto;
}
#splash #enter { 
	float: left; 
	margin: 50px 0 0 150px;
}
#splash #leave { 
	float: right;
	margin: 50px 150px 0 0; 
}
#splash #enter a, #splash #leave a { 
	display: block; 
	width: 100px; 
	height: 34px; background:transparent url(images/enter-bt.png) no-repeat; 
	font: normal 19px/30px "Lucida Sans Unicode", Arial; color: #ccc; 
	text-decoration:none; 
}

/* - - - - footer - - - - */

#footer {	
	background: url(images/footer-bg.jpg) repeat-x bottom;	
	clear: both;
	min-height: 245px;
	width: 100%;
}
#footer .info_item {
	background: url(images/info-item-bg.jpg) repeat-x;	
	color: white;
	float: left;
	height: 180px;
	padding: 4px;
	margin: 20px 5px 5px 0px;
	width: 175px;
	font-weight: bold;
	text-align: center;
}
#footer .big .info_item {
	width: 360px;
}
#footer .info_item ul {
	float: left;
	list-style: none;
	margin-right: 33px;
	margin-left: 37px;
}
#footer .info_item ul li a {
	color: white;
	font-size: 13px;
	text-decoration: none;
}
#footer .info_item ul li a:hover {
	color: #E7E4E5;
}
#footer .info_item h2 {
	font-size: 10px;
	text-align: left;
	padding-bottom: 7px;
}
#footer .info_item #tags {
	padding: 3px;
	padding-top: 0px;
}
#footer .info_item #tags a {
	text-decoration: none;
	/* color: white; */
}
#footer .info_item #tags a:hover {
	color: #DA1596;
}
#footer .info_item #logo {
	background: url(images/info-item-logo.png) top left no-repeat;
	height: 20px;
	width: 92px;
}
#footer .tag_0 {
	color: #FF8000;
	font-size: 10px;
}
#footer .tag_1 {
	color: #FF8000;
	font-size: 12px;
}
#footer .tag_2 {
	color: #ACFA58;
	font-size: 13px;
}
#footer .tag_3 {
	color: #FFFFFF;
	font-size: 14px;
}
#footer .tag_4 {
	color: #BDBDBD;
	font-size: 15px;
}
#footer .tag_5 {
	color: #D7DF01;
	font-size: 16px;
}
#footer .tag_6 {
	color: #FA58F4;
	font-size: 17px;
}
#footer .tag_7 {
	color: #A4A4A4;
	font-size: 18px;
}
#footer .tag_8 {
	color: #FFFFFF;
	font-size: 19px;
}
#footer .tag_9 {
	color: #5FB404;
	font-size: 20px;
}
#footer .tag_10 {
	color: #FBEFF5;
}

/* - - - - corrections - - - - */

/*
firefox < 3.5

#header #connection #logout, x:-moz-any-link { 
	margin-top: -25px; 
}
#rating, x:-moz-any-link { 
	margin: -23px 50px 0 0; 
}
*/

