/* 用户页面（blog）的缺省样式 */
body {
    margin: 6px 0px 0px 0px;
    padding:0px;
    text-align: center;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
    background: #fff url("/images/background.gif") repeat-y center top;
    line-height:150%;
}
p {
	font: 1.3em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
a{
	text-decoration: underline;
	color:#444;
}
a:link{
	color:#444;
}
a:hover {
	color: #999;
}
a:visited{
	color:#444;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font: 1em 'Trebuchet MS', Verdana, Sans-Serif;
}
#container {
    width: 770px;
    background-color:transparent;
    background:none;
    border:none;
    margin-left:auto;
    margin-right:auto;
}

#banner {
    width:99%;
	color: #fff;
	background-color:#A783C9;
	text-align: left;
	padding:6px 0px 8px 6px;
    margin:0px 0px 10px 0px;
}

#banner-img {
	display: none;
}

#banner a {
	color: #fff;
	text-decoration: none;
}

#banner h1 {
	font-size: 2em;
	font-weight: bold;
}

#banner h2 {
	font-size: 1.3em;
}

#center {
	float: right;
	width: 68%;
    text-align:left;
	overflow: hidden;
    margin-left:auto;
    margin-right:10px;
}
.content {
	padding: 0px 5px 5px 5px;
	background-color: #fff;
	color: #666666;
    margin:0px;
	line-height: 200%;
}
#right {
	float: left;
	width: 29%;
	background-color: #fff;
	overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}

.content img{
    border:0px;
}
.content p {
	color: #333;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 8px;
	font: 1.3em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.content blockquote {
	color: #333;
	background: #f8f8f8;
	border: 1px dotted #896AA7;
	padding: 5px;
    margin:10px;
	font: 1.3em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.content li {
	line-height: 150%;
}

.content h2 {
    color:#896AA7;
	text-align: left;
	margin-bottom: 10px;
    margin-top:8px;
	background: #FFFFFF;
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.content h3 {
	color: #333;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.9em;
}

.content p.posted {
	color: #333;
	border-top: 1px solid #D2E4FC;
	text-align: right;
	padding: 3px;
	padding-left: 10px;
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.sidebar {
	color: #333;
	padding: 0px 10px 10px 10px !important;
	background-color: #fff;
    margin-bottom:10px;
	font: 1.2em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.sidebar h2 {
	color: #896AA7;
	font-size: 1.2em;
	font-weight: bold;
    text-align:left;
	padding: 8px 0px 3px 0px;
    background:url(/css/images/h2_bg.gif) no-repeat left center;
}

.sidebar ul {
	padding-left: 5px;
	margin: 0px;
}

.sidebar li {
	color: #666666;
	font-size: 1.1em;
	text-align: left;
	line-height: 140%;
	margin-top: 3px;
	list-style-type: none;
}

.sidebar img {
	border: 3px solid #fff;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-size: 1.1em;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
}
#userProfile{
    margin:0px 0px 5px 0px;
    text-align:center;
}
#userProfile img{
    clear:both;
    margin:5px;
}