/*
Theme Name: Cheerful Blues
Theme URI: http://www.ezwpthemes.com/templates/cheerful_blues.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: green, fixed width, two columns, left sidebar, threaded comments, widget ready, adsense ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
* {
        margin: 0;
        padding: 0;
}
body {
        font-size: 62.5%; /* Resets 1em to 10px */
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        background: url(images/bg.gif) left top #C5DEDA;
}
a, body a {
        text-decoration: none;
        color: #000;
}
a:hover, body a:hover {
        color: #3c1971;
        text-decoration: underline;
}
a img {
        border: none;
}
img {
        border: none;
}
h1, h2, h3 {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
}
h1 {
        font-size: 4em;
}
h2 {
        font-size: 1.6em;
}
h3 {
        font-size: 1.6em;
}
acronym, abbr, span.caps {
        font-size: 0.9em;
        letter-spacing: .07em;
        cursor: help;
        border-bottom: 1px dashed #666;
}
blockquote {
        margin: 5px 20px;
        padding: 0;
        color: #333;
        border: 1px dashed #999;
        background: #EBEDF9;
}
blockquote p {
        padding: 10px 20px;
        display: block;
}
code {
        display: block;
        margin: 5px 20px;
        padding: 10px 20px;
        font-size: 1.2em;
        color: #333;
        border: 1px dashed #999;
        background: #FEFAE1;
}
.endline {
        clear: both;
}

/* Layout */
#wrapper {
        min-width: 1000px; /* not working in IE6 */
        float: left;
        background: url(images/container_bg.jpg) left top repeat-y;
}
#bottom_frame {
        padding-bottom: 50px;
        background: url(images/bottom_frame.jpg) no-repeat left bottom;
}
#top_frame {
        background: url(images/top_frame.jpg) no-repeat left top;
}
#header {
        width: 1000px;
        height: 316px;
        overflow: hidden;
        position: relative;
}
#container {
        width: 1000px;
        position: relative;
        padding: 0px 0 220px 0;
}
#footer {
        width: 1000px;
        clear: both;
        color: #000;
        line-height: 16px;
        font-size: 1.1em;
        text-align: left;
}

/* Header */
#header h1 {
        font-size: 4em; /* Blog title */
        text-align: left;
        padding: 20px 30px 0 370px;
}
#header h1 a {
        text-decoration: none;
        color: #008997;
}
#header h2 {
        color: #00a2b2;
        text-align: left;
        font-size: 1.2em; /* Blog Description */
        margin-top: -4px;
        padding: 0 30px 0 431px;
}
/* menu */
#menu {
        width: 295px;
        height: 30px;
        position: absolute;
        left: 450px;
        top: 173px;
        overflow: hidden;
}
#menu ul {
        padding: 0px;
        list-style-type: none;
}
#menu ul li {
        /*width: 126px;*/
        display: inline;
        height: 30px;
        margin: 0;
        padding: 0 10px;
        font-size: 1.8em; /* menu Font Size */
        font-weight: bold;
        text-align: center;
        float: left;
}
#menu ul li a {
        width: auto;
        height: 30px;
        margin: 0;
        padding: 0 0px;
        line-height: 36px;
        display: block;
        text-decoration: none;
        float: left;
        color: #6c6617;
}
#menu ul li a:hover {
        color: #008997;
}
#menu ul ul {
        margin: 0;
        padding: 0;
}
#menu ul ul li {
        margin: 0;
        padding: 0;
        font-size: 1em;
}
#rss {
        width: 58px;
        height: 58px;
        position: absolute;
        left: 900px;
        top: 196px;
}
/* searchform */
#searchform {
        width: 162px;
        height: 30px;
        position: absolute;
        left: 652px;
        top: 215px;
}
.searchtext {
        width: 104px;
        color: #333;
        border: 0;
        background: none;
}
#searchsubmit {
        border: 0;
        width: 39px;
        height: 21px;
}

/* welcome */
#welcome {
        width: 303px;
        height: 151px;
        font-size: 1.0em;
        line-height: 14px;
        margin: 0;
        clear: both;
        padding: 0;
        color: #000;
        text-align: justify;
        background: url(images/welcome_bg.jpg) no-repeat left top;
}
#welcome div {
        width: 240px;
        height: 122px;
        overflow: hidden;
        padding: 0px 0 0 39px;
}
#welcome a:link {
        color: #B5528B;
} 
#welcome div a:hover {
        text-decoration: none;
        color: #049BC6; 
}
#welcome div div {
        margin: 0;
        padding: 0;
}

