/*
Theme Name: oriental
Theme URI: http://pure-essence.net/2008/09/19/wordpress-theme-oriental/
Description: Created by <a href="http://pure-essence.net/">pure-essence.net</a>. Oriental, plum, bamboo, pine, flower, foliage, orange, red theme. Now compatible with wordpress 2.7.
<br />version 1.1.1 - Recoded to use relative positioning instead of float.
<br />version 1.1.2 - Fixed IE 6 issue brought up http://wordpress.org/support/topic/208400
<br />version 1.2.0 - Making the theme compatible with wp 2.7. And sorry I no longer wish to support IE 6. If this theme doesn't look good in IE 6, use a different one. And seriously everyone need to move off the evil IE 6.
<br />version 1.2.1 - Made the theme a bit more backward compatible.
Version: 1.2.1
Author: Ying Zhang
Author URI: http://pure-essence.net/
Tags: fixed-width, two-columns, threaded-comments, sticky-post, microformats, left-sidebar, yellow, orange, red

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: .9em;
	font-family: Arial, Verdana, Sans-Serif; /* controls main nav font also*/
	background: #4996c4 url(images/bk.jpg) left top repeat-x;
	color: #333333;
	line-height: .9em;
}

/* Default */
a {
	color: #4996c4;
}

a:hover {
	color: #666666;
}

h1 {
	font-size: 1.6em;
}

h2 {
/* controls page title size, font, color*/ /*aaaaaaaargh*/
	font-size: 1.2em;
}

h3 {
	font-size: 1.8em;
	font-family: Garamond, Georgia, serif;
	color: #3078a4;
	line-height: 1.0em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #29ae95;
	line-height: 1.2em;
}

h5 {
	font-size: .85em;
	color: #666666;
	font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
	font-weight: normal;
}

h6 {
	font-size: .95em;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
	padding: 5px 0 5px 0;
}

sidebar1 {
	font-size: .95em;
	font-family: Garamond, Georgia, serif;
}

blockquote {
	border: 1px dashed #4996c4;
	font-size: .9em;
	padding: 0 5px 0 5px;
	margin: 25px;
	background: #e2f3fd;
}

img.alignleft {
	float: left;
	margin: 0 .9em .3em 0.2em;
	border: 1px solid #4996c4;
}

img.alignright {
	float: right;
	margin: 0 .2em .3em 0.9em;
	border: 1px solid #4996c4;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 0;
	border: 1px solid #4996c4;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	background: url(images/orientalBk.jpg) right top no-repeat;
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 123px;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #ffffff;
	font-family: Garamond, Georgia, serif;
	font-size: 2em;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #666666;
}

#header .description {
	padding: 0 0 0 53px;
	color: #84efb7;
	font-family: Garamond, Georgia, serif;
	font-size: 1.3em;
}

#page {
	padding: 0 53px;
	background: url(images/leftFlare.jpg) left 87px no-repeat;
}

#pageinner {
	position: relative;
	margin: 13px 0 0 0;
	background: url(images/pageInnerBk.gif) right top repeat-y;
}

#navcontainer ul {
	background: url(images/headerBarBk.png) repeat;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left; 
	width: 100%;
}

* html #navcontainer ul {
	background: #4e4e4eurl(images/headerBarBkForIE6.jpg) no-repeat;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#rss a {
	background:url('images/rss.png') right 2px no-repeat;
	padding-right: 20px;  
}	

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
/* controls nav bar */
	color: #ffffff;
	font-weight: bold; /* added this line */
	font-size: 1.0em; /* added this line */
	font-family: Arial, sans-serif; /* added this line */
	margin: 5px 0 0 0;
	padding: 4px 10px 8px 12px; /* was 4px 14px 8px 12px */ 
	text-decoration: none;
	background: none; /* url(images/headerBarLiBk.gif) right 3px no-repeat; */ 
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: url(images/searchBarBk.gif) repeat-x;
	color: #4e4e4e;
	padding: 4px 12px 8px 12px;
	margin-left: -3px; /* -2px */
	font-size: 1.2em; /* added this line */
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: underline;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

/* Footer Nav */

#ftrnavcontainer ul {
	background: none;
	padding: 0;
	margin: 4px 0 0 0;
	list-style: none;
	font-size: 1.0em; /* added this line */
	line-height: 1.5em; /* added this line */ 
	float: right;
	font-weight: bold;
	/* width: 100%; */
}

* html #ftrnavcontainer ul {
	background: none;
}

#ftrnavcontainer ul li { 
	display: inline; 
}

#ftrnavcontainer ul li#first a {
	cursor: default;
	background-image: none;
	text-decoration: none;
}
#ftrnavcontainer ul li#first a:hover {
	text-decoration: underline;
}

