/*
Theme Name: Grace to Asia 2009
Theme URI: http://e-conceive.com
Description: Grace to Asia redesign and redeployment
Version: 1.0
Author: Stephen Williams
Author URI: http://e-conceive.com/
Tags: red, custom header, fixed width, widgets

	Williams v1.0
	This theme was designed and built by Stephen Williams

*/



/* Begin Typography & Colors */
* { 
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	background-image: url(images/Site-BG.jpg);
	background-repeat: repeat-x;
	}

a:link, a:visited{
	color: #5794D1;
	text-decoration: underline;	
}

a:hover{
	text-decoration: none;	
}

html {
	
	background-image: url(images/Site-BG-block.jpg);
	background-repeat: repeat;
	}

#page {
	margin: 0px auto;
	margin-top: px;	
	padding: 0;
	width: 1000px;
	text-align: left;
	}

#header {
	background-image: url(images/header_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 153px;	
	text-indent:-9999px;
	}

#header_tabs {
	height: 67px;
	background-image: url(images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

	
#content {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	}


#floater {
	height: 1px;
	clear: both;
	}
	
#footer {
	height: 69px;
	border: none;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;	
}

#footer a:link, #footer a:visited {
	color: #CA8E23;
}


#footer li{
	list-style-type: none;
	list-style-image: none;
}
/* Begin Sidebar */
/*-----------------------------------------------------------------------------
Overlapping CSS Navigation
version:   1.0
date:      09/12/06
author:    george ornbo
email:     george at shapeshed dot com

Licensed under a 2.0 Creative Commons License

-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------

Define the width of the nav div

-----------------------------------------------------------------------------*/

#tab_bar
	{ 
	width:1000px; 
	height: 67px;	
	}

	
#tab_bar ul 
	{		
	list-style-type: none
	width: 1000px;
	height: 67px;
	}

#tab_bar li{
	display: inline;
	text-align: center;
	}

#tab_bar li a 
	{
	display:block;
	float:left;	
	background: url(images/tabs/tabs_all.png) no-repeat;
	text-indent:-9999px;
	}	
	
/*-----------------------------------------------------------------------------

Define the width of each li item. This is used as a letter box to show the 
correct part of the background image

-----------------------------------------------------------------------------*/	
	
	
li.page_home a {
	width:312px;
	height:67px;
}
li.page-item-9 a {
	width:110px;
	height:67px;
	 }
li.page-item-13 a {
	width:110px;
	height:67px;
	 }
li.page-item-115 a {
	width:110px;
	height:67px;
	 }
li.page-item-133 a {
	width:110px;
	height:67px;
	 }
li.page-item-41 a {
	width:110px;
	height:67px;
	 }
li.page-item-119 a {
	width:110px;
	height:67px;	
	 }
/*-----------------------------------------------------------------------------

Position the background image within the left boxes we have created. Use hover states
to show the correct background position for hover states.

A negative margin is used to show the whole tab. As this doesn't work in IE a 
separate stylesheet is used for IE6 and below.

-----------------------------------------------------------------------------*/	

#tab_bar li.page_home a:link, #tab_bar li.page_home a:visited {	
	list-style:none;
	background-position: 0px 0px;
	}
	
#tab_bar li.page_home a:hover, #tab_bar li.page_home a:focus {
	background-position: -0px -66px;
	}
	
#tab_bar li.page-item-9 a:link, #tab_bar li.page-item-9 a:visited {	
	background-position: -312px -0px;
	}
	
#tab_bar li.page-item-9 a:hover, #tab_bar li.page-item-9 a:focus {	
	background-position: -274px -200px;
	width: 148px;
	margin-left: -38px;
	}	

#tab_bar li.page-item-13 a:link, #tab_bar li.page-item-13 a:visited {	
	background-position: -422px -0px;
	}
	
#tab_bar li.page-item-13 a:hover, #tab_bar li.page-item-13 a:focus {	
	background-position: -384px -401px;
	width: 148px;
	margin-left: -38px;
	}	

#tab_bar li.page-item-115 a:link, #tab_bar li.page-item-115 a:visited {	
	background-position: -532px -0px;
	}
	
#tab_bar li.page-item-115 a:hover, #tab_bar li.page-item-115 a:focus {	
	background-position: -494px -602px;
	width: 148px;
	margin-left: -38px;
	}	

#tab_bar li.page-item-133 a:link, #tab_bar li.page-item-133 a:visited {	
	background-position: -642px -0px;
	}
	
