#body_left_blog {
	width: 560px;
	float: left;

	 overflow:hidden;
    /* for IE */
    zoom:1;
}

#blog_content {
	margin-left: 22px;
}


#blog_content h1 {
	font: 18px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
font-weight: bold;
}

html>body #body_left_blog {
	height: auto;
	min-height: 614px;
}


.breadcrumb_blog_margins {
margin-left: 22px;
margin-top: 15px;
margin-bottom: -3px;
	
}

#body_left_blog p{
	font: 13px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;

	clear: both;
	margin-right: 37px;
	text-align: left;
}

#body_left_blog h3, #body_left_blog h3 a, #body_left_blog h3 a:visited{
	font: bold 16px/19px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #007a4d;
text-decoration: none;
}

#body_left_blog h3 a:hover {
color: #333;
}

#body_left_blog p a{
	color: #007a4d;

}

.readmore_blog {
	margin-top: 3px;
}

.readmore_blog a{
	text-decoration: none;
	color: #046069;
	font-size: 10px;
	font-weight: bold;
}

.readmore_blog a:hover{
	color: #000 !important;
}

.readmore_raquo_blog {
	color: #58a109;
	font-size: 15px;
}


.author, .extended {
	font: italic 11px/12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	clear: both;
	color: #6e6e6e;
}

.author a, .extended a{
	font: italic 11px/12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	clear: both;
	color: #6e6e6e;
}

.author a:hover, .extended a:hover{
	font: italic 11px/12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	clear: both;
	color: #58a109;
}



img {
	border: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #c60;
	color: #c60;
}



/* main-c (main container)
------------------------------------------------- */
	#main-c {
	position: relative;
	width: 770px;
	margin: 0 auto;
}

/* searchform
------------------------------------------------- */
#main-c #searchform {
	position: relative;
	top: 0px;
	left: 522px;
	background: #7695B7;
	color: #fff;
	width: 216px;
	padding: 4px 10px 6px 10px;
	margin: 0 0 -31px 0;
}

#main-c #searchform p {
	font-size: 10px;
	margin-top: 3px;
}

#main-c #searchform p #searchterm {
	width: 155px;
	font-size: 0.7em;
}

#main-c #searchform p #searchsubmit {
	margin-bottom: -5px;
	margin-left: 2px;
}




/* about intro blogowner
------------------------------------------------- */
#about {
	background: #cc0;
	width: 499px;
	border-left: 22px solid #BCBC00;
}

#about p {
	padding: 17px;
	font: 0.75em/1.6em Georgia, "Times New Roman", Times, serif;
}

#about h2 {
	text-transform: uppercase;
	margin: 0 0 -10px 20px;
	padding-top: 20px;
	color: #000;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

/* content
------------------------------------------------- */
#main-c #content {
	width: 521px;
	margin: 1px 0 0 0;
	float: left;
}

#main-c #content h2, #main-c #content h3 {
	text-transform: uppercase;
	margin: 20px 30px -13px 50px;
	color: #cc0000;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

#main-c #content h2 a:link, #main-c #content h2 a:visited {
	border-bottom: 0;
	color: #ccc;
}

#main-c #content h2 a:active, #main-c #content h2 a:hover {
	color: #c00;
}

#main-c #content h3 {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}

#main-c #content p {
	margin: 15px 30px 10px 50px;
	color: #333;
	letter-spacing: 0.02em;
	font: 0.8em/1.5em Arial, Helvetica, sans-serif;
}

#main-c #content .tools {
	color: #7b7b7b;
}


#main-c #content .tools a:link, #main-c #content .tools a:visited {
	color: #7b7b7b;
}

#main-c #content .tools a:active, #main-c #content .tools a:hover {
	color: #c00;
}

/* sidebar
------------------------------------------------- */

#sidebar_blog {
	margin-left: 12px;
padding-bottom: 16px;
width: 257px;
}

#sidebar_blog h4{
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #007a4d;
}

#sidebar_blog ul{
	margin: 0 0 10px;
	list-style-type: none;
	float: left;
	padding-left: 0;
}

#sidebar_blog ul li{
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar_blog a {
	color: #000;
	text-decoration: none;
}

#sidebar_blog a:hover {
	color: #1e6e6b;
}


/**************************************************************************

 single view / comment / interior page, the body id will change some styles

***************************************************************************/
#singleview #main-c #content h2 {
border-left: 30px solid #ebebeb;
margin-left: 10px;
padding-left: 10px;
font-size: 0.9em;
font-weight: bold;
}

#singleview #main-c #sidebar {
	margin-top: 3em;
}

/* comments
------------------------------------------------- */
#singleview #main-c #content .comment {
	background: #ebebeb;
	margin: 25px 20px 20px 42px;
	padding: 5px 0;
}

#singleview #main-c #content .comment p {
	margin-left: 15px;
		margin-right: 15px;
}

/* commentform
------------------------------------------------- */
#singleview #main-c #content #commentform {
	background: #bdd3ea;
	margin: 25px 20px 20px 42px;
	border: 1px solid #7695b7;
}
#singleview #main-c #commentform p {
	margin: 15px;
}

#singleview #main-c #commentform label {
	width: 100px;
	display: block;
	float: left;
	font-size: 0.85em;
	color: #999;
}

#singleview #main-c #commentform p span {
	font-size: 0.85em;
	color: #999;
}

#singleview #main-c #commentform .input {
	border: 1px solid #7695b7;
	width: 250px;
	margin-left: -40px;
	color: #666;
	font-size: 0.8em;
	padding: 2px 0 2px 2px;
}

#singleview #main-c #commentform textarea {
	border: 1px solid #7695b7;
	width: 409px;
	height: 200px;
	margin-top: -20px;
}

#singleview #main-c #commentform p.right input {
	background: #386a96;
	border: 1px solid #7695b7;
	color: #fff;
	font-weight: bold;
	width: 120px;
	height: 26px;
}


.paginate a {
	color: #000;
}

.paginate a:hover {
	color: #1e6e6b;
}


.pagecount {
 
}
						