@import "left_menu.css";

#blog_title {
	width:800px;
	height:58px;
	text-indent:-999em;
	background:url('images/blog/title.gif') no-repeat 0 0;
	margin:0 auto;
}

#side_menu ul {
	margin-top:0;
}

.entry .date {
	float:left;
	font-size:110%;
	margin-top:20px;
	margin-bottom:0;
	margin-left:5px;
}
.entry .category {
	float:right;
	margin-bottom:5px;
}
.entry .category a {
	padding:2px 0.75em;
	background-color:#192784;
	color:#fff;
	float:left;
}

.entry-header {
	padding-left:20px;
	height:32px;
	line-height:32px;
	background:url('images/blog/h2.gif') no-repeat 0 0 !important;
}
.entry-header a {
	color:#192784;
	font-weight:bold;
}

.entry {
	border-bottom:1px solid #EFECE0;
}

#comments h3 {
	font-size:100%;
	margin-bottom:0;
}

#comments form {
	margin-left:20px;
}

#comments input {
	margin-left:10px;
}

.entry-body {
padding:0 10px;
}
.entry-body h1 {
font-size:180%;
font-weight:bold;
}
.entry-body h2 {
font-size:150%;
font-weight:bold;
}
.entry-body h3 {
font-size:130%;
font-weight:bold;
}
.entry-body h4 {
font-size:115%;
font-weight:bold;
}
.entry-body h5 {
font-size:100%;
font-weight:bold;
}
.entry-body h6 {
font-size:80%;
font-weight:bold;
}
.entry-body p {
margin:inherit;
line-height:1.5;
}

.entry-body strong {
	/*color:#000;*/
color:inherit;
	font-weight:bold;
}

.entry-body table.ec3_schedule {
	float:none !important;
border-width:0 !important;
}
.entry-body table.ec3_schedule {
border-collapse:collapse !important;
border-spacing:0 !important;
}
