/*
ThemeName: Custom Theme
Author: Kussner Consulting
Description: Custom theme built just for this site.
Version: 1.0
AuthorURI: http: //www.kussner.com/
*/

@import url("reset.css");

/***********************************/
/* Layout and custom classes/ID's */
/***********************************/
body {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #131313;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 30px;
}
#wrapper {
	margin: 0 auto;
	width: 836px;
}
#logo {
	background-image: url(images/chinese-character-a-day.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	height: 80px;
	margin: 0 auto;
	width: 673px;	
}
#logo span {
	display: none;
}
#introduction {
	background-image: url(images/paper-header.png);
	height: 167px;
	width: 696px;
	background-repeat: no-repeat;
	padding: 20px 80px 0px 60px;

}
#introduction p {
	color: #4b4b4b;
	font-size: 1.1em;
	line-height: 1.3em;
	text-shadow: 1px 1px #FFFFFF;
}
#content-top {
	background-image: url(images/content-top.png);
	height: 18px;
	width: 834px;
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	background-image: url(images/content-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 800px;
	padding-left: 17px;
	padding-right: 17px;
}
#content-bottom {
	background-image: url(images/content-bottom.png);
	height: 18px;
	width: 834px;
	background-repeat: no-repeat;
	background-position: center top;
}
#copy {
	float:left;
	padding:24px;
	width:511px;
}
.post {
	border-bottom: 4px solid #803714;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.post small {
	display: block;
	margin-bottom: 1em;
}
#sidebar {
	float:right;
	padding:24px 5px;
	width:233px;
	border-bottom: 1px dashed #999999;
}
#sidebar input[type="text"] {
	margin:0;
	padding:0;
	width:231px;
}
#footer {
	text-align: center;	
}
#footer p {
	color: #666666;
	text-align: center;
	text-transform: uppercase;
}
#copy li {
	margin-left: 0em;
}
/***********************************/
/* Typography: Main */
/***********************************/
h1 {
}
h2, h2 a {
	color: #1C1C1C;
	display: block;
	font-size: 1.4em;
}
h2 a: hover {
	color: #803714;
}
h1 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	color: #393939;
	font-size: 0.91em;
	line-height: 1.3em;
	padding-bottom: 1em;
}
a {
	color: #803714;
}
abbr {
}
acronym {
}
address {
}
bdo {
}
blockquote {	margin: 0px 20px;
}
caption {
}
del {
}
ins {
}
pre {
}
/***********************************/
/* Typography: font-style elements */
/***********************************/
b {
}
big {
}
i {
}
small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
tt {
}
span {
}
sub {
}
sup {
}
/***********************************/
/* Typography: phrase elements */
/***********************************/
cite {
}
code {
}
dfn {
}
em {
	font-style: italic;
}
kbd {
}
samp {
}
strong {
	font-weight: bold;
}
var {
}
/***********************************/
/* Lists */
/***********************************/
dl {
}
dd {
}
dt {
}
ul {
	padding-bottom: 0em;
}
ol {
		list-style-type: decimal;
		padding-bottom: 1em;
}
li {
	color: #393939;
	font-size: 0.91em;
	line-height: 1.3em;
}
/***********************************/
/* Elements */
/***********************************/
area {
}
body {
}
button {
}
div {
}
hr {	clear: both;
}
img {
}
map {
}
noscript {
}
object {	
}
/***********************************/
/* Forms */
/***********************************/
fieldset {
}
form {
}
form button {
}
input {
	border:1px solid #803714;
	color:#666666;
	height:27px;
	line-height:27px;
}
input[type="text"] {
	font-size: 1.2em;
}
input[type="submit"] {
	background:url("images/button-background.gif") repeat scroll 0 0 brown;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:27px;
	text-transform:uppercase;
}
label {
}
legend {
}
optgroup {
}
option {
}
select {
}
textarea {
	width:100%;
}
/***********************************/
/* Tables */
/***********************************/
col {
}
colgroup {
}
table {
}
tbody {
}
td {
}
tfoot {
}
th {
}
thead {
}
tr {
}
/***********************************/
/* WordPress Classes */
/***********************************/
.widgettitle {
	clear:both;
	text-transform:uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.categories {
}
.cat-item {
}
.current-cat {
}
.current-cat-parent {
}
.children {
	margin-left: 20px;
	list-style-type: none;
}
.pagenav {
}
.page_item {
}
.current_page_item {
}
.current_page_parent {
}
.current_page_ancestor {
}
.widget {
}
.widget_text {
}
.blogroll {
}
.linkcat {
}
/***********************************/
/* Fixes + Other */
/***********************************/
.clear {
	clear: both;
}
.underline {
	border-bottom: 1px solid;
	padding-bottom: 1px;
}
.screen-reader-text {
	display: none;
}

/***********************************/
/* Widgets */
/***********************************/
#sidebar ul li {
	clear:both;
	display:block;
	float:left;
	margin-bottom:5px;
	padding-bottom:5px;
	width:100%;
}

