/*
Theme Name: CCS
Theme URI: http://www.spaceonline.co.uk
Version: 1.1
Description: WP theme for the Catholic Children's Society (Plymouth), based on hollow 1.0 at http://www.sebastinsanjay.com
Author: John Staplehurst
Author URI: http://www.spaceonline.co.uk
*/

textarea {
	width: 24em;
}

.contactform input {
	width: 20em;
}

.contactform input#contactsubmit {
	width: 8em;
}

div.contactform {
	float: right;
	width: 28em;
	padding: 1em 0 1em 1em;
	background-color: #feffdb;
	border: 1px solid #ed7c50;
	margin-left: 1em;
}

/* standard elements */
html {min-height: 100%;}

* { margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
a img {border: none;}

body {
	background: #d8a9a8 url(img/bg1.gif) repeat-x;
	color: #444;
	padding-top: 5px;
	font: normal 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px solid #3f3f3f;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	font-style: italic;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #d68947;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 80%;
	min-width: 780px;
}

.outer-container {
	padding-bottom: 15px;
}

/* header & title */
.header {
	height: 120px;
	margin-bottom: 5px;
	text-align: left;
	background: url(img/logo120.jpg) no-repeat;
	margin-left: 64px;
}
.header .title {
	color: #ED4E0F;
	padding-top: 40px;
	margin-left: 156px;
	padding-left: 20px;
}
.header .title .sitename a {
	color: #ED4E0F;
	font: bold 2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	text-decoration: none;
	color: maroon;
}
.header .title .slogan {
	font: 1.4em Tahoma, Verdana, sans-serif;
	padding-top: 6px;
	color: #ED4E0F;
	padding-left: 3em;
}


/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
	padding-left: 210px;
}

/* content */
.content {
	width: 96%;
	margin-left: -210px;
	float: right;
	padding: 0 0 0 20px;
	border-left: 210px solid #d69c47;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.6em;
	list-style: url('img/li.gif');
	margin-left: 18px;
	padding-bottom: .4em;
}
.content p {font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.6em;
}

/* navigation */
.navigation {
	float: right;
	width: 210px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-left: -210px;
}
.navigation h2 {
	color: #ED4E0F;
	margin: 0;
	padding-left: 12px;
	font: bold 1.2em/30px Arial, Helvetica, Geneva, sans-serif;
	display: none;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;
	font-weight: bold;
	background-color: #ffd58e;
}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.navigation li li a {
	padding-left: 15%;
	width: 85%;
	background-color: #ffea7f;
}

.navigation li li li a {
	padding-left: 25%;
	width: 75%;
	background-color: #edfeb5;
}

.navigation li a:hover {
	background: #F0F0EB;
	color: #654;	
}

.navigation li.current_page_item a{
	background-color: orange;
}

.navigation li li.current_page_item  a{
	background-color: orange;
}

.navigation li li li.current_page_item  a{
	background-color: orange;
}

/* footer */
.footer {
	background: #53693e;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: orange;}

/* posts */
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #ED4E0F;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #F99168;
}

.post h1 {
	color: #ED4E0F;
	border-bottom: 2px solid #3f3f3f;
	padding-top: 0;
	padding-bottom: .4em;
}

.post {margin: 0 0 2px;}
.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}
.post img {
	margin: 4px 0;
	padding: 4px;
	border: 2px solid #ddd;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

div.homeimagecolumn img {
	margin: 0 0 1em;
}

.post img.left {
	margin-right: 1em;
}

div.jumpPage {
	clear: left;
}

.post img.right{
	margin-left: 1em;
}

.info a {color: #ED4E0F; text-decoration: none;}
.info a:hover {color: #F99168; text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
/* JAS: calendar removed. refer to hollow 1.0 if needed to reinstate it. */

#searchform {padding: 10px;}

/* New Stuff */

/* Home Page */
div.homeimagecolumn {
	float: right;
	text-align: right;
	margin: 0 0 2em 2em;
	padding: 0;
}

#whatson {
	border: 4px double #c47a00;
	margin: 0 200px 0 0;
	background-color: #e5f3ff;
	padding: .8em .8em .8em 1.6em;
}

#whatson ul {
	padding: 0;
	margin: 0 0 0 1em;
}

#whatson h3 {
	margin: 0 0 .4em;
	padding: 0;
}

