@charset "utf-8";
/*  
Theme Name: Tattler
Theme URI: http://tattler.com.ua/
Description: 
Version: 1.0
Author: Kirill Slavetski
Author URI: http://slavetski.com/

	This theme was built by Nick Asmolovsky,
	whose home page you will find at http://anick.ru/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* ////////////////////////////////////////////// */
/* CSS for Tattler.com.ua                         */
/* by Nick Asmolovsky (http://anick.ru/)          */
/* ////////////////////////////////////////////// */



/* Reset (by Eric Meyer)                     
============================================ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd,  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
}

img{
    background-color: #fff;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
code{
    font-size: 90%; COLOR: #999999;
}
:focus {
    outline: 0;
}
body {
    line-height: 100%;
    color: #333333;
    background: white;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

th{
    font-size: 75%;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
.quotation {
    padding-left: 40px; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; background-color: #FEF3E2; font-style: italic; margin-bottom: 10px;
}



/* Main tags
============================== */
body, html {
    margin-top: 0;
    padding-top: 0;
}
body, p, td, tr, a, div{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 16px; 
} 
p{
    padding-bottom: 10px;
}

ul{
    padding: 0;
    margin: 0;
}

li{
    padding-bottom: 3px;
}

ol{
    list-style: 
}
span{
    font-size: 85%; COLOR: #999999;
}
.infosource{
    font-size: 85%;
}

/* Links
============================== */
a:link {
    color: #e2910b;
    text-decoration: none;
    line-height: 100%;
}
a:visited {
    color: #e2910b;
    text-decoration: none;
    line-height: 100%;
}
a:hover, a.more-link:hover {
    background-color: #e2910b !important;
    color: white;
    text-decoration: none;
    line-height: 100%;
}
a:active {
    color: #e2910b;
    background-color: #FFFFFF;
    line-height: 100%;
}


h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover{
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}





                   

/* Structure
============================== */
#wrap {
    width: auto;
    margin-left: 100px;
    margin-right: auto;
    overflow: visible;
}

#header{
    padding-top: 40px;
    padding-bottom: 40px;
}

.middle {
    float: left;
    width: 500px;
}

.right {
    float: left;
    margin-left: 20px;
    width: 300px;
}

#clear {
    display: block;
    clear: both;
    width: 100%;
    height: 20px;
    overflow:hidden;
}




/* Blocks
============================ */
.billet{
    background-color: #e2910b;
    color: #fff;
    background-image: url(/wp-content/themes/tattler/i/bg.jpg);
    padding: 4px 5px 7px 9px;     
}

.billet a:link,
.billet a:visited,
.billet a:active,
.billet a:hover{
    color: #fff;
    background:  transparent;
    text-decoration: underline;
}

.search {
    padding-top: 10px;
    padding-bottom: 13px;
}
#query{
    margin: 0;
    padding: 0;
    border: 1px #9ba3a9 solid;
    width: 230px;
    margin-right: 4px;
    height: 20px;
}

#querysubmit {
    margin: 0;
    padding: 0;
} 

.block{
    padding-top: 23px;
    padding-left: 2px;
}

.block p{
    padding-top: 7px;
    margin-left: -1px;
}

.block ul{
    padding-top: 3px;
}


/* Copywrite
========================== */
.copywrite{
    padding-top: 35px;
}

.copywrite p{
    font-size: 11px;
    line-height: 14px;
    color: #000;
}

.copywrite a{
    font-size: 11px;
}


/* Nav
=========================== */
.navigation {
    padding-top: 10px;
}

.alignleft{
    float: left;
}
.alignright{
    float: right;
}


/* ENTRY
============================ */
.entry{
    padding-bottom: 50px;
}

.entry .date{
    color: #999999;
    font-family: Arial;
    font-size: 11px;
    margin-bottom: -2px;
}

.entry .follow{
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
}
.entry .comments{
    width: 200px;
    float: left;
}
.entry .tags{
    float: right;
    width: auto;
    text-align: right;
}

.entry h1{
    font-size: large;
    padding-bottom: 4px;
}



/* Tags
=============================== */
.tags{
    color: #999999;
    font-size: 11px;
}
.tags a:link,
.tags a:visited{
    color: #666666;
    font-size: 11px; 
    background-color: #fff;
}

.tags a:active,
.tags a:hover{
    color: #fff;
    font-size: 11px; 
    background-color: #666666;
}


/* Comments
======================= */

table#reply .text{
    padding-bottom: 15px;
    width: 500px;
}
#reply .name {
    width: 370px;
    font-weight: bolder;
    float: left;
    color: #333333;
    font-size: 11px;  
    padding-bottom: 0px;
}

#reply .time {
    text-align: right;
    float: right;
    width: 130px;
    color: #999999;
    font-family: Arial;
    font-size: 11px;
    padding-bottom: 0px;
}
#reply .time {
    vertical-align: top;
    padding-top: 0px;
}
#reply {
    padding-bottom: 30px;
}


/* Sidebar
============================ */
.right ul{
    list-style: none;
}

.right h2,
.right h2 a,
.right h2 a:hover{
    padding-bottom: 8px;
    font-weight: 130%;
    font-size: 16px;
    color: #e2910b;
    background-color: #fff;
}
.right h2 a:visited,
.right h2 a:link,
.right h2 a{
    text-decoration: underline;
}
.right h2 a:hover{
    text-decoration: none;
}

/* Hacks
=========================== */
textarea{
    width: 328px;
    border: 1px solid #9ba3a9;
    height: 100px;
}


h2.pagetitle{
    font-size: large;
    color: #999999;
    padding-bottom: 40px;
}

span.dark{
    color: #000; 
}
