/*
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: "Trebuchet MS", Verdana, Arial;
	background: #ffffff url(images/header_bg.jpg) repeat-x top;
	color: #000;
text-align:left;
}

/* Default */

a {
	color: #999;
}
 
a:hover {
	color: #841700;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h2 a{
	color:#993300;
	text-decoration:none;
}

h2 a:hover{
	color:#FF6600;
	text-decoration:none;
}

h3 {
	font-size: 1em;
}

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 {
	padding: 5px 5px 5px 9px;
	/*border: 1px solid #ccc;*/
}

form {
	padding: 0;
	margin: 0;
}

table{border-color:#fff;}

/* Layout */
#container {
	background: url(images/container-bg.gif) repeat-y;
	width: 930px;
	margin: 0 auto;
}

#header {
        background-image:url('http://ielts-philippines.com/wp-content/uploads/2010/01/ielts-header-bg.jpg');
        background-repeat:no-repeat;
        background-position:left;
	/*background-image:url(images/header_logo.jpg);*/
	height: 148px;
	width:930px;
}

#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 {
	margin:auto 0;
	background: #FFFFFF ;
	width:930px;
}

#pageinner {
	position: relative;
	margin: 43px 0 0 0;
	background:#FFFFFF;
	border-left:2px solid #d5cfcd;
	border-right:2px solid #d5cfcd;
	width:100%;
	min-height:500px !important; 
}

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

#navlist{
	height:43px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	width:930px;
	float:left;}

* html #navcontainer ul {
	background:;
}

#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: #333;
	margin: 3px 0 0 0;
	padding: 4px 13px 8px 12px;
	text-decoration: none;
	font-family:"Trebuchet MS", Verdana, Arial;
	background: url(images/headerBarLiBk.gif) right 2px no-repeat;
	float: left;
}

#navcontainer ul li a:hover {
	background: url(images/headerBarLiBk.gif) right 2px no-repeat;
	text-decoration: none;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background:;
	color: #ffffff;
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

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

#searchBar {
	float:right;
	width:280px;
	height:27px;
	padding-top:9px;
}

#searchform {
	float:right;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	height:27px;
	width:27px;
	border:0;
	background: #fff url(images/search_btn.jpg) no-repeat;
}

#sidebar {
	position: absolute;
	margin-left:14px;
	margin-top:20px;
	width: 260px;
	color: #011631;
	background:url(images/sidebar-bg.gif) repeat-y;
}

.sidebar-top{width:260px;
	background:url(images/left_nav_rounded1.jpg) top no-repeat;
	height:15px;}

.sidebar-down{width:260px;
	background:url(images/left_nav_rounded2.jpg) top no-repeat;
	height:15px;}

.content-promo{width:200px;
	text-align:center;
	font-weight:500;
	}

#sidebar a {
	color: #000;
}

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

#sidebar ul li {	
	background-color: #ffffff;
	margin: 0 0 10px 5px;
	font-size: 14px;
	width:250px;
}

#sidebar ul li a{
	color:#000;
	text-decoration:none;
}

#sidebar ul li a:hover{
	color: #FF6600;
	text-decoration:none;
}

#sidebar ul li h2 {
	margin: 0;
	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;
}

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

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

#content {
	margin: 0 0 0 280px;
	width:640px;
	padding: 0;
}

#content h1{
	font-size:16px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content h2{
	font-size:14px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content-home{
	font-size:14px; text-align:center; line-height:1.5em;
}

#content-home a{
	color:#993300; text-decoration:none;
}

#content-home a:hover{
	color:#FF3300; text-decoration:none;
}

#content-page{
	font-size:14px; line-height:1.5em; color:#000000;
}

.column-home-left a, .column-home-right a{
	color:#666666; text-decoration:none;
	}


.column-home-left a:hover, .column-home-right a:hover{
	color:#FF6600; text-decoration:none;
	}
	
#content-page h1{
	font-size:16px; padding:5px; 
	background:#FFFFFF url(images/h1-back-img.jpg) repeat-y; 
	text-align:left; 
	color:#ffffff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content-page strong{
	font-size:14px; text-align:left; color:#FF6600; font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content-page b{color:#CC6600; font-weight:500;}
#content-page a{ color:#666666; text-decoration:none;}
#content-page a:hover{ color:#FF3300; text-decoration:none;}
.content-page ul li{
	display:block;
	float:none;
	list-style:none;
	list-style-type:none;
	padding-left:15px;
	padding-top:7px;
	}
	
.content-page ul{
	list-style:none; margin:0 5px;
	padding:0;
	}

.page-list{width:600px;
	}
	
.tips-col{width:600px;
	margin:auto 0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}

