/**
 * CSS
 * 
 * @author     Golovkin Vladimir <r00t@skillz.ru> http://www.skillz.ru
 * @copyright  SurSoft (C) 2008
 * @version    $Id: default.css,v 1.1.2.5 2011/03/23 16:16:21 surg30n Exp $
 */
 

body {
     -x-system-font:none;
    background:#white none repeat scroll 0 0;
    color:#333333;
    font-family:Tahoma,Arial,Georgia,Verdana,Sans-Serif;
    font-size:62.5%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    height:100%;
    line-height:1.4;
}

div, html, body, p, ul, ol, li, a, form, img, table, td, h1, h2, h3, h4, h5 {margin:0;padding:0;} 
table {border-collapse:collapse;} 
img {border:none;}   
ul, li {list-style:none;}
a, a:active, a:visited {text-decoration:none;color:#1F1842;}
a:hover {text-decoration:none;color:#09B7F6;} 

#wrapper {
    width: 930px;
    margin: 0 auto;
}

#header {
    /*background:transparent url(images/header.jpg) no-repeat scroll 0 0;*/
    height:180px;
    position:relative;
    color: white;
}

#header #logo a {
    position: absolute;
    margin-left: 16px;
    margin-top: 6px;
    font-size: 32px; 
    font-weight: 600;
    color: #09B7F6;
}

#top_menu {
    border-color:#404040 -moz-use-text-color #404040 #404040;
    height:25px;
    color:#FF7777;
    padding:3px 3px 0 3px;
}

#mainbar {
    position: absolute;
    width: 630px;
    height: 90px;
    margin-left: 282px;
    margin-top: 48px;
    font-size: 10px;           
}

#mainbar a {
   font-size: 14px;    
   color: #1F1842; 
   font-weight: bold;
}

#mainbar a:hover {color:#09B7F6;}

#mainbar sup {
    color: #CCCCCC;
}

.info .title {
    overflow: hidden;
    white-space: nowrap;   
}

.title:first-letter {
    text-transform: uppercase;
}

#search_place { float: right; }
#search_value { width: 200px; color:#FF7777; background: transparent; border-color:#CCCCCC; }
#search_it    { border-width:0px; width:auto; color:#09B7F6; cursor: pointer; }

#container {
    border:1px solid #FFFFFF;
    margin:1px 0 0;
}


#content {
    float:left;
    width:771px;
}

#content a {color:#1F1842;}
#content a:visited {color:#545454;}
#content a.multi:hover {color:#FF7777;}
#content a .name {color:#000000;}
#content a:visited .name {color:#000000;}
#content a:hover .name {color:#FF2727;}


#sidebar { 
    float:left;
    width:144px; 
}

.sidebar {    
    width:144px;    
    margin-top:6px;    
}

.sidebar_w { 
    margin:4px;
    overflow:hidden;
}

.sidebar a {color:#3c3c3c;}
.sidebar a:visited {color:#000000;}
.sidebar a:hover {color:#FF2727;}

.block {
    margin-top:8px;
}

#footer_w {
    margin-top:1px;padding-bottom:20px;position:relative;
}

#footer {
 color: #CCCCCC;
 padding:11px 11px 0 11px;height:23px;
 font-size: 120%;
}

#footer a {
    color: #CCCCCC;
}

#footer a.menu {
    margin-left: 14px;
}


/* misc */
.clear {font-size:0;line-height:0;clear:both;height:0px;width:0px;} 

/**
* Sidebar
*/
.sidebar {float:left;width:144px;border:1px solid #f3f3f3;/*background:#EFEFEF;*/overflow:hidden;}
.sidebar ul {padding:3px 0;}
.sidebar ul li {color:#fff;font-size:1.2em;padding:0 0 1px 3px;}
.sidebar ul li a, .right_column ul li a:visited {font-weight:bold;color:#fff;}
.sidebar ul li a:hover {color:#333;}


.tags_cloud { font-size: 200%; line-height: 90%; }

/* ajax */
div#ajax_status { 
    position: fixed; 
    left: 10px; 
    top: 10px; 
    z-index: 101; 
    border: 1px solid gray; 
    font-size: 2em;
    background: #EFEFEF; 
    display: none; 
    padding: 8px;
}


/**
* Comments
*/

.post .comment {
    margin: 4px;
    margin-left:16px;
    padding: 8px;
    /*background-color: #EFEFEF;
    z-index:2;                  */
}

.post .answer_this {
    border: 1px dashed red;
    margin: 3px;
    margin-left:16px;
}

.comment_deleted {
    color: red;
    font-style: italic;
}

.comments_list {    
    padding-left: 30px;
}

.post .comment_nested {
    /*background-color: red;*/
    background: none;
}

.post .comment_post {
    margin: 4px;
    padding: 8px;
    background-color: #EFEFEF;    
}

#comment_post_div {
    z-index: 101;
    position: fixed;
    /*display: none;*/
    left: 10000px; 
    border: 2px solid #CCCCCC;   
}

#comment_post_div .buttons {
    text-align: center;
    margin-top: 6px;
}

#comment_post_div .buttons input[type=button] {    
    background: none;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    color: black;
}

