/*  
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: 13px/18px Verdana, Tahoma, sans-serif;	
	background: #ffffff url('images/headerbg.jpg') repeat-x left top;
/* IE10 */ 
background-image: -ms-linear-gradient(top, #43749C 8px, #8FCCEB 9px, #5AA4CB 50px, #43749C 125px, #EEEEEE 130px, #FFFFFF 200px);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #43749C 8px, #8FCCEB 9px, #5AA4CB 50px, #43749C 125px, #EEEEEE 130px, #FFFFFF 200px);

/* Opera */ 
background-image: -o-linear-gradient(top, #43749C 8px, #8FCCEB 9px, #5AA4CB 50px, #43749C 125px, #EEEEEE 130px, #FFFFFF 200px);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43749C), color-stop(0.01, #8FCCEB), color-stop(0.1, #5AA4CB), color-stop(0.11, #43749C), color-stop(0.13, #DDF0DB), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #43749C 8px, #8FCCEB 9px, #5AA4CB 50px, #43749C 125px, #EEEEEE 130px, #FFFFFF 200px);

/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #43749C 8px, #8FCCEB 9px, #5AA4CB 50px, #43749C 125px, #EEEEEE 130px, #FFFFFF 200px);

}

a
{
	color: #393939;
}


/*** Header ***/
#header
{		
	height: 102px;		
	line-height: 4px;	
	width: 950px;
	margin: 25px auto;
}

#header h1
{
	font-weight: normal;
	font-size: 30px;	
}

#header h2
{
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

#header h1 a
{
	color: #273647;
	text-decoration: none;
}

#header #logotitle
{
}

#header #logotitle #logo
{	
	float: left;
}

#header #logotitle #title
{	
	position: relative;
	top: 10px;
	left: 24px;
}

#header #menu
{	
	
	height: 30px;
	bottom: 0px;
	left: 100px;
	list-style:none;
         margin: 30px 50px 25px 85px;
}

#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: #273647;
}

/*** Main ***/
#main
{
	width: 950px;
	margin: 0 auto;
}

#main #content
{
	float: left;
	width: 700px;
	margin-top: 25px;
}


.post
{
	margin-bottom: 70px;
	line-height: 20px;
}

.post .postheader h2
{
	font-size: 17px;
	margin-bottom: 3px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #273647;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

#tweetmeme_button
{
         hight: 10px
}


.post img
{
	padding: 5px;
	border: solid 1px #ababab;
}

/*** Sidebar ***/
#sidebar
{
	float: left;
	width: 150px;
	line-height: 23px;
	margin-top: 20px;
	padding: 0px 35px 0px 30px;
	border-left: 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: 20px;
}

#sidebar .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: 100%;
	background: #ffffff url('images/footerbg.jpg') repeat-x;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
	
	clear:both;
	padding:1px;
	border-top:0.2em solid #555;
	text-align:center;
	font-size:1em;
}

/*** 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;
}

#divPinSiteImg
{
    height:20px;
    width:20px;
    vertical-align:top;
    float:left;  
    margin-right:5px;
}
#divPinSite
{
    padding: 5px;
    color: White;
    width:310px;
    height:20px;
	position: fixed;
	top: 0px;
	left: 80px;
	background-color: #FF3300;
    border-radius: 0px 0px 10px 10px;
    font-size:.87em;
}
#divTitle 
{
    display:inline-block;
    float:right;
    left: 300px;
	padding-top: 3px;
    font-family: Calibri; 
    font-size: 22pt; 
    color: #FFFFFF;
}