.mc_var_label {
	display: none;
}
#mc_mv_EMAIL {
	
}
#mc_signup_submit {
	float:right;
	position:relative;
	right:0;
	top:3px;
}
input[type="submit"]:focus, input[type="submit"]:hover {
	background: url("images/button-background.gif") repeat scroll 0 27px brown;
}
#s {
	position: relative;
}
#sidebar input[id="searchsubmit"]  {
	float:right;
	margin-top:3px;
}

/***********************************/
/* Navigation */
/***********************************/
/* Menu Navigation by Suzette Franck */

#navigation {
	height:30px;
	margin:0 auto;
	padding:0;
	padding-left: 20px;
	clear: both;
	background: url('images/menu.png') no-repeat top center;
}

#nav {
	font-size:0.8em;
	height:25px;
	margin:0 auto;
	position:relative;

}

#nav, #nav ul {
	list-style:none outside none;
	margin:0 auto;
	padding:0;
}

#nav li {
	display:inline;
	position:relative;
}

#nav > li a {
	color:#FFFFFF;
	display:inline-block;
	line-height:30px;
	padding-left:1em;
	padding-right:1em;
	text-decoration:none;
}
#nav > li a:hover {
	color: #fdc608;
}

#nav li ul {
	background: #563C35;
	position:absolute;
	visibility:hidden;
	margin-top: -5px;
	left: 0px;
	width:175px;
	border: 1px solid #CCC;
	z-index: 99999;
}

#nav li:hover ul {
	visibility: visible;
	margin-top: -2px;
	float: none;
	.margin-top: 27px;
}

#nav li ul li {
	display:block;
	float:none;
	width:auto;
	border-bottom: 1px solid #CCC;
}

#nav > li ul li a {
	line-height: 1.2em;
	padding: 7px 0px 7px 10px;
	display: block;
}

#nav > li ul li a:hover {
	background: #563C35;
	color: #fdc608;
}


.comment-author {
	font-weight: bold;
	font-size: 14px;
	}
	
.comment-author-adeline {
    /*background: url("http://adelineyenmah.com/wp-content/themes/custom/images/adeline.png") no-repeat left bottom;*/
    overflow: visible;
}

.comment-author-adeline .comment-body {
    margin-left: 0px;
	min-height: 120px;
}

.commentlist li {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    clear: both;
    list-style-type: none;
    margin-bottom: 1em;
    padding: 10px 10px 0px 10px;
}

.commentlist li li { 
	border: 0px solid #BBBBBB;

}

li .reply {
	border-bottom: 1px solid #BBB;
	padding-bottom: 10px;
	}

.reply {
	margin-bottom: 10px;
	font-size: 14px;
	}
	
.comment-meta {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 5px;
	}

ol { padding-top: 20px; }	

ol li {
	padding-bottom: 10px;
}

ol ul {
	padding-left: 0px;
	}

ol ul li{
	list-style-type: disc;
	padding-bottom: 5px;
}

.mc-sub-badge07 li.mc-power {
display: none!important;
}

#post-923 table tr td {
	border-bottom: 1px solid #CCC;
	padding: 10px 5px 0px 5px;
}
#post-923 p {
margin-bottom: 0px;
padding-bottom: .5em;
}

.comment-body p {
	font-size: 14px!important;
}

.post ol {
	margin-left: 40px;
	}
	
h3 {
text-transform: uppercase;
font-weight: bold;
text-decoration: underline;
margin-bottom: 15px;
}

ul.list-pages, ul.child-pages {
	padding-left: 50px;
	padding-top: 20px;
	}
	
ul.list-pages li, ul.child-pages li {
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 20px;
	}


#post-1895 ul.list-pages li, #post-1895 ul.child-pages li {
	list-style-type: none;
	float: none;
	margin-bottom: 5px;
	}
	
	
.estroke {
	float: right;
	width: 150px;
}

.audioplayer_container {
	margin-top: 10px;
}


