/*
Theme Name: King's Park International Church
Theme URI: http://wordpress.org/
Description: King's Park International Church blog theme
Version: 1.6
Author: Don Shin and Michael Stalker
Author URI: http://www.crosscomm.net/
Tags: none

*/

.alignright
{
	float:			right;
}

.alignleft
{
	float:			left;
}

.navigation
{
	margin:			0 22px 8px 0;
	overflow:		hidden;
}

.post
{
	margin-bottom:		2em;
	clear:			both;
}

td#mainContent
{
	padding-top:		35px;
}

#commentform textarea
{
	width:			100%;
}

#supplement
{
	vertical-align:		top;
	padding-top:		22px;
	height:			1px !important;
}

#supplement > ul
{
	list-style-type:	none;
	padding-left:		22px;
}

#supplement > ul > li
{
	margin-bottom:		1em;
}

#supplement > ul > ul
{
	list-style-type:	disc;
	margin-left:		0;
}

#supplementBottom
{
	height:			0 !important;
}

#searchform
{
	margin-bottom:		22px;
}

#sectionTitle img
{
	position:		absolute;
	bottom:			0px;
	right:			17px;
}

#subNav
{
	/*top:			18px;*/
	top:			0px;
}

#subNav ul
{
	/*border-top:		2px solid #DEE9F6;*/
	margin-top:		1px;
	padding-top:		0px;
}

#subNav li
{
	background-color:       #DEE9F6;
}

/* Login
 * ------------------ */
.login {
	font-weight: normal;
	color: #444;
	width: 100%;
	z-index: 1;
	background-color: #F6F6F6;
	padding: 10px;
	width: 200px;
	border: 1px solid #ccc;
	margin-bottom: 22px;
}

form.login {
	bottom: 15px;
}

.login p {
	padding: 0 0 4px;
	margin-top: 0;
}

.login label {
	display: block;
	padding-right: 10px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 5px 0 12px;
}

form.login input#submit {
	display: block;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 12px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

#loginform {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background-color:#EEEEEE;
	clear:both;
	line-height:1.5em;
	margin:1em 18px 1em 0;
	padding:1em;
	border: 1px solid #ccc;
}

#reg_passmail {
	margin-bottom:2em;
}

#reCAPTCHA {
	margin: 9px 0 0;
}

