/* CSS Info
    This design is made by Jason Kingery of DENiAL-Design.com for OSWD.
    Please leave my (c) at the bottom, and send me an email letting me know what your using it for to: liarfish@gmail.com
 */

/* universal layout */
body {
	background: #fff
}
a {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: none;
}

h1 {
	color: #8d1703;
	border-bottom: 3px dotted #dee7ec;
}
h2 {
	border-bottom: 1px solid #dee7ec;
	color: #888888;
}
h3 {
	font-size: 18px;
	border: 1px solid #749EA9;
	background: #dee7ec;
	padding: 4px;
	width: 50%;
}
h4 {
	color: #888888
}

/* container */
#undernav {
	border-bottom: 1px solid #749EA9;
	background: #dee7ec;
	text-align: right;
	padding: 1px 10px 1px 1px;
}
#subundernav {
	border-bottom: 1px solid #749EA9;
	background: #fff;
	text-align: left;
	padding: 1px;
}
#header {
	height: 150px:
	background: #749EA9;
	width: 100%;
}
#header span.welcome {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}
#leftbar{
	border: 1px solid #dee7ec;
	float: left;
	text-align: left;
	width: 100%;
}
#rightcontent{
	float: center;
	width: 80%;
	margin-left: 20px;
}
#footer {
	position: relative;
	bottom: 0;
	border-bottom: 1px solid #749EA9;
	border-top: 1px solid #749EA9;
	background: #dee7ec;
	text-align: left;
	padding: 1px;
	width:100%;
}

/* Top Navigation */
ul#navlist {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #749EA9;
	margin: 0;
}
ul#navlist li {
	float: left;
	height: 21px;
	background-color: white;
	margin: 2px 2px 0 2px;
	border: 1px solid #749EA9;
}
li.active a {
	border-bottom: 1px solid #dee7ec;
	background-color: #dee7ec;
}
li.active a {
	color: #000;
}
#navlist a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}
#navlist a:hover {
	background: #dee7ec;
}

/* side navigationn */
ul#leftbar {
	margin: 0 0 0 30px;
	padding: 0;
	width: 12.5%;
}
#leftbar li {
	list-style-type: none;
	background-color: white;
	color: #dee7ec;
	border: 1px solid #blue;
	font-weight: 600;
	text-align: left;
	padding: .3em;
	margin-bottom: .1em;
}
#leftbar li a {
	color: #888888;
	text-decoration: none;
	display: block;
}
#leftbar li a:hover {
	background-color: #dee7ec;
	color: #888888;
}

/* pull quote */
.pullquote {
	width: 145px;
	background: #dee7ec;
	color:black;
	float: right;
	border:1px solid #749EA9;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
}

/* drop cap */
.dropcap {
	float:left;
	color:#D4D4C7;
	font-size:100px;
	line-height:70px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}

/* important box */
#important {
	width: 96%;
	background: rgb(255,235,205);
	color:black;
	border-top:1px solid rgb(255,160,122);
	border-bottom:1px solid rgb(255,160,122);
	font-weight:bold;
	line-height:140%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	text-align: right;
}

/* custom entries */
td { text-align: center; }
.chr { font-size: 26px; }
.tone1 { background-image: url(images/tone-1-a.gif); background-repeat: no-repeat; }
.tone2 { background-image: url(images/tone-2-a.gif); background-repeat: no-repeat; }
.tone3 { background-image: url(images/tone-3-a.gif); background-repeat: no-repeat; }
.tone4 { background-image: url(images/tone-4-a.gif); background-repeat: no-repeat; }

table.pinyin tr.chi {
    height: 26px;
}
table.pinyin tr.pin {
    height: 5px;
}
table.pinyin tr.nline {
    height: 1px;
}
hr {
	color: #000000;
	border: 3px #000000 dotted;
}
/*	border: 3px dotted #dee7ec; */
img.tone {
    border: 1px #ccc solid;
    margin: 10px 5px -8px 5px;
}
textarea {
    width: 90%;
    background-color: #EFF1F5;
    font-size: 20px;
}
#login label {
	font-family: Times, serif, Georgia;
	font-weight:bold;
	font-size:20px;
	color: #8d1703;
}
#login p {
    position: relative;
}
#login label {
    padding: 20px;
}
#login a {
    color: #333;
    text-decoration: underline;
    padding: 20px 40px 20px 0px;
}
#login div {
	font-family: Times, serif, Georgia;
    padding: 20px;
    text-align: center;
    width: 250px;
}
#fmctitle {
	width: 400px;
	margin-left: 40px;
}
#fmcsummary {
	width: 400px;
	margin-left: 1px;
}
#fmcbody {
	width: 400px;
	height: 350px;
	margin-left: 12px;
}
#csave {
	margin-top: 10px;
	margin-left: 90px;
}
pre#ctitle {
	font-family: Times, serif, Georgia;
	font-weight:bold;
	color:#8d1703;
	font-size:25px;
	margin-top: 0px;
}
pre#csummary {
	font-family: Times, serif, Georgia;
	font-weight:bold;
	color:#888;
	font-size:25px;
	margin-top: -10px;
}
pre#cbody {
	color:#888;
	font-size:20px;
	margin-left: 10px;
	margin-top: -15px;
}
div#cttl {
	font-family: Times, serif, Georgia;
	font-weight:bold;
	color:#8d1703;
	font-size:16px;
}
div#csumm {
	font-family: Times, serif, Georgia;
	font-weight:normal;
	color:#888;
	font-size:18px;
}
div#cauth pre {
	color:#888;
	font-size:20px;
	margin-left: 12px;
}
div#content {
	padding: 0px 20px 10px 20px;
}
div#content hr {
	color: #8d1703;
	border-top: 0px;
	border-right: 3px dotted #000;
	border-bottom: 3px dotted #dee7ec;
	border-left: 0px;
}