/*
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

*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS reset end */


/* CSS text -------------------------------*/

body {
	font: 12px/1.5 Arial, Verdana, Helvetica, sans-serif;

}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

/*p,*/
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* CSS text end -------------------------------*/



/* Layout */
body {
	padding: 30px 0;
	margin: 0;/*
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;*/
	/*background: #fab728 url(images/bk.jpg) left top repeat-x;*/
	background-color:#eeeeee;
	color: #333333;
}


/* Default */
a {
	color: #339900;
}

a:hover {
	color: #339900;
}

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

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: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	/*background: url(images/orientalBk.jpg) right top no-repeat;*/
	width: 960px;
	margin: 0 auto;
	background-color:#fff;
}

#header {
	height: 150px;
	background:  url(images/headerBg.jpg) no-repeat;
}


.webID {
	width:346px;
	height:52px;
	background:none;
	background-color:transparent;
	background: url(images/webID.png) no-repeat;
	position:absolute;
	margin-top:43px;
	margin-left:40px;
}

.webID a{
	width:346px;
	height:52px;
	display:block;
	float:left;
}

#navcontainer {
	display:block;
	position:absolute;
	margin-top:115px;
	padding-left:32px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	text-transform:uppercase;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #faf6bb;
	font-family: Garamond, Georgia, serif;
	font-size: 2em;
}

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

#header .description {
	padding: 0 0 0 53px;
	color: #c46816;
	font-family: Garamond, Georgia, serif;
	font-size: 1.3em;
}

#page {
	/*padding: 0 53px;*/
	padding: 20px 0;
	/*background: url(images/leftFlare.jpg) left 87px no-repeat;*/
}

/*#pageinner {
	position: relative;
	margin: 20px 0 0 0;
	/*background: url(images/pageInnerBk.gif) right top repeat-y;*/
}
*/



* html #navcontainer ul {
/*	background: #972f07 url(images/headerBarBkForIE6.jpg) no-repeat;
*/}

#navcontainer ul li { 
	display: inline;
}

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

#navcontainer ul li a {
	color: #333333;
	margin:0;
	padding: 0 12px;
	text-decoration: none;
	background: url(images/rightBar.jpg) right 2px no-repeat;
	float: left;
}

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

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	/*background: url(images/searchBarBk.gif) repeat-x;*/
	color: #339900;
	/*padding: 4px 12px 8px 12px;*/
	/*margin-left: -2px;*/
	/*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: none;
}

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

.sidebarRight, .sidebar {
	/*position: absolute;*/
	/*left: 0;
	top: 0;*/
	/*width: 250px;*/
	width: 220px;
	margin: 0;
	color: #011631;
	margin-left:20px;
	float:left;
	display:inline;
}

.sidebarRight h2, .sidebar  h2 {
	width:220px;
	height:40px;
	background:url(images/catBg.jpg) no-repeat;
	font-size:14px;
	line-height:40px;
	padding:0;
	margin:0; padding-left:20px;
	color:#333333;
}

.sidebarRight a, .sidebar  a {
	/*color: #736f44;*/
}

.sidebarRight ul, .sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background:url(images/sidebarList.jpg) repeat-y;
	margin-bottom:10px;
}

.sidebarRight ul li, .sidebar ul li {	
	margin:0;
	border-bottom:1px solid #eeeeee;
}

.sidebarRight ul li.bottom, .sidebar ul li.bottom {
	height:10px;
	background:url(images/sideBottom.jpg) no-repeat;
	border:none;
}

.sidebarRight ul li a, .sidebar ul li a {
	text-decoration:none;
	color:#666666;
	display:block;
	padding:3px 10px;
}

.sidebarRight ul li a:hover, .sidebar ul li a:hover {
	color:#336600;
	/*background-color:#eeeeee;*/
}



.sidebarRight ul li h2, .sidebar ul li h2 {
	margin: 0;
	background: url(images/yellowBarBk.gif) repeat-x;
	color: #3a3a3a;
	font-family: Garamond, Georgia, serif;
	font-size: 1.3em;
	padding: 3px 3px 3px 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 {
	padding: 0.3em 0;
}




/* 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-family: Garamond, Georgia, serif;
	padding: 3px 3px 3px 10px;
}

#content {
	/*margin: 0 0 0 263px;*/
	width:460px;
	float:left;
	display:inline;
	margin-left:10px;
	padding: 0;
	padding-top:10px;
}

#content ul {
	margin:10px 0;
}

#content ul li {
	font-size:12px;
}

#contentinner {
	/*padding: 10px;*/
	/*font-size: 0.9em;*/
	line-height: 1.5em;
}


/* Post */
.post h2.posttitle {
	font-size: 18px;
	line-height:30px;
	height:30px;
	color:#339900;
	border-bottom:1px solid #ddd;
}

