/*
Theme Name: In Crouch End Two
Theme URI: incrouchend.com/
Description: In Crouch End Website Theme
Version: 1.0
Author: In Crouch End
Author URI: http://incrouchend.com
Tags: 
*/

@import "style/css/ps_auto_sitemap_label.css";

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a {outline-style: none;}
/*
div { position:relative }
*/
table {
	width: 100%;
}

/* TYPOGRAPHY */
/* ----------------------------------------- */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/

body {
	font: 75%/125%  Helvetica, Arial, sans-serif;
}
h1, h2, h3, h5, h5, h6 { 
			font-family: 'writing', sans-serif;
	line-height: 125%;
	margin:0;
	padding:0;
} 
#content h2 {
	font-size: 1.8em;
	letter-spacing: 1px;
	margin:0 0 0.5em 0;
	padding-left:18px;
}
#content h2 span {
	display:block;
	float:left;
}
p strong,
h2 strong {
	font-weight:bold;
}
#footer h2,
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
}
p {
	font-size: 1.2em;
	line-height:1.3em;
	text-align: left;
	margin:0.5em 0;
}
#footer {
	font-size: 0.8em;
}
#leftbar ul.expandable li a,
#navbar .menu-header,
div.menu {
	font-size: 10pt;
	text-transform: uppercase;
}

.alignright { float:right; margin: 0 0 1.5em 24px; }
img.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.wp-caption { text-align:center;  margin:0 1.5em 1.5em 0; }
.wp-caption-text {color: #265981;text-align:center;}
.category-featured {display: none;}
#navbar h2.widgettitle {display: none;}
/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	color: #000;
}
table {
	margin-bottom: 1em;
	width: 100%;
	border-bottom: 1px solid #505255;
	border-left: 1px solid #505255;
}
th {
	border-top: 1px solid #505255;
	border-right: 1px solid #505255;
	color:#fff;
	background:#000 url(images/nav-bg.png) repeat-x 0% 0%;
	height: 35px;
	line-height:35px;
	text-align: left;
	padding-left: 5px;
}
td {
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #505255;
	border-right-color: #505255;
	vertical-align:top;
}
a:visited, a {
	text-decoration: underline;
	color: #09C;
}
a:hover, a:active {text-decoration: none;color: #ff3333;}
img {padding:0.5em 0;}
#header {
	background: url(images/logo.png) no-repeat 0px 0px;
}
#navbar {
	background: url(images/nav-bg.png) repeat-x 0px 0px;
}
#nav-rss {
	background: url(images/nav-rss.png) no-repeat right top;
}
#navbar li.current_page_item li a:hover,
#navbar li a:hover {
	color: #000;
}
#navbar li.current_page_ancestor li a,
#navbar li.current_page_item li a {
	color: #000;
}
#navbar li.current_page_ancestor a,
#navbar li.current_page_item a {
	color: yellow;
}
#content blockquote {
	background: url(images/quotes_01.png) no-repeat left top;
	padding-left: 32px;
	color:#000;
	margin: 0.5em 0;
}
#content blockquote p {
	text-align:left;
	min-height:24px;
	font-size:1.5em;
}
#content blockquote em {
	display:block;
	background: url(images/quotes_02.png) no-repeat right bottom;
	padding-right: 32px;
	font-style:normal;
}


#footer {
	color:fccc85;
	background:#fff;
}
#thirdleft a, #thirdmiddle a, #thirdright a, #thirdleft a:visited, #thirdmiddle a:visited, #thirdright a:visited {
	text-decoration: underline;
	color: #000;
}
#thirdleft a:active, #thirdmiddle a:active, #thirdright a:active, #thirdleft a:hover, #thirdmiddle a:hover, #thirdright a:hover {
	text-decoration: none;
	color: #ff3333;
}
/*

	Wrappers

*/
#wrapper
{
	width: 960px;
	margin:0 auto 0 auto;
	text-align:left;
	overflow:hidden;
}

