
/** BLOG TYPE SELECTOR **/
div.blog_type_holder {
	padding: 10px;
}
div.blog_type_holder a {
	color: #3f5dae;
}
div.blog_type_holder div.blog_type_row {
	width: 100%;
}
div.blog_type_holder span.blog_type, div.blog_type_row a.highlighted {
	font-weight: bold;
}
a.blog_type {
	font-weight: bold;
}
div.blog_type_holder div.blog_type_row_holder {
	margin: 10px 0;
}
div.blog_type_holder span.highlighted {
	background-color: #dceaf5;
}
div.blog_type_holder span.blog_type_row {
	padding: 5px 20px 5px 20px;
}
div.blog_type_holder span.blog_type {
	color: #000;
}
div.blog_type_holder span.blog_type_cnt {
	margin-left: 10px;
	color: #000;
	font-weight: bold;
}
div.blog_type_holder span.blog_type_cnt:before {
	content: ' +';
}
/** BLOG TYPE SELECTOR END **/

/** BLOG SIGIN **/
div#blog_webel_signin {
	margin-top: 20px;
	color: #5d5d5d;
	padding: 20px;
}
/** BLOG SIGIN END **/

/** BLOG TAG SELECTOR **/
div.blog_tagcloud_holder {
	margin-top: 20px;
	color: #5d5d5d;
	padding: 20px;
}

div.blog_tagcloud_holder a {
	text-decoration: none;
}
div.blog_tagcloud_holder a:hover {
	text-decoration: underline;
}

div.blog_tagcloud_holder a.tagcloud_item,div.blog_tagcloud_holder span.tagcloud_item {
	padding: 3px; display: block; float: left;
}

div.blog_tagcloud_holder span.tagcloud_item {
	font-weight: bold; display: block; float: left;
}
/** BLOG TAG SELECTOR END **/

/** BLOG ITEM LIST **/
div.item_row {
	padding-left: 57px;
}
div.item_row div.item_date{
	position: absolute;
	margin-left: -57px;
	margin-top: 10px;
	font-weight: bold;
}
div.item_row div.item_title {
	font-weight: bold;
	margin-left: -57px;
	font-size: 20px;
}
div.item_row div.item_short_text a:hover{
	text-decoration: none;
}
div.item_row div.item_short_text a{
	color: #3f5dae;
	text-decoration: underline;
}
div.item_row div.item_short_text p{
	margin-top: 10px;
	margin-bottom: 10px;
}
div.item_row div.item_tags a{
	color: #5d5d5d;
}
div.item_row div.item_tags {
	font-style: italic;
}
div.item_row div.item_read_more {
	margin: 10px 0;
}
div.item_row div.item_read_more a {
	color: #3f5dae;
	text-decoration: underline;
}
div.item_row_spacer {
	height: 0px;
	margin-top: 40px;
}
/** BLOG ITEM LIST END **/

/** BLOG ITEM **/
div.left div.blog_item {
	padding-left: 57px;
}
div.left div.blog_item div.title {
	font-weight: bold;
	margin-left: -57px;
	font-size: 20px;
	color: black;
	text-decoration: underline;
}
div.left div.blog_item div.item_tags {
	margin-top: 10px;
}
div.left div.blog_item div.item_tags, div.left div.blog_item div.item_tags a{
	font-style: italic;
	color: #5d5d5d;
}
div.left div.blog_item div.item_date {
	position: absolute;
	margin-left: -57px;
	margin-top: 10px;
	font-weight: bold;
}

div.left div.blog_item div.full_text {
	margin: 10px 0 20px 0;
}
div.ip_map {
	width: 600px;
	height: 300px;
	margin-left: -57px;
	margin-bottom: 30px;
}
/** BLOG ITEM END **/

/** BLOG COMMENTS **/
div.blog_item_comments a {
	color: black;
	text-decoration: underline;
}
div.blog_item_comments {
	padding-left: 57px;
	color: black;
}
div.blog_item_comments div.blog_item_comments_header {
	margin-left: -57px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
div.comment_head {
	margin-top: 15px;
	margin-bottom: 7px;
}
div.comment_head span.buttons a.comment_arr{
	font-weight: bold;
	text-decoration: none;
}
div.comment_head span.buttons a {
	margin-left: 5px;
}
div.reply_place {
	margin-top: 5px;
}
div.comment_head span.author {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 10px;
}
div.comment_head span.date, div.comment_head span.buttons {
	font-size: 12px;
	font-style: italic;
	color: #5d5d5d;
}
div.comment_item {
	margin-top: 17px;
	margin-bottom: 20px;
}
div.comment_item div.comment_body a {
	color: #4965b2;
	text-decoration: none;
}
div.comment_item div.comment_body {
	color: #5d5d5d;
}
input.input_name {
	height: 17px;
	margin-bottom: 9px;
}
textarea.input_text {
	height: 153px;
	margin-bottom: 10px;
}
input.input_name, textarea.input_text {
	color: #5d5d5d;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #5d5d5d;
	width: 357px;
}
div#show_capcha {
	margin-left: -3px;
}
a.send_reply_form {
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}
a.close_reply_form {
	color: black;
	text-decoration: none;
	font-size: 12px;
}
div.comm_label {
	margin-top: 20px;
}
span.hl, span.lab {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}
span.hl {
	color: #3F5DAE;
	margin-right: 2px;
}
span.lab {
	color: #78B8A7;
}

/** BLOG COMMENTS END**/