#container {
	background-image: url(../images/section_bg_blog.jpg);
	background-position: 0px 75px;
	background-repeat: no-repeat;
}

#content {
	clear: both;
	padding: 260px 0px 0px 0px;
}

#sidelinks {
	margin-top: -8px;
}

div.blog_next {
	float: right;
	display: inline;
}

div.blog_prev {
	float: left;
	display: inline;
}

h2 {
	color: #FF9900;
}

.blog_entry h2 {
	color: #333333;
}
.blog_entry img {
	border: 1px solid #999;
}

#content h2 a:link,
#content h2 a:visited {
	font-weight: normal;
}

#content a.permalink,
#content a:visited.permalink {
	color: #999999;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
}
#content a:hover.permalink {
	background-color: transparent;
	color: #333333;
	border-bottom: 1px solid #333333;
}

.navigation {
	height: 30px;
	margin: 0px 0px 10px 0px;
}

#blog_comments {
	clear: both;
}

#blog_comments form {
	background-color: #FFFFFF;
	padding: 15px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#blog_comments form label {
	display: block;
	float: left;
	width: 80px;
}

h3 {
	text-align: right;
}

h4 {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

ol.commentlist li {
	background-color: #FFFFFF;
	border-top: 2px solid #999999;
	margin: 5px 0px;
	padding: 10px;
}

ol.commentlist li.author_comment {
	background-color: #FFFFFF;
	border-top: 4px solid #FF9900;
}

cite {
	font-style: normal;
	font-weight: bold;
}

code {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

blockquote {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FF9900;
	margin: 10px;
	padding: 8px;
	display: block;
}

#comment_preview {
	border: 1px dotted #CCCCCC;
	background-color: #FFFFFF;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 20px 0px;
}

#ed_toolbar input {
	border: 1px solid #999;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 0px;
	padding: 2px;
	font-weight: bold;
}
a:link.comment_link, a:visited.comment_link {
	color: #FF9900;
}