.tips-col-title{ color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	background-color:#FFCC99;
	width:280px;
	padding:5px;
	}
	
.tips-col-left{width:290px;
	margin:auto 0;
	float:left;
	background-color:#ececec;
	}
	
.tips-col-left p{padding:5px;
	}

.tips-col-right{width:290px;
	margin:auto 0;
	float:right;
	background-color:#ececec;
	}
	
.tips-col-right p{padding:5px;
	}

/*anchor style for subtitles removed*/
.remove_astyle{font-size:14px; text-align:left; color:#FF6600; font-family:Verdana, Arial, Helvetica, sans-serif;}
.remove_astyle-1{font-size:16px; text-align:left; color:#fff; font-family:Verdana, Arial, Helvetica, sans-serif;}


.btn-bg{ background:url(images/btn_bg.jpg) no-repeat;
	width:145px;
	height:26px;
	text-align:center;
	padding-top:7px;
	font-weight:bold;
	margin:0 auto;
	}

.btn-bg a{ color:#000000; text-decoration:none;}
.btn-bg a:hover{ color:#FFF; text-decoration:none;}

.company-prof{width:612px;
	margin:0 auto;
	background:#fcc09c;
	}
		
.company-prof p{ color:#000000;
	font-size:13px;
	padding:6px;
	line-height:1.5em;
	}
	
.company-prof-top{width:600px;
	padding:6px;
	margin:0 auto;
	height:22px;
	background:#FFFFFF url(images/rounded_header1.jpg) no-repeat;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	}	 

.company-prof-down{width:612px;
	background:#FFFFFF url(images/rounded_footer1.jpg) no-repeat;
	height:14px;
	margin:0 auto;
	}

.column-home-left{ width:241px;
	background:#FFFFFF url(images/rounded_header2.jpg) top no-repeat;
	padding-top:45px;
	float:left;
	}

.column-home-left ul li{
	display:block;
	float:none;
	list-style:none;
	list-style-type:none;
	padding-left:15px;
	padding-top:7px;
	}

	
.column-home-left ul{
	list-style:none; margin:0 5px;
	padding:0;
	}	

.arrow-gray{
	background:#FFFFFF url(images/arrow_silver.jpg) no-repeat;
	height:11px;
	width:11px;
	float:left;
	margin-top:12px;
	}

.arrow-orange{
	background:#FFFFFF url(images/arrow_orange.jpg) no-repeat;
	height:19px;
	width:100px;
	float:left;
	}
	
.arrow-orange ul li{
	display:block;
	float:none;
	list-style:none;
	list-style-type:none;
	padding-left:15px;
	padding-top:7px;
	}

.arrow-orange ul{
	list-style:none; margin:0 5px;
	padding:0;
	}
	
.column-home-right{ width:241px;
	background:#FFFFFF url(images/rounded_header2.jpg) top no-repeat;
	padding-top:45px;
	float:right;
	}
	
.column-home-right ul li{
	display:block;
	float:none;
	list-style:none;
	list-style-type:none;
	padding-left:15px;
	padding-top:7px;
	}
	
.column-home-right ul{
	list-style:none; margin:0 5px;
	padding:0;
	}

.column-home{ width:530px;
	margin:0 auto;
	}

.contact-page{ width:450px;}

.contact-page strong{
	font-size:14px; 
	text-align:left; 
	color:#FF6600; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

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


/* Post */
.post h2.posttitle {
	padding: 0;
	margin: 0;
	float: right;
	font-size: 1.2em;
}

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

/* 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;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

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

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	background:#FFFFFF;
	border-left:2px solid #d5cfcd;
	border-right:2px solid #d5cfcd;
	height: 80px;
	width:930px;
	font-family: Garamond, Georgia, serif;
	text-align: center;
	font-size: 1em;
	color: #000;
}

#footer p {
	background: #d5cfcd;
	margin: 0 0px 0 0px;
	line-height: 1.5em;
	font-family:"Trebuchet MS", Verdana, Arial;
	padding-right:10px;
	font-size:12px;
	height:45px;
	padding-top:5px;
        margin:0 auto;
}

#footer a {
	color: #a66117;
}

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

div#recaptcha_widget_div {
	float: left;
	padding-left:2px;
}

/* 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 #fff;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #CCCCCC;
	height:2px;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #fff;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #fff;
	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;
}

/*for table*/
.table_sked{width:400px; margin:0 auto; line-height:1em; border:1px solid #CCCCCC;}
.table_head{ background-color:#666666; text-align:center; font-weight:bold; color:#FFFFFF;}
.table_contenta{ text-align:center; background-color:#ececec; color:#000000;}
.table_contentb{ text-align:center; color:#000000; background-color:#ececec;}