@import url("reset.css");

.advblocktop { background:url(/images/banners/240-top.gif) top center no-repeat; width:240px; padding-top:8px; margin-bottom: 10px; }
.advblockbottom { background:url(/images/banners/240-bottom.gif) bottom center no-repeat; width:100%; padding:0 0 8px 0; }
.advblockinner { margin:0 5px; font-size:12px; color:#AAAAAA; }
.advblockinner a { color:#AAAAAA; }

body { font-family: Calibri, Arial, Helvetica, sans-serif; }
h1 { font-size:24px; color:#666666 }
h2 { font-size:18px; color:#666666 }
strong {font-weight: bold}
em {font-style: italic;}

#logoslogan { color:#575757; font-size:13px; margin-left:21px; letter-spacing:3px; text-decoration:none; }

input
{
	border: 1px solid #ddd;
}

select
{
	border: 1px solid #ddd;
}

textarea
{
	border: 1px solid #ddd;
}

ul {list-style-type: circle;list-style-position: outside; margin-left: 20px;}
ul li{list-style-type: circle; margin-left: 20px}

ol {list-style-type: decimal;list-style-position: outside; margin-left: 20px;}
ol li{list-style-type: decimal; margin-left: 20px}

div#header{width:100%; float: left; clear: both; height: 171px; position: absolute; top: 0px; left: 0px; padding: 0; z-index:100; border-bottom:1px #CCCCCC dashed; }		

div#wrapper_{float:left; clear: both; display: block; overflow: hidden; position: relative; width:100%; margin:171px 0px 0px 0px; }	

.under_header
{
	padding-left: 10px;
	padding-top: 3px;
	border-top:1px #CCCCCC dashed;
	
}

.user_form
{
	margin: 0 auto;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	font-size: 11px;
}

.form_holder
{
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
}

div#central_{width: auto;position: relative; margin-top:0px; padding: 10px 10px 10px 271px; }
* HTML #central_ {display: inline; FLOAT: left;}
div#central_content2c { position: relative; text-align: left; overflow: hidden;}
div#central_content3c { margin-right: 261px; position: relative; text-align: left; overflow: hidden;}
div#central_content {width:100%; display: table; overflow: hidden;}	

div#left_{float:left; width:261px; position: relative; margin-left:-100%; margin-top: 171px;}
* HTML div#left_ {display: inline;}
div#left_content {float: right; width: 240px;text-align: left; border-right:1px #CCCCCC dashed; padding: 10px 10px 10px 10px;}	
* HTML div#left_content {display: inline;}

.sidebar_item {margin-bottom:15px;}
.sidebar_item a {color:#5a54ff; font-size:24px; margin-bottom:20px;}

.blog_sidebar_item {margin-bottom:15px;}
.blog_sidebar_item a {color:#5a54ff; font-size:14px; margin-bottom:20px;}

.hdiv { width:100%; height:3px; margin:20px 0 20px 0; border-bottom:1px #CCCCCC dashed; }

.pagination { text-align: center; margin-top: 10px}

.notice
{
	text-align:center; 
	margin-bottom: 20px; 
	padding: 5px 0 5px 0; 
	color: #fff;
	background-color: #3a3;
}

.notice_error
{
	color: #fff;
	background-color: #a33;
}

#footer {
	margin: 50px 0 0 0;
	clear:both;
	width:100%;
	text-align:center;
	background-color:#CCCCCC;
}

.subtext
{
	font-size: 12px;
}


#blog_sidebar {
	float: right;
	width: 240px;
	padding: 0 0 0 21px;
	font-size: 11px;
	
}

#blog_sidebar a{
	font-size: 11px;
	
}

.block_title
{
	font-size: 14px;
	color: #555;
	border-bottom: 1px solid #888;
	margin-bottom: 3px;
	padding-bottom: 2px;
	width: 100%;
	text-transform: uppercase;
}

.blog_content
{
	margin: 0 10px 1px 10px;
	float: left;
	width: 60%;
}

.blog_content h2
{
	font-size: 24px;
	margin: 0 0 3px 0;
}

.post_date
{
	font-size: 10px;
}

.post_content
{
	overflow: hidden;
	line-height: 1.5;
}
.post_content ul {list-style-type: circle;list-style-position: outside; margin-left: 20px;}
.post_content ul li{list-style-type: circle; margin-left: 20px}
.post_image
{
	float: left;
	margin-right: 15px;
	margin-bottom: 3px;
	text-align: center;
}

.post_control_buttons
{
	text-align:right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post_bottom
{
	font-size: 11px;
	padding: 1px 0 1px 0;
	margin: 4px 0 0 0;
}

.post_bottom_left
{
	float: left;
	text-align: left;
}

.post_bottom_right
{
	float: right;
	text-align: right;
}

.comment
{
	margin: 10px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #eee;
	font-size: 11px;
	line-height: 1.5;
}

.spoiler
{
	cursor: pointer;
	color: #555;
	font-size: 11px;
	margin: 3px 3px 0 0;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 2px;
	text-align: center;
}

.spoiled
{
	margin: 0 3px 3px 0;
	padding: 2px;
	display: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


blockquote
{
	border-left: 1px solid #555;
	background-color: inherit;
	padding-left: 3px;
	font-size: 11px;
	margin: 5px 2px 0px 10px;
}

.qauthor
{
	font-weight: bold;
	margin-bottom: 3px;
}


.code_tag
{
	width: 98%;
	padding: 5px;
	margin: 3px auto 5px;
	background-color: #eee;
	color: #222;
}

ul.textedit_buttons
{
	clear: both;
	list-style-type: none;
	width: 100%; /* for Opera */
	margin: 0;
	padding: 0;
} 

ul.textedit_buttons li
{
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 5px;
	list-style-type: none;
	margin-bottom: 3px;
}

.textedit_button
{
	border:1px solid #ddd;
	background-color:#fff;
	padding:2px;
	text-align:center;
	vertical-align: bottom;
	cursor: pointer;
}

.num_posts
{
	display: inline;
	color: #374;
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
	margin-left: 2px;
}

.gallery
{
	float: left;
	width: 180px;
	height: 180px;
	padding: 5px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: center;
	vertical-align: bottom;
}
table.item_table
{
	width: 500px;
	margin: 5px auto;
	border-spacing:0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

table.item_table th
{
	vertical-align: middle;
	background-color: #eee;
	color: #555;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

table.item_table td
{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
	background-color: #fbfbfb;
	padding: 2px 0 2px 5px;
	font-size: 12px;
	height: 25px;
}

ul#article_struct_selector
{
	clear: both;
	list-style-type: none;
	width: 100%; /* for Opera */
	margin: 0;
	padding: 0;
} 

ul#article_struct_selector li
{
	margin: 0;
	padding: 0;
	float: left;
	padding-right: 5px;
	list-style-type: none;
	margin-bottom: 3px;
}

.blog_block_date
{
	font-size:80%;
	padding-top:20px;
}

.blog_block_img
{
	float:left;
	margin-right: 3px;
}