@charset "utf-8";
/* CSS Document */

#blog-container {
	float:left;
	width:530px;
	margin-right:10px;
}
#box-blog-light {
	padding:10px;
	float:left;
	padding:10px;
	width:520px;
}
#box-blog-dark {
	background:#feeedb;
	float:left;
	padding:10px;
	clear:both;
}
.heading {
	color:#000;
	font-family:Enigmatic, Verdana;
	font-size:24px;
	font-weight:bold;
}
.heading2 {
	color:#f7941d;
	font-family:Enigmatic, Verdana;
	font-size:22px;
	font-weight:bold;
}
.posted {
	color:#999;
	font-size:9px;
}
#bottom-pagination {
	float:left;
	clear:both;
	padding:30px;
	padding-left:0px;
}
/*sidelinks*/
#sidelinks {
	float:left;
	width:300px;
	padding:10px;
	color:#105cb6;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#sidelinks a{
	color:#105cb6;
	text-decoration:none;
}
#sidelinks a:hover{
	text-decoration:underline;
	color:#09F;
}
#sidelinks .nav-title {
	color:#8dc63f;
	font-size:20px;
	padding:5px;
	border-bottom: 1px solid #999;
	margin-left:10px;
	margin-right:10px;

}
#sidelinks .nav-header{
	background:url(images/blog/feed-header.gif) no-repeat;
	width:260px;
	height:23px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-left:40px;
	padding-top:4px;
}
#sidelinks ul {
	margin:5px;
	list-style:none;
	padding-left:0px;

	
}
#sidelinks li {
	margin:5px;
	border-bottom:1px solid #b1cde7;
	padding-bottom:7px;
	padding-left:25px;
	
}
/*icons*/
.icon-asterisk{
	background:url(images/blog/b_03.gif) no-repeat;

}
.icon-user{
	background:url(images/blog/b_30.gif) no-repeat;
	
}
.icon-shield{
	background:url(images/blog/b_33.gif) no-repeat;
	
}
.icon-twitter{
	background:url(images/blog/b_35.gif) no-repeat;
	
}
.icon-msg{
	background:url(images/blog/b_07.gif) no-repeat;
	
}
.icon-wheel{
	background:url(images/blog/b_10.gif) no-repeat;
	
}
.icon-question{
	background:url(images/blog/b_13.gif) no-repeat;
	
}
.icon-door{
	background:url(images/blog/b_15.gif) no-repeat;
	
}
.icon-pc{
	background:url(images/blog/b_17.gif) no-repeat;
	
}
.icon-note{
	background:url(images/blog/b_20.gif) no-repeat;
	
}
.icon-note2{
	background:url(images/blog/b_22.gif) no-repeat;
	
}
.icon-puzz{
	background:url(images/blog/b_24.gif) no-repeat;
	
}
.icon-news{
	background:url(images/blog/b_27.gif) no-repeat;
	
}


/*blog */
#decimal-list{
	list-style:decimal;
}
#decimal-list li{
	margin-bottom:20px;
}



