/*  
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
*/

img {
 border:none;
}

body
{	
	margin: 0;
	padding: 0;
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;	
	font-size:14px;
	background-image:url(/whitelight/images/bluestripe1.png);
	font-weight:bold;
}

a
{
	color: #393939;
}


/*** Header ***/
#header
{		
	height: 155px;		
	width: 100%;
	margin: 0 auto;
	background-image:url(/images/bg_header.png);
}

#header #nameMenuWrapper{
	width:930px;
	margin:0 auto;
}

#header h1
{
	font-weight: normal;
	font-size: 55px;
	left:45px;	
}

#header h2
{
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-style:italic;
}


#header #title
{	
	float:left;
	height:150px;
	margin:0px;
	padding:0px;
}

#header #menu
{	
	float: right;
	width: 300px;
	height:30px;
	list-style:none;
	padding:0px;
	text-align:right;
	margin:0px;
	position:relative;
	top:115px;
	background-image:url(/whitelight/images/blog_navBG.png);
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topLeft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}

#header #menu li{
	padding:6px 9px 9px 0;
	
}

#header #menu a
{
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	font: bold 10px Verdana, Tahoma, sans-serif;
}

#header #menu a:hover 
{
	text-decoration:underline;
}

/*** Main ***/
#main
{
	width: 100%;
	margin: 0 auto;
	background:#7397C4;
	border-top:8px solid #50884D;
	padding:0px;
	clear:both;
	position:relative;
	top:-100px;
}

#twoColumnWrapper{
	width:880px;
	margin:0 auto;
	background-image:url(/whitelight/images/blog_topContent.png);
	background-repeat:no-repeat;
	background-color:#7397C4;
	position:relative;
	top:-10px;
	padding:25px 25px 150px 25px;
}

#twoColumnWrapper #content
{
	float: left;
	width:640px;
	padding:0px;
	margin-top:0px;
	padding-top:30px;
}


#twoColumnWrapper #content a:hover 
{
	color:#fff;
}

.postmeta a{
	color:#E0E8F3;
}

.postmeta{
	color:#2F5179;
}

.post
{
	line-height: 20px;
	padding-bottom:30px;
}

.post a{
	color:#E0E8F3;
}

.post a:hover{
	color:#fff;
}

.post .postheader h2
{
	font-size: 30px;
	margin-bottom: 15px;
	margin-top:10px;
	font-style:italic;
	font-family: Verdana, Geneva, sans-serif;
	color:#272727;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #222;
}

.post .postheader h2 a:hover
{
	text-decoration: none;
}

.post .postheader .postmeta
{
	width: 640px;
	font-size: 11px;
	border-bottom: solid 1px #9AB5D6;
	padding-bottom: 5px;
	margin-bottom:25px;
}

.post img
{
	padding: 5px;
	border: solid 1px #9AB5D6;
}

.post p {
margin-right:20px;
}

.archives {
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
	margin-bottom:0px;
	padding-bottom:30px;
}

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 200px;
	margin-top:20px;
	padding-top:2px;
	background:#7397C4;
	border-left:1px solid #638BBC;
	padding-left:5px;
	line-height:140%;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	margin-top: 0;			
	white-space: nowrap;
	margin:0px;
	padding-left:0px;

}

#sidebar .sidebarbox
{
	margin-bottom: 20px;
	padding-left:10px;
	margin-left:0px;
	margin-top:0px;
}

#sidebar .sidebarbox h3
{
	color: #273647;
	font-size: 15px;
	margin-bottom: 2px;
	margin-top:0px;
	padding-top:8px;
}

#sidebar a
{
	color:#D6E0EF;
}

#sidebar a:hover
{
	color:#fff;
}

/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 180px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 14px;
	text-transform:uppercase;
	margin-bottom:0px;
	padding-bottom:10px;
	margin-top:0px;
	padding-top:20px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
	width:600px;
}

.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: #444 url('/whitelight/images/bg_header.png');
	height:70px;
	font-size: 11px;
	text-align: center;
	position:relative;
	top:-10px;
}

/*** 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: #f3f4f0;
   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;
}

.more-link {
font-size:12px;
}

p.welcome {
margin-top:15px;
margin-bottom:60px;
color:#fff;
font-size:15px;
padding-right:10px;
}