/* GLOBAL CSS */
a { 
	color: blue; 
}

img {
	border: 0px;
}

div.multicolumn div.column, 
div.multicolumn div.lcolumn { 
	float: left; 
}

div.multicolumn div.rcolumn { 
	float: right; 
}

.hidden {
	display: none;
}

.yp-w1280  .browser-width  {
	width: 1230px;
}

.yp-w1024  .browser-width  {
	width: 974px;
}

/* HEADER CSS */
#hd {
	margin: 0 0 0 0;
}

#toolbarcontainer {
	margin: 0px 0px 0px 0px;
	background-color: #6C6D6F;
	border-bottom: 1px solid #CCCCCC;
}

#toolbar {
	padding: 5px 0;
	width: 904px; 
	margin-left: auto; 
	margin-right: auto;		
}

#toolbar span.seperator {
	color: #ffffff;
	font: bold 123.1% arial;
	margin: 0 0px;
}

#toolbar span.greeting {
	font: 136% arial;
	color: black;
	margin: 0;
}

#toolbar span.greetingseperator {
	color: white;
}

#toolbar span.menu {
	color: white;
}

#toolbar a {
	font: 136% arial;
	color: #ffffff;
	word-spacing: 0.2em;
	text-decoration: none;	
}

#toolbar a.current {
	background-color: #C60000;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#toolbar a:hover {
	text-decoration: none;
	background-color: #C60000;
	color: white;
}

#toolbar #toolbarnologin,
#toolbar #toolbarloggedin {
	display: none;
}

h1#notice {
	font:  189% Bold;
	margin: 0px 40px 30px 40px;
	font-family: Georgia;
	color: black;
}

/* BODY CSS */
.mainleftcolumn {
	width: 600px; 
	margin: 0 35px 0 0; 
}

#videoArea {
	margin: 0 0 25px 0;
}

#videoArea h1 {
	margin: 0 0 15px 0;
	font: bold 197% arial;
	/* word-spacing: 0.2em; */
}

#videoArea h1 img {
	margin: 0 5px 0 0;
}

p#player {
	height: 470px;
}

#contentArea {
	margin: 0 0 25px 0;
}

#contentArea h2 {
	margin: 0 0 10px 0;
	font: bold 153.9% arial; 	
}

.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
    border:solid #CCCCCC; /* color between tab list and content */
    border-width:0 0 0px;
    Xposition:relative;
    zoom:1;
}

.yui-skin-sam .yui-navset .yui-nav li,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
    margin:0 0.5em 0 0; /* space between tabs */
    padding:1px 0 0; /* gecko: make room for overflow */
    zoom:1;
}

.yui-skin-sam .yui-navset .yui-nav .selected,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav .selected { 
    margin:0 0.5em -1px 0; /* for overlap */
}

.yui-skin-sam .yui-navset .yui-nav a,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a {
    background: white url(http://yui.yahooapis.com/2.4.0/build/assets/skins/sam/sprite.png) repeat-x left -190px; /* tab background */
    border:solid #CCCCCC;
    border-width:0 1px;
    color: blue;
    position:relative;
    text-decoration:none;
}

.yui-skin-sam .yui-navset .yui-nav a em,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
    border:solid #CCCCCC;
    border-width:2px 0 0;
	font-weight: bold;
	font-size: 123.1%;
    cursor:hand;
    padding:0.25em .75em;
    left:0; right: 0; bottom: 0; /* protect from other orientations */
    top: -1px; /* for 1px rounded corners */
    position:relative;
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-skin-sam .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
	background: white;
    color: blue;
}

.yui-skin-sam .yui-navset .yui-nav a:hover,
.yui-skin-sam .yui-navset .yui-nav a:focus {
    background:#CCCCCC url(http://yui.yahooapis.com/2.4.0/build/assets/skins/sam/sprite.png) repeat-x left -1300px; /* selected tab background */
    outline:0;
}

.yui-skin-sam .yui-navset .yui-nav .selected a em {
	/* padding-top: 0.5em; */ /* raise selected tab */
    border:solid #606060;
    border-width:0.35em 0 0;	
    padding:0.35em 0.75em 0.25em;
}

.yui-skin-sam .yui-navset .yui-nav .selected a,
.yui-skin-sam .yui-navset .yui-nav .selected a em {
    border-color:#CCCCCC; /* selected tab border color */
}

.yui-skin-sam .yui-navset .yui-content {
    background: white; /* content background color */
}

.yui-skin-sam .yui-navset .yui-content,
.yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border:1px solid #CCCCCC; /* content border */
    padding: 1em 1em 0 1em; /* content padding */
}

#videoInfoTabview { 
	width: 100%; 
	/* margin: 0 0 25px 0;  */
}

#general h2 {
	margin-bottom: 5px;
}

