/*
Theme Name: Railway Drawings
Theme URI: http://kychung.com
Description: For use in Nanyue Express only.
Version: 1.1
Author: K.Y.Chung
*/

body {
	background-image: url(images/body_bg.png);
	background-position: center top;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	font-family: "Tahoma", "Verdana";
	font-size: 14px;
	min-width: 800px;
}
img {
	border: none;
}
.hidden {
	display: none;
}
.topDeco {
	height: 14px;
	font-size: 0px;
}
.topLeftDeco {
	height: 14px;
	background-image: url(images/top_left_deco.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0px;
}
.topRightDeco {
	height: 14px;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/top_right_deco.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 0px;
}
.topDecoInner {
	background-image: url(images/top_deco.png);
	background-repeat: repeat-x;
	height: 14px;
	font-size: 0px;
}
.centerLeftDeco {
	background-image: url(images/center_left_deco.png);
	background-position: left;
	background-repeat: repeat-y;
	height: 100%;
}
.centerRightDeco {
	background-image: url(images/center_right_deco.png);
	background-position: right;
	background-repeat: repeat-y;
	height: 100%;
}
.innerContent {
	padding-left: 14px;
	padding-right: 14px;
}
.sideBarElement .innerContent {
	padding-bottom: 1em;
}
.bottomDeco {
	height: 14px;
	font-size: 0px;
}
.bottomLeftDeco {
	height: 14px;
	background-image: url(images/bottom_left_deco.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0px;
}
.bottomRightDeco {
	height: 14px;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(images/bottom_right_deco.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 0px;
}
.bottomDecoInner {
	background-image: url(images/bottom_deco.png);
	background-repeat: repeat-x;
	height: 14px;
	font-size: 0px;
}
.sociable_tagline {
	font-size: 0.8em;
	color: #666;
}
#anniversary {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 200px;
	background-image: url(images/10th_anniversary.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#siteHeader {
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#siteHeader a {
	color: #fff;
	text-decoration: none;
}
#titleTopBg {
	background-image: url(images/titleTopBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 50px;
}
#siteHeaderContent {
	background-image: url(images/titleMiddleBg.png);
	background-position: center;
	background-repeat: repeat-y;
	padding-bottom: 5px;
}
#siteTitle {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	font-family: "PMingLiU";
}
#siteSubTitle {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#titleBottomBg {
	background-image: url(images/titleBottomBg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 14px;
}
.clearBoth {
	clear: both;
	height: 0px;
	font-size: 0px;
}
#mainBody {
	margin-left: auto;
	margin-right: auto;
	min-width: 800px;
	padding: 0px;
	margin: 0px;
}
#entriesContainer {
	width: 75%;
	padding: 0px;
	float: left;
	overflow: hidden;
}
#entries {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
}
.entry {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}
.entryHeader {
	display: block;
	background-image: url(images/h_bg.png);
	background-repeat: repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 2.5em;
	text-align: left;
	font-weight: normal;
	color: #fff;
}
.entryHeader a {
	color: #fff;
	text-decoration: none;
}
.entryContent {
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.25em;
	text-align: justify;
	overflow: hidden;
}
.attachment {
	display: none;
}
.entryCopyright {
	color: #999;
	font-size: 0.75em;
}
.entryContent a {
	color: #99233f;
}
.entryContent .entryCopyright a {
	color: #666;
	text-decoration: none;
}
.entryContent .entryCopyright a:hover {
	color: #000;
}
.entryContent img {
	border: none;
}
.lastModified {
	font-size: 0.75em;
	color: #666;
}
.entryFooter {
	background-image: url(images/h_bg.png);
	background-repeat: repeat;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.entryFooter a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navigationContainer {
	display: none;
	background-image: url(images/h_bg.png);
	background-repeat: repeat;
}
#navigationContainer a {
	color: #fff;
	text-decoration: none;
}
#prevEntries {
	float: left;
	font-size: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 40%;
	background-image: url(images/prevEntries.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	display: none;
}
#nextEntries {
	float: right;
	font-size: 1.5em;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 40%;
	background-image: url(images/nextEntries.png);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	display: none;
}
#commentlist {
	margin-top: 1em;
	margin-bottom: 1em;
}
.commentMeta {
	font-size: 0.8em;
}
#commentform {
	margin-top: 1em;
	margin-bottom: 1em;
}
#sideBarContainer {
	width: 25%;
	float: right;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#sideBar {
	list-style: none;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	overflow: hidden;
}
.sideBarElement {
	float: right;
	width: 100%;
	background-image: url(images/sidebar_base_deco.png);
	background-repeat: repeat;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
.sideBarElement .sideBarHeader a {
	color: #fff;
	text-decoration: none;
}
.sideBarElement a {
	color: #333;
	text-decoration: none;
}
.sideBarHeader {
	display: block;
	background-image: url(images/h_bg.png);
	background-repeat: repeat;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	color: #fff;
	padding: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.screen-reader-text {
	display: none;
}
.sideBarElement ul {
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.sideBarElement ul li {
	display: block;
	list-style: none;
	margin-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-left: 0px;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#wp-calendar {
	width: 100%;
	text-align: center;
}
#wp-calendar a {
	color: #99233f;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
#searchform {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-bottom: 0px;
}
#s {
	display: block;
	width: 99%;
	border-color: #999;
	font-family: "Tahoma", "Verdana";
	font-size: 14px;
}
.textFields {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	font-family: "Tahoma", "Verdana";
	font-size: 14px;
}
#comment {
	width: 99%;
}
#captchaInputDiv small {
	font-size: 1em;
}
.buttons {
	background-color: #99233f;
	border: none;
	color: #ebebeb;
	font-family: "Tahoma", "Verdana";
	font-size: 14px;
	margin-top: 1em;
}
.textwidget {
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.editpostlink {
	text-align: right;
}
.copyrightHeader {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	color: #fff;
}
.verticalAlignAdjust {
	vertical-align: -1em;
}