#header {
	height: 58px;	
	width:960px;
	position: relative;
}
#googleplus {
	position:absolute;
	right:0px;
	top:20px;
}
#wrapper #header h1 {text-indent: -999em;}
#wrapper #header h1 a {display: block;height: 58px;width: 100%;} 	/* 4 x 24 as per #header */
/*

	navbar and variations

*/
#navbar {
	width: 960px;
	float: left;
	padding: 0;
}
#nav-decal {
	float: left;
	height: 40px;
	width: 30px;
}
#nav-rss {
	float: left;
	height: 40px;
	width: 18px;
	text-indent:-999em;
}
#nav-accessibility a,
#nav-rss a {
	display: block;
	width:100%;
	height: 40px;
}
#search {
	float:left;
	width:240px;
	height: 40px;
}
#s {
	background: url(images/search-box.png) no-repeat;
	height: 24px;
	width: 154px;
	display: block;
	float: left;
	padding: 6px 0 6px 10px;
	border-style: none;
}
#searchsubmit {
	background: url(images/search-button.png) no-repeat;
	color:#000;
	display: block;
	float: left;
	height: 40px;
	width: 64px;
	padding: 0 0 4px 20px;
	border-style: none;
}
/*

	Navigation

*/
#navbar {
	color: #000;
	background: #c3c4c7 url('images/nav-bg.png');
	margin: 0 0 20px 0;
	width: 960px;
	display:block;
	float:left;
}
#navbar .menu-header,
div.menu {
	float:left;
	width:700px;
}
#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	height: auto;
	width: 700px;
	float: left;
	display:block;
}
#navbar .menu-header li,
div.menu li {
	float:left;
	/*
	display: inline;
	*/
	position:relative;
}
#navbar a {
	display:block;
	text-decoration:none;
	text-align: left;
	height: 40px;
	width: auto;
	float:left;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 20px;
	margin:0;
	color:#000;
}
#navbar ul ul {
	display:none;
	background-color:#eee;
	position:absolute;
	top:40px;
	width:200px;
	padding:0;
	left:0;
	float:left;
	z-index:99999;
}
#navbar ul ul ul {
	left:200px;
	top:0;
}
#navbar li:hover > a
{
	color:#000;
	background:#eee;
}
#navbar ul li:hover > ul {
	display:block;
	width:200px;
}
#leftbar ul.expandable li a,
#navbar ul ul a {
	background:#eee;
	height:40px;
	line-height:40px;
	width: 180px;
	display:block;
	padding:0 0 0 20px;
}
#navbar ul ul li {
	background: #eee;
}
#navbar ul ul :hover > a {
	color:#000;
	background:#adadad;
}
.breadcrumb {
	background:#eee;
	margin-bottom:20px;
	padding: 2px 0 3px 10px;
	font-size:1.2em;
	text-transform: uppercase;
	float:left;
	width:100%;
}
.breadcrumb span {
	background:#eee url(images/control-right.png) no-repeat right;
	padding: 0 30px 0 10px;
}
.breadcrumb a {
	text-transform: uppercase;
}
/*

	Left Bar and variations

*/

