*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

code{
	font-family: monospace;
}

blockquote{
	margin: 5px;
	padding: 5px;
	border: solid 1px #999999;
	font-family: monospace;
}

ul li, ol li{
	list-style-position: inside;
}

.header{
	clear: both;
	margin-right: 40px;
	height: 100px;
	max-height: 100px;
	background-image: url(./images/title_bg.png);
	background-repeat: repeat-x;
}

.header_content{
	padding: 24px 0 0 24px;
	width: 100%;
	height: 100px;
	float: left;
	background-image: url(./images/title_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.header_content h1 a{
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}

.header_content .description{
	font-size: 14px;
}

.content{
	clear: both;
	width: 100%;
	margin-top: 20px;
}

.content .sidebar{
	float: left;
	margin-right: -180px;
	width: 180px;
	background-color: #ffffff;
	background-image: url(./images/sidebar_right.png);
	background-repeat: repeat-y;
	background-position: right top;
}

.content .sidebar .sidebar_header{
	background-image: url(./images/sidebar_top.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.content .sidebar .sidebar_header .sidebar_header_content{
	height: 35px;
	background-color: transparent;
	background-image: url(./images/sidebar_topright.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.content .sidebar .sidebar_footer{
	background-image: url(./images/sidebar_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.content .sidebar .sidebar_footer .sidebar_footer_content{
	height: 35px;
	background-color: transparent;
	background-image: url(./images/sidebar_bottomright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content .sidebar .sidebar_content{
	margin: 0 10px 10px 5px;
	font-size: 12px;
}

.content .sidebar .sidebar_content h2{
	margin: 2px 10px 2px 0;
	padding-left: 3px;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
}

.content .sidebar .sidebar_content ul{
	margin: 0 10px 6px;
	list-style-type: none;
}

.content .sidebar .sidebar_content li{
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.content .main{
	margin: 0 40px 0 200px;
	padding-top: 10px;
}

.content .main .article{
	margin: 10px;
}

.content .main .article h2{
	border-bottom: 1px solid #999999;
	padding: 2px;
	font-size: 14px;
}

.content .main .article h2 a{
	color: #000000;
}

.content .main .article h3{
	padding: 2px;
	font-size: 14px;
}

.content .main .article .article_text{
	padding: 5px;
	line-height: 140%;
}

.content .main .article .article_footer{
	border-top: 1px solid #999999;
	margin-bottom: 15px;
	padding: 2px;
	font-size: 12px;
	text-align: right;
}

.content .full_width{
	margin: 0 40px 0 10px;
	padding-top: 10px;
}

.content .full_width .article{
	margin: 10px;
}

.content .full_width .article h2{
	border-bottom: 1px solid #999999;
	padding: 2px;
	font-size: 14px;
}

.content .full_width .article h2 a{
	color: #000000;
}

.content .full_width .article h3{
	padding: 2px;
	font-size: 14px;
}

.content .full_width .article .article_text{
	padding: 5px;
	line-height: 140%;
}

.content .full_width .article .article_footer{
	border-top: 1px solid #999999;
	margin-bottom: 15px;
	padding: 2px;
	font-size: 12px;
	text-align: right;
}

.entry-more-link{
	padding: 15px 5px;
}

.topic-tags{
	margin: 15px 5px;
}

.topic-tags ul li{
	display: inline;
	list-style: none inside;
	font-size: 12px;
}

.search_input{
	width: 150px;
}

.content-nav{
	text-align: center;
}

.comment{
	margin-top: 7px;
}

.comment_footer{
	border-top: 1px solid #999999;
	margin-bottom: 7px;
	padding: 2px;
	font-size: 12px;
	text-align: right;
}

.search_result{
	margin: 5px;
}

.search_result h3{
	border-bottom: 1px solid #999999;
	padding: 2px;
	font-size: 14px;
}

.search_result .result_footer{
	border-top: 1px solid #999999;
	margin-bottom: 15px;
	padding: 2px;
	font-size: 12px;
	text-align: right;
}
