/*
Theme Name: deLight
Theme URI: http://webdemar.com/demo/?wptheme=deLight
Description: Nice and simple WordPress Theme by <a href="http://webdemar.com">webdemar</a>.
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, fixed width, widget ready, widgets, dropdown menu, right sidebar, two columns, gravatars, valid XHTML, valid CSS
Version: 1.2.2
*/

/*
        - GENERAL
        - BASIC LAYOUT
        - HEADINGS
        - HEADER
        - CONTENT
                + CONTENT LEFT
                + CONTENT RIGHT
                + WORDPRESS CSS
        - FORMS
        - COMMENTS
        - FOOTER
        - USEFUL

/*        ##################################
           GENERAL
        ################################## */

body {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        background: url(img/bg-body.gif) repeat center top; 
        font: 11px/18px Verdana, Tahoma, sans-serif;
        color: #555558;
}

a {
        color: #7f486a;
        outline: none;
}

blockquote {
        margin: 0 0 0 20px;
        padding: 0 0 0 20px;
        border-left: 5px solid #f3f4f0;
}

img {
        border: none;
}

ul, ol {
        margin: 0 0 20px 20px;
        padding: 0px;
}

/*        ##################################
           BASIC LAYOUT
        ################################## */

#header {
        position: relative;
        width: 1000px;
        height: 140px;
        margin: 0 auto;
        background: url(img/banner_mishka.jpg) no-repeat bottom center;
}

#content {
        width: 940px;
        height: auto;
        margin: 0 auto;
        padding: 0px;
}

#content-left {
        float: left;
        width: 560px;
        height: auto;
        padding: 20px 0 0 0;
}

#content-right {
        float: right;
        width: 340px;
        height: auto;
        padding: 15px 0 0 0;
}

#footer {
        padding: 10px 0;
        background: url(img/footer.gif) no-repeat bottom center;
}

/*        ##################################
           HEADINGS
        ################################## */

#header  H1{
        PADDING-RIGHT: 270px;
        PADDING-BOTTOM: 0px;
        PADDING-TOP: 116px;
        MARGIN: 0px 0px 3px;
        FONT: 16px/18px 'Lucida Grande', Verdana, Arial, Sans-Serif;
        COLOR: #fdedf7;
        TEXT-ALIGN: right

}


#header h1 a {
       color: #FDEDF7;
       text-decoration: none;
       }

#header h1 a:hover {
       color: #BB578E;
       }

#header img {
       border:none;
       }

#header h2 {
        position: absolute;
        bottom: 30px;
        left: 5px;
        margin: 0px;
        color: #efc9e0;
        font: 11px/11px Verdana, Tahoma, sans-serif;
}

h2, h4 {
        margin: 0 0 20px 0;
        color: #7f486a;
}

.box-left h2 {
        color: #7f486a;
        font: bold 24px/34px Georgia, "Times New Roman", Times, serif;
}

.box-left h2 a {
        text-decoration: none;
}

.box-left h2 a:hover {
        text-decoration: underline;
}

.box-left h3 {
        color: #bb578e;
        font: bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
        color: #C4AFAC;
        font: 11px/11px Verdana, Tahoma, sans-serif;
}

.box-right h3 {
        color: #bb578e;
        font: bold 12px/12px Verdana, Tahoma, sans-serif;
}

/*        ##################################
           HEADER
        ################################## */

#menu {
        background: url(img/bg_subhead.gif) no-repeat bottom center;
        position: relative;
        width: 1000px;
        height: 23px;
        margin: 0 auto;
}

/*        ##################################
           CONTENT
        ################################## */

/** CONTENT LEFT */

.box-left {
        margin: 0 0 40px 0;
}

p.tags {
                clear: both;
        font: 11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */

#box-rss {
        height: 80px;
        margin: 0 0 20px 0;
        background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
        display: block;
        height: 50px;
        padding: 30px 0 0 60px;
        background: url(img/rss-icon.jpg) no-repeat 20px 20px;
        font: 12px/14px Verdana, Tahoma, sans-serif;
        text-decoration: none;
}

.box-right {
        margin: 20px 0;
        font: 11px/11px Verdana, Tahoma, sans-serif;
        background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right-top{
        height: 20px;
        background: url(img/bg-box-right-top.gif) no-repeat left top;
}


.box-right h3 {
        padding: 0px 20px 0 20px;
}

.box-right-content {
        margin: 0 20px;
}

.box-right-bottom {
        height: 20px;
        background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

.box-right li {
        line-height: 24px;
}


.box-right ul li ul {
        margin: 0;
        padding: 0 0 0 20px;
        list-style: none;
}

.box-right ul li ul li ul {
        margin: 0;
        padding: 0 0 0 20px;
        list-style: none;
}

.box-right p {
        margin: 10px 0 0 0;
}

/*        ##################################
           FORMS
        ################################## */

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #d693bc;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    background: url(img/bg-form-text.gif) repeat-x left top;
    border: 1px solid #d693bc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #d693bc;
        border: 0;
}

/** SEARCH FORM */

#search {
        width: 190px;
        padding: 5px;
        background: url(img/bg-form-text.gif) repeat-x left top;
        border: 1px solid #d693bc;
}

#search-submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #d693bc;
        border:0;
}

/*        ##################################
           COMMENTS
        ################################## */

.comment {
        margin: 0 0 20px 0;
        padding: 20px;
}

.comment p {
        margin: 0px;
}

.comment-details {
        border-bottom: 1px solid #fadfef;
}

.comment img {
        float: none;
        vertical-align: middle;
}

img.avatar {
        float: left;
        margin: 0 10px 10px 0;
}

/*        ##################################
           FOOTER
        ################################## */

#footer p {
        text-align: center;
        color: #555558;
        font-size: 0.9em;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

#footer p a {
        color: #555558;
}

/*        ##################################
           USEFUL
        ################################## */

.clear {
        clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
        width: 100%;
}

#calendar_wrap td {
        text-align: center;
}

#wp-calendar caption {
        margin: 0 0 10px 0;
        padding: 5px;
        background: #bb578e;
        color: #fff;
}

#tag_cloud {
        line-height:normal;
}