#leftbar {
	float:left;
	width:200px;
	margin-right:20px;
	min-height:200px;
}
.event ul.expandable,
#events ul.expandable,
#leftbar ul.expandable {
	display:block;
	width:100%;
}
.event ul.expandable li,
#events ul.expandable li,
#leftbar ul.expandable li {
	/*
	position:relative;
	*/
	width:100%;
	display:block;
	float:left;
	clear:left;
	height:40px;
	overflow:hidden;
}
a.more-link,
.event ul.expandable li a,
#events ul.expandable li a,
#leftbar ul.expandable li a {
	display:block;
	float:left;
	height: 40px;
	line-height:40px;
	text-decoration:none;
	background: #eee url(images/control-right.png) no-repeat 100% center;
}
.event ul.expandable li a,
#events ul.expandable li a {
	width: 540px;
	display:block;
	padding:0 0 0 20px;
}
a.more-link {
	padding:0 30px 0 20px;
	margin: 0 0 10px 0;
}
.event {
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-bottom: 1px dashed #eee;
}
.event ul.expandable div,
#events ul.expandable div {
	width:100%;
	background:#fff;
	font-size:1em;
	clear:left;
}
#leftbar ul.expandable div {
	width:100%;
	background:#fff;
	padding:0px 0 !important;
	font-size:1em;
	clear:left;
}
#leftbar ul.expandable div.close  {
	/*
	*/
}
#leftbar ul.expandable div.open {
	/*
	*/
}
.event ul.expandable div a,
#events ul.expandable div a,
#leftbar ul.expandable div a {
	display:inline;
	float:none;
	width:auto;
	line-height:1em;
	text-decoration: underline;
	background: none;
	text-transform:none;
	padding:0;
}
#leftbar ul.expandable li ul li {
	height:auto !important;
	padding: 5px 0;
}
#contentuseful strong,
#contentuseful div.post-details,
#useful strong,
#useful div.post-details {
	display:none;
}
/*

	Main Content and variations

*/
#content {
	overflow: hidden;
	float: left;
	width: 620px;	
	padding: 0px;
	margin-right:20px;
}
#content img {
}
ul.list {
	margin: 0.5em;
	list-style: disc inside;
	font-size:1.4em;
}

.list li {
	margin: 0px 0 0.5em 0px !important;
	padding: 4px 0 0 30px !important;
}
.list li li {
	margin: 0 0 0.5em 0px;
	padding: 4px 0 0 30px;
}
.list li li li {
	margin: 0 0 0.5em 0px;
	padding: 4px 0 0 30px;
}
.list li {
	background: url(images/bullet-1.png) no-repeat 0px 0px !important;
}
.list li li {
	background: url(images/bullet-2.png) no-repeat 0px 0px;
}
.list li li li {
	background: url(images/bullet-3.png) no-repeat 0px 0px;
}

#content div#events li {
	margin: 0px;
	padding: 4px 0;
	background:none;
}
#content ol li li li,
#content ol li li,
#content ol li {
	background:none;
	margin: 0.5em 0 1.0em 0px;
	padding: 0px 0 0 12px;
	list-style: upper-roman inside;
}
#content a:hover {
}
#content a {
}
.storyleft {
	width:390px;
	float:left;
	margin-right:20px;
}
.storyright {
	width:150px;
	float:left;
}
#rightbar {
	float:left;
	width:300px;
	min-height:200px;
}
#rightbar .leftcontent {
	padding:10px 0;
}
/*

	Footer

*/
#footer p {
	text-align:center;
	padding: 10px 0;
}
#footer {
	width:100%;
	float:left;
	text-align:center;
	padding: 10px 0;
}
#footer ul {
	padding:0 0 0 30px;
	margin: 0 0 10px 0;
}
#footer h2,
#footer h3 {
	padding:0 0 0 30px;
	margin: 0;
}
#footer ul h2,
#footer ul ul {
	padding:0 0 0 30px;
	margin:0 0 0 -30px;
}
#footer #thirdleft p,
#footer #thirdmiddle p,
#footer #thirdright p {
	padding: 0;
	text-align:left !important;
}
#thirdleft,
#thirdmiddle,
#thirdright {
	float:left;
	width:300px;
	padding: 0;
	text-align:left !important;
}
#thirdleft,
#thirdmiddle {
	margin: 0 10px 0 0;
}
#thirdleft h2,
#thirdmiddle h2,
#thirdright h2 {
}
#thirdmiddle ul {
	padding:0px;
}

