/* 
    Document   : newCascadeStyleSheet
    Created on : 15.01.2009, 16:43:12
    Author     : Сергей
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

span.news_autor {
    display: block;
}
span.news_modification_date {
    display: block;
}

.news_title {
    display: block;
}
.news_content {
    display: block;
}

span#publication_form input
{
    /* width: 500px;*/
}

span#publication_form textarea
{
    width: 500px;
}

span#tags_manager a1 {
  background:transparent url(../i/delete.gif) no-repeat scroll 0 0;
}

input.entry_field
{
  width: 500px;
}

/* для облака тегов */

.tag_size_5 {
  font-size: 80%;
}

.tag_size_10 {
  font-size: 100%;
}

.tag_size_15 {
  font-size: 120%;
}

.tag_size_20 {
  font-size: 140%;
}

.tag_size_25 {
  font-size: 160%;
}

.tag_size_30 {
  font-size: 180%;
}
div.publication {
    overflow:hidden;

}