/* CSS Document */

    #main {
    width:600px;
    float:right;
    }
	
	#sidebar {
    width:165px;
	background: #CCCCCC;
    float:left;
    }
.date-header {
	font : x-small Arial, Helvetica, sans-serif;
	color : #666666;
}
/* Blogger edit controls */
 /*
-----------------------------------------------
Quick Edit and Delete Comment Icons
----------------------------------------------- */

/* Hide it now, show it later with dynamically-generated CSS */
.item-control {
   display:none;
}

.item-control a, .item-action a {
   text-decoration:none !important;
}

.quick-edit-icon {
   background: url("/img/icon18_edit_allbkg.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}

.delete-comment-icon {
   background: url("/img/icon_delete13.gif") no-repeat left;

   /* makes a 14x14 box */
   padding:7px;
}

.email-post-icon { 
   background: url("/img/icon18_email.gif") no-repeat left;

   /* makes an 18x18 box */
   padding:9px;

   margin:0 0 0 .5em;
}
/* End edit controls */

.blogger-labels {
	font-size:9px;
	background-color : #CCCCCC;
}

/* Technorati tags ala http://www.marketwest.co.uk/tools/index.php */ 

a.techtag { font-size:2px;color:#fff;}
div.techtags { border-top:1px solid #4cbc00; margin:5px; margin-top:15px; padding:5px; color:#888; font-family:Tahoma, Arial, sans-serif; font-weight:bold; font-size:11px;}
div.techtags a.techtag { font-size:11px; font-family:tahoma, arial, sans-serif; color:#888; font-weight:normal; }

/* =========== */
.post-footer {
	font : x-small Arial, Helvetica, sans-serif;
	color : #666666;
}
.post h1 {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	width:97.4%;
	color : #ffffff;
	font-weight : bold;
	margin:0;
	/* width: 90%; */
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
	float: left;
	padding: 3px 10px 1px 5px;
	background: #336699;
}
.post {
margin:0;
	padding:0;
	border:1px solid #336699;
}
.post-body {
	padding:5px;
}