#comment_post_div .buttons input[type=button]:hover {  
    background:white;
}

#comment_close {
    color: red;
}

.answer {
    display: none;
}

/* .post .comment */
.post .comment .answer, .answer
, .post .comment .branch_expand
{
    cursor: pointer;
    padding: 2px;
    float: right;
    color: gray;
    font-weight: bold;
    border-bottom: 1px dotted gray;  
    margin-left: 6px;  
}

.answer_root {
    float:none;
    text-align: center;
    margin-bottom: 10px;
    border: 0px;
}


/*
.post > .panel {
    clear: both;
    border: 2px solid #EFEFEF;  
    margin: 10px 4px 10px 4px;
    padding: 2px; 
    height: auto;
    overflow: hidden;
}
*/

.post > .panel {
    clear: both;
    /*border: 1px solid #EFEFEF;  */
    margin: 10px 4px 10px 70px;
    padding: 2px; 
    height: 60px;
}

.post > .panel > .user {
    height: 60px;
    width: 60px;
    background: #CCCCCC;
    float: left;
    padding: 4px;
}

.post .panel .tags { 
    float:left;
}

.comment > .panel {
    /*height: 30px;*/
    margin: 3px 0 3px 0;
    border: none;
    padding: 0;
    height: 30px;
}
     
#comment_text {
    border:1px solid #171717;
}

.post .comment_last {
     border: 1px solid #CCCCCC; 
}

.post .content .sub {
    font-size: 0.7em;
    color: #CCCCCC;
}

.post .next {
    margin-left: 20px;
    /*border-left:10px solid gray;*/
}

.post .next_root_empty {
    margin-left: 0px;
}

.post .next_root {
/*
    display: none;
*/
}

.post .no_comments {
    margin: 14px 0 10px 0;
}

.post .rating {
    display: inline;
}

.post .rating .minus, .panel .minus {
    font-weight: bold;
    color: #FF2727;
    cursor: pointer;
}

.post .rating .plus, .panel .plus {
    font-weight: bold;
    color: darkgreen;
    cursor: pointer;
}

.post .rating .vote_disabled {
    display: none;
}

.panel .vote_disabled {
    font-weight: bold;
    color: gray;
    cursor: normal;
}

.rate_good {
    color: green;
}

.rate_bad {
    color: red;
}

.post .frames {
    padding:3px;
    line-height:0px;
    font-size:0px;
    margin-top: 30px;
}

.post .post_image {
    margin:0 0 1px 1px;
}

.post h1 {
    font-size: 125%;
}

.post h1:first-letter {
    text-transform: uppercase;
}

/** post video */

#player_container {
    text-align:center;
    position: relative;
}

#player {
    background:none;
    width: 100%;
    height: 500px;
}

#player_layer {
    height: 424px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
}

#player_layer_2 {
    bottom: 20px;
    height: 38px;
    position: absolute;
    right: 0;
    width: 151px;
    z-index: 101;
}

/**
* Post list
*/

.posts_list { 
    float:left; 
    width: 190px;
    
    background: transparent url(/templates/vidz/images/pic_list.gif) no-repeat scroll center bottom;
    color:#545454;
    float:left;
    font-size:1em;
    height:191px;
    line-height:13px;
    margin:0 1px 10px 7px;
    overflow: hidden;
    padding:0;
    width:182px;    
}

.post_img {
    border:1px solid #1F1842;
    cursor: pointer;
    width:180px;
    height:135px;
}

.posts_list .info {
    margin:3px 6px 3px 6px;    
}

.posts_list .no_image {
    width: 180px;
    height: 135px;
    background: #535353;
    border:1px solid black;
}

/**
* pagination
*/

.pager_area {       
height: 40px;  
}

ul.pagination {
    margin-top:10px;
    list-style: none;
}

ul.pagination li {
    margin:2px;
    display: inline;
    float: left;
    padding: 4px;
    min-width: 20px;
    width: 20px;
    text-align: center;
    background: none;
    /*border:1px solid #EFEFEF;*/
    background: #EFEFEF; 
}

ul.pagination li.active {
    background: #07B5F5;
}   

ul.pagination li.spacer {
    border: none;
    background: none;
    width: 5px;
    min-width: 5px;
}

ul.pagination li.np {
    width: auto;   
}

ul.pagination li a {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}

ul.pagination li.text {
    background: transparent;
    width: 60px;    
}


/**
* user cp
*/

#user_cp_wrap {
    width: 300px;    
    /*
    border:1px solid white;*/
    padding: 6px;
    color: #545454;
    position: absolute;
    margin-top:5px;
    margin-left:590px;
    opacity: 0.5;
}

#user_cp_wrap:hover {
    opacity: 1.0;
}