#download {
	margin: 0 0 30px 0;
}

#download  ul {
	margin: 0 0 0 20px; 
}

#download li {
	margin: 0 0 10px 0;
	word-spacing: 0.1em;
	list-style: square;
	font: 114% arial;	
}

#download a {
	text-decoration: none;
}

#download a:hover {
	text-decoration: underline;
	color: #E8194B;
}

#details {
	margin: 0 0 20px 0;
	width: 400px;
}

#details ul {
	margin: 0 0 0 20px; 
}

#details li {
	margin: 0 0 5px 0;
	word-spacing: 0.2em;
	list-style: square;
	font: 114% arial;		
}

#details li span {
	font-weight: bold;
}

#rating {
	margin: 0 0 11px 0;
}

#rating ul {
	margin: 0 0 0 0;
}

#rating  li {
	margin: 0 0 5px 0;
	word-spacing: 0.2em;
}

#rating input {
	margin: 0 5px 0 0;
}

#rating img {
	cursor: pointer;
}

#rating #ratingStatus {
	font: 85% arial;
	height: 15px;
}

#favorites {
	margin: 0 0 30px 0;
}

#favorites #favoritesButton {
	height: 30px;
	color: white;
	width: 145px;
	background-color: #3B5F9F;
	font-weight: bold;
}

#favoritesStatus {
	margin-top: 6px; 
	margin-bottom: 24px;
	width: 145px;
}

#favoritesStatus .favoritesStatusText {
	padding: 2px 5px;
	background-color: #FFD633;
	font-size: 11px;
	font-family: verdana;
}

#thumbnails ul {
	margin: 0 0 20px 0;
}

#thumbnails li {
	float: left;
	width: 124px;
	margin: 0 20px 0 0;
}

#thumbnails li.last {
	margin: 0 0 0 0;
	float: left; 
}

#thumbnails img {
	padding: 1px;
	border: 1px solid #606060;
}

#links ul { 
	margin: 0 0 5px 20px; 
}

#links li { 
	margin-bottom: 10px; 
	list-style: square;
	font: 114% arial;
}

#links p {
	font-size: 77%;
	color: #606060;
	font-family: Verdana;
	background-color: #e5e5e5;
	padding: 2px 5px 4px 5px;
	margin: 0 0 10px 0;
}

#commentsTabview { 
	width: 100%; 
	margin: 0 0 0 0;  
}

.comment {
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #e3e3e3;
}

.comment .info {
	width: 130px;
	margin-right: 20px;
}

.comment .name {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 2px;
	overflow: hidden;
}

.comment .anonymous {
	font-style: italic;
}

.comment .date {
	font-family: Verdana;
	font-size: 77%;
	color: #606060;
	margin-bottom: 2px;
}

.comment .mark {
	font-size: 77%;
	color: #606060;
	font-family: Verdana;
	background-color: #e5e5e5;
	padding: 1px 2px;
	cursor: pointer;
}

.comment .message {
	width: 415px;
	overflow: auto;
	font-size: 116%;
}

.comment .notselectable {
	cursor: default;
}

#addacomment { 
	width: 560px; 
}

#commentform div.clearfix { 
	margin: 0 0 15px 0; 
}

#commentform label { 
	float: left;
	width: 135px;
	font: bold 108% arial; 
}

#commentform label em {
	font: 77% arial;
}

#commentform input { 
	width: 200px; 
}

#commentform input.submit {
	width: 150px;
	height: 30px;
	font-weight: bold;
	margin-bottom: 3px;
}

#commentform textarea {
	width: 300px;
	height: 100px;
}

#commentform input[type="text"]:focus,
#commentform textarea:focus {
	background: #ffc;
}

#commentform input[type="text"], 
#commentform textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#commentform #comment-captcha {
	float: left;
	background-color: white;
}

#commentform #comment-captcha p {
	width: 300px;
	font-size: 85%;
	margin: 0 0 4px 0;
}

#commentform #comment-captcha span a {
	display: block;
}

#commentform #recaptcha_image {
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
}

#commentform #captchamode {
	margin-left: 10px;
}

#commentform #captchamode p {
	font: 85% arial;
	width: 110px;
}

#commentform #captchamode p.tryagain {
	margin-top: 15px;
}

#commentform #captchamode .selected {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

#commentform .last {
	margin: 0 0 15px 135px;
}

#comment-status span {
	padding: 2px 5px;
	background-color: #FFD633;
	font-size: 11px;
	font-family: verdana;
}			

#comment-status-main {
	margin: 0 0 15px 0;
}

#comment-status-main span {
	padding: 2px 5px;
	background-color: #FFD633;
	font-size: 108%;
	font-family: verdana;
}					
					
#comments #comment_footer {
	margin: 10px 0 15px 0;
}