#tab_bar li.page-item-133 a:hover, #tab_bar li.page-item-133 a:focus {	
	background-position: -604px -803px;
	width: 148px;
	margin-left: -38px;
	}	

#tab_bar li.page-item-41 a:link, #tab_bar li.page-item-41 a:visited {	
	background-position: -752px -0px;
	}
	
#tab_bar li.page-item-41 a:hover, #tab_bar li.page-item-41 a:focus {	
	background-position: -714px -1004px;
	width: 148px;
	margin-left: -38px;
	}	

#tab_bar li.page-item-119 a:link, #tab_bar li.page-item-119 a:visited {	
	background-position: -862px -0px;
	}
	
#tab_bar li.page-item-119 a:hover, #tab_bar li.page-item-119 a:focus {	
	background-position: -824px -1205px;
	width: 148px;
	margin-left: -38px;
	}	

/*-----------------------------------------------------------------------------

Set the on states using the body id.

-----------------------------------------------------------------------------*/	

body.home #tab_bar li.page_home a:link, body.home #tab_bar li.page_home a:visited {	
	background-position: 1px -67px;
	}
body.home #tab_bar li.page-item-9 a:hover, body.home #tab_bar li.page-item-9 a:focus {	
	background-position: -273px -268px;
	width: 148px;
	margin-left: -38px;
	}
	
	
body.page-id-9 #tab_bar li.page-item-9 a:link, body.page-id-9 #tab_bar li.page-item-9 a:visited {	
	background-position: -274px -200px;
	width: 148px;
	margin-left: -38px;
	}
body.page-id-9 #tab_bar li.page_home a:hover, body.page-id-9 #tab_bar li.page_home a:focus {	
	background-position: -0px -134px;
	overflow: auto;
	position: relative;
	}
body.page-id-9 #tab_bar li.page-item-13 a:hover, body.page-id-9 #tab_bar li.page-item-13 a:focus {	
	background-position: -384px -468px;
	width: 148px;
	margin-left: -38px;
	}


body.page-id-13 #tab_bar li.page-item-13 a:link, body.page-id-13 #tab_bar li.page-item-13 a:visited {	
	background-position: -384px -401px;
	width: 148px;
	margin-left: -38px;
	}	
body.page-id-13 #tab_bar li.page-item-9 a:hover, body.page-id-13 #tab_bar li.page-item-9 a:focus {	
	background-position: -274px -334px;
	overflow: auto;
	position: relative;
	}
body.page-id-13 #tab_bar li.page-item-115 a:hover, body.page-id-13 #tab_bar li.page-item-115 a:focus {	
	background-position: -494px -669px;
	width: 148px;
	margin-left: -38px;
	}
	
body.page-id-115 #tab_bar li.page-item-115 a:link, body.page-id-115 #tab_bar li.page-item-115 a:visited {	
	background-position: -494px -602px;
	width: 148px;
	margin-left: -38px;
	}	
body.page-id-115 #tab_bar li.page-item-13 a:hover, body.page-id-115 #tab_bar li.page-item-13 a:focus {	
	background-position: -384px -535px;
	overflow: auto;
	position: relative;
	}
body.page-id-115 #tab_bar li.page-item-133 a:hover, body.page-id-115 #tab_bar li.page-item-133 a:focus {	
	background-position: -604px -870px;
	width: 148px;
	margin-left: -38px;
	}

	
body.page-id-133 #tab_bar li.page-item-133 a:link, body.page-id-133 #tab_bar li.page-item-133 a:visited {	
	background-position: -604px -803px;
	width: 148px;
	margin-left: -38px;
	}	
body.page-id-133 #tab_bar li.page-item-115 a:hover, body.page-id-133 #tab_bar li.page-item-115 a:focus {	
	background-position: -494px -736px;
	overflow: auto;
	position: relative;
	}
body.page-id-133 #tab_bar li.page-item-41 a:hover, body.page-id-133 #tab_bar li.page-item-41 a:focus {	
	background-position: -714px -1071px;
	width: 148px;
	margin-left: -38px;
	}

	
body.page-id-41 #tab_bar li.page-item-41 a:link, body.page-id-41 #tab_bar li.page-item-41 a:visited {	
	background-position: -714px -1004px;
	width: 148px;
	margin-left: -38px;
	}	
body.page-id-41 #tab_bar li.page-item-133 a:hover, body.page-id-41 #tab_bar li.page-item-133 a:focus {	
	background-position: -604px -937px;
	overflow: auto;
	position: relative;
	}
