/*
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: 15px;
	font-family: "Arial", "Verdana", Sans-Serif;
	background: #9c5100;
	color: #000;
}

/* Default */
a {
	color: #CA8538;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

p {
  margin: 0;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

div {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 0px;
	border: 1px solid #7D4300;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	background: url(images/background.jpg) no-repeat;
	width: 1021px;
	margin: 0 auto;
}
#grid {
  width: 960px;
  margin: 0 auto;
  drop-shadow: 2px 2px 2px #000;
  }
#header {
  background: transparent url(images/headerbg.jpg) no-repeat;
	height: 200px;
}

#header h1 {
	padding: 100px 0 0 25px;
	margin: 0;
	color: #ffffff;
	font-style: italic;
	font-size: 36px;
	text-shadow: 1px 2px 0px #a75a00;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #ffffff;
}

#header .description {
	padding: 0 0 0 26px;
	color: #ffe1a1;
	font-size: 15px;
}

#page {
  margin: 0 0 30px 0;
}

#advertising {
  color: #9B9B9B;
  text-align: center;
  margin: 0 0 40px 0;
}
  #advertising-1  {
    width: 292px;
    height: 65px;
    background-color: white;
    margin: 0 42px 0 0;
    float: left;
  }

  #advertising-2  {
    width: 292px;
    height: 65px;
    background-color: white;
    margin: 0 42px 0 0;
    float: left;
  }
  
  #advertising-3  {
    width: 292px;
    height: 65px;
    background-color: white;
    margin: 0;
    float: left;
  }
  

#welcome {
  padding:  10px 10px 0 10px ;
}
  
  #welcome h2 {
    color: #BE6403;
  }
  
  #welcome p {
    color: #BE6403;
  }
/*url(images/leftFlare.jpg) left 87px no-repeat;*/

#slidebg {
background: transparent url(images/slidebg.png) no-repeat 0 4px;
width: 710px;
height:220px;
clear:both;
overflow: hidden;
}

#slideshow{
margin: 0 0 0 26px;
width:660px;
height:200px;
background:#c1c1c1;
}

#pageinner {
  overflow: hidden;
	background: #f4dcba;
	padding: 10px
}

#navcontainer ul {
  height:45px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-shadow: 1px 1px 0px #696969;
	text-decoration: none;
}

#navcontainer ul li a {
  height:25px;
	color: #fff;
	padding: 18px 12px 0px 12px;
	text-shadow: 1px 1px 0px #696969;
	background: url(images/navdel.gif) right 8px no-repeat;
	float: left;
	text-decoration: none;
}

#navcontainer ul li a:hover {
  height:55px;
	background: url(images/navbghover.jpg) repeat-x;
	text-decoration: none;
	text-shadow: 1px 1px 0px #696969;

}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
  height:25px;
	background: url(images/navbghover.jpg) repeat-x;
	color: #fff;
	padding: 18px 12px 0 12px;
	margin-left: -2px;
  text-shadow: 1px 1px 0px #696969;
  text-decoration: none;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: none;
}

#navcontainer {
	background: url(images/navbg.jpg) repeat-x;
  overflow: hidden;
  height: 45px;
  margin: 0 0 55px 0;
  border-right: #E5AE5C solid 1px;
	border-left: #E5AE5C solid 1px;
	border-top: none;
	border-bottom: none;
}

#rounded {
  padding: 0;
  margin: 0;
  width: 4px;
  height: 28px;
  float:left;
  background: transparent url(images/rounded.jpg) no-repeat 0 0;
  }
  
#searchBar {
  width: 226px;
  height: 28px;
  padding: 0 10px 0 7px;
  margin: 8px 0 0 0;
	float: left;
	overflow: hidden;
}

#searchform {
  overflow: hidden;
}

#s {
  text-align: left;
  width: 180px;
  padding: 7px 0 0 0;
  margin: 0;
	height: 21px;
	background: transparent url(images/sbg.jpg) repeat-x;
	border: none;
	float: left;
}

#searchsubmit {
  padding: 0;
  margin: 0 0 0 5px;
  width: 32px;
  height: 28px;
	border: none;
	background: #fff url(images/search.jpg) no-repeat;
	cursor: pointer;
  float: left;
	outline: none; 
}

#sidebar {
	padding: 0 10px 0 0;
	float: left;
	color: #011631;
	overflow: hidden;
	height: auto;
}

#sidebar ul {
  width: 220px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#sidebar ul li {	
  overflow: hidden;
	background-color: #fefef6;
	margin: 0 0 13px 0;
}

#sidebar ul li h2 {
text-align:center;
	margin: 0;
	background: url(images/widgethead.jpg) repeat-x;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: bold;
	padding: 14px 0px 10px;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
  width: auto;
  overflow: hidden;
	padding: 0 7px 30px 7px;
	height: auto;
}

#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 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 {
display: block;
 padding: 8px 11px;
 text-decoration: none;
}

#sidebar ul li ul li a:hover, #sidebar ul li ul li.current_page_item a {
 background-color: #EAEAEA;
 color: #EE7338;
 font-weight: bold; 
}

#sidebar ul li ul li {
  overflow: hidden;
  width: 206px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: solid 1px #E5E5E5;
}

#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;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	margin: 0;
	color: #3a3a3a;
	padding: 3px 3px 3px 10px;
}

#content {
 background: #ffffff;
	float: left;
	width: 710px;
	overflow: hidden;
	min-height: 764px;
}

div.entry {
  margin: 0 0 14px 0;
}

/* Post */
.post h2.posttitle {
	padding: 0;
	margin: 10px 0;
	float: left;
	font-size: 24px;
  font-weight: normal;
  color:  #bd6500;
  }

.post h2.posttitle a {
  color: #bd6500;
  text-decoration:none;
  }
.post h2.posttitle a:hover {
	text-decoration: none;
	color:  #7d4300;
}

#contentinner .post {
  padding: 10px 10px 0 10px;
}

/* make your own sticky post styling */
.sticky {
}

small.postmetadata {
	font-size: 0.85em;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	height: 22px;
}

div.navigation {
	text-align: center;
	padding: 0 0 2em 0;
}

div.commentnavigation {
	padding: 0;
}

#singlepost {
	padding: 10px 10px 49px 10px;
	margin: 0;
	font-size: 0.9em;
}

#commentwrapper {
	background: #dfd797 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.2em;
	color: #fefef6;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #3a3a3a;
}

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 #fefef6;
	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 #fefef6;
}

.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 #bbb;
}

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;
	margin: 0 0 12px 0;
	text-align: center;
	font-size: 1em;
	color: #BEBFBB;
}

#footer a {
	color: #BEBFBB;
}

#footer a:hover {
	color: #BEBFBB;
}

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: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
}

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;
}
