/*
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: #393939;
	font-family: Verdana,Tahoma,sans-serif;
	font-size: 12pt;
	line-height:18px;
	background: #ffffff url('/files/headerbg.jpg') repeat-x left top;
}

a
{
	color: #393939;
}


/*** Header ***/
#header
{
	height: 50px;
	line-height: 4px;
	width: 750px;
	margin: 44px auto;
}

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

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

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

#header #logotitle
{
}

#header #logotitle #logo
{
	float: left;
	width: 56px;
	height: 49px;
}

#header #logotitle #title
{
	position: relative;
	top: 10px;
	left: 24px;
}



/*** Main ***/
#main
{
	width: 750px;
	margin: 0 auto;
}

#main #content
{
	float: left;
	width: 500px;
	margin-top: 25px;
}

.post
{
	margin-bottom: 50px;
	line-height: 20px;
}

.post .postheader h2
{
	font-size: 14pt;
	margin-bottom: 3px;
}

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

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

.post .postheader .postmeta
{
	width: 480px;
	font-size: 10pt;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

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

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 100px;
	line-height: 23px;
	margin-top: 20px;
	font-size: 11pt;
	padding: 10px 0 0 20px;
	border-left: solid 1px #ababab;
}

#sidebar img
{
	border: none;
}

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

}

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

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

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

/*** Comments ***/
.allcomments h3
{
	font-size: 14pt;
}

.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: 11pt;
}

.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: 11pt;
}

#commentform textarea
{
	width: 450px;
	height: 150px;
	margin: 0;
	padding: 5px;
}

/*** Footer ***/
#footer
{
	width: 100%;
	background: #ffffff url('/files/footerbg.jpg') repeat-x;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
}