/* Content */
#content {
        width: 500px;
        padding: 0 0px 0 112px;
        display: inline;
        margin: 0 0 0 0px;
        float: left;
}
.post {
        width: 500px;
        padding: 0;
        margin: 0px 0 15px 0;
        position: relative;
}
.post h2 {
        width: 500px;
        line-height: 20px;
        margin: 0 0 0 0px;
        padding: 3px 0px 0px 0px;
        font-size: 1.6em; /* Post title */
}
.post h2 a {
        color: #734dac;
}
.post h2 a:hover {
        text-decoration: none;
        color: #D78160;
}
.postmetadata {
        margin: 2px 5px 0 0;
        display: block;
        text-align: right;
        color: #003f9d;
        font-size: 1.2em;
}
.postmetadata a {
        color: #6f71b0;
        text-decoration: underline;
}
.postmetadata a:hover {
        text-decoration: none;
}
.post_date {
        width: 66px;
        height: 33px;
        position: absolute;
        top: 16px;
        right: -84px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        font-weight: bold;
        font-size: 1.1em;
        background: url(images/date_bg.gif) no-repeat;
}
.entry {
        width: 100%;
        overflow: hidden;
        padding: 10px 0 0 0;
        color: #000;
        font-size: 1.2em;
        line-height: 20px;
}
.tags {
        font-size: 1.2em;
        color: #734dac;
        margin: 10px 0 0 0px;
}
.tags a {
        color: #734dac;
        text-decoration: underline;
}
.tags a:hover {
        color: #D78160;
        text-decoration: none;
}
.notfound {
        margin: 100px auto;
        text-align:center;
        font-size: 4em;
        font-weight: bold;
        color: #7e2d17;
}
.post_ads {
        padding: 0 0 0 24px;
}

/* Sidebar */
#sidebar {
        width: 303px;
        padding: 0;
        margin: 0 0 0 0;
        float: left;
        background: url(images/sidebar_bg.jpg) repeat-y left top;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar_cotent {
        width: 303px;
        background: url(images/sidebar_shadow.jpg) no-repeat right bottom;
}
#sidebar_left {
        width: 215px;
        float: left;
        background: url(images/sidebar_top_frame.jpg) no-repeat left top;
}
#sidebar_right {
        width: 88px;
        float: left;
        height: 70px;
        background: url(images/sidebar_paper.jpg) no-repeat left top;
}
#sidebar_bottom_frame {
        width: 215px;
        height: 17px;
        background: url(images/sidebar_bottom_frame.jpg) no-repeat left top
}
#sidebar_cotent h3 {
        font-size: 1.8em; /* Sidebar Title */
        line-height: 23px;
        font-weight: bold;
        margin: 0 0 0 0px;
        padding: 0px 0px 6px 33px;
        color: #8570A5;
}
#sidebar_cotent ul {

        overflow: hidden;
        margin: 0;
        padding: 30px 0 0px 10px;
        list-style-type: none;
}
#sidebar_cotent ul li {

        padding: 0 0 0 10px;
        margin: 12px 0 0px 0;
}
#sidebar_cotent ul li a {
        color:#272b2e;
}
#sidebar_cotent ul li a:hover {
        color: #885412;
}
#sidebar_cotent ul ul {

        margin: 0px 0 0 0;
        padding: 0 0 0 2px;
        background: none;
}
#sidebar_cotent ul ul li {

        margin: 0 0 0 0px;
        line-height: 18px;
        font-size: 1.2em;
        background: url(images/sidebar_li.gif) no-repeat left 5px;
        padding: 3px 0 3px 20px;
}
#sidebar_cotent ul ul li li {
        font-size: 0.9em;
        background: url(images/sidebar_li2.gif) no-repeat left 5px;
}
#sidebar_cotent .textwidget {
        margin: 7px 0;
}
#sidebar_cotent select {
        margin: 7px 0;
        width: 95%;
}
.sidebar_ads {
        width: 180px;
        height: 150px;
        margin: 25px 0 5px 1px;
}

/* sidebar bottom */
#sidebar_bottom {
        width: 273px;
        padding: 15px 0 0 0;
        clear: both;
        background: url(images/container_bg.jpg) left top;
}
#sidebar_bottom h3 {
        font-size: 1.8em; /* Sidebar Title */
        line-height: 23px;
        font-weight: bold;
        margin: 0 0 0 0px;
        padding: 0px 0px 6px 33px;
        color: #049BC6;
}
#sidebar_bottom ul {
        background: url(images/recent_bg.jpg) repeat-y left top;
        width: 273px;
        overflow: hidden;
        padding: 3px 0 0 0;
        display: block;
        list-style-type: none;
}
#sidebar_bottom ul li {
        width: 273px;
        overflow: hidden;
        padding: 0px 0px 20px 10px;
}
#sidebar_bottom ul ul {
        background: none;
        width: 273px;
        padding: 0px 0px 0px 0px;
        margin: 0 0 0 0px;
}
#sidebar_bottom ul li a {
        color:#272b2e;
}
#sidebar_bottom ul li a:hover {
        color: #885412;
}
#sidebar_bottom ul ul li {
        width: 240px;
        display: block;
        overflow: hidden;
        font-size: 1.2em;
        padding: 1px 0 4px 15px;
        line-height: 15px;
        float: none;
