/*  
Theme Name: Clover
Description: The clover wordpress theme.
Version: 1.1
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-left: auto;
    margin-right: auto;
	padding: 0;
}



/*** Header ***/
#header
{		
    margin-left: auto;
    margin-right: auto;
	width: 990px;
}

#header h1
{
	font-weight: normal;
	font-size: 30px;	
}

#header h2
{
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

#header h1 a
{
	color: #FFFFFF;
	text-decoration: none;
}

#header #logotitle
{
}

#header #logotitle #logo
{	
	float: left;
	width: 34px;
	height: 40px;	
}

#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: #ffffff;
}

/*** Main ***/
#main
{
	width: 990px;
	margin: 0 auto;
	clear: both;
}

#content-wp
{
	float: left;
	width: 670px;
	padding: 5px;
}

#content-wp h2
{
	font-size: 22px;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	margin-bottom: 5px;
}

.post
{
	margin-bottom: 30px;
	line-height: 20px;
	border-bottom: solid 1px #ababab;
}

.post .postheader h2
{
	font-size: 17px;
	font-family: Arial Black, Arial, sans-serif;
	weight: normal;
	color: #000000;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 650px;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	weight: bold;
}

.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

/*** Sidebar ***/
#sidebar-wp
{
	float: right;
	width: 300px;
	vertical-align:top;
	line-height: 23px;
	margin-top: 5px;
	padding: 5px 0 0 5px;
	border-left: solid 1px #ababab;
}

#sidebar-wp img
{
	border: none;
}

#sidebar-wp ul
{
	list-style: none;
	margin-top: 0;			
	white-space: nowrap;
	margin-left: 0;
	padding-left: 10px;
	text-indent: -10px;

}

#sidebar-wp .sidebarbox
{
	margin-bottom: 40px;
}

#sidebar-wp .sidebarbox h3
{
	color: #273647;
	font-size: 15px;
	margin-bottom: 2px;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 180px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.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: 990px;
    margin-left: auto;
    margin-right: auto;
}

/*** 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: 0px;
   text-align: left;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 9px;
   font-family: Verdana, Arial, san-serif;
   font-style: bold;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

