/*
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: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background: #f5f5f5 /*url(images/bk_blue.jpg) left top repeat-x*/;
	color: #000;
}

/* Default */
a {
	color: #3366CC;
}

a:hover {
	color: #841700;
}

h1 {
	font-size: 1.2em;
}

h2 {
background: #fff url(images/sw_divider.gif) no-repeat center top;
	padding: 40px 0 10px 0;
	margin: 0;
	/*	float: left;
*/	font-size: 36px;
	font-family: Arial, Verdana, Sans-Serif;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	
	/*font-size: 30px;
	font-family: Arial, Verdana, Sans-Serif;*/
/*	background: #fff url(images/sw_divider.gif) no-repeat center top;
	padding: 40px 0 0px 0;
	margin: 0;
*/}
h2 a {
	text-decoration:none;
}


h3 {
	font-size: 1.2em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

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 {
/*border:0;*/
	padding: 5px;
	border: 1px solid #ccc;
}
/*#page img {
	padding: 5px;
	border: 1px solid #ccc;
}*/
.post img {
	/*padding: 5px;
	border: 1px solid #ccc;*/
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	background: #f5f5f5;
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 206px;
	background-image: url(images/sw_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #faf6bb;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 2em;
		display:none;
}

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

#header .description {
	padding: 0 0 0 53px;
	color: #c46816;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.3em;
	display:none;
}

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

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

#navcontainer ul {
	/*background: url(images/dp_masthead_btm.jpg) no-repeat;*/
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

* html #navcontainer ul {
	/*background: #972f07 url(images/dp_masthead_btm.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;
	visibility: hidden;
}

#navcontainer ul li a {
	color: #fff;
	margin: 5px 3px 0 0;
	padding: 4px 14px 8px 12px;
	text-decoration: none;
	background: #001423 /*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: #fff /*url(images/searchBarBk.gif) repeat-x*/;
	color: #841700;
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

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

#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: 640px;
	top: 0;
	width: 320px;
	margin: 0;
	color: #333;
}

#sidebar a {
	color: #22237F;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar ul li {	
	background-color: #fff;
	margin: 0 0 13px 0;
	font-size: 0.85em;
	padding:10px;
	border:thin solid #CCCCCC;
	background: #fff;
	}

#sidebar ul li h2 {
	margin: 0;
	background: url(images/sw_sbheadbkgd_blue.gif) no-repeat;
	color: #fff;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.3em;
	padding: 5px 3px 5px 10px;
	height:30px;
}

#sidebar ul li p,
#sidebar ul li div {
/*	padding: 5px 10px 10px 10px;*/	
	margin: 0;
	padding-top:4px;
}

#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;
	border:thin solid #CCCCCC;
}

#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: 1em;
	padding: 0.2em 1em 0.2em 0.8em;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#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: 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: #863f09;
}


/* HTML Inserter SideBar */
li#htmlinsert.widget h2{
	background: url(images/sw_sbheadbkgd_orange.gif) no-repeat;
	}

li#htmlinsert2.widget h2{
	background: url(images/sw_sbheadbkgd_red.gif) no-repeat;
	}
	
li#htmlinsert3.widget h2{
	background: url(images/sw_sbheadbkgd_purple.gif) no-repeat;
	}

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

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

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

h2.pagetitle {
	background: none;
	border-bottom: none;
	margin: 0;
	/*color: #3a3a3a;
	font-family: Garamond, Georgia, serif;
*/	color: #ccc;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	padding: 3px 3px 3px 10px;
}

#content {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border:thin solid #ccc;
}

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


/* Post */
.post h2.posttitle {
	background: #fff url(images/sw_divider.gif) no-repeat center top;
	padding: 40px 0 10px 0;
	margin: 0;
	/*	float: left;
*/	font-size: 36px;
	font-family: Arial, Verdana, Sans-Serif;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.post h2.posttitle a,
.post h2.posttitle a:hover {
	text-decoration: none;
	color: #22237F;
}

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

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

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/sw_divider.gif) center center no-repeat;
*/	height: 25px;
	background-color: #fff;
	height: 20px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	font-family: Arial, Verdana, Sans-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;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

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

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