background: url(images/bullet_purple.gif) no-repeat left 2px;   
}
#sidebar_bottom ul ul li a {
        display: block;
        padding: 0 0 0 0px;
        color: #000;
}
#sidebar_bottom ul ul li a:hover {
        color: #c20;
}
/* Footer */
.credit {
        float: left;
        padding: 15px 0px 0px 455px;
}
.credit a {
        color: #000;
        text-decoration: none;
}
.credit a:hover {
        text-decoration: none;
        color: #000;
}

/* Calendar */
#wp-calendar {
        empty-cells: show;
        margin: 10px auto 0;
        width: 100%;
}
#wp-calendar #next a {
        padding-right: 10px;
        text-align: right;
        font-size: 1.1em;
}
#wp-calendar #prev a {
        padding-left: 10px;
        text-align: left;
        font-size: 1.1em;
}
#wp-calendar a {
        display: block;
        font-weight: bold;
        text-decoration: none;
}
#wp-calendar a:hover {
        background: #000;
        color: #fff;
}
#wp-calendar caption {
        text-align: center;
        width: 100%;
        font: bold 1.3em Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
        padding: 3px 0;
        font-size: 1.2em;
        text-align: center;
}
#wp-calendar th {
        font-style: normal;
        font-size: 1.2em;
        text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
        margin: 18px 0 0 0px;
}
.bookmark ul {
        display: inline;
}
.bookmark ul li {
        background: none;
        display: inline;
        list-style-type: none;
}
.bookmark_line img {
        border: 0;
}

/* Comments */
.read_comments {
        height: 32px;
        text-align: right;
        margin: 10px 0 0 0;
}
.read_comments a {
        padding: 0px 0 0px 0px;
        font-size: 1.2em;
        color: #348da1;
        font-weight: bold;
}
h3#comments {
        padding: 0 0 0 0px;
}
h3#comments, #respond h3 {
        padding-top: 10px;
        font-size: 1.4em;
        color: #333;
}
#commentform {
        margin: 5px 0 0 0px;
}
#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
        width: 98%;
        padding: 2px;
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
        margin: 5px 0;
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
        margin: 0 0 5px auto;
        float: right;
}
#respond {
        padding: 0 0 0 10px;
        color: #333;
}
#respond:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.commentlist {
        padding: 0 0 0 0px;

}
.commentlist li {
        margin: 15px 0 0px;
        padding: 5px 5px 10px 10px;
        list-style: none;
        font-weight: bold;
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
        margin-right: -5px;
        margin-left: 10px;
        font-size: 1em;
}
.commentlist p {
        margin: 10px 5px 10px 0;
        font-weight: normal;
        line-height: 1.5em;
        font-size: 1.2em;
        text-transform: none;
}
.commentlist li .avatar {
        float: right;
        border: 1px solid #333;
        padding: 2px;
        background: #fff;
}
.commentlist li a {
        color: #000;
}
.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 1.2em;
}
.nocomments {
        text-align: center;
}
.commentmetadata {
        font-size: 1.2em;
        display: block;
        font-weight: normal;
}
.thread-alt {
        background-color: #dcbea4;
}

.thread-even {
        background-color: #e3cbb3;
}
.depth-1 {
        border: 1px solid #000;
}
.alt {
        border-left: 1px solid #666; /* odd page */
        background-color: #D0E4E1;
        padding: 10px;
}
.even {
        border-left: 1px solid #666; /* even page */
        background-color: #BBD8D4;
}

/* Images */
p img {
        max-width: 100%; /* not working in IE6 */
}
img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
}
img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
}
.alignright {
        float: right;
}
.alignleft {
        float: left
}

/* Captions */
.aligncenter, div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
        margin: 10px;
}
.wp-caption img {
        border: 0 none;
}
.wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
}
#content .entry ul {
        margin: 0 22px;
        list-style-type: disc;
}
#content .entry ol {
        margin: 0 30px;
        list-style-type:decimal;
}
p {
        margin: 6px 0;
}

#sovetform input {
        width: 250px;
        padding: 2px;
        margin: 5px 5px 1px 0;
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sovetform textarea {
        width: 92%;
        padding: 2px;
        font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