#comments #comment_footer li {
	float: left;
	margin: 0 25px 0 0;
}

#comments #comment_footer #comment_reload_status {
	background-color: #FFD633;
}

#moreVideosTabview { 
	/* width: 306px; */
}

#moreVideosTabview2 { 
	/* width: 306px; */
}

#moreVideosTabview3 { 
	/* width: 306px; */
}

.tabview {
	margin: 0 0 25px 0;
}

#related {
	margin: 0 0 25px; 0;
}

#related h3 {
	margin: 0 0 20px 0;
	font: bold 114% arial;
}

#related h3 a:hover {
	text-decoration: underline;
	color: #E8194B;
}

#related .preview {
	cursor: pointer;
}

.videorow {
	margin: 0 0 20px 0;
}

.videorow li {
	float: left;
	width: 124px;
	margin: 0 30px 0 0;
}

.videorow li.last {
	margin: 0 0 0 0;
	float: left; 
}

.videorow img.thumb {
	padding: 1px;
	border: 1px solid #606060;
	margin: 0 0 5px 0;
}

.videorow img.highlight-on {
	border: 1px solid #E8194B; /* #EE577C; */
}

.videorow .title {
	text-align: left;
	margin: 0 0 5px 0;
}

.videorow .title a {
	font: bold 107% arial;
	text-decoration: none;
}

.videorow .title a:hover {
	text-decoration: underline;
	color: #E8194B;
}

.videorow .duration,
.videorow .views ,
.videorow .rating {
	text-align: left;
	font: 100% arial;
	margin: 0 0 3px 0;
}

#nts {
	margin-bottom: 25px;
	padding: 2px;
	border: 1px solid #ccc;
}

#youpornplus ul {
	margin: 10px 0 15px 0;
}

#youpornplus li {
	float: left;
	padding: 0 30px 0 0;
	/* margin: 0 30px 0 0; */
	width: 153px; 
	text-align: center;
}

#youpornplus li.last {
	margin: 0;
	padding: 0;
	float: left; 
}

#youpornplus li  img {
	display: block;
	margin: 0 0 5px 0;
	padding: 1px;
	border: 1px solid #C7C7C7;
}

#youpornplus li  a:link img {
	border: 1px solid #C7C7C7;
}

#youpornplus li  a:visited img {
	border: 1px solid #C7C7C7;
}

#youpornplus li  a:hover img {
	border: 1px solid #E8194B;
}

#youpornplus li  a:active img {
	border: 1px solid #C7C7C7;
}

#youpornplus li h1 a {
	font: bold 116% arial;
	text-decoration: none;
}

#youpornplus li h1 a:hover {
	text-decoration: underline;
	color: #E8194B;
}

#youpornplus li h3 {
	font: 85% arial;
}

/* Secondary AD */
#secondaryAd {
	margin-top: 25px;
	border: 0px solid #CCCCCC; 
	width: 306px; 
}
						
/* FOOTER CSS */
#ft {
	background-color: #eee;
}

#footerAdContainer {
	/*
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	*/
	padding: 1em;
	margin: 0 auto 5px auto;
}

#footerAd {
	width: 728px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;	
}

/*
.yp-w1280 #footerAd { 
	float: left;
}

.yp-w1280 #footerAd2{ 
	float: right;
}

.yp-w1024 #footerAd2{ 
	display: none;
}
*/

#footer {
	padding-bottom: 10px;
	font: 92% arial;
	color: #606060;
	text-align: center;
	/* background-color: #EEEEEE; */
}

#footer a {
	color: #606060; 
	word-spacing: 0em;
}

#footer a:hover {
	text-decoration: none;
}

/* MISC */
html .fb_share_link { 
	padding: 2px 0 0 20px; 
	height: 16px; 
	background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?0:26981) no-repeat top left; 
}
				
/* UNUSED CSS */
p#userlist {
	position: absolute;
	right: 10px;
	top: 0px;
}

.playerdownload {
	margin-top: 2px;
	font: 11px arial;
	color: #606060;
}

.playerdownload a {
	color: #222;
}

/* for yui button */
.yuibutton  {
    display:-moz-inline-stack; /* Gecko */
    display:inline-block; /* IE, Opera and Safari */

    border-width:1px 0;
    border-style:solid;
    border-color:#999;

    background:#ecece3 url(http://static.youporn.com/images/button-background.png) left center;
    margin:auto .25em;
}

.yuibutton.ie6 {
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.youporn.com/images/button-background.png', sizingMethod = 'scale');
}

/*
.yuibutton  {
    background:#ecece3 url(http://static.youporn.com/images/button-background.png) left center;
}

.yuibutton.ie6 {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.youporn.com/images/button-background.png', sizingMethod = 'scale');
}
*/