/*
	For animations and slideshows
*/
#slideshow {
	margin:0 auto;
	width: 704px;
	height:400px;
	position:relative;
}
#slideshow .slide {
	margin:0 auto;
	width: 704px;
	height:400px;
}
#slidecontrols {
	position:absolute;
	bottom:0px;
	right:30px;
	width:60px;
	height:30px;
}
#prev {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background:transparent url(images/control-left.png) no-repeat 0 0;
	text-indent:-10000px;
}
#next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background:transparent url(images/control-right.png) no-repeat 0 0;
	text-indent:-10000px;
}
/*
	eShop overides
*/
.dbem_events_list li {
	height:auto !important;
}
.date {
	width: 100px !important;
	float: left;
	border: 1px solid #E0E0E0;
	font-size:14px;
}
.eventdetails {
	width: 400px !important;
	clear:none !important;
	float: left;
	padding:0 10px;
}
.date .day {
	font-size:0.8em !important;
	text-align:left;
	text-indent:2px;
}
.date .dayof {
	width:100%;
	text-align:center;
	font: bold 2em Georgia, "Times New Roman", Times, serif !important;
	padding-bottom:10px;
}
.date .dayof span {
	text-align:left;
	font: normal 0.5em Arial, Helvetica, sans-serif !important;
	text-transform: lowercase;
}
.date .month {
	width:100%;
	font-size:1em;
	text-align:center;
	color:#fff !important;
	background:#ff3333 !important;
	font-weight: bold;
}
.slideshow {
	height:360px;
	overflow:hidden;
}
.slides {
	text-align:center;
	width:100%;
	display:none;
}
.slides img {
	display:block;
	margin:0 auto;
   -moz-box-shadow: 5px 5px 7px #bbb;
   -webkit-box-shadow: 5px 5px 7px #bbb;
   padding:10px;
   background: #DDD;
   border:#CCC thin solid;
}
.hw_wpgw dl {
	margin:0 auto !important;
}
td.eventful {
	background:#DBDBDB !important;
}
td.eventless-today {
	color:#fff;
	background:#000 !important;
}
iframe {
	display:block;
}
div.skiptranslate {
	position:absolute !important;
	height:40px !important;
}
#outerwrap {
	width:100%;
	background: #fff url(images/nav-bg.png) repeat-x 0px 58px;
	text-align:center;
}
#wpstats {
	display:none;
}
.more {
	font-size:1.2 em;
	clear:both;
}
.more a {
}
.sociable {
	padding:10px;
	border: 1px solid #09C;
	clear: both;
	display:block;
	width:108px;
}
#contentuseful .sociable,
#useful .sociable {
	display:none;
}
.sociable_tagline {
	padding: 2px 0.5em 0.5em 0;
	color:#09c;
	float: left;
}
@font-face {
	font-family: 'writing';
	src: url('Yearsupplyoffairycakes-webfont.eot');
	src: local('?'), url('Yearsupplyoffairycakes-webfont.woff') format('woff'), url('Yearsupplyoffairycakes-webfont.ttf') format('truetype'), url('Yearsupplyoffairycakes-webfont.svg#webfont3G1FB2Yd') format('svg');
	font-weight: normal;
	font-style: normal;
}
.sitemap_list,
#sitemap_list {
	margin: 0;
	padding: 0;
}

#content h2,
.sitemap_list li.home-item,
#sitemap_list li.home-item {
	background: url(images/label/home_head.png) no-repeat;
	font-size: large;
	font-weight: bold;
	margin-left: 0px;
	min-height: 43px;
}
#content h2 span,
.sitemap_list li.home-item a,
#sitemap_list li.home-item a {
	background: url(images/label/home_body.png) no-repeat right top;
	padding: 7px 70px 5px 15px;
	min-height: 31px;
}

