#content {
	height: auto;
	padding-top: 10px;
}

#blog_bg {
	background: #131313 url(../images/blog-bg.jpg) top left no-repeat;
	padding-bottom: 10px;
}

#blog_bg h1 {
	font-size: 28px;
	line-height: 1em;
	font-weight: bold;
	padding: 15px 15px 0 20px;
}

#blog_buttons a.main {
	background-image: url(../images/blog-button.jpg);
	margin-bottom: 7px;
}

#blog_buttons a#rss_button {
	background-image: url(../images/blog-button-rss.jpg);
	margin-bottom: 0;
}

#blog_buttons a:hover, #blog_buttons a.selected {
	text-decoration: none;
	color: #f8981d;
}

#blog_buttons .slider ul {
	margin: 0 0 10px 15px;
}

#blog_buttons .slider li {
	padding: 0;
	line-height: 1.5em;
}

#blog_buttons .slider a:hover {
	text-decoration: underline;
	color: #fff;
}

#standard_content {
	background: none;
	height: auto;
	margin-top: 0;
}

.list_article {
	background: url(../images/trans-white-bg.png) top left repeat;
	margin: 10px 10px 0 0;
	height: 250px;
}

#view_article {
	height: auto;
	padding-bottom: 10px;
}

.list_article .left {
	width: 346px;
	float: left;
	margin: 11px 0 0 10px;
}

.list_article .left.without_image {
	width: 650px;
}

.list_article .left .title_link {
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: #f8981d;
}

.list_article .left p {
	padding-top: 1.2em;
}

.list_article .left p.details {
	padding-top: 1px;
}

.list_article .left p.details .name {
	font-weight: bold;
}

.list_article .left b,
.list_article .left strong {
	font-weight: bold;
}

.list_article .right {
	padding: 11px 10px 0 0;
	width: 290px;
	float: right;
}

.article_links li {
	float: left;
	padding: 0 15px 15px 0;
}

.article_links a, #blog_comment_submit {
	color: #5d5e5f;
	display: block;
	padding: 5px 18px 5px 10px;
	background: url(../images/blog-arrow.png) bottom right no-repeat;
}

.article_links a:hover, .article_links a.selected {
	text-decoration: none;
	color: #f8981d;
}

#comment_form form {
	border-top: 3px solid #fff;
	width: 643px;
	padding: 20px 0 0 1px;
	margin: 15px 0 0 10px;
}

#comment_form .textarea {
	width: 642px;
	height: 94px;
	background: url(../images/blog-textarea.png) top left no-repeat;
	margin: 0 0 15px 0;
}

#comment_form .textbox {
	width: 308px;
	height: 41px;
	background: url(../images/blog-text.png) top left no-repeat;
	margin: 0 15px 15px 0;
}

#comment_form .textarea label,
#comment_form .textbox label {
	color: #f8981d;
	border-right: 2px solid #fff;
	padding: 6px 12px 4px 15px;
	position: relative;
	top: 0; left: 0;
	line-height: 1em;
}

#comment_form .textarea textarea,
#comment_form .textbox input {
	background: transparent !important;
	border: none !important;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	line-height: 1.2em;
	position: relative;
	top: 0; left: 0;
	color: #fff !important;
}

#comment_form .textarea label {
	top: -48px;
}

#comment_form .textarea textarea {
	top: 12px; left: 7px;
	height: 73px;
	width: 500px;
}

#comment_form .textbox label {
	top: 9px;
}

#comment_form .textbox input {
	top: 9px; left: 7px;
	padding: 5px 0;
}

#comment_form .textbox.text_only {
	background: none transparent;
	color: #f8981d;
	margin: -56px 0 0 334px;
	width: 200px;
	height: 37px;
	padding: 4px 0 0 15px;
}

#comment_form p {
	color: #f8981d;
	padding: 15px 15px 0 15px;
}

#personal_validation {
	padding: 10px 0 5px 10px;
	float: left;
}

#comment_form #personal_validation .textbox {
	width: 212px;
	background-image: url(../images/blog-pv.png);
	margin: -41px 0 0 140px;
}

#comment_form #personal_validation .textbox input {
	left: 10px;
}

#blog_comment_submit {
	color: #f8981d;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	line-height: 1em;
	border: none;
	cursor: pointer;
	float: right;
	margin: 24px 5px 0 0;
}

#blog_comment_submit:hover {
	text-decoration: underline;
}

#blog_errors, #blog_success {
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	background-color: red;
	margin: -5px 0 15px;
}

#blog_success {
	background-color: green;
}

#comment_list {
	padding-top: 5px;
}

#comment_list li {
	border-top: 3px solid #fff;
	width: 643px;
	padding: 0 0 5px 1px;
	margin: 10px 0 0 10px;
}

#comment_list li p {
	padding-top: 15px;
}

#comment_list .author_info,
#comment_list .author_info a {
	color: #f8981d;
}