@charset "UTF-8";
/* CSS Document */


/*  
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:0px;
	padding: 0;
	color: #666666;
	font: 13px/18px Verdana, Tahoma, sans-serif;	
	background: #ffffff;
}

a
{
	color:#005201;
	text-decoration:underline;
}

a:hover
{
	color:#005201;
	text-decoration:none;
}


/*** Header ***/
#header
{		
	width: 800px;
}

#header h1
{
	font-weight: bold;
	font-size: 12px;	
}

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

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

 h3
{
	color: #005201;
        margin-top:30px;
}


 h4
{
	color: #333333;
        margin-top:10px;
}

#bread p
{
margin-top: -2px;
margin-left: 18px;
}

#bread a
{
	color: #005201;
	text-decoration:underline;
}

#bread a:hover
{
	color: #005201;
	text-decoration:none;
}


/*** Main ***/
#main
{
	width: 800px;
	margin-left: 30px;
}


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

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

.post .postheader h2
{
	font-size: 18px;
	margin-bottom: 8px;
　　　　 margin-top: 10px;
}

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

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

.post .postheader a
{
	text-decoration: underline;
		color: #005201;
}

.post .postheader a:hover
{
	text-decoration: none;

}

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



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

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


.post .postcontent
{
margin-top:10px;
}

.post a
{
	color: #005201;
	text-decoration: underline;
}

.post a:hover
{
	color: #005201;
	text-decoration: none;
}







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

/*** Sidebar ***/
#sidebar
{
	float: right;
	width: 220px;
	margin-top: 15px;
	margin-right: 10px;
	padding: 10px 0 0 20px;
	border-left: solid 0px #ababab;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: circle;
	margin-top: 3px;			
	white-space: nowrap;
	margin-left: 10px;
	padding-left: 10px;
	text-indent:5px;
}


#sidebar ul li
{
	margin-top: 5px;
}

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

#sidebar .sidebarbox h3
{
	color: #005201;
	font-size: 14px;
	margin-bottom: 5px;
}

#sidebar tbody tr td a
{
	color: #005201;
	text-decoration:underline;
}

#sidebar tbody tr td a:hover
{
	color: #005201;
	text-decoration:none;
}







#sidebar a
{

	text-decoration:underline;
}

#sidebar a:hover
{
	color: #005201;
	text-decoration:none;
}


table#wp-calender caption
{	
	color:#005201;
}

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

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

.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: 12px;
}

.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: 800px;
	background: #ffffff;
	font-size: 12px;
}

/*** 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;
}
