/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Tom Webb
	Author Site		: 	http://bfldesign.co.uk
	Style Name		: 	Sendec
	Style URI		:	
	Version			:	1.0
	Header Height	:	
	Comments		:	
*/

body {
	background: #bbb url(bg_main.jpg);
	font: 10pt/16pt "trebuchet ms", verdana, sans-serif;
	color: #666;
	text-align: center;
	margin: 20px;
	}

#page {
	border: 10px solid #eee;
	border-width: 10px 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #fff;
	background-image: url(bg_borders.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
#menu-wraper{
width:100%;
border:thin;
border-color:#ddd;
}

#search {
margin-top:10px;
width:173px;
padding: 0px;
float:left;
}
#s {
	font-size: 1.0em;
	}
	
#header {
/*	position: relative; */
	height: 150px;
	background: #ffffff;
	width:800px;
	background-image: url(images_kids.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
      padding-left: 0px;
	}
	
#header #title{
      position: relative;
	height: 30px;
	width: 630px;
	float: right;
	/*display: inline;  double margin IE fix */
	background-color: #fff;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	}	
	
#header h2 {
    position: relative;
	font: bold 40pt "trebuchet ms", verdana, sans-serif;
	color: #fff;
	text-align: center;
	background: #aaa url(headers/head_blue.jpg);
	height: 110px;
	width: 630px;
	margin: 10px 0px;
	float: right;
	}

#header h2.blue {
	background-color: #3e97fc;
	background-image: url(headers/rotator.php);
}
#header h2.pink {
	background-color: #fa3e60;
	background-image: url(../img/headers/head_pink.jpg);
}
#header h2.orange { background: #fe8d1e url(../img/headers/head_orange.jpg); }
#header h2.purple { background: #9b3efb url(../img/headers/head_purple.jpg); }
#header h2.green { background: #72ce23 url(../img/headers/head_green.jpg); }
#header h2.red { background: #ee6363 url(../img/headers/head_red.jpg); }
#header h2.lime { background: #d3fb57 url(../img/headers/head_lime.jpg); }
#header h2.aqua { background: #5fd3f7 url(../img/headers/head_aqua.jpg); }
#header h2.warp { background: #ebd4ff url(../img/headers/head_warp.jpg); }
#header h2.snow { background: #ebd4ff url(../img/headers/head_snow.jpg); }

#header h2 span {
	display: block;
	padding: 15pt 0pt 0pt;
}

#header h2.holidayclub { background: #d3fb57 url(../img/headers/head_holidayclub.jpg); }
#header h2.holidayclub01 { background: #ffe555 url(../img/headers/head_hc_sco.jpg); }
#header h2.holidayclub02 { background: #ac4e2c url(../img/headers/head_hc_mm.jpg); }
#header h2.holidayclub03 { background: #fcf45f url(../img/headers/head_hc_dd.jpg); }
#header h2.holidayclub04 { background: #97bdeb url(../img/headers/head_hc_sr.jpg); }
#header h2.holidayclub05 { background: #000 url(../img/headers/head_hc_bfhc.jpg); }
#header h2.holidayclub06 { background: #ffebcb url(../img/headers/head_hc_sc.jpg); }
#header h2.holidayclub07 { background: #444 url(../img/headers/head_hc_gpw.jpg); }
#header h2.holidayclub08 { background: #fff url(../img/headers/head_hc_gttr.jpg); }

#header h2.holidayclub span, #header h2.holidayclub01 span, #header h2.holidayclub02 span, #header h2.holidayclub03 span,
#header h2.holidayclub04 span, #header h2.holidayclub05 span, #header h2.holidayclub06 span,
#header h2.holidayclub07 span, #header h2.holidayclub08 span { display: none; }



.content {
	padding: 0px;
	}
	
#primary {
	position: relative;
	float: right;
	width: 600px;
	padding: 10px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	font: 10pt/16pt "trebuchet ms", verdana, sans-serif;
	color: #666;
	}

#sidebar-1 {
	padding-bottom: 94px;
	float: left;
	display: inline; /* double margin IE fix */
	width: 150px;
	position:relative;
	z-index:1;
	margin-right: 10px;
	background-color: #fff;
	background-image: url(bg_church.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

	/* Send Extras*/	

.Apolotitle {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CFCFCF;
	font-size: 16px;
	font-weight: bold;
}

a { color: #f50; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

.link-list {
text-align: left;
list-style: none;
margin: 0 0 1em;
padding: 0;
}
