@charset "utf-8";
/*  
Theme Name: 纯白色
Theme URI: http://purewhite.cn/
Description: 本主题基于默认主题制作，整个版面以灰白色为主，外观上借鉴了 Macromedia 网站原来的样式。
Version: 0.3
Author: Ulysses
Author URI: http://ulysses.cn/

	基于 GPL 发布:
	http://www.opensource.org/licenses/gpl-license.php
*/


body {
    font-size: 75%;
	color: #444;
	background-color: #fff;
	text-align: center;
    padding: 0;
	margin: 0;
}

hr {
    display: none;
}

/**** BEGIN Links ****/
a {
    color: #111;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px dotted #fff;
}

a:hover {
    color: #333;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}
/**** END Links ****/

/**** BEGIN Layout ****/
#page {
    text-align: left;
	width: 762px;
	margin: 0 auto;
}

#header {
    width: 100%;
}

#navigator {
    width: 100%;
}

#content {
}

.narrowcolumn {
	width: 536px;
	float: left;
	padding: 0 14px;
	margin: 0;
}

.widecolumn {
	width: 734px;
	float: left;
	padding: 0 14px;
	margin: 0;
}

#footer {
    text-align: left;
    width: 762px;
	margin: 0 auto;
}

/**** END Layout ****/

/**** BEGIN HEADER ****/
#header {
    color: #888;
    background: #fff;
	height: 4em;
	clear: both;
}

#header #headerimg {
    margin: 1em;
}

#header h1 {
    font-size: 1.2em;
    padding: 0 0 0.25em 0;
	margin: 0;
}

#header h1 a {
    color: #666;
	text-decoration: none;
}

#header .description {
    color: #666;
    background: #fff;
	padding: 0;
	margin: 0;
}
/**** END HEADER ****/

/**** BEGIN NAVIGATOR ****/
#navigator {
    height: 36px;
	clear: both;
}

#navigator ul {
    background: url(images/pw_bg_globalnav.gif) no-repeat left top;
	display: block;
	width: 750px;
	height: 36px;
    padding: 0;
	padding-right: 6px;
	padding-left: 6px;
	margin: 0;
	list-style: none;
}

#navigator ul li {
    background: url(images/pw_bg_globalnav.gif) repeat-x center top;
	padding-bottom: 2px;
}

#navigator ul li.page_item {
    background: url(images/pw_bg_globalnav.gif) repeat-x center top;
    float: left;
}

#navigator ul li#partner {
    text-align: right;
    background: url(images/pw_bg_globalnav.gif) no-repeat right top;
	display: block;
	width: 320px;
	padding-right: 18px;
	padding-left: 12px;
    float: right;
}

#navigator ul li a {
    color: #666;
	font-weight: bold;
    text-decoration: none;
    background: url(images/pw_bg_globalnav_split.gif) no-repeat right top;
    display: block;
    padding: 11px 18px 0 12px;
	border: 0;
}

#navigator ul li:hover {
    background: url(images/pw_bg_globalnav_hover.gif) repeat-x center top;
}

#navigator ul li a:hover {
    color: #444;
}

#navigator #searchform {
    text-align: right;
    padding: 11px 12px 0 18px;
	margin: 0;
}

#navigator #s {
    font-size: 1em;
    color: #666;
	background-color: #fff;
    height: 13px;
	margin: 0;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #bfbfbf;
}

#navigator #searchsubmit {
    font-size: 1em;
    color: #888;
	background-color: #efefef;
    height: 18px;
	margin: 0;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #eaeaea;
}
/**** END NAVIGATOR ****/

/**** BEGIN CONTENT ****/
#content h1, .entry h1 {
    font-size: 1.2em;
}

#content h2, .entry h2, #content h3, .entry h3, #content h4, .entry h4, #content h5, .entry h5 {
    font-size: 1em;
}

#content acronym, #content abbr {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-bottom: 1px solid dotted;
}

#content code {
	font: 1em 'Courier New', Courier, Fixed;
}

#content blockquote {
    padding: 0 1em;
    margin: 1em;
	border-left: 2px solid #efefef;
}

#content cite {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}

#content address {
    font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

#content ul {
    padding: 0;
	margin: 0;
	list-style: none;
}

#content ul ul {
    margin-left: 1em;
}

#content ul a {
    line-height: 1.5em;
	margin: 5px 0;
}

#depthpath {
	font-size: 1em;
	line-height: 1.5em;
	color: #888;
	text-decoration: none;
	background: #fff;
	text-align: left;
	width: auto;
	height: 1.5em;
	padding: 0;
	margin-bottom: 1em;
	border-bottom: 3px solid #e0e0e0;
}