#ftrnavcontainer ul li a {
	color: #e4e4e4;
	margin: 9px 0 0 0; /* was 5px 0 0 0 */
	padding: 7px 2px 8px 3px; /* was 4px 14px 8px 12px */
	text-decoration: none;
	background: none;
 	/* float: left; */
}

#ftrnavcontainer ul li a:hover {
	text-decoration: underline;
}

#ftrnavcontainer ul li.current_page_item a,
#ftrnavcontainer ul li.current_page_ancestor a {
	background: none;
	font-size: 1.1em; /* added this line */
	color: #ccffcc;
	padding: 4px 4px 8px 4px; /* was 4px 12px 8px 12px */
	/* margin-left: -2px; */
	/* font-family: Garamond, Georgia, serif; */
	font-weight: bold;
}

#ftrnavcontainer ul li.current_page_item a:hover,
#ftrnavcontainer ul li.current_page_ancestor a:hover {
	text-decoration: underline;
}

#ftrnavcontainer ul li a:hover {
	text-decoration: underline;
}

/* End footer nav */

#searchBar {
	clear: left;
	background: url(images/searchBarBk.gif) repeat-x;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 205px; /* was 200px */
	margin: 0;
	color: #4e4e4e;
	line-height: 1.15em;
	font-size: 0.85em;
}

#sidebar a {
	color: #4e4e4e;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {	
	background-color: #ffffff;
	margin: 0 0 10px 0
}

#sidebar ul li h2 {
	margin: 0;
	background: url(images/yellowBarBk.gif) repeat-x;
	color: #333333;
	font-family: Garamond, Georgia, serif;
	font-size: 1.4em;
	padding: 5px 3px 10px 10px; /* was 3px 3px 3px 10px */
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 3px 10px 10px 10px; /* was 5px 10px 10px 10px */
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px
}

#sidebar ul li table caption {
	padding: 3px 0 0 0;
}

#sidebar ul li ul {
	padding: 0.1em 0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: .95em;
	padding: 0.2em .8em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: .7em; /* was 1em */
}

#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	background: #fefef6 url(images/yellowBarBk.gif) repeat-x;
	margin: 0;
	color: #3a3a3a;
	font-size: 1.4em; /* added line */ 
	font-family: Garamond, Georgia, serif;
	padding: 5px 3px 7px 10px; /* was 3px 3px 3px 10px */
}

#content {
	margin: 0 0 0 213px; 
	padding: 0;
}

#contentinner {
/* controls padding & copy inside body content area */
	padding: 0px 20px 5px 20px; /* was padding: 12px 20px 5px 20px; */
	font-family: Arial, sans-serif; /* added this line */
	font-size: .9em;
	line-height: 1.3em;
}

/* Post */
/* controls page name */
.post h2.posttitle {
	padding-top: 9px;
	margin: 0;
	/* float: left; */
	font-size: 1.2em;
}

.post h2.posttitle a,
.post h2.posttitle a:hover {
	text-decoration: none;
	color: #3078a4; /* controls page name color*/
}

/* make your own sticky post styling */
.sticky {
}

small.postmetadata {
	font-size: 0.85em;
	/* float: right; added this line */
	color: #666666; /* added this line */
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: left; /* right */
}

div.divider {
	background: url(images/divider.gif) center center repeat-x;
	height: 47px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	font-family: Garamond, Georgia, serif;
	padding: 0 0 1em 0; /* was 0 0 2em 0; */ 
}

div.commentnavigation {
	padding: 0;
}

#singlepost {
	background: url(images/commentBk.gif) center bottom repeat-x;
	padding: 10px 20px 49px 20px; /* was 10px 10px 49px 10px; */ 
	margin: 0;
	font-size: 0.9em;
	line-height: 1.6em;
}

#commentwrapper {
	background: #ddf0fe url(images/commentBottomBk.gif) center bottom repeat-x;
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 1.0em;
	color: #3a3a3a;
	font-family: Garamond, Georgia, serif;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #3a3a3a;
	border: 1px dashed #666666;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.depth-1 {
	border-bottom: 3px double #ddf0fe;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

ul.children {
	list-style: none;
}

ol.commentlist ul.children li.commentind {
	padding: 1em 0 0 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #ddf0fe;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.legacyAlt .commentindheader {
	text-align: right;
}

ol.commentlist li.legacyAlt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.legacyAlt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #4996c4;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	clear: both;
	background: url(images/footerBk.gif) 60px top no-repeat;
	height: 108px;
	margin: 0 53px;
	font-family: Arial, Verdana, Sans-Serif;
	text-align: right;
	font-size: .8em;
	color: #e4e4e4;
}

#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: 1.8em;
}

#footer a {
	color: #cccccc;
}

#footer a:hover {
	color: #f5f5f5;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #4996c4;
	background-color: #e2f3fd;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}

p.loggedinAs {
	margin: 0; 
	padding: 0;
}

a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 1em;
}