/* Comment */
h2.commentheading {
	font-size: 1.2em;
	color: #666;
	font-family: Arial, Verdana, Sans-Serif;
	background: none;
}

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: 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;
	background:#99CCFF url(images/footerbkgd.png) repeat-x 120px top;
	height: 120px;
	margin: 0 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	color: #666;
	padding-top:10px;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: 1.0em;
}

#footer a {
	color:#333399;
	text-decoration: none;
}

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

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: 12px;
	padding: 0 4px 5px;
	margin: 0;
}


h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
	bottom: 60px;
	position: absolute;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
	bottom: 10px;
	position: absolute;
}

/* 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%;
/*	background-color:#FFFFFF;
	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;
}

#sb_three a img {
	padding: 0px;
	border: none;
}

/***** from dream*****/
#primary_menu {
/*background:#40403E none repeat scroll 0% 0%;
*/
border-color:#82974B;
color:#EEEEEE;
}
#primary_menu ul
{
	padding:0px; /* this is IE declaration*/
margin:0px;/* this is IE declaration*/
}
#primary_menu li
{height: 33px;}
#site_content
{
	margin-top: 0px;
}
#primary_menu {
height:32px;
width:960px;
clear:both;
margin-bottom:1px;
// margin-bottom:0px; /* this is IE declaration*/
margin-left:10px;
background: #c8e8f7;
}

#primary_menu ul {
	padding:0px;
}

#primary_menu li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
 background:transparent url(images/nav_tab_bg.png) no-repeat scroll left top;
  
}

#primary_menu li a 
{
	display: block;
	float: left;
	height:26px;
	text-decoration: none;
	padding: 6px 10px 0px;
	border-right: 4px solid #c8e8f7;
	font-weight: bold;
	background: #c8e8f7;
	color: #22237F;
	border-bottom:1px solid #f4811a;
	background:transparent url(images/nav_tab_bg_right.png) no-repeat scroll right top;
	font-size:110%;
} 

#primary_menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{
	display: block;
	float: left;
	color:#22237F;
	padding: 6px 10px 0px;
	border-right: 4px solid #c8e8f7;
	border-bottom:1px solid #fff;
	background:transparent url(images/nav_tab_bg_right_white.png) no-repeat scroll right top;
} 
/*#primary_menu li a:hover, #menu li a.selected, #menu li a.selected:hover
{
	color:#22237F;
	border-bottom:1px solid #fff;  
	background:transparent url(images/nav_tab_bg.png) no-repeat scroll left top;
	background-position: 0 -34px;	
} */

#primary_menu li:hover {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
 background:transparent url(images/nav_tab_bg.png) no-repeat scroll left top;
  background-position: 0 -34px;
}
/*#primary_menu li:hover, #menu li.selected, #menu li.selected:hover
{
	color:#22237F;
	border-right: 4px solid #C8E8F7;
	border-bottom:1px solid #f4811a;  
	background:transparent url(images/nav_tab_bg_right.png) no-repeat scroll left top;
	background-position: 0 -34px;
	
} */
#videocast {
width:420px;
position: relative;
}


#videocastlist {
width:200px;
margin-left:430px;
position: absolute;
}

#contactform {
padding:20px;
border: thin solid #666;
width:500px;
background-color:#FFFFF5;
margin: auto;
}

#affiliatesform {
padding:20px;
border: thin solid #666;
width:500px;
background-color:#F5FFFF;
margin: auto;
}

#sponsorsform {
padding:20px;
border: thin solid #666;
width:500px;
background-color:#F1FFF1;
margin: auto;
}

#healthyheartclubform {
padding:20px;
border: thin solid #666;
width:500px;
background-color: #FFF4FF;
margin: auto;
}

#footernavlist li
{
display: inline;
list-style-type: none;
padding: 0 6px;
border-right: 1px #fff solid;
}

#brmaintopics {
float:left;
width:360;
margin-right:20px;
text-align:center;
margin-bottom:10px;
margin-left:10px;
}
#brmaintopics td {
line-height: 1em;
}
#brmaintopics h3 {
color: #22237F;}

#brmaintopics img.aligncenter {
	float: right;
	margin: 0 .8em 0 .8em;
}