/*
Theme Name: St Johns with St Marys Mansfield
Theme URI: http://stjohnsmansfield.org.uk/
Description: Custom Theme for stjohnsmansfield.org.uk
Version: 1.0
Author: Ross Wintle
Author URI: http://oikos.org.uk/
Tags: custom, widgets

	 St Johns with St Marys Mansfield v1.0

	The CSS, and XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Theme based on TwentyTen v1.1

*/

@charset "utf-8";
@import url('fonts/aller/stylesheet.css');

/*	---------------------------------------------------------------------------------------
	Default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #FFF;
	font-family: AllerRegular,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

a img {
	border: none;
}

a {
	color: #036;
	text-decoration: none;
}

a:hover {
	color: #57B;
}

p {
	padding-bottom: 5px;
}

ul {
	
}

li {
	margin: 5px 0 0 25px;
}

h1 { 
    padding: 7px 0;
    font-size: 18px;
	font-weight: bold;
}

h2 {
	padding: 7px 0;
	font-size: 16px;
}

/*
 * This is standard image alignment and caption stuff!  See http://codex.wordpress.org/Using_Images#Styling_Images
 */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*
 * Main page structure
 */
#frame {
	width: 850px;
	margin: 10px auto;
	text-align: left;
    background: #f4f4f4;
}

#contentheader { 
	height: 110px;
	padding: 0px;
	background-color: #52A3FD;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#frame {
}

#contentheader {
}

#contentheader h1 {
	margin: 0px;
	padding: 10px;
}

#contentall { 
	padding: 15px;
	width: 820px;
}

/*
 * Top Menu Styles
 */
div.menu
{
	position: relative;		
	padding: 0.4em;
	border: 0px solid black;
	border-width: 1px 0px;
	background-color: #036;
	height: 24px;	
}

div.menu ul
{
	font-size: small;
	/*font-family: arial, helvetica, sans-serif;*/
	width:100%;
	float:left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
		
div.menu ul li
	{
	background-image: url(images/button.png);
	text-align: center;
	display:block;
	border:1px solid #258;
	margin: 0;
	padding: 0.2em 0;
	width: 91px;
	height: 16px;
	list-style:none;
	float:left;
	color: #036;
}

div.menu ul li:hover
{
	color: #57B;
}

/* div.menu li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 
}
*/
	
div.menu ul li a	/* menu at rest */
{
	color: inherit;
	font-weight:bold;
	background-color: #DCDCDC;
	text-decoration:none;
}

div.menu ul li a:hover	/* menu at mouse-over  */
{
	color: #57B; 
}		
	
div.menu ul li ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none; /* Hidden to start with */
 	margin: 0; 
	padding: 0;
	font-weight: normal;
	float: left;
	width: auto;
	}

div.menu ul li ul li
{
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.2em 1em;
	background-image: none;
	background-color: #DCDCDC;
	border: 1px solid #258;
	top: 0;
	left: 100%;
	font-weight: normal;
	text-align: center;
	list-style: none;
}		
	
div.menu ul li ul li:hover {
	background-color: #369;
	cursor:pointer;
	z-index:100;
	color:#FFF;
}

div.menu ul li ul li a {
	background-color: inherit;
}

div.menu ul li ul li a:hover {
	color: inherit;
}
	
div.menu ul li:hover ul
{
	display:block;
}


div.box { border: 1px solid rgb(34, 34, 34);
padding: 2px;
background: #fff none repeat scroll 0% 50%;
width: 145px;
float: left;
}

div.boxheader { border-bottom: 1px solid rgb(34, 34, 34);
padding: 2px;
background-color: #036;
color: #FFf;
}

div.boxpadding { padding: 0px;
width: 145px;
float: left;
}

/*
 * Styles for the left/right-aligned images and pages
 */


/*
 * Content container contains content but excludes sidebar - keep all content on left
 * including left/right-aligned images
 */
 
.content-container { 
	float: left;
	width: 600px;
}

.content-right { 
	float: right;
}

.content-left {
 	float: left;
}

.page-image-left {
	float: left;
	margin-right: 20px;
}

.page-image-right {
	float: right;
	margin-left: 20px;
}

.post {
	clear: both;
}

/* Post navigation */
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.entry-title {
	clear: both;
}

/*
 * Sidebar styles
 */
ul.sidebar-widget-area {
	display: block;
	float: right;
	width: 180px;
	margin-left: 10px;
	padding: 15px;;
	list-style-type: none;	
	background-color: #DCDCDC;
	color: #036;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
}

ul.sidebar-widget-area li.sidebar-widget {
	margin: 15px 0 0 0;
}

ul.sidebar-widget-area li.sidebar-widget:first-child {
	margin: 0;
}

ul.sidebar-widget-area li.sidebar-widget h3 {
	margin-bottom: 7px;
}

ul.sidebar-widget-area li.sidebar-widget ul {
}

ul.sidebar-widget-area li.sidebar-widget ul li {
}

/*
 * Footer styles
 */
div#footer
{
clear: both;
padding: .5em 0;
border-top: 1px solid Black;
border-bottom: 1px solid black;
text-align: right;
background-color: #036;
color: white;
}

#footer .footer-note {
	padding: 0 1em;
	border-left: 1px solid #FFF;
}

#footer .footer-note.first {
	border-left: none;
}
div#footer a {
color: white;
}


/*
 * Special classes for Staff Team page
 */
.staffPageTable td {
	padding: 10px 10px;
	vertical-align: top;
}
.staffPageImageCell {
	padding: 0px 10px;
}
.staffPageTable h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;	
	padding-bottom: 5px;
}
.staffPageTable h3 {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}
.staffPageTable p {
	padding-bottom: 2px;
}

/*
 * Special classes for talks pages
 */
div.talks {
	clear: both;
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 5px;
}
div.talks-timestamp {
	border-bottom: 1px solid #003366;
	margin-bottom: 10px;
	margin-top: 15px;
	clear: both;
}
div.talks-left {
	width: 290px;
	float: left;
}
div.talks-right {
	width: 290px;
	float: right;
}
a.talks-more {
	font-size: 12px;
}
a.talks-more:hover {
	cursor: pointer;
}
.talks-meta {
	font-size: 12px;
}
.talks-hidden-meta {
	display: none;
}
.talks-title{
	margin: 0;
	padding-top: 0;
}
.talks-content{
}
.talks-audio-player{
}
.talks-download{
	font-size: 12px;
	position: relative; /* Allows position: absolute on the note */
}
.talks-download-note{
	display: none;
	font-size: 12px;
	background-color: #F4F4F4;
	width: 300px;
	position: absolute;
	left: 30px;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #000000;
	-moz-box-shadow: 2px 2px 2px #000000;
	box-shadow: 2px 2px 2px #000000; 	
}
/*
 * Special classes for Event Manager Plugin
 */
#em-wrapper {
}
#em-wrapper table.events-list {
	border: 1px solid #036;
	border-collapse: collapse;
}
#em-wrapper table.events-list td,
#em-wrapper table.events-list th {
	border: 1px solid #036;
	padding: 2px;
	vertical-align: top;
}
#em-wrapper .event-date {
}
#em-wrapper .event-location {
}
#em-wrapper .event-map {
	display: block;
	float: right;
}

.cleardiv, .cleaner
{
	clear: both;
	height: 0px;
}


/****************************/
/* =Comments - straight out of Twenty Ten
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

