/*
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: Simon Rimkus
Author URI: http://webdemar.com
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0.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:#fff url(img/bg-body.gif) repeat-x ;
        font:11px/18px Verdana, Tahoma, sans-serif;
        color:#606060;
}

a {
        color:#2c002c;
}

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: 100%;
        height: 200px;
        margin: 0 0 0 0px;
        background: #100010 url(http://kanapa.ovh.org/nieo/nieohead2.png) no-repeat bottom left;
}

#menu {
        position:relative;
        width: 940px;
        height: 30px;
        margin: 10px 0 0 100px;
        padding: 0 0 0 0;
        list-style:none;
}

#content {
        width:940px;
        height:auto;
        margin:0 0 0 100px;
        padding:0 0 0 0;
line-height:70%;
        
}

#reklama {
position: absolute;
height:90px;
margin:100px 0 0 320px;
}

#content-left {
        float:left;
        width:604px;
background: #ffffff;
        height:auto;
}

#content-right {
        float:right;
        width:296px;
        height:auto;
        

}

#footer {
        height:30px;
        padding: 10px 0;
        background:#2c002c;
}

/*        ##################################
           HEADINGS
        ################################## */
        
#header h1 {
        position:absolute;
        bottom:140px;
        left:0px;
        margin: 20px;
        color: #fff;
        font:bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h1 a {
        color: #fff;
        text-decoration: none;
}

#header h2 {
        position: absolute;
        bottom: 15px;
        left: 15px;
        bottom:140px;
line-height:70%;
        margin: 0px;
        color: #C4AFAC;
        font:11px/11px Verdana, Tahoma, sans-serif;
}



h2, h3, h4 {
        margin:0 0 20px 0;
line-height:70%;
}

h3.archive-title {
        margin: 20px 0 0 0;
}

.box-left h2 {
        color:#662625;
        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 {
        margin: 0 0 20px 0;
        color:#662625;
        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:#662625;
        font:bold 12px/12px Verdana, Tahoma, sans-serif;
        text-transform:uppercase;
}

.box-left h2 {        color:#662625;        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;}/*        ##################################
           HEADER
        ################################## */

#menu li {
        float:left;
}

#menu a {
        margin:0 40px 0 0;
        padding:0px;
        color:#fff;
        text-decoration:none;
        font:normal 12px/12px Verdana, Tahoma, sans-serif;
}

/*        ##################################
           CONTENT
        ################################## */
        
/** CONTENT LEFT */

.box-left {
        margin:0px 0;
}

.box-left img {
        float:left;
        margin:0 10px 10px 0;
}

p.tags {
        font:11px/11px Verdana, Tahoma, sans-serif;
}

/** CONTENT RIGHT */



/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*        ##################################
           FORMS
        ################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
    border:1px solid #ccc;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
        border:0;
}

/** SEARCH FORM */

#search {
        width: 190px;
        padding: 5px;
        border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
        border:0;
}

/*        ##################################
           COMMENTS
        ################################## */
        
.comment {
        margin: 0 0 20px 0;
        padding: 20px;
        background: #f7f7f7;
        border: 1px solid #ccc;
}

.comment p {
        margin: 0px;
}

.comment-details {

}

/*        ##################################
           FOOTER
        ################################## */

#footer p {
        width:940px;
        margin:0 0 0 100px;
        padding:0;
        color:#aaa;
        text-align:left;
}

#footer p a {
        color: #bbb;
}

/*        ##################################
           USEFUL
        ################################## */

.clear {
        clear:both;
}