#whatson a {
	font-weight: bold;
}

div.homecontent {
	margin-top: 1em;
}
div.homecontact {
	padding-top: 12px;
	clear: both;
}
div.homecontact h3 {
	margin-bottom: 12px;
}
div.homecontact table {
	width: 100%;
}
div.homecontact td {
	width: 50%;
	vertical-align: top;
}

/* Footer */
div.updated {
	clear: both;
	float: right;
	padding-top: .6em;
	font-size: 80%;
}

div.singlecolumn {
	margin-left: 189px;
}

div.singlecolumn img {
	margin-bottom: 2em;
	margin-left: -189px;
	float: left;
}

div.normal h3 img {
	float: left;
	margin-top: 0;
	margin-bottom: 1.6em;
	margin-right: 1em;
}

div.normal h3 {
	clear: both;
	border-style: none;
}

/*div.normal ul li {
	float: left;
}*/

div.diary img {
	margin-top: 0;
	margin-bottom: 1.6em;
}

div.contactform p {
	color: red;
	width: 100% ! important;
	font-weight: bold;
}

div.contactform form {
	clear: both;
}

div.contactform input.contacterror {
	color: black;
	background-color: #9dbfff;
	font-weight: bold;
}

div.diary .odd img {
	float: left;
	margin-right: 2em;
}

div.diary .even img {
	float: right;
	margin-left: 2em;
}

div.diary h3 {
	clear: both;
	margin-bottom: .4em;
	padding-bottom: .2em;
}

div.diary .odd {
	text-align: left;
	clear: both;
}

div.diary .even {
	text-align: right;
	clear: both;
}

table#cardrow {
	width: 100%;
}

#cardrow tr td {
	width: 33%;
	text-align: center;
}

/*What We Do*/
/*correct problem with li  and the floated images*/
.jumpPage li {
		list-style: url('img/li2.gif');
		margin-left: 24px;
	float: left;
}

/*404*/
div.fourohfour img {
	border: none;
	margin: 0;
	padding: 0 0 1.4em 1.4em;
}

/* Sitemap list styles */
ul.sitemap li {
			list-style: url('img/li2.gif');
	margin-left: 24px;
}

ul.sitemap li ul { /* compensate for nested li spacing */
	margin-bottom: -0.4em;
	padding-bottom: 0;
}

/* Patchwork Parenting */
div.ppTop img {
	float: right;
	margin-bottom: 1em;
	margin-left: 1.4em;
}

div.ppTop h3 {
	clear: none;
}

div#ppCol1 {
	clear: both;
	border-top: 2px solid gray;
	margin-top: 1.4em;
	width: 48%;
	float: left;
	padding-top: 1em;
}

div#ppCol2 {
	float: right;
	width: 48%;
	border-top: 2px solid gray;
	margin-top: 1.4em;
	padding-top: 1em;
}

a.externalLink {
	background: url(img/li2.gif) no-repeat;
	padding-left: 16px;
	margin-left: 8px;
}

/* 2 column table definition */
 table.twoColTable td {
	width: 48%;
	text-align: left;
	vertical-align: top;
	padding: 0 1em 0 0;
}

table.twoColTable td + td {
	padding: 0 0 0 1em;
}

/* Patchwork programme detail pages */
div.patchProg img {
	float: right;
	padding: 0;
	border-style: none;
	margin: 0 0 1.4em 1.4em;
}
/*div.ppListing h3 img {
	float: right;
	margin: 0 0 0.6em 1.6em;
}*/

div.ppListSidebar {
	width: 160px;
	margin-left: 2em;
	float: right;
	/*margin-right: -200px;*/
}

div.ppListSidebar blockquote p {
	margin-bottom: 2em;
	padding: 1em;
	background-color: #ffcc85;
	font: normal normal 1.2em "Lucida Handwriting", Chalkboard, Georgia, fantasy;
}

div.ppListSidebar blockquote {
	background-image: none;
	padding: 0;
}
div.ppListSidebar img {
	padding: 0;
	margin: 0 0 1em;
	border-style: none;
}

div.ppBlock h3 {
	clear: none;
	border-top: 1px solid silver;
}

div.ppBlock h3 img {
	margin-bottom: .6em;
}

div.ppBody {
	margin-right: 180px;
}