.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}




html, body {height: 100%;}

#wrap {min-height: 100%;}

#content {overflow:auto;
	padding-bottom: 35px;}  /* must be same height as the footer */

#footer_wrapper {position: relative;
	margin-top: -35px; /* negative value of footer height */
	height: 35px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}






div.left {
    float: left;
}
div.right {
    float: right;
}

body {
    font-family: Verdana;
    font-size: 12px;
    color: #777;
    line-height: 1.1em;
    
}


body.homepage {
    background-image: url(/img/bgr_homepage.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #e7e7e7;
}

#page {
    width: 980px;
    margin: 0 auto 0 auto;
}

#footer_wrapper {
    background-color: #212121;
}

#footer {
    width: 980px;
    margin: 0px auto 0 auto;
    font-size: 10px;
    color: #5b5b5b;
    padding-top: 9px;
}

#footer img {
    vertical-align: middle;
}

div.clearb { clear: both; }

#header {
    height: 120px;
}

#header_logo {
    line-height: 120px;
    vertical-align: middle;
}
#header_logo img {
    vertical-align: middle;
}


#content
{
    clear: both;
}





a.link1 {
    color: #5b5b5b;
    text-decoration: none;
}
a.link1:hover {
    text-decoration: underline;
}




/* homepage */

input.text1 {
    height: 30px;
    width: 277px;
    background-image: url(/img/bgr_search_field.png);
    background-color: transparent;
    border: 0;
    padding: 0 0 0 25px;
    
    font-family: Verdana;
    font-size: 12px;
    color: #fff;
}

#homepage_row1 {
    padding-top: 12px;
    height: 42px;
}


#homepage_search .btn_search {
    position: absolute;
    margin-left: -36px;
    margin-top: 2px;
}


#homepage_row2 {
    padding-top: 40px;
}

#homepage_row2 li {
    float: left;
    margin-right: 15px;
}




#homepage_row3 {
    padding-top: 30px;
    
    background-image: url(/img/homepage_girl.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 445px;
}



#homepage_text1 {
    float: right;
    width: 330px;
    margin-top: 45px;
    color: #5b5b5b;
    line-height: 1.3em;
}

#homepage_text1 h2 {
    color: #000;
    margin-bottom: 20px;
    font-family: 'PTSansBold';
    font-size: 22px;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('/css/fonts/PT_Sans_Bold-webfont.eot');
    src: local('O'), url('/css/fonts/PT_Sans_Bold-webfont.woff') format('woff'), url('/css/fonts/PT_Sans_Bold-webfont.ttf') format('truetype'), url('/css/fonts/PT_Sans_Bold-webfont.svg#webfont4TwFieot') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* END homepage */



/* view playlist */

#myytplayer
{
    
}

#comments_list
{
    clear: left;
    float: left;
    width: 540px;
    
    margin-top: 80px;
}


#tracklist
{
    float: right;
    width: 300px;
    /*height: 385px;
    overflow-y: scroll;*/
    padding-right: 10px;
}

#tracklist ol
{
    list-style-type: decimal;
}

#tracklist ol li
{
    font-size: 0.9em;
    line-height: 1.3em;
    
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #ccc;
}

#tracklist ol li:last-child
{
    border-bottom: 1px solid #fff;
}

#tracklist ol li img
{
    width: 90px;
    height: 70px;
    margin-left: 20px;
    float: right;
}

#tracklist ol li.odd
{
    
}

#tracklist ol li a
{
    color: #777;
    text-decoration: none;
}


#tracklist ol li:hover
{
    
}

#tracklist ol li.selected a, #tracklist ol li a:hover
{
    color: #FB7A0A;
}

/* END view playlist */


h2.page_title
{
    font-family: "Trebuchet MS";
    font-size: 2em;
    font-weight: normal;
    color: #FB7A0A;
    margin-bottom: 15px;
    line-height: 1em;
}

h3#video_title
{
    margin-top: 5px;
}

h4
{
    color: #FB7A0A;
}




/* comments */
input, textarea
{
    /*font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;*/
    font-family: Verdana;
    font-size: 0.9em;
    padding: 5px;
}

#comments_add input[type=text], #comments_add textarea
{
    width: 250px;
    float: left;
    clear: left;
    margin-bottom: 5px;
}

#comments_add label
{
    float: left;
    margin-left: 5px;
}

div#comments_add
{
    margin-bottom: 20px;
}

div.comment_video
{
    margin-bottom: 2px;
    padding: 10px;
    font-size: 0.9em;
}

div.comment_video.odd
{
    background-color: #f5f5f5;
}

div.comment_video_meta
{
    float: left;
    width: 100px;
    padding: 0 0 25px 0;
}

div.comment_date
{
    font-size: 0.7em;
    margin-top: 10px;
}

div.comment_video_text
{
    float: left;
    width: 250px;
    margin-left: 20px;
    
}
/* END comments */


#video_social {
    width: 640px;
    margin-top: 15px;
}

#video_description {
    margin-top: 15px;
}

