/*
Theme Name: Slick
Theme URI: http://www.wpthemefactory.com
Description: Slick is a wordpress theme modified after Super Optimized wordpress theme by wpthemefactory
Version: 1.14
Author: Traian Cazacu & Cojocaru Gabriel
Author URI: beowulf20001979@gmail.com
Tags: fixed width, two columns, adsense, css

    You can find wpthemefactory original theme at http://www.wpthemefactory.com

    Most of the CSS was found and adapted from the Kubrick 1.5
    theme found at http://binarybonsai.com/kubrick/
    
    You can find Lloyd Armbrust's original theme at http://itscalledwebdesign.com/
    and his website at http://lloydmedia.com/

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

*/ 

.clear {
    clear:both;
}
body {
    background-color: #666;
}
h3 {
    font-weight:bold;
}
ol {
    margin: 5px 0px;
}

#page {
    background-color: #fff;
    width: 860px;
    margin: 0px auto;  
}
#header {
    background-color: #000033;
    color: #FFF66B;
    height: 110px;
    padding-left: 10px;
    margin: 10px 0px 1px;
    text-align: center;
    padding: 25px 4px 0px;
}
#headerimg a {
    color: #fff66b;
    font-size: 2.0em;
    font-weight: bold;
    text-decoration:none;
}
#headerimg .description {
    color: #eee;
    font-size: 1.4em;
    padding-left: 6px;
    padding-bottom: 10px;
    text-align: center;
}
#nav {
    background-color: #000033;
    padding: 8px 10px 8px;
}
#wrap {
}
#container {
    margin: 1px 0px 1px;
    background-color: #006699;
}
#content {
    float:left;
    width: 600px;
    padding: 20px;
    background-color: #fff;
}
#content h1 {
    color: #000;
    font-size: 1.8em;
    font-weight: bold;
    padding: 5px 0px 5px;
}
#sidebar {
    float:left;
    width: 200px;
    padding: 10px 10px;
 }
#footer {
    background-color: #000033;
    text-align: center;
    line-height: 1.4em;
    padding: 20px 0px;
    color: #fff;
    margin-bottom: 10px;
}
 #footer a {
    color: #ffffff;
}
.widget {
    clear:both;
    padding-top: 10px;
}
.widget-title{
    list-style-type:none;
    color: #fff;
    font-weight:bold;
    text-decoration: underline;
}
.widget ul, li {
    list-style-type:none;
    font-weight:normal;
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    margin-left: 2px;
}

.post a {
    color: #000;
    text-decoration: none;
    margin: 0px;
    margin-left:-1px;
}
.post h1 {
    color: #000;
    font-size: 1.8em;
    font-weight: bold;
    padding: 5px 0px 5px;
}
.postmetadata a {
    text-decoration: underline;
}
.post-image {
    margin-right: 15px;
    margin-bottom: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentmetadata {
    font-weight: normal;
    }

