/* YarLand v.4. */

/* //TODO: Новости
*/
.news_list_img {
    border:1px solid #999999;
    float:left;
    height:70px;
    margin:0 7px 3px 0;
    overflow:hidden;
    width:100px;
}
.news_list_img a {
    display: block;
    height: inherit;
}
.news_tag {
    background: url('http://yar-life.ru/i/tags.gif') no-repeat left center;
    float: left;
    line-height: 20px;
    margin-left: 10px;
    padding-left: 15px;
}
.news_emo {
    background: url('http://yar-life.ru/i/emo.png') no-repeat left center;
    float: left;
    line-height: 20px;
    margin-left: 10px;
    padding-left: 20px;
}
.emo {
    font-size: 9pt;
}
.emo_do {
    border-bottom: 1px dotted;
    cursor: pointer;
    font-size: 9pt;
}
#votesn {
    background:#fefefe;
    border:1px solid #787878;
    display:none;
    font-size: 9pt;
    margin-left: 60px;
    padding:5px;
    position:absolute;
    width:210px;
    z-index:1;
}
#votesn ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 50%;
}
.emo_vote {
    border-bottom: 1px dotted;
    cursor: pointer;
    line-height: 130%;
    font-size: 9pt;
}
#news_menu ul {
    font-size: 11pt;
    line-height: 25px;
    list-style: square url('http://yar-life.ru/i/new/li.png') inside;
    margin: 5px 0 0;
    padding-left: 10px;
}
#news_menu ul ul {
    font-size: 10pt;
}
#news_menu ul li {
    border-bottom: 1px solid #ebedec;
    padding-left: 5px;
}
.news_img {
    border: 1px solid #d3dde2;
    margin: 1px 7px 5px 0;
    padding: 1px;
}
.one_news_img {
    border: 1px solid #d3dde2;
    color: #9fb2bc;
    margin: 1px 7px 5px 0;
    padding: 2px;
    float: left;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    width: auto;
}
.news_more {
    line-height: 140%;
    margin: 3px 0;
    padding: 5px 0;
    clear: both;
}
.news_more_img {
    border: 1px solid #999;
    float: left;
    height: 70px;
    margin: 2px 5px 2px 0;
    width: 70px;
}
.news_more_img a {
    display: block;
    height: inherit;
    width: inherit;
}
.news_date, .news_date:visited {
    text-decoration: none;
    color: #999;
    font-size: 9pt;
}
 .news_date:visited {
    color: #CCC
 }
.news_anons, .news_content {
    font-size: 11pt;line-height: 140%;margin: 5px;text-align: left;width: 90%;
}
.news_anons {
    font-weight: bold;
}
.tag {
    font-size: 9pt;
    padding: 3px;
}
.tag:hover {
    background: #e69800;
    color: #FFF;
}
.news_sblock {
    float:left;
    height:85px;
    margin:5px 5px 0 7px;
    width:46%;
}

/* //TODO: Статьи
*/
.article {
    float: left;
    font-size: 11pt;
    height: 270px;
    margin: 5px 2%;
    text-align: center;
    width: 250px;
}
.article_med_img {
    height: 200px;
    margin: 5px auto;
    width: 250px;
}
.article_med_img a {
    display: block;
    height: 100%;
    width: 100%;
}
.art_data {
    color: #9fb2bc;
    font-size: 10pt;
}
.art_content {
    line-height: 140%;
    margin: 7px;
    font-size: 11pt;
}
.art_content p {
    margin: 5px auto;
    text-indent: 2em;
}

/* //TODO: Person
*/
.person {
    padding: 10px;
}
.person_med_img {
    float: left;
    height: 150px;
    margin: 0 5px 5px 0;
    width: 120px;
}
.person_med_img a {
    display: block;
    height: 100%;
    width: 100%;
}
.person_anons {
    margin: 5px;
    line-height: 130%;
    text-indent: 7px;
}
.person_question {
    margin: 7px 0 25px 0;
}
.person_q_author {
    color: #9fb2bc;
    font-size: 10pt;
    font-weight: bold;
}
.person_q_text {
    font-size: 10pt;
    font-style: normal;
}
.person_myq_text {
    background: #eff4f8;
    font-size: 10pt;
    font-style: oblique;
    padding: 2px;
}
.person_answer {
    background: #f4f7fa;
    display: block;
    font-size: 11pt;
    margin: 0 0 15px 20px;
    padding: 5px;
}
.person_thanks {
    border:1px solid #ffeab1;
    background:#fff8e6;
    padding: 1em;
    font-size: 10pt;
    font-weight: bold;
}
#person_form {
    font-size: 10pt;
}

#add_question table td{
    padding: 4px;
    line-height: 150%;
}
label {
    font-size: 10pt;
    font-weight: bold;
    color:#46545c;
}