#content h3,
.sitemap_list li,
#sitemap_list li {
	background: url(images/label/lv1_head.png) no-repeat;
	font-size: medium;
	text-indent: 0;
	padding: 0 0 0 18px;
	margin: 0 0 15px 0;
	line-height: 1.5;
	list-style-type: none;
}
#content h3 span,
#content h3 a,
.sitemap_list li a,
#sitemap_list li a {
	font-family: 'writing';
	color: #666;
	background: url(images/label/lv1_body.png) no-repeat right top;
	padding: 8px 50px 5px 20px;
	min-height: 28px;
	text-decoration: none;
	display: inline-block;
}
.sitemap_list li a:visited,
#sitemap_list li a:visited {
	color: #999;
}
.sitemap_list li li,
#sitemap_list li li {
	background: url(images/label/lv2_head.png) no-repeat;
	font-size: small;
	margin: 0 0 0 0;
	min-height: 39px;
}
.sitemap_list li li a,
#sitemap_list li li a {
	background: url(images/label/lv2_body.png) no-repeat right top;
	min-height: 25px;
	padding: 9px 70px 5px 10px;
}
.sitemap_list li li li,
#sitemap_list li li li {
	background: url(images/label/lv3_head.png) no-repeat;
	font-size: 98%;
	margin: 0 0 0 0px;
	min-height: 39px;
}
.sitemap_list li li li a,
#sitemap_list li li li a {
	background: url(images/label/lv3_body.png) no-repeat right top;
	min-height: 23px;
	padding: 9px 50px 5px 18px;
}
#sitemap_list li li li li {
	background: url(images/label/lv4_head.png) no-repeat;
	margin: 0 0 0 0px;
	min-height: 37px;
}
#sitemap_list li li li li a {
	background: url(images/label/lv4_body.png) no-repeat right top;
	min-height: 23px;
	padding: 8px 35px 5px 15px;
}
#sitemap_list li li li li li {
	background: url(images/label/lv5_head.png) no-repeat;
	margin: 0 0 0 0px;
	min-height: 35px;
}
#sitemap_list li li li li li a {
	background: url(images/label/lv5_body.png) no-repeat right top;
	min-height: 22px;
	padding: 7px 35px 5px 12px;
}
#sitemap_list li li li li li li {
	background: url(images/label/lv6_head.png) no-repeat;
	margin: 0 0 0 0px;
	min-height: 33px;
}
#sitemap_list li li li li li li a {
	background: url(images/label/lv6_body.png) no-repeat right top;
	min-height: 20px;
	padding: 6px 35px 5px 10px;
}
#sitemap_list li li li li li li li {
	background: url(images/label/lv7_head.png) no-repeat;
	margin: 0 0 0 0px;
	min-height: 31px;
}
#sitemap_list li li li li li li li a {
	background: url(images/label/lv7_body.png) no-repeat right top;
	min-height: 20px;
	padding: 5px 35px 5px 10px;
}
#sitemap_list li li li li li li li li {
	background: url(images/label/lv8_head.png) no-repeat;
	margin: 0 0 0 0px;
	min-height: 29px;
}
#sitemap_list li li li li li li li li a {
	background: url(images/label/lv8_body.png) no-repeat right top;
	min-height: 17px;
	padding: 5px 30px 5px 10px;
}
#sitemap_list ul {
	padding: 0;
	margin: 0;
}
#sitemap_list .posts_in_category {
	position: absolute;
	padding-top: 10px;
}
#sitemap_list li .posts_in_category a {
	background: #fff url(images/label/ico_post_list.png) no-repeat center;
	text-indent: -9999px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 1px #ccc;
	padding: 0;
	position: relative;
	left: -30px;
	min-height: 0;
}
.columns_one {
	float:left;
	width:300px;
	overflow:hidden;
}
.columns_two {
	float:left;
	width:620px;
}
.columns_one img {
	max-width:300px;
}
.m-r {
	margin-right:20px;
}
.alignleft, .alignright, .aligncenter, .alignnone, .m-b {
	margin-bottom:20px;
}
.alignleft {
	float:left;
	margin-right:20px;
}
.alignright {
	float:right;
	margin-left:20px;
}
.tagcloud a {
	display:inline-block;
	padding:5px;
	text-decoration:none;
}
