body 
{
	font-family : '微软雅黑', sans-serif;
	margin : 0px 0px 10px 0px;
	padding-top:0px;
	background : #FFFFFF;	
	color : #333;
	font-size: 14px;
	word-wrap:  break-word;
}


#top {
	font-family : mono;
	color:#000000;
	font-size : 1.1em;
        font-weight: bold;
	border-bottom:1px dotted #FFF;
	border-top:none;
	background:#336699;
	text-transform:uppercase;
	letter-spacing: .2em; 
	padding-bottom : 15px;
	padding-left : 15px;
        height: 70px;
}

.headermaintitle {
      font-size:40px;
}


#rightmenu 
{
padding-right :20px ;
background: #fff;
border-left : 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
top:80px;
background: #4169E1 url(http://images.cppblog.com/cppblog_com/mikesheng/19955/o_background.png) repeat-y;	
border-radius: 15px;
        -moz-border-radius: 15px;
       -webkit-border-radius: 15px;	
box-shadow:5px 5px 5px 0 #55637c;
}


#rightmenu h3
{
background: transparent;
color:#69c;
border-top: none;
border-bottom:  none;
padding:5 0 5 0;
vertical-align:bottom;
margin-bottom:5px;
font-size: 16px;
}


div.post
{
	font-family : verdana, arial, sans-serif;
	color : #333;
	font-size: 14px;
	padding : 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
       -webkit-border-radius: 10px;	
       box-shadow:5px 5px 5px 0 #55637c;
       border:1px solid #55637c;
}


p.date 
{
	color: #000000; 
	font-family : verdana, arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	padding : 5px;
	border:none;
	background: none;
}


#rightmenu ul {
	list-style : none;
	color: #999966;
	margin : 0px;	

	margin-bottom : 10px;
	font-size : 16px;
	font-weight : normal;
}

#rightmenu a,
    #rightmenu a:link,
    #rightmenu a:visited,
    #rightmenu a:active
    {
		color : #999966;
		text-decoration : none;
                font-size:16px;
    }