/*
	By Brit-Net Internet Marketing Ltd.
	http://www.brit-net.com/
*/

h1 {
	font-size: 24px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
h2.listingpost, h2.listingpost a {
	font-size: 24px;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #0A3F60;

}
.entry {
	padding: 10px;	
}
.heading-comments {
	font-size: 24px;

}
.date-string {
	font-size: 17px;
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #B2B2B2;
}
.post-heading {
	border-bottom: 1px solid #D1D1D1;
    clear:left;
}
.post {
	margin-bottom: 10px;	
}
.narrowcolumn {
    overflow:hidden;


}
.clear {
	clear:both;
}
#blogcontent {
	margin: 10px 0px 10px 0px;	

}
#content {
	width: 700px;
}
#content #left-top {
	width: 700px;
	height: 13px;
	background-image: url('images/left-top.png');
	background-repeat: no-repeat;	
}
#content #left-mid {
	padding: 0px 15px 10px 15px;
	background-image: url('images/left-mid.png');
	background-repeat: repeat-y;

}

#content #left-bottom {
	width: 700px;
	height: 13px;
	background-image: url('images/left-bottom.png');
	background-repeat: no-repeat;	
}


#sidebar {
	width: 250px;
	float: right;
}

#sidebar #sidebar-top {
	width: 250px;
	height: 13px;
	background-image: url(images/right-top.png);
	background-repeat: no-repeat;
}	
#sidebar #sidebar-mid {
	padding-left: 15px;
	background-image: url(images/right-mid.png);
	background-repeat: repeat-y;
}	
#sidebar ul, #sidebar li {
	margin: 0px;	
	padding: 0px;
	list-style: none;
}
#sidebar #sidebar-bottom {
	width: 250px;
	height: 13px;
	background-image: url(images/right-bottom.png);
	background-repeat: no-repeat;
}	

textarea#comment {
	width: 400px;
}

#content #left-mid .entry	 {
	
}
.post-meta-right {
	float: right;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
}

.tags {
	background-color: #E6E6E6;
	padding: 2px;
	font-size: 11px;
}

li.widget {
	margin-bottom: 10px !important;
}
.read-more {
	padding-top: 30px;
	text-align: right;	
}
.read-more a:link span, .read-more a:visited span  {
	display: inline-block;
	padding: 10px;
	background-color: #D1D1D1;
	color: #000000;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
