body {
	background: white;
	font-family: "Times New Roman", Georgia, Times, serif;
	line-height: 1.5;
	letter-spacing: 1px;
}

html, body {height: 100%;}

hr {
	border: none;
	border-bottom: 1px solid #bebebe;
	clear: both;
	margin: 5px 0;
}

a {
	color: #336699;
}
a:active {
	color: red;
}

a:hover, a:visited {
	color: blue;
}

.center {
	text-align: center;
	margin: 0 auto;
}

#wixian_topbar {
	height: 36px;
	width: 100%;
	background: url(images/topbar_bg.png) repeat-x;
	padding-top: 9px;
	margin-bottom: -45px;
}

#wixian_topbar #search {
	float: right;
	padding-right: 40px;
}

#wixian_topbar #searchbutton {
	display: none;
}

#wixian_topbar #searchbox {
	width: 140px;
}

#wixian_sidebar {
	color: white;
	margin-left: 20px;
	width: 190px;
	min-height: 100%;
	background: url(images/sidebar_bg.png) repeat-y scroll;
	position: absolute;
	font-variant: small-caps;
	text-align: center;
	font-size: 120%;
	text-shadow: #000000 -1px -1px 0px;
}

#wixian_sidebar .popover {
	width:  170px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 15px;
	font-size: 115%;
	line-height: 1.2;
	margin-bottom: -15px;
}

#wixian_sidebar .popover.tall {
	height: 105px;
	background: url(images/tall_foldover.png) no-repeat;
}
#wixian_sidebar .popover.tall.name {
	background: url(images/name_foldover.png) no-repeat;
	margin-top: -5px;
}
#wixian_sidebar .popover.tall.name .contents {
	display: none;
}
#wixian_sidebar .popover.short {
	height: 70px;
	font-size: 90%;
	margin-bottom: -20px;
	background: url(images/short_foldover.png) no-repeat;
}

.sidebar_menu ul {
	list-style-type: square;
	width: 140px;
	margin: 0 auto 25px;
	list-style-position: inside;
}
.sidebar_menu ul li {
	margin: 0 auto 24px;
	font-size: 18px;
}

#wixian_sidebar a {
	text-decoration: none;
	border: none;
	color: white;
}

#wixian_sidebar .sidebar_menu a:hover {
	text-decoration: underline;
}

#wixian_content {
	position: absolute;
	margin-top: 75px;
	margin-left: 210px;
	margin-right: 40px;
	margin-bottom: 20px;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

#article_content {
	line-height: 1.4;
	text-align: justify;
}

.inlined.input-text:focus {
	color: black;
}

.inlined.input-text {
	font-size: 90%;
	padding: 1px 5px;
	color: #666666;
}

#emailbox {
	width: 180px;
}

#article_content h6 {
	font-size: 60%;
}
#article_content h5 {
	font-size: 80%;
}
#article_content h4 {
	font-size: 100%;
}
#article_content h3 {
	font-size: 120%;
}
#article_content h2 {
	font-size: 150%;
}
#article_content h1 {
	font-size: 180%;
}

#page_header {
	margin-bottom: 5px;
}

#page_header #page_title {
	font-size: 180%;
	float: left;
	padding-bottom: 5px;
}

#page_header #modified_date {
	float: right;
	padding-top: 15px;
	font-size: 80%;
	letter-spacing: 0.05em;
	font-style: italic;
}

#page_header #subclass {
	font-size: 70%;
}

#article_content {
	margin: 15px 0;
}

.inset {
	width: 180px;
	margin-left: 18px;
	margin-bottom: 18px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 95%;
	float: right;
	list-style: disc;
	display: inline;
	background: #fff;
	box-shadow: 0px 3px 8px #888888;
	-moz-box-shadow: 0px 3px 8px #888888;
    -webkit-box-shadow: 0px 3px 8px #888888;
	padding: 6px 10px 10px;
	border: 1px #bebebe solid;
}

.inset h4 {
	text-align: center;
	text-decoration: underline;
}

.inset ol, .inset ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 15px;
}

.inset li {
	padding: 2px 0;
}

#footer {
	text-align: center;
	line-height: 1.5;
	font-size: 70%;
	margin-top: 30px;
}
