
body {
	color: #686868; 
	margin: 8px 0;
}
body, th, td, input, textarea {
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 16px;
}

h1 {
	font-size: 20px; 
	margin: 3px 0 13px 0;
}
h2 {
	font-size: 13px;
	margin: 10px 0 5px 0;
	color: #333;
}
h3 {
	font-size: 12px;
	margin: 10px 0 3px 0;
	color: #333;
}

p, ul {
	margin: 0 0 10px 0; 
}
ul {
	list-style-type: square;
	padding: 0 0 0 25px;
}
li {
	margin: 0 6px 6px 0;
}
p.author {
	margin-bottom: -10px !important;
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	color: #888;
}

/*........................... Links ..........................................*/

a:link, a:visited {
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: underline;
}

/*........................... Container ......................................*/

#container {
	background-color: #FFF;
	margin: 0 auto;
}

/*........................... Banner .........................................*/

#banner {
	padding: 0 0 0 0;
}
#banner a, #banner div {
	float: left;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	height: 25px;
}
#banner a {
	display: block;
	text-decoration: none;
	border: none;
}
#today {
	clear: both; 
}
#zhongwen {
	margin-right: 0 !important; 
}

/*........................... Content ........................................*/

#content-left {
	float: left;
}
#content-right {
	float: right;
	width: 520px;
}

#home-verse {
	float: right;
	margin: 20px 0 3px 10px;
	padding: 7px 6px 5px 6px;
	text-align: center;
}

/*........................... Footer .........................................*/

#footer {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 0 0; 
	clear: both; 
}
#footer a {
	border: none;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	text-decoration: underline;
}

/*........................... Menu ...........................................*/

.menubox {
	margin: 0 0 13px 0;
}
.menubox h1 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	padding: 2px 0;
}
.menubox a {
	display: block;
	text-decoration: none;
	padding: 2px 0;
}
.menubox a:link, .menubox a:visited {
	border-bottom: 1px dashed #CCC;
	text-decoration: none;
	color: #888;
}
.menubox a:active, .menubox a:hover {
	background: #FFF;
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
}
.menubox p {
	margin: 6px 0; 
	line-height: 1.2em;
}

/*........................... Other ..........................................*/

.separator { 
	border-top: 1px dashed #CCC; 
	margin: 12px 0; 
	padding: 0; 
	font-size: 0; 
	height: 0; 
	line-height: 0; 
}

.textbox {
	margin: 0 0 10px 0; 
	padding: 10px; 
	text-align: center;
	width: 130px; 
}

table.grid {
	border-collapse: collapse;
	margin: 0 0 10px 0; 
}
table.grid th, table.grid td {
	border: 1px solid #CCC;
	padding: 1px 15px 1px 5px !important;
	text-align: left;
}
table.grid th {
	font-weight: bold;
	color: #333;
}

table.v-grid th {
	font-weight: bold;
}
table.v-grid th, table.v-grid td {
	padding: 5px 15px 5px 2px !important;
	vertical-align: top;
}

.verse {
	font-weight: bold;
	font-style: italic;
}
.vref {
	font-weight: normal;
	font-style: italic;
}

.small {
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #929292;
}
.left {
	float: left;
	clear: left;
	margin-right: 15px;
}
.right {
	float: right;
	clear: right;
	margin-left: 12px;
}
.clear {
	float: none;
	clear: both;
	font-size: 0px !important;
	line-height: 0 !important;
	height: 0 !important;
	width: 100% !important;
	margin: 0;
	padding: 0;
}