/* 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 {
	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 2em 0;
}

div.commentnavigation {
	padding: 0;
}

#singlepost {
/*	background: url(images/commentBk.gif) center bottom repeat-x;*/
	/*padding: 10px 10px 49px 10px;*/
	padding:0 0 10px 0;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#commentwrapper {
	/*background: #dfd797 url(images/commentBottomBk.gif) center bottom repeat-x;*/
	/*border-top:1px solid #ccc;*/
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

span.comUser, span.comSays {
	font-weight:bold;
}

.comText {
	padding-left:20px;
}

.commentmetadata a{
	font-size:10px;
	color:#999999;
}

/* contact */
.contactRow {
 margin-bottom:10px;
 }
 
.contactInfo {
	width:200px;
	float:left;
	display:inline;
	margin-right:10px;
	border-left: 1px solid #eeeeee;
	padding-left:20px;
	padding-top:50px;
}

.contactInfo h3 {
	font-size:12px;
	line-height:18px;
	color:#666666;
	margin:0;
}

.cformDiv {
	width:400px;
	float:left;
	display:inline;
}

/* Comment */
.commentInput {
	margin-bottom:10px;
}

.commentContent {
	padding:5px 0;
}

.commentInput span {
	font-size:11px;
	}

h2.commentheading {
	font-size: 14px;
	/*color: #fefef6;*/
	color:rgb(51,153,0);
	/*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;
}

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: 1px solid #ccc;
	padding: 0 0 1em 0;
	margin-bottom: 10px;
}

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;
	/*background: url(images/footerBk.gif) 60px top no-repeat;*/
	height: 80px;
	/*margin: 0 53px;*/
	/*font-family: Garamond, Georgia, serif;*/
	/*text-align: right;*/
	/*font-size: 1em;*/
	color: #666666;
	background:url(images/footerBg.jpg) no-repeat;
}

.copyright {
	float:left;
	display:inline;
	width:960px;
	padding:5px 0 0 285px;
}

.footNav {
	float:left;
	display:inline;
	width:960px;
	padding:15px 0 0 280px;
}
.footNav ul, .footNav ul li {
	display:inline;
	margin:0;
	padding:0;
}

.footNav ul li a {
	color:#CCCCCC;
	text-decoration:none;
	padding:0 5px;
}

.footNav ul li a:hover {
	color:#FFFFFF;
}


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




/*  addition */

.content ul {
	margin-bottom:20px;
}


.mainSlide {
	/*border:1px solid #cccccc;*/
	padding:20px;
}

.top, .left, .right, .bottom, .tLeft, .tRight, .bLeft, .bRight {
	margin:0;
	padding:0;
}

.top {
	background:url(images/dot.jpg) 0% 0% repeat-x;
}

.left {
	background:url(images/dot.jpg) 0% 0% repeat-y;
}

.right {
	background:url(images/dot.jpg) 100% 0 repeat-y;
}

.bottom {
	background:url(images/dot.jpg) 0 100% repeat-x;
}

.tLeft {
	background:url(images/tlCurve.jpg) 0% 0% no-repeat;
}

.tRight {
	background:url(images/trCurve.jpg) 100% 0% no-repeat;
}

.bLeft {
	background:url(images/blCurve.jpg) 0% 100% no-repeat;
}

.bRight {
	background:url(images/brCurve.jpg) 100% 100% no-repeat;
}

.aboutOT {
	margin-bottom:20px;
}

.tourLeftColumn {
	width:220px;
	float:left;
	display:inline;
	margin-right:5px;
	margin-bottom:10px;
	padding:0 0 10px;
	border-bottom:1px solid #ccc;
}

.tourRightColumn {
	width:220px;
	float:left;
	display:inline;
	margin-left:5px;
	margin-bottom:10px;
	padding:0 0 10px;
	border-bottom:1px solid #ccc;
}

.tourPackage img, .aboutOT img, #singlepost img {
	float:left;
	margin:5px 10px;
}

h2.packageHead {
	font-size:14px;
	color:#339900;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

h2.featHead {
	font-size:14px;
	color:#339900;
	line-height:20px;
	margin:0;
}

p {
	font-size:12px;
}

.entry strong {
	font-size:14px;
	color:#666666;
	/*display:block;
	margin-bottom:5px;*/
} 

.entry p {
	margin-bottom:10px;
}

.entry span.welc {
	font-size:18px;
	color:#999999;
	font-weight:bold;
}

.aboutOT h2.posttitle {
	margin-bottom:10px;
}

/* addition */

.crew {
	display: inline;
	float: left;
	margin-bottom:20px;
	width:600px;
}

.cImage {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	width:80px;
}

.cImage img {
	margin:0;
	padding:0;
}

.cContent {
	width:400px;
	display: inline;
	float: left;
}

.cName {
	font-size:18px;
}
.cPosition {
	font-style:italic;
	color:#999999;
}