#depthpath a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

#depthpath a:hover {
    color: #666;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}

#content a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

#content a:hover {
    color: #333;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}

.post {
    display: block;
	clear: both;
    margin-bottom: 2em;
}

.posttitle {
    font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	background: #efefef;
	border-bottom: 1px solid #d0d0d0;
}

#content h2.posttitle a {
    color: #555;
	text-decoration: none;
	background: #efefef;
	border: 0;
}

#content h2.posttitle a:hover {
    color: #000;
	text-decoration: none;
	background: #efefef;
	border: 0;
}

.metadata {
    color: #888888;
    line-height: 1.5em;
    text-align: right;
	padding: 0;
	margin: 0.25em 0 0.75em;
}

.metadata a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.metadata a:hover {
    color: #333;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}

.entry {
    line-height: 1.5em;
}

img.centered {
	display: block;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #efefef;
}
	
img.alignright {
	display: inline;
	padding: 2px;
	margin: 0;
	border: 1px solid #efefef;
}

img.alignleft {
	display: inline;
	padding: 2px
	margin: 0;
	border: 1px solid #efefef;
}

.entry a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.entry a:hover {
    color: #666;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}

.postmetadata {
    text-align: right;
	display: block;
	clear: both;
}

.postmetadata a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.postmetadata a:hover {
    color: #333;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}
/**** END CONTENT ****/

/**** BEGIN NAVIGATION ****/
.navigation {
	color: #888;
	clear: both;
	padding: 1em 0;
}

 .navigation .alignleft {
    text-align: left;
    width: 40%;
    padding: 0.5em 0;
    float: left
}

.navigation .alignright {
    text-align: right;
    width: 40%;
    padding: 0.5em 0;
    float: right;
}

.navigation a {
    color: #627533;
    text-decoration: none;
}

.navigation a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.navigation a:hover {
    color: #333;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}
/**** END NAVIGATION ****/

/**** BEGIN Comments ****/
#comments {
    font-size: 1.2em;
}

.commentlist {
    padding: 0;
	margin: 0;
	list-style: none;
}

.commentlist li {
    border-bottom: 1px solid #efefef;
}

.commentlist .alt {
    background: #f9f9f9;
}

.commentlist cite {
    color: #888;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.commentmetadata {
    font-size: 1em;
    padding: 0;
    margin: 0 0 1em;
}

.commentlist cite a, .commentmetadata a {
    color: #888;
    text-decoration: none;
}

#respond {
    font-size: 1.2em;
}

.comment_login {
    padding: 0 2em;
}

#commentform {
    padding: 0;
}

#commentform #author, #commentform #email, #commentform #url {
    font-size: 1em;
    color: #666;
	background-color: #fff;
	width: 240px;
    height: 13px;
	margin: 0;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #bfbfbf;
}

#commentform #comment {
    font-size: 1em;
    color: #666;
	background-color: #fff;
	width: 480px;
	height: 160px;
	margin: 0;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #bfbfbf;
}

#commentform #submit {
    font-size: 1em;
    color: #888;
	background-color: #efefef;
    height: 18px;
	margin: 0;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #eaeaea;
}

body#commentspopup {
	color: #888;
    background: #fff;
}
/**** END Comments ****/

/**** BEGIN SIDEBAR ****/
#sidebar {
	/*margin-left: 574px;*/
	width: 186px;
	margin-right: 2px;
	float: right;
}

* html #sidebar {
    margin-right: 1px;
}

#sidebar ul {
    padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
    margin-bottom: 6px;
}

#sidebar ul li h2 {
    color: #666;
    font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 0 8px;
	margin: 0;
	border-bottom: 3px solid #E0E0E0;
}

#sidebar ul li ul {
    padding: 6px 12px;
	margin: 0;
	list-style: none;
}

#sidebar ul li ul li {
    margin: 5px auto;
	overflow: hidden;
}

#sidebar ul li ul li ul.children {
    padding: 0 0 0 12px;
	margin: 0;
	list-style: none;
}

#sidebar a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

#sidebar a:hover {
    color: #333;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}
/**** END SIDEBAR ****/

/**** BEGIN FOOTER ****/
#footer {
    color: #444;
	background-color: #fff;
	clear: both;
}

#footer p {
    line-height: 1.5em;
    padding: 0 1em;
}

#footer a {
    color: #888;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #fff;
}

#footer a:hover {
    color: #333;
	text-decoration: none;
	background: #efefef;
	border-bottom: 1px solid #e0e0e0;
}
/**** END FOOTER ****/

/**** BEGIN classes ****/
.clear {
    clear: both;
}
/**** ENG classes ****/