/*  
Theme Name:DO
Theme URI:
Description:OlegD.com scheme
Version:1.0
Author:DO
Author URI:http://olegd.com/
*/

body {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000000;
  font: 62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  background: #DDD;
}

a{
  color: #B85B5A;
  text-decoration: none;
}

a:hover{
  color: #73A0C5;
  text-decoration: none;
}

/* Вся страница целиком:header,...,footer */
#page{
  margin: 20px auto;
  padding: 0;
  width: 760px;
  background: #FFFFFF;
  text-align: left;
}

#header{
  border-bottom: 5px solid #73A0C5;
  background: url('images/hdr.jpg') #666666 no-repeat;
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
  height: 180px;
}

#header h1{
  padding-top: 55px;
  margin: 0;
  font: 3em "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/********************************* CONTENT ************************************/

/* Первый столбец */
#content{
  float: left;
  width: 490px;
  padding: 20px 40px 20px 40px;
  text-align: justify;
	overflow-x:hidden; /* HACK: IE bug. Otherwise an <i> tag increases width of the 1st column */
}

/* HR для IE */
#content hr {
  width: 0px;
  margin: 0 -1px 0 0;
  display: list-item;
  list-style: url(images/hr.png) inside;
  filter: alpha(opacity=0); /* без этого HR становится на 1px шире */
}

/* HR для Opera */
html>/**/body #content hr {
  border: none;
  width: 490px;
  margin: 0;
  background: url(images/hr.png) no-repeat center;
  height: 19px;
}

/* Тема, Архив за */
#content .pagetitle{
  padding-bottom: 10px;
  color: #666666;
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
}

/************************************ POST ************************************/

/* Дата */
.post .postdate{
  padding: 0;
  margin: 0;
  color: #888888;
  font-size: 1.1em;
  line-height: 2em;
  float: right;
}

/* Темы: ... */
.post .postmetadata{
  padding: 0;
  margin: 0;
  color: #888888;
  font-size: 1.1em;
}

.post .postmetadata a{
  color: #888888;
  border-bottom: 1px dotted #888888;
}

.post .postmetadata a:hover {
  color: #73A0C5;
}

/* Списки чере >> только для Opera */
html>/**/body .post ul{
  list-style: none;
}

/* Читать полностью */
.post .more-link {
  font-size: 0.9em;
}

.post .posttext {
  font-size: 1.2em;
  line-height: 1.4em;
}

.post h1{
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  font-weight: normal;
}

.post h1 a {
  color: black;
}

.post h1 a:hover{
  color: #73A0C5;
}

.post h2{
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: normal;
}

.post ul li:before{
  margin-left: -1.5em;
  display: block;
  color: #73A0C5;
  content: "\00BB \0020";
  height: 0;
}

.post ul {
  margin-left: 3em;
  padding-left: 0px;
}

.post li>p {
  margin-top: 0;
}

.post blockquote {
  padding: 0 2em;
  margin: 0 0 0 3em;
  border-left: 2px solid #73A0C5;
  display: block;
  background: #F4F4F4;
}

.post pre {
  margin: 0;
  padding: 5px 5px 5px 5px;
  width: 470px;
  background: #EEEEEE;
  overflow: auto;
}

.post img {
  border: 0;
  padding: 0;
  margin: 0;
}

.post code {
  font-family: "Courier New", Courier, monospace;
}

/* эпиграфы кое-где */
.post .epigraph {
  margin-left: 300px;
  display: block;
  font-style: italic;
  text-align: right;
}

/* подпись к некоторым заметкам */
.post .sign {
  font-style: italic;
  text-align: right;
}

/************************************ NAVIGATION ************************************/
.nav-top {
  font-size: 1.1em;
  border-bottom: 1px dotted black;
  height: 14px;
  margin-bottom: 10px;
}

.nav-bot {
  font-size: 1.1em;
  height: 14px;
}

.nav-top .left,.nav-bot .left {
  float: left;
}

.nav-top .right,.nav-bot .right {
  float: right;
}

/************************************ SIDEBAR ************************************/
#sidebar{
  padding: 20px 10px 10px 0;
  width: 180px;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
}

#sidebar form{
  margin: 0;
  padding: 0;
}

/* Строка поиска */
#sidebar #s{
  width: 110px;
}

#sidebar h2{
  margin: 10px 0 5px 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: normal;
}

#sidebar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li{
  margin: 0;
  padding: 0;
}

#sidebar ul li:before{
  content: "\00BB \0020";
}

#sidebar ul li ul{
	margin-left: 10px;
}

#sidebar ul li ul li:before{
  content: "";
}

/************************************ FOOTER ************************************/
#footer{
  padding: 10px 0 10px 0;
  clear: both;
  border-top: 1px dotted #888888;
  text-align: center;
}