body.page-id-41 #tab_bar li.page-item-119 a:hover, body.page-id-41 #tab_bar li.page-item-119 a:focus {	
	background-position: -824px -1272px;
	width: 148px;
	margin-left: -38px;
	}

	
body.page-id-119 #tab_bar li.page-item-119 a:link, body.page-id-119 #tab_bar li.page-item-119 a:visited {	
	background-position: -824px -1205px;
	width: 148px;
	margin-left: -38px;
	}	
body.page-id-119 #tab_bar li.page-item-41 a:hover, body.page-id-119 #tab_bar li.page-item-41 a:focus {	
	background-position: -714px -1138px;
	overflow: auto;
	position: relative;
	}







#topbar{
	float:right;
	margin: 10px 0px 0px 0px;
	height: 10px;
	color: #fff;
	}

#topbar li{
	float: left;
	margin-right: 40px;
} 

#topbar a:link, #topbar a:visited{
	color: #91C7E3;
	text-transform: uppercase;
	text-decoration: none;
}

#topbar a:hover{
	text-decoration: underline;
}

/* End tab_bar */

/* content */
#featured{
	float:left;
	margin: 20px 10px 0px 60px;
	height: 250px;
	width: 600px;
	}

#contentlinks{
	float:right;
	margin: 10px 50px 0px 20px;
	width: 260px;
	}

#contentlinks h2{
	margin: 5px 5px 0 5px;
	padding: 3px 15px 3px 5px;
	background-color: #A5C8D1;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	font-size: 14pt;
	border-width: 0px 0px 5px 0px;
	border-style: solid;
	border-color: #83B3C0;
	color: #35809E;
	background-image: url(images/sidebar-h2-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#contentlinks ul{
	list-style-type: none;
}

#contentlinks ul li img{
	margin: -20px 0 0 -10px;
}

#contentlinks ul{
	background-color: #D8E7EB;
	width: 203px;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 0px 20px;
	border: 1px solid #C7DCE3;
	font-size: 9pt;
}

#contentlinks ul ul{
	width: 203px;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	border: none;
}

#contentlinks ul ul li{
	color: #164F56;
	text-decoration: none;
	font-size: 7pt;
	font-weight: normal;
	padding-top: 3px;
}

#contentlinks ul ul  a:link, #contentlinks ul ul a:visited{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
}

#contentlinks ul ul  a:hover{
	text-decoration: underline;
}

#contentlinks ul li.pagenav, #contentlinks ul li.categories{
	margin: 0px 0px 0px -31px;
	padding: 12px 0 0 15px;
	background-image: url(images/sidebar-item-bg.gif);
	background-repeat: no-repeat;
	width: 245px;
	height: 40px;
	display: inline-table;
	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#contenttext{
	float:left;
	margin: 10px 10px 40px 60px;
	width: 600px;
	text-align: justify;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 1.5em;
	}
	
#contenttext img{
	margin: 15px 15px 5px 0px;
	border: 0px solid #000;
	}
	
#contenttext h2 {
	color: #5392A4;
	margin: 20px 0 20px 0;
	padding-bottom: 10px;
	font-size: 26px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #999;
	}

#contenttext h2 a:link, #contenttext h2 a:visited{
	color: #5392A4;
	text-decoration: none;	
}

#contenttext h2 a:hover{
	text-decoration: underline;	
}


#contenttext h1 {
	color: #29A044;
	margin: 10px 0 0;
	font-size: 18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	}

#contenttext h1 a:link, #contenttext h1 a:visited{
	color: #29A044;
	text-decoration: underline;	
}

#contenttext h1 a:hover{
	text-decoration: none;	
}	
	
#contenttext p {
	margin: 10px 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 1.5em;
	}
	
/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {	
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}


h3 {
	padding: 0;
	margin: 15px 0 0;
	font-size: 16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}

h4 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

	
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#topbar ul, #topbar ul ol{
	margin: 0;
	padding: 0;
	}

#topbar ul li  {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}


/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	width: 120px;
	font-size: 9px;
	text-align: center;
	}

#topbar #searchform{
	margin-top: -4px;
	}

#topbar #searchform #s {
	font-size: 9px;
	width: 50px;
	padding: 2px;
	}

#topbar #searchsubmit {
	font-size: 9px;	
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#extfeed img{
	margin: 15px 5 0 0;
	padding: 0;
}

#extfeed .feedflare{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
}