/* common elements */

body {
	background-color:#E5ECF1;
	margin:0px;
	color:#000000;
	font-size:12px;
	font-family:Georgia, Verdana, Arial, "宋体";
}

a:link, a:visited {
	color:#366799;
	text-decoration:none;
}

a:hover, a:active {
	color:#CC3300;
	text-decoration:none;
}

/* class for a single element */

#wrapper {
	width:980px;
	margin:0 auto;
}

div.header-1 {
	padding:6px;
	background-color:#FFFFFF;
	border-bottom:2px solid #AAAAAA;
}

div.header-2 {
	padding:6px;
	background-color:#3275A8;
	height:80px;
	border-bottom:1px solid #FFFFFF;
}

img.header-logo {
	margin-left:20px;
	margin-top:10px;
	float:left;
}

div.header-search {
	float:right;
	margin:50px 40px 0px 0px;
}

input.search-text {
	background-color:#FAFAFA;
	border:1px solid #1C425E;
}

input.search-submit {
}

div.header-3 {
	padding:0px;
	background-color:#B2D487;
	border-bottom:1px solid #FFFFFF;
}

.channel-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.channel-list li {
	display:block;
	padding:0px;
	border-right:1px solid #93B666;
	float:left;
}

.channel-list li a {
	display:block;
	width:48px;
	margin:0px;
	padding:5px 10px;
	text-align:center;
	font-size:14px;
}

/* class for search */

span.hl {
	font-weight:bold;
	color:#C00;
}

/* class for elements */

a.channel:link, a.channel:visited {
	background-color:#B2D487;
}

a.channel:hover, a.channel:active {
	background-color:#CAE9A3;
}

a.channel-selected {
	background-color:#CAE9A3;
}

div.clear-both {
	clear:both;
	float:none;
}

/* main */

#main {
	margin:0px;
	padding:10px 0px;
	background-color:#FFFFFF;
}

div.col-0 {
	float:left;
	width:698px;
	height:auto;
	padding:0px;
	margin:0px;
}

div.col-1 {
	float:right;
	width:280px;
	height:auto;
	padding:0px;
	margin:0px;
	border-left:1px solid #D9E2E5;
}

div.main-all {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
}

/* portlet */

div.portlet {
	display:block;
	margin:6px;
	clear:both;
}

div.portlet-header {
	font-size:1.2em;
	font-weight:bold;
	padding:6px 4px 4px 4px;
	background-color:#F1F6E2;
	border-bottom:1px solid #E3E8D4;
}

div.portlet-content {
	padding:4px;
	margin:0px;
}

div.post div.post-date {
	width:60px;
	height:63px;
	background-image:url(date.gif);
	background-repeat:no-repeat;
	float:left;
	clear:left;
	position:relative;
	color:#FFF;
	margin-bottom:6px;
	margin-right:6px;
}

div.post-date div.post-year {
	width:40px;
	float:left;
	text-align:center;
	position:relative;
	margin-top:3px;
}

div.post-date div.post-month {
	width:20px;
	float:right;
	text-align:center;
	position:relative;
	margin-top:3px;
}

div.post-date div.post-day {
	clear:both;
	width:65px;
	display:block;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding-top:6px;
}

div.post div.portlet-header {
}

div.portlet-content p {
	margin: 8px;
	line-height:150%;
	text-indent:2em;
}

ul.portlet-category {
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.portlet-category li a {
    display:list-item;
    list-style:square;
    margin:0px 0px 0px 18px;
    padding:3px;
}

a.category {
	display:list-item;
	list-style:square;
	margin:0px 0px 0px 18px;
	padding:3px;
}

a.thumbnail {
	display:block;
	width:auto;
	height:auto;
	margin:6px;
	padding:0px;
	float:left;
}

a.thumbnail:link, a.thumbnail:visited {
	border:2px solid #999999;
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=true,style=0,opacity=60);
}

a.thumbnail:hover, a.thumbnail:active {
	border:2px solid #666666;
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

img.thumbnail {
	width:100px;
	height:100px;
	border-width:0px;
}

/* footer */

#footer {
	text-align:center;
	padding:10px;
}

#footer p {
	margin:6px;
}