#user_cp_wrap input, input {
    background: transparent;
    border-width: 0px;
    border-bottom:1px solid #535353;    
    font-weight: bold;
    color: #DADADA;
    font-size: 100%;
}

#user_cp_wrap input[type=submit], input[type=submit], input[type=button]  {
    border-width: 0px;
    background: #535353;   
    padding: 4px; 
    cursor: pointer;
}

#user_cp_wrap input[type=submit]:hover, input[type=submit]:hover, input[type=button]:hover {
    background-color: #FF2727;
}

#cp_buts {    
    padding: 8px;   
    background: #E9E9E9;
    left: 0px;
    display: inline;
}

/* form */
div.form { margin-left: 8px; } 
div.form p.left { clear: both; float: left; width: 100px; margin: 3px;}
div.form p.right{ float:left; margin: 3px; }
div.form p.panel{ clear: both; padding: 20px 10px 10px 10px; }

fieldset { border: 2px solid #E3E3E3; padding: 2px; }
legend { margin: 2px; font-weight: bold;}

img.a { border:0; cursor:pointer; }

/**
* Boxes
*/

#loginbox_w {
    background: url(images/box_back.png) no-repeat;
    border: none;   
    color: #E9E9E9;    
}

#loginbox_w input {
    background: transparent;
    border-width: 0px;
    border-bottom:1px solid #535353;    
    font-weight: bold;
    color: #DADADA;
    font-size: 100%;
}

#loginbox_w input[type=button], #loginbox_w input[type=submit] {
    border-width: 0px;
    background: #535353;   
    padding: 4px; 
    cursor: pointer;
}

#loginbox_w input[type=button]:hover, #loginbox_w input[type=submit]:hover {
    background-color: #FF2727;
}

#loginbox_w .panel {
    padding: 10px 0 10px 0;
}

/**
* misc
*/

.pngfix {
 behavior: url(/css/pngfix.htc); 
}

/**
* buttons
*/

.bpic_label {
    float:left;
    font-size: 120%;
    font-weight:bold;
    height: 16px;  
}

.bpic_plus, .bpic_minus, .bpic_fav_inactive, .bpic_fav_active
, .bpic_comments, .bpic_views, .bpic_rate_zero, .bpic_rate_plus, .bpic_rate_minus
{
    width: 15px;
    height: 16px;   
    margin-right:2px;
    background-image: url('images/icons-cumul.png');
    background-repeat: no-repeat;
    behavior: url(/css/pngfix.htc); 
    float:left;    
}

.bpic_views, .bpic_rate_zero, .bpic_rate_plus, .bpic_rate_minus {
    width: 16px;
}

/*
0 15 30 46 64 81 98 113 130 147 164
*/

.bpic_minus {
    background-position: -15px 0px;
}
.bpic_comments {
    background-position: -98px 0px;
}
.bpic_views {
    background-position: -113px 0px;
}
.bpic_rate_plus {
    background-position: -164px 0px;
}
.bpic_rate_zero {
    background-position: -147px 0px;
}
.bpic_rate_minus {
    background-position: -130px 0px;
}
.bpic_fav_inactive {
    cursor: pointer;  
    float:right;
    background-position: -81px 0;
}  
.bpic_fav_active {
    cursor: pointer;  
    float:right;
    background-position: -64px 0;
}

/**
* post stuff
*/

#post_right_w {
    float:right; 
    width:250px;
    padding: 8px;
}
.post_right {
    background:#EFEFEF;
    border:1px solid #F3F3F3;   
    margin-bottom:10px;    
    padding: 8px;
}
#post_left {
    float: left;
    width: 620px;
}

#similar_posts li {
    margin-bottom: 1px;
    float:left;
    width:49%;
}

#similar_posts img { 
    float: left;
    height: 64px;
    margin-right: 4px;
    width: 96px;
}

#similar_posts a { 
    height:45px;
    overflow:hidden;
    font-size: 12px;
}

.fav_buts {
cursor: pointer; 
position:absolute; 
margin-left: 280px; 
top: 15px;
border-width: 0px;
}

#best_post { background: black;
float:left;
height:391px;
width:570px;
}

#best_post h1 { color: white; font-size: 1.5em; margin-left: 10px; }
#best_post h1 a { color: white;
display:block;
height:25px;
overflow:hidden;
width:550px;
}

#best_post h1 a:first-letter {
    text-transform: uppercase;
}

.big {
    font-size:1.5em;
}

.medium {
    font-size:1.2em;
}

.normal {
    font-size:1em;
}

.hidden { display: none; }
.backpad { padding:3px; margin:1px 0 1px 0}
.backred { background: #FFCFCF; }
.backgreen { background: #CFFFE3; }
.backlight { background: #EFEFEF; }

#global_message {
    margin:0 10px 10px 10px;
    padding: 10px;
}


ul.pagination {
    float: right;
    margin-right: 10px;
}

.main-title {
    left: 10px;
    position: relative;
    top: -17px;
    width: 250px;
    overflow: hidden;
}