/******************************************************************
**  BSE.Dev 1.0.0 Standard for BSE.Blog
*******************************************************************
**  Copyright (C)2005-2007 BSE-Studio. All Rights Reserved.
**
**  URL:     http://www.bsestudio.com
**  Email:   support@bsestudio.com
**
**  File:    theme/default.css
**  By:      Burning
**  Time:    2007/08/22  13:07
******************************************************************/




#region01 {
	float: left;
	width: 320px;
	padding: 0px 20px 0px 30px;
	margin: 0px;
}

#region02 {
	float: left;
	width: 450px;
	padding: 0px;
	margin: 0px;
}

.btnMore {
	display: block;
	float: right;
	background-image: url(image/btnMore.gif);
	width: 50px;
	height: 20px;
	margin: 5px 0px 0px 0px;
	text-indent: -2000px;
}

#news {
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
#news .blockTitle {
	height: 30px;
	margin: 0px 0px 10px 0px;
}

#news .blockTitle h3 {
	float: left;
	background-image: url(image/catNews.gif);
	width: 160px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	color: #333333;
	text-indent: -20000px;
	font-size: 15px;
}
#news ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#news li {
	clear: both;
	padding: 3px 0px 2px 0px;
	border-bottom: 1px dotted #cccccc;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}
#news .time {
	display: block;
	float: right;
	width: 80px;
	font-size: 10px;
}
#news h4 {
	float: left;
	background-image: url(image/dot01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 200px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
}
#news .subject a {
	color: #6eb42b;
}
#news .subject a:hover {
	color: #ff9900;
}
#news .line {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}



#subjects {
	padding: 0px;
	margin: 0px;
}

#subjects .blockTitle {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	color: #886f0b;
	font-size: 18px;
}

#subjects ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#subjects li {
	clear: both;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #dddddd;
	margin: 0px 0px 5px 0px;
}
#subjects h4 {
	float: left;
	width: 295px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
#subjects .subject a {
	color: #6eb42b;
}
#subjects .subject a:hover {
	color: #ff9900;
}
#subjects .abstract {
	float: left;
	width: 285px;
	padding: 5px;
	margin: 0px;
}
#subjects .image {
	display: block;
	float: left;
	margin: 0px 15px 15px 0px;
	width: 120px;
	height: 90px;
	border: 3px solid #b1ac5a;
}
#subjects .line {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
