/*
Theme Name: Hartshill
Description: An update from the old HTML driven Hartshill website.
Version: Baas
Author: Peter Roberts
Author URI: http://peterandthegoose.adversaria.co.uk

	Kubrick v0.1

	This theme was designed and built by Peter Roberts,
	whose blog you will find at http://peterandthegoose.adversaria.co.uk

*/
body	{
	margin: 0px;
	background: #244f59 url('images/bg-back.png') repeat-x scroll top;
	font: 85% "Verdana", sans-serif;	
	[text-align: center;]
}
a img	{
	border: none;
}
a	{
	font-weight: bold;
	text-decoration: none;
}
a:link	{
	color: #007be5;
}
a:hover	{
	color: #ff6200;
}
a:visited	{
	color: #4374aa;
}
h1	{
	margin: 0px;
	color: #4374aa;
	font: normal normal normal 20pt "Georgia", sans-serif;
	text-align: left;
}
div#page	{
	background: #fff url('images/bg-main.png') repeat-y scroll top;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	width: 700px;
	text-align: justify;
	[width: 740px;]
}
div	{
	padding: 0px;
	margin: 0px;
}
h2	{
	padding: 0px;
	margin: 0px;
}
div#header	{
	background: #fff url('images/bg-head.png') repeat-x scroll top;
	height: 170px;
	width: 700px;
	position: relative;
	color: #fff;
}
div#header a	{
	color: #fff;
}
div#header a:hover	{
	background-color: #fff;
	color: #0145ae;
}
div#headoptions	{
	height: 40px;
	position: absolute;
	left: 220px;
	top: 20px;
	width: 450px;
	padding: 8px 0px 8px 0px;
	vertical-align: center;
}
div#headoptions h3	{
	display: none;
}
div#headoptions ul	{
	padding: 0px;
	margin: 0px;
	display: inline;
}
div#headoptions ul li	{
	margin: 0px;
	display: inline;
	padding: 0px 10px 0px 0px;
}
div#headend	{
	width: 40px;
	height: 170px;
	background: #fff url('images/headend.png') no-repeat scroll top;
	position: absolute;
	right: 0px;
	top: 0px;
}
html div#sidebar	{
	float: left;
	width: 160px;
	padding: 40px 30px 0px 30px;
	margin: 0px 10px 0px 10px;
	background: #fff url('images/sidebar-top.png') no-repeat scroll top;
	z-index: 2;
	text-align: left;
	[width: 220px;]
}
html div#sidebar h3	{
	font: 20pt "Georgia", serif;
	margin: 10px 0px -4px 0px;
	padding: 0;
	color: 	#4374aa;
}
html div#sidebar h3#top	{
	margin: 0px 0px -4px 0px;
}
div#sidebar ul, div#example ul, div#example ol {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
div#example .tabbed ol.series {
	list-style-type: decimal;
	padding-left: 30px;
}
div#sidebar ul, div#example ul {
	list-style-type: none;
}
div.entry, div#page div#example ul.order {
	border-top: 2px solid #4374aa;
}
div#sidebar ul, div#example ul, div#example ol, .post div.entry {
	border-top: 1px solid #7da2cc;
}
div#sidebar ul li div, div#example ul li div, div#example ol li div {
	display: none;
}
input#s	{
	color: gray;
	background-color: #fff6d5;
	font: normal normal bold 100% "Georgia", serif;	
	padding: 4px;
	width: 100%;
	height: 30px;
}
input#searchsubmit	{
	background: none;
	float: right;
}
div#example ul li div.description, div#example ol li div.description, p.postmetadata {
	display: block;
	border-top: 1px dotted gray;
	color: #333;
	font-size: 90%;
	background-color: #fff6d5;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 5px 0px;
}
div#content	{
	position: relative;
	top: -80px;
	text-align: justify;
	padding: 0px 30px 0px 0px;
	width: 420px;
	float: right;
	[width: 450px;]
}
p.sermon_popup	{
	margin: 0px;
	text-align: justify;
}
p#sermon_meta.sermon_popup	{
	border-top: 1px dotted gray;
	color: #333;
	font-size: 90%;
	background-color: #fff6d5;
	padding: 10px;
}
p#sermon_meta i {
}
p#sermon_download	{
	border-top: 1px dotted gray;
	color: green;
}
/*sermon selecter*/
div.tabbed	{
	margin: 20px 0px 0px 0px;
}
div#example ul.order	{
	margin: 0px 0px -20px 0px;
	display: block;
	border: none;
	float: right;
	position: relative;
	width: 100%;
	text-align: right;
	top: -20px;
	[top: 0px;]
}
div#example ul.order li	{
	display: inline;
	margin: 0px 0px 0px 10px;
	border-bottom: 1px dashed #4374aa;
}
div#example ul.order li a	{
	color: #4374aa;
}
div#example ul.date	{
	padding-top: 30px;
	border: 0px;
}
.ui-wrapper { border: none; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }
.ui-tabs-hide {
        display: none;
    }

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav, #header, #sidebar {
        display: none;
    }
}
textarea#comment	{
	width: 100%;}
div#content div.post {
	margin-bottom: 20px;
}
div.posttitle	{
	font-style: italic;
}
div.posttitle a	{
	font-style: normal;
}
div.clear	{
	clear: both;
	display: block;
	height: 20px;
}
div.entry img	{
	margin: 10px 0px 10px 0px;
}
p.caption	{
	font-style: italic;
	padding: 0px;
	margin: 0px;
	color: #333;
}
table.meetings td {
	margin: 5px 2px 5px 2px;
	padding: 3px 3px 3px 3px;
	text-align: justify;
	vertical-align: top;
}
table.meetings .col1 {
	background-color: #fff6d5;
	width: 170px;
	border-bottom: 1px solid #E0E0E0;
	border-left: 2px solid #E0E0E0;
}
table.meetings .titlerow {
	font-size: large;
}