@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "css/blogstyle.css";/* blog control style */

/*
===== 3: link setting ===========================
*/
a:link{
	color: #0034db;
	text-decoration: none;
}
a:visited{
	color: #0034db;
	text-decoration: none;
}
a:hover{
	color: #ff7700;
	text-decoration:underline;	
}
a:active{
	color: #ff7700;
	text-decoration: none;	
}

#flash {
	clear: both;
	width: 825px;
	height: 298px;
	background: url(images/activity.jpg) no-repeat;
}

#sidebar {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 14px;
	margin-right: 14px;
	width: 231px;
	color: #444444;
	overflow: hidden;
	font-size: 90%;
}

#main .blog {
	margin-top: 18px;
	margin-right: 8px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#main .maincol {
	margin: 0;
	padding: 0;
	float: left;
	width: 560px;
	padding-left: 10px;
}

/* Recent entries */
#entriesList dl,
#entriesList ul {
	margin:5px 10px 0px 10px;
	font-size: 90%;
}
#entriesList dl dt {
	text-indent: 22px;
	background: url(images/bulet.gif) no-repeat;
	background-position: 5px 4px;
}
#entriesList dl dd {
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#entriesList dl dd:after{
	content: "";
	clear:both;
	display:block;
}
#entriesList ul li {
	text-indent: 22px;
	background: url(images/bulet.gif) no-repeat;
	background-position: 5px 4px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#entriesList a:link, #entriesList a:visited, #entriesList a:active {
	color: #0034db;
}
#entriesList a:hover {
	color: #ff7700;
	text-decoration: none;
}
#entriesList dl dd img.photo {	
	margin-right: 10px;
}
.readmore {

}
#gmenu ul li.home a {
	background-position: 0 -47px;
}