﻿body
{
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-family: tahoma,arial,sans-serif;
	margin: 0 auto;
	width: 910px;
	position: relative;
	font-size:12px;
}

/* content */
#content {
	float: left;
	width: 672px;
}
#content .cblock {
	font-size:14px;
	line-height:1.8;
	border:1px solid silver;
	margin-bottom:20px;
	padding:3px 10px;
}

/* side panel */
#sidepanel {
	float: right;
	width: 224px;
	padding:0;
}

/* footer */
#footer
{
	font-size:12px;
	margin:10px 0;
	text-align:center;
	line-height:1.8;
	clear:both;
}

a
{
	outline-style:none;
	outline-width:medium;
}
a:link, a:visited, #searchcontrol .gs-title
{
	color:#0080CC;
	text-decoration:none;
}
a:hover, a:active
{
	text-decoration:underline;
}
img 
{
	vertical-align:middle;
	border:medium none;
}

h1 
{
	font-size:18px;
	margin:12px 0 10px 0;
    color:#224488;
    clear:both;
}
h2 
{
	font-size:16px;
	margin:14px 0 10px 0;
	color:#224488;
	clear:both;
}
h3
{
	font-size:14px;
	margin-left:0;
}
h1, h2, h3, h4, h5, h6, strong 
{
	font-weight:bold;
	clear:none;
}
#logo
{
	font-size:38px;
	font-weight:bold;
	margin-bottom: 20px;
	line-height:normal;
	float:left;	
}

#search
{
	margin:0 auto;
	width:340px;
	vertical-align:middle;
	font-size:16px;
}
#search form
{
    margin:2px 0;
    font-weight:bold;
}
#search form input
{
    font-size:14px;
    height:28px;
}
#search #number
{
	width: 180px;
	font-size:16px;
	font-weight:bold;
	background:#FFFFDC;
	border:solid 1px #7F9DB9;
	height:20px;
	padding:2px;
}

#content .hint
{
	margin-top:3px;
	font-size:12px;
	color: #777777;
	font-weight:normal;
}
.auxinfo
{
	font-size:smaller;
	color:#808080;
}
#searchresult
{
	padding-left:10px;
	font-size:12px;
	line-height:normal;
}
#searchcontrol,#yahoocontrol, #bingcontrol
{
	margin-bottom:15px;
}
#numsearch, #searchcontrol .gsc-control, #yahoocontrol .gsc-control, #bingcontrol .gsc-control
{
	width:100%;
}
.gsc-result
{
	overflow:auto;
	overflow-y:hidden;
}
.haoduans
{
	margin: 0px 30px;
}
/* number table */
#content table
{
	margin: 0 auto;
	width:600px;
}

#content table td, #content table th
{
	border:1px solid #EFEFEF;
	padding:2px 15px;
	line-height:18px;
	text-align:center;
}

/*----------------------------
						Menu
----------------------------*/

#menu{
	background: white;
	border: 1px solid silver;
	padding: 5px;
	line-height: normal;
	margin-bottom: 20px;
}

#menu a.apmlfilter
{
	float:right;
	margin-right: 10px; 
	background:url(../blog/pics/apml.png) no-repeat left 1px; 
	padding-left:16px
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

#menu ul li a.feed img{
	margin-right: 3px;
	margin-bottom: 1px;
}

/*----------------------------
						Posts
----------------------------*/
#recentposts ul{
}

#recentposts ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#recentposts ul li{
	line-height:25px;
}

#recentposts .title
{
}

#recentposts .date
{
	color:#666666;
	float:right;
	clear:both;
}

/*----------------------------
  					Report
----------------------------*/
#reporttitle
{
	font-weight:bold;
	clear:both;
}
#report
{
	font-size:14px;
	line-height:1.5;
	margin:8px 15px;
}
#report div
{
	clear:right;
	margin:8px 0;
}
#report label
{
	color:#444444;
	display:block;
	float:left;
}
#report .field
{
	display:block;
	margin-left:120px;
	clear:right
}
#report .hint
{
	font-size:12px;
	color: #666666;
}
#report ul
{
	margin-top:4px;
	margin-bottom:4px;
}


/*----------------------------
  					  reports
----------------------------*/
#plainreports
{
	margin:0;
	line-height:1.8;
	font-size:12px;
}
#reports
{
	margin:0;
	line-height:1.6;
}
#reports ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#reports .item
{
	border-bottom:1px solid #D8D8EE;
	padding:5px 0;
	clear:left;
}
#reports .author
{
	font-size:12px;
	font-weight:bold;
	color:#0070BB;
}
#reports .chenghu
{
	font-weight:normal;
	color:black;
}
#reports .title
{
	float:left;
	font-size:12px;
}
#reports .title a
{
	font-weight:bold;
}
#reports .meta
{
	text-align:right;
	font-size:12px;
}
#reports .type
{
	font-size:12px;
	font-weight:bold;
	color:#666666;	
}
#reports .detail
{
	margin:0;
	overflow:auto;
}

/*----------------------------
		Embedded article
----------------------------*/
#embedded h1
{
	font-size:12px;
	font-weight:bold;
	color:#555555;
}

#embedded
{
	font-size:12px;
	color:#555555;
	margin:5px;
	border-top:1px solid silver;
}

/*----------------------------
					 Widgets
----------------------------*/

div.widget{
	background: white;
	border: 1px solid silver;
	padding: 10px 12px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #555555;
}

div.widget.content.hint
{
	font-size:12px;
	color: #777777;
}


div.widget h4{
	font-size: 15px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #888888;
	letter-spacing: 1px;
}

.widget .hint
{
	font-size:12px;
	color: #777777;
	font-weight:normal;
}

.widget ul, .widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

.widget ul li {
	margin-bottom: 3px;
}

#announce .count 
{
	font-size:16px;
	font-weight:bold;
}

#news ul li 
{
	margin:8px 0;
}


/*----------------------------
					 Ranking
----------------------------*/
.ranking
{
	width:420px;
	margin:0 auto;
}
