/*

Theme Name: Clover
Description: The clover wordpress theme.
Version: 1.2
Author: Ori Pearl
Author URI: http://oripearl.110mb.com

Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
*/

body
{
        margin: 0;
        padding: 0;
        color: #fff;
        font: 13px/18px Verdana, Tahoma, sans-serif;
        background: #333333;
}

a
{
        color: #ffffff;
}

a:hover  {color: green; }

a:link   {color: #6495ed;
         text-decoration: none;
         }


a:active {color: #6495ed;
         text-decoration: none;
         }


a:visited {color: #6495ed;
         text-decoration: none;
         }



/*** Header ***/
#header
{
        height: 10px;
        line-height: 4px;
        width: 750px;
        margin: 22px auto;
        /* border-bottom: solid 1px #ababab;*/
        padding-bottom: 5px;
        padding-top: 0px;

}

#header h1
{
        font-weight: normal;
        font-size: 30px;
}

#header h2
{
        font-weight: normal;
        font-size: 14px;
        color: #ffffff;
}

#header h1 a
{
        color: #888888;
        text-decoration: none;
}

#header #logotitle
{
}

#header #logotitle #logo
{
        float: left;
        width: 34px;
        height: 10px;
}

#header #logotitle #title
{
        position: relative;
        top: 10px;
        left: 24px;
}

#header #menu
{
        float: right;
        width: 500px;
        position: relative;
        height: 30px;
        bottom: 42px;
        left: 100px;
        list-style:none;
}

#header #menu li
{
        float: left;
}

#header #menu a
{
        margin: 0 40px 0 0;
        padding: 0px;
        color: #ffffff;
        text-decoration: none;
        font: normal 15px Verdana, Tahoma, sans-serif;
}

#header #menu a:hover
{
        color: #666666;
}

/*** Main ***/
#main
{
        width: 850px;
        margin: 0 auto 0 30px ;
}

#main #content
{
        float: left;
        width: 600px;
        margin-top: 0px;
}

.post
{
        margin-bottom: 70px;
        line-height: 20px;
}

.post .postheader h2
{
        font-size: 17px;
        margin-bottom: 3px;
}

.post .postheader h2 a
{
        text-decoration: none;
        color: #888888;
}

.post .postheader h2 a:hover
{
        text-decoration: underline;
}

.post .postheader .postmeta
{
        width: 600px;
        font-size: 11px;
        border-bottom: solid 1px #ababab;
        padding-bottom: 5px;
}

.post img
{
        padding: 0px;
        border: solid 1px #333333;
}

/*** Sidebar ***/
#sidebar
{
        float: left;
        width: 200px;
        line-height: 23px;
        margin-top: 20px;
        margin-left: 20px;
        padding: 10px 0 0 10px;
        border-left: solid 1px #ababab;
        font-size: 12px;
}

#sidebar img
{
        border: none;
}

#sidebar ul
{
        list-style: none;
        margin-top: 0;
        white-space: normal;
        margin-left: 0;
        padding-left: 10px;
        text-indent: -10px;
        

}

#sidebar .sidebarbox
{
        margin-bottom: 40px;
}

#sidebar .sidebarbox h3
{
        color: #888888;
        font-size: 15px;
        margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
        margin-top: 4px;
}
.searchform #search
{
        width: 140px;
        border: 1px solid #ababab;
        background: #777777;
}

/*** Comments ***/
.allcomments h3
{
        font-size: 15px;
}

.commentbox
{
        margin: 0 0 20px 0;
        padding: 10px;
        border: 1px solid #ababab;
        background: #777777;
}

.commentbox .avatar
{
        float: left;
        margin-right: 5px;
}

.commentbox small
{
        font-size: 11px;
}

.commentbox p {
        margin-bottom: 0px;
}

.commentbox .commentmeta
{
        width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
        width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
        font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
        width: 100%;
        background: #333333;
        font-size: 11px;
        overflow: hidden;
        text-align: center;
}

/*** Wordpress ***/
.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: #ff00ff;
   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;
}