/* 
    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;
    padding-bottom: 5px;
}
.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: 750px;
  height: 20px;
  font-size: 18px;
}

.page-description {
  width: 750px;
  height: 200px;
  font-size: 18px;
}

input.publication-image {
    width: 600px;
}

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

.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;

}

span#publication_form input.entry_field_publication_tite {
    width: 740px;
    height: 30px;
    font-size: 24px;
}

img.publication-image {
    padding-right: 10px;
    padding-bottom: 10px;
}

div.publication-content {
    overflow: hidden;
}