/* CSS Document */

   

   * {
   margin:0px;
   padding:0px; 
   }
   
   
   
   body {
   background-color: #FFFFFF;
   font-family: Arial,Helvatica,san-seerif;
   font-size:0.9em;
   line-height:1.4em;
   color:#545454;
   }
   
   p {
   margin:10px 0;
   }
   
   
   ol,ul {
   list-style-type: none;
   }
   
  /*top*/
   
   #top {
   margin:0 0 40px 0;
   border-bottom:1px solid #D1D1D1;
   }
   
     #top h1 {
     margin:50px 0 10px 50px;
     font-weight: normal;
     font-family: Georgia, serif;
     font-size: 270%;
     font-style: italic;
     }       
   
     #top h2 {
     margin:0 0 15px 50px;
     font-weight: normal;
     font-size: 130%;
     font-variant: small-caps;
     }
   
     #top ul#menu-osnovnoe {
     margin:20px 0 10px 45px;
     }
   
        #top ul#menu-osnovnoe li {
        display: inline;
        font-size: 130%;
        font-style: italic;
        margin:0 15px 0 0;
        }
  
  
  /*center*/
  
  #center {
  margin:0 50px;
  }
     
     
     #sidebar {
     float:right;
     width:300px;
     }
     
     
      .widget {
      margin:0 0 20px 0;
      padding:15px;
      border:1px dashed #D1D1D1;
      }
       
       .widget h3 {
       margin:0 0 10px 0;
       font-weight: normal;
       font-size: 140%;
       font-variant: small-caps;
       }
  
  #post-bar {
  margin:0 350px 0 0;
  }
  
  
    .post {
    margin:0 0 100px 0;
    }
      
      .post h2 {
      font-size: 170%;
      font-variant: small-caps;
      font-family: Georgia, serif;
      }
      
      .post p.date {
      margin:5px 0 20px 0;
      font-size: 90%;
      font-family: :Georgia, serif;
      }
      
        .tags-list {
        float:right;
        background-image: url(img/tag.png);
        background-repeat: no-repeat;
        background-position: top left;
        padding:0 0 0 20px;
        }
      
      p.answer {    
      background-image: url(img/balloon-buzz.png);
      background-repeat: no-repeat;
      background-position: top left;
      padding:0 0 0 20px;      
      }
   
   /*footer*/
   
   #footer {
   border-top:1px solid #D1D1D1;
   margin:20px 0 0 0;
   }
   
     #footer-oblogka {
     margin:20px 50px 70px 50px;
     }
     
       #counters {
       float:right;
       }
   
   
   
   /*links*/   
   
   a {
   color:#00A7FF;
   }
   
   a:hover {
   color:#FF5B9B;
   }
   
   
   .clr {
   clear:both;
   }
