/*
Theme Name: Fyodor Koulba Theme
Theme URI: http://fyodor.koulba.net/
Description: Private theme for Fyodor Koulba's blog.
Version: 0.1
Author: Fyodor Koulba

*/

body {
  background: url('images/back.gif') #222;
  margin: 0px;
  padding: 0px;
}

.frame {
  /*width: 878px;*/
  /*width: 80%;*/
  margin: 20px auto;
  background: #FFF;
  padding: 10px;
  position: relative;
}

/*.frame {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}*/

.frame {
  min-width: 620px;
  max-width: 920px;
}

* html .frame {
  width: expression(document.body.clientWidth < 680 ? '620px' : document.body.clientWidth < 980 ? 'auto' : '920px');
}

  .header {
    color: #333;
    background: #EEE;
    padding: 10px;
    height: 67px;
  }

    .title_logo {
      float: left;
      margin-right: 10px;
    }

    .title_big {
      font-size: 30pt;
      text-transform: uppercase;
      font-family: Georgia, Times, "Times New Roman", serif;
    }

    .title_small {
      font-size: 12pt;
    }

  .navigation {
    margin: 10px 0px;
    background: #C80000;
    overflow: hidden;
  }

  * html .navigation {
    zoom: 1;
  }

    .navigation .button {
      float: left;
      /*height: 33px;*/
      text-align: center;
      background: #C80000;
      border-right: 10px solid #FFF;
    }

      .navigation .button a {
        color: #FFF;
        text-decoration: none;
        display: block;
        padding: 7px 14px;
      }

        .navigation .button a:hover {
          color: #FFF;
          background: inherit;
          background: #800;
        }

      .navigation .selected {
        background: url('images/btn_selected_2.gif') center bottom no-repeat;
      }

  .inner_frame {
    background: #EEE;
  }

    .column1 {
      background: #FFF;
      margin-right: 240px;
    }

      .column2 {
        overflow: hidden;
        margin-right: -240px;
      }

      * html .column2 {
        zoom: 1;
      }

    .sidebar {
      float: right;
      width: 220px;
      background: #EEE;
      /*display: none;*/
      padding: 10px;
    }

    .content {
      color: #333;
      background: #FFF;
      margin-right: 240px;
      padding: 10px;
      /*border-right: 1px dashed #BBB;*/
    }

  .footer {
    margin: 10px 0px 0px;
    color: #FFF;
    background: #C80000;
    /*text-align: right;*/
    padding: 5px 10px;
    font-size: 10pt;
  }

.sidebar h3 {
/*  background: #CCC;
  padding: 2px 10px;
  margin: 0px -10px;
*/
  font-weight: bold;
}

.search {
  position: absolute;
  right: 10px;
  top: 10px;
}

  /*#searchform {
    position: absolute;
    top: 65px;
    right: 20px;
  }*/

ul.widgets {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.widget-container {
  margin: 0px 0px 10px;
  padding: 10px;
  /*border-bottom: 1px dashed #BBB;*/
  background: #FFF;
}

.widget_categories ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.post {
  margin-bottom: 20px;
}

  .post-head {
    margin: 0px 0px 10px;
  }

    .post h2, .post h3 {
      margin: 0px 0px 0px -0.07em;
    }

    .post .time {
      color: #666;
      font-size: 80%;
    }


a {
  color: #000;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

h3 {
  margin: 0;
}

body, table {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
}

p, ul, ol, table, blockquote {
  margin: 0px 0px 10px;
}

h2, h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
}

h2 {
  font-size: 144%;
}

h3 {
  font-size: 120%;
}

  h2, h2 a {
  }

ul, ol {
  padding: 0px 0px 0px 1.5em;
}

table {
  border-collapse: collapse;
}

  th, td {
    padding: 2px;
    border: 1px solid #C80000;
  }

  th {
    color: #FFF;
    background: #C80000;
  }

blockquote {
  padding-left: 10px;
  border-left: 2px solid #C80000;
}

img {
  border: none;
}

/* FIXME: Оставить коммент - задать нормальный размер или заменить на редактор */
textarea {
  width: 400px;
}



