/* :: 标题字体及其背景色 :: */

/* :: sidebar里的标题不要自动变成大写 :: */
#side h2, #side caption {
    text-transform:none;}

/* :: 更改首字样式 :: */
div:first-letter {
    color:darkred;
    font-size:18px;}
div {
    line-height:130%}
.content:first-letter {
    color:#29B41B;
    font-weight:bold;} 

/* :: 链接样式 :: */
a:link {
    color: #0000FF; 
    text-decoration: none}
a:hover {
    color: #ff3300;
    font-size: 115%;
    font-weight: bold;
    text-decoration: none}
a:visited {
    color: #FF9900;
    text-decoration:none;
    }


menu {
clear:both;
background:#e9e9e9 url(/community/graphics/users/1/menu.gif);
}

/* :: 改变日期和tag的字体大小 :: */
.post .tags {
    font-size:12px;
    font-weight: bold;
    text-transform:capitalize;
}
.post .title {
    margin:0 0 10px 0;
    font-size:20px;
    color:#000099;
    font-weight:bold;
    font-family:宋体, MS Song, Simsun, Verdana;;
    line-height:normal;
}
.title a:link {
	color:#29B41B;
	text-decoration:none;
	}
.title a:visited {
	color:#FF9900;
	text-decoration:none;
	}
.title a:active {
	color:#0000FF;
	text-decoration:none;
	}
.post .title a:hover {
	color:#ff3300;
        text-decoration:none;
	}
.post .sticky {
    float:right;
    margin:0;
    font-size:10px;
    color:#666666;
    background:#FFE1FF url(/community/graphics/users/1/sticky.gif) top right    no-repeat;
    padding:0 28px 0 4px;
}

#side li {
	font-size:12px;
	list-style-type:square;
	}
#side h2, #side caption {
	color:#fff;
	background:#3b649c;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 1px 0;
	padding:2px 0 2px 5px;
	}
