/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/stylescss');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed-primary.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea { font-size:14px; font-family:Georgia,serif; line-height:22px; }
ul, ol, dd, pre { margin-bottom:22px; }
p { margin-bottom:16px; }
pre, code { font:14px Monaco, monospace; line-height:22px; }
blockquote { color:#666; font-style:italic; }
table { border:1px solid #ccc; border-width:1px 1px 0 1px;
        font-size:13px; line-height:18px; margin:0 0 22px 0; text-align:left; }
caption { text-align:left; }
tr { border-bottom:1px solid #ccc; }
th, td { padding: .7em 1.25em; }
hr { background-color:#ccc; border:0; color:#ccc; height:1px; margin-bottom:22px; }
a:link { color:#004B91; }
a:visited { color:#743399; }
a:active,
a:hover { color: #F00; }

p.excerpt_p { margin-top:10px; }

.entry-title {
    font-family:Georgia,serif;
    font-size:24px;
    font-weight:bold;
    font-style:italic;
    line-height:28px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF0000;
}
.entry-meta {
    font-family:Arial,sans-serif;
    color:#999;
    font-size:11px;
    line-height:18px;
    font-style:normal;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    text-transform:none;
    letter-spacing:0;
}
.entry-meta a {
    color:#999;
    text-decoration:underline;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    text-transform:none;
    letter-spacing:0;
}

.entry-utility {
    color:#999;
    font-size:11px;
    font-family:Arial,sans-serif;
    line-height:18px;
    margin:0 0 20px 0;
}
.entry-utility a {
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #F00;
}
.entry-utility .cat-links,
.entry-utility .tag-links {
    display:block;
}
.entry-utility .edit {
    display:none;
}
.entry-utility .meta-sep {
    display:none;
}
.entry-utility .comments-link {
    float:right;
    font-size:14px;
    font-weight:normal;
    margin-top:-20px;
}
.entry-utility .comments-link a {
    color:#004B91;
}
.entry-utility .comments-link a:hover {
    color:#f00;
}
.hentry {
    padding:40px 0 0 0;
    border-bottom:1px solid #ddd;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:20px;
    font-weight:bold;
    padding:24px 0 18px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:none;
    padding:24px 0 18px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
}

/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:88px 0 44px 0;
}
#blog-title {
    width:230px;
    height:30px;
    background:url('/icons/mirzaaliyev_logo.gif');
}
#blog-title span {
    display:none;
    font-family:Georgia,serif;
    font-size:24px;
    font-weight:bold;
    font-style:italic;
    line-height:30px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #F00;
}
#blog-description {
    color:#999;
    font-size:12px;
    font-style:italic;
    font-weight:normal;
}
#primary, #secondary {
    font-family:Arial,sans-serif;
    font-size:13px;
    color:#aaa;
}
#primary h3, #secondary h3 {
    font-family:Georgia,serif;
    font-size:14px;
    font-style:italic;
    color:#000;
}
#primary ul {
    margin:0 10px 10px 15px;
    padding:0;
}
#primary ul.children {
    margin:0 0 0 13px;
    padding:0;
}
#secondary ul {
    margin:0 0 10px 5px;
    padding:0;
}
#content ul {
    margin-left:25px;
    list-style:circle;
}
#content ol {
    margin-left:25px;
    list-style:decimal;
}