/*  
Theme Name: Dotu.Ru
Theme URI: http://dotu.ru/
Description: WordPress theme for <a href="http://dotu.ru/">Dotu.Ru</a>.
Version: 1.0
Author: Peter Shevtsov
Author URI: http://strangerthanfiction.net.ru/
*/

/* Global Styles
----------------------------------------
*/
body {
    font-family: verdana, sans-serif;
    background: #E2DEBF !important;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

a:link {
    color: #3F341D;
}

a:visited {
    color: #85795F;
}

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

p {
    margin: 15px 0;
}

ol {
    list-style-type: decimal;
    margin: 1em 0;
}

ol li {
    list-style-type: decimal;
}

ol ol, ol ol li {
    list-style-type: upper-roman;
}

ul {
    list-style-type: square;
    margin: 1em 0;
}

ul li {
    list-style-type: square;
}

ul ul, ul ul li {
    list-style-type: disc;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 0;
}

li {
    margin-left: 40px;
}

blockquote {
	color: #85795F;
	font: 131% Georgia, serif;
}

.more-link {
    display: block;
    text-align: right;
}

/* Header
----------------------------------------
*/
#hd {
    background: #FFF;
    margin: -10px -9px 10px -9px;
}

#logo {
    padding: 10px 0 0 10px;
}

#logo h1 {
    width: 185px;
    height: 68px;
    background: #fff url("images/logo.png") top left no-repeat;
    overflow: hidden;
    text-indent: -10000px;
}

#logo h1 a {
    display: block;
    positoin: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#logo h2 {
    position: absolute;
    top: 0;
    right: 10px;
}

/* Page Structure
----------------------------------------
*/
#bd {
    background: #E2DEBF;
}

#ft {
    background: #CFC3A7 url("images/footer_logo.png") 99% 50% no-repeat;
    padding: 10px 10px 10px 25px;
    margin: 100px -9px 0 -9px;
    border-top: 1px solid #c2b79d;
}

#ft a:visited {
    color: #3F341D;
}

.yui-g {
    border-bottom: 1px solid #CFC3A7;
}

.yui-g.last {
    border-bottom: none;
}

#teaser {
    background: #85795F url(images/teaser.png) 99% 10% no-repeat;
    margin-bottom: 10px;
    color: #E2DEBF;
}

#teaser a:link, #teaser a:visited, #teaser a:hover {
    color: #FFF;
}

.entry {
    padding: 10px 40px 10px 15px;
}

.tools {
    background: #CFC3A7;
    padding: 5px 10px;
    text-align: right;
}

.search, .calendar, .links, .newsletter, .corners .comments {
    background: #CFC3A7;
    padding: 5px 15px 20px 15px;
}

.links ul, .links li, .corners .comments ul, .corners .comments li {
    list-style: none;
}

.links ul, .corners .comments ul {
    margin-bottom: 0;
}

.links li, .corners .comments li {
    line-height: 20px;
    margin-left: 0;
    padding-left: 20px;
}

.links li {
	background: url(images/web.gif) bottom left no-repeat;
}

.corners .comments li {
	background-image: url(images/comments.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
}

.corners .comments li.wbftSUC_MarkAsRead, .corners .comments li.wbftSUC_NoComments {
	margin-top: 20px;
	background-image: none;
}

.corners .comments li.rss {
	background-image: url(images/feed-icon.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
}

.corners {
    margin-bottom: 10px
}

#wp-calendar {
    width: 100%;
}

#wp-calendar th, #wp-calendar td {
    text-align: center;
}

#wp-calendar #today {
    background: #E2DEBF;
}

#wp-calendar a {
    font-weight: bold;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-weight: normal;
}

/* Headings
----------------------------------------
*/
h1, h2, h3, #wp-calendar caption {
    font-family: georgia;
    margin: 10px 0;
    letter-spacing: -1px;
}

h1 {
    font-size: 197%;
}

h2 {
    font-size: 182%;
}

h3, #wp-calendar caption {
    font-size: 167%;
}

/* Text Styles
----------------------------------------
*/
.entry-meta, .more-link, .tools, #ft {
    font-size: 85%;
}

/* Navigation
----------------------------------------
*/

#langmenu {
    position: absolute;
    right: 5px;
    top: 97px;
}

#langmenu a {
    display: block;
    width: 16px;
    height: 11px;
    text-indent: -1000px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

#langmenu a.en {
    background: url(images/flags/gb.gif) 0 0 no-repeat;
}

#langmenu a.fr {
    background: url(images/flags/fr.gif) 0 0 no-repeat;
}

#navmenu li {
    list-style: none !important;
}

/* Forms
----------------------------------------
*/

label {
	line-height: 2em;
}

label.required {
	background: url("images/required.gif") center right no-repeat;
	padding-right: 20px;
}

.i_search, .i_email, .i_author, .i_url, .i_comment {
    padding: 3px 0;
    text-indent: 20px;
    border: 1px solid #85795F;
	width: 100%;
}

.search .i_search {
}

.newsletter .i_email {
}

.i_search {
    background: #fff url("images/search_bg.gif") center left no-repeat;
}

.i_email {
    background: #fff url("images/email_bg.gif") center left no-repeat;
}

.i_author {
	background: #fff url("images/author_bg.gif") center left no-repeat;
}

.i_url {
	background: #fff url("images/url_bg.gif") center left no-repeat;
}

.i_comment {
	background: #fff url("images/comment_bg.gif") 1px 1px no-repeat;
	height: 20em;
}

/* Comments
----------------------------------------
*/

#comments {
	margin-top: 140px;
}

.comments, .comments-form {
    padding: 10px 40px 10px 15px;
}

.comments dt {
    font-family: georgia;
    margin: 10px 0;
    letter-spacing: -1px;
	font-size: 167%;
}

.comments dd {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CFC3A7;
}

/*Extras
----------------------------------------
*/
a.feed, .feed a {
    padding: 1px 0 1px 20px;
    background: url("images/feed-icon.gif") center left no-repeat;
}

a.comments-link, .comments-link a {
    padding: 1px 0 1px 20px;
    background: url("images/comments.gif") center left no-repeat;
}

a.archive {
    padding: 1px 0 1px 20px;
    background: url("images/archive.gif") center left no-repeat;
}

a.pdf {
    padding: 1px 0 1px 20px;
    background: url("images/pdf.gif") center left no-repeat;
}

a.more-link {
    padding: 1px 20px 1px 0;
    background: url("images/more.gif") center right no-repeat;
}

#teaser a.more-link {
    padding: 1px 20px 1px 0;
    background: url("images/teaser_more.gif") center right no-repeat;
}

.prevpage a, .nextpage a {
	font-weight: bold;
}

.txtright {
	text-align: right;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}
