/*  
Theme Name: pilgrimsbb
Theme URI: http://pilgrimsbb.co.uk/
Description: A custom theme.
Version: 1.2
Author: renWeb
*/

/* Begin Master Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike,  tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* exclude for now: strong, sub, sup, ol, ul, li, em, 
*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.8em;
	color: black;
	background: white;
}
ol {
	list-style: none;
}

ul {
	list-style: circle;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Master Reset */



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Set 1em = 10px */
	font-family: 'Century Gothic', Geneva, "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	background: #fef39c url("images/backgroundGrad.png") top left repeat-x;
	color: #333;
	text-align: center;
	}

#page {
	background: url("images/wrapInner.gif") repeat top; 
	text-align: left;
	}


#header {
	background: url("images/header.gif") no-repeat top left;
	margin: 0 !important;
    margin: 0 0 0 0;
    padding: 0;
    height: 92px;
	cursor: pointer;
	}

#content {
	font-family: 'Comic Sans MS', 'Century Gothic', Tahoma, Arial, Sans-Serif;
   	font-size: 1.4em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#sidebar {
	font-size: 1em;
	}

p {
	padding-top: 0.167em;
	padding-bottom: 0.67em;
	}

#sidebar .event-entry{
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	}



small {
    font-family: Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5 {
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: bold;
	}

h1 {
	font-weight: normal;
	font-size: 3em;
	padding-top: 0.25em;
	padding-bottom: 0.125em;
	}


#header h1 {
	font-size: 10px;
	overflow: hidden;
	text-indent: -9999px;
    display: none;
	}

h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	padding: 0.67em 0 0.33em 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	padding: 0.33em 0;
    }

.narrowcolumn h3 {
	clear: both;
    }


h4 {
	font-size: 0.9em;
	padding: 0.33em 0 0.125em 0;
	}

h5 {
	font-size: 0.8em;
	padding: 0.33em 0 0.125em 0;
	}

.description {
	font-size: 1.8em;   /* #renWeb */
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Tahoma, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Tahoma, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #63c;    /* pilgrim purple */
	text-decoration: none;
	font-weight : bold;
	}

a:visited, a:active, .event-uri a, .link-uri a {
	color: #663;    /* grey-brown */
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #63c;    /* pilgrim purple */
	text-decoration: underline;
	}
	
/* renWeb NB: - convert these post IDs to a single class in PHP and put in above!! DEVT SERVER */
div#post-156 a, div#post-163 a, div#post-166 a {
	color: #663;    /* grey-brown */
	}

div#post-156 a:hover, div#post-163 a:hover, div#post-166 a:hover {
	color: #63c;    /* pilgrim purple */
	text-decoration: underline;
	}

/* renWeb NB: - convert these post IDs to a single class in PHP and put in above!! LIVE SERVER */
div#post-156 a, div#post-163 a, div#post-156 a {
	color: #663;    /* grey-brown */
	}

div#post-156 a:hover, div#post-163 a:hover, div#post-156 a:hover {
	color: #63c;    /* pilgrim purple */
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 3px auto;
	padding: 0;
	width: 780px;
	border-width: 0;
	}

#header {
	margin: 0 0 0 0;
	padding: 0;
	height: 95px;
	width: 780px;
	background: transparent url("images/header.gif") no-repeat top center;
	}

#headerimg {
	margin: 0;
	height: 95px;
	width: 100%;
	background: transparent;            
	}

#content {
	background: transparent;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 18px;
	margin: 0;
	width: 508px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 490px;
	}
	
.post {
	margin: 0 0 10px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .post .postmetadata {
	padding-top: 5px;
	padding: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}


/* Begin Pilgrims Sidebar */

#sidebar_container_container {
	margin-left: 542px;
	border: 0;
	padding: 0;
	padding-top: 95px;
	background: transparent url(images/rose-tarrot-back.gif) top right no-repeat;
	}

#sidebar_container {
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #c8c896;
	border-bottom: 1px solid #959596;
	width: 222px; /* the ol' Box Model Hack for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px; /* true value */
	max-width: 220px !important;  /* still necessary? */
	background: #edc url(images/rose-tarrot-front.gif) 36px -94px no-repeat;
	}

#sidebar {
	margin: 0;
	color: #530;
	padding: 25px 0 0 0;
	background: transparent;
	}

#events-sidebar {
	margin: 0 10px 20px 0;
	color: #530;
	padding: 25px 0;
	background: transparent;
	}

/* End Pilgrims Sidebar */



#footer {
	clear: both;
	margin: 0;
	height: 20px;
    padding: 15px 15px 0 18px;
	color: #996;
	font-size: 1.0em;
	background: url("images/wrapInner.gif") no-repeat bottom; border: none; /* D-FUNKT */
}

#footLeft {
	float: left;
	text-align: left;
}

#footRight {
	float: right;
	text-align: right;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 10px 0 20px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Header Links */
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}


/* End Headers */



/* Begin Images */
p img {
	padding: 4px 0;
	max-width: 100%;
	}
	
img.centered {
	padding: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0;
	margin-left: 15px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin-right: 15px;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 8px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 2em;
	padding: 0 4px 3px;
	margin: 0;
}
/* End captions */

/* End Images */



/* Begin Lists */
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */


	
/* ***************************************************
   ***************************************************
   **                                               **
   **               Sidebar Navigation              **
   **                                               **
   ***************************************************
   *************************************************** */

#sidebar ul {
	margin: 0;
	padding: 0;
	background: transparent;
	padding-left: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 0.4em;
	padding-left: 15px;
	font-size: 1.4em;
	}

/* #sidebar ul li.current_page_ancestor  {
	background: transparent url(images/sidebar-submenu-01.gif) top left no-repeat;
	} */

#sidebar ul ul li, #sidebar ul ol li {
	font-size: 1em;
	margin-bottom: 0.1em;
	background: blue;
	padding: 0 0 0 18px;
	background: transparent url(images/sidebar-submenu-01.gif) top left no-repeat;
	}

#sidebar ul ul li.current_page_item, #sidebar ul ol li.current_page_item {
	background: transparent url(images/sidebar-submenu-01-current.gif) top left no-repeat;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar a {
    color: #663;}                                      /* pilgrim earth */

#sidebar ul li.current_page_item a {
	color: #63c;}                                      /* pilgrim purple */  

#sidebar ul li.current_page_item ul a {
	color: #663;}

#sidebar a:hover, #sidebar ul li.current_page_item ul a:hover {
	color: #63c;}


/* Begin Form Elements */
#searchform, #searchform2 {
	margin: 0;
	padding: 5px 1px; 
	text-align: center;
	}

#sidebar #searchform, #sidebar #searchform2 {
	text-align: left;
	}

#sidebar #searchform #s, #sidebar #searchform2 #s {
	width: 115px;
	padding: 2px;
	font-size: 0.85em;
	}

#sidebar #searchsubmit, #sidebar #searchsubmit2 {
	margin-left: 2px;
	padding: 0;
	font-size: 0.85em;
	}

.entry form { /* Mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.navigation-container {   /* #renWeb */
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	}
/* End Various Tags & Classes*/


/* ***************************************************
   ***************************************************
   **                                               **
   **                     SPECIALS                  **
   **                                               **
   ***************************************************
   *************************************************** */

/* Location:   */

.location-maps{
	clear: left;
    margin: 0;
    padding-top: 1px;
}

.location-maps img{
    margin: 0;
    padding: 10px 5px;
}

#transport-direct{
    margin-top: 100px;
	margin-left: 522px;
}


/* Contact Us:   */

.address-box-wrap{
    margin: 0;
    border: 0;
	padding: 20px 0 250px 0;
    width: 500px;
	background: transparent url("images/holy-thorn.jpg") no-repeat top left;
}

.address-box{
    margin: 0;
    margin-left: 134px;
	padding: 0.5em 1em;
    width: 12.5em;
    background: #eee;
    border: 1px solid #ccc;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    font-weight: bold;
    text-align: left;
}

/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
	width: 95%;
	margin: 10px 0;
}

.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	line-height: 1.7em; /* renWeb */
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}


/* Visitor Book:   */

blockquote {
	width: 400px;
    padding: 0;
    margin: 0;
    margin-left: 45px;
    padding-left: 5px;
    border: 0;
    text-align: left;
    line-height: 1.5em;
    color: #555;
    background: #eee url(/wp-content/themes/pilgrimsbb/images/quoteTop.gif) no-repeat left top;
}

.quote_1, .quote_2, .quote_3, .quote_4, .quote_5, .quote_6, .quote_7, .quote_8, .quote_9 {
    margin: 10px 5px 0 0;
    padding: 20px 5px 2px 20px;
    background: transparent url(/wp-content/themes/pilgrimsbb/images/quoteEnd.gif) no-repeat right bottom;
    font-size: 95%;
    letter-spacing: 0.1em;
}

.quote_1 {
    font-family: 'lucida calligraphy', 'lucida handwriting', cursive;
}
.quote_2 {
    font-family: 'fine hand', 'lucida handwriting', 'viner hand itc', cursive;
}
.quote_3 {
    font-family: 'viner hand itc', 'fine hand', 'lucida calligraphy', cursive;
}

.quote_4 {
    font-family: 'calligraph421 bt', 'bradley hand itc', 'monotype corsiva', cursive;
}
.quote_5 {
    font-family: 'bradley hand itc', 'tempus sans itc', 'monotype corsiva', cursive;
}
.quote_6 {
    font-family: 'tempus sans itc', 'calligraph421 bt', cursive;
}

.quote_7 {
    font-family: 'kristen itc', 'comic sans ms', 'pristina', cursive;
}
.quote_8 {
    font-family: 'comic sans ms', 'maiandra gd', 'informal roman', cursive;
}
.quote_9 {
    font-family: 'maiandra gd', 'kristen itc', 'gigi', cursive;
}


.visitor {
	margin: 1em;
    color: #bbc;
    text-align: right;
    font-size: 85%;
    background: transparent;
    font-family: verdana, tahoma, 'lucida sans', 'trebuchet ms', arial, sans-serif;
    font-weight: bold;
}


/* Sidebar Listings:   */

#events-sidebar h3 {
    font-family: 'lucida sans', helvetica, 'Century Gothic', Tahoma, Arial, Sans-Serif;
	margin-top: 0;
	padding-top: 0;
	}

#events-sidebar a  {
    color: #966;        /* red earth */
    }

#events-sidebar h4 a {
    color: #353;       
    }

#events-side-pilgrims, #events-side-local, #weather-RSS {
	margin: 0 6px 20px 0;
	padding: 5px 3px 15px 0; 
    background: transparent;
    border-bottom: 1px solid #663;
	}

#events-side-pilgrims-header {
	padding: 3px; 
    background: #fed;
    border: 1px solid #663;
	}

#weather-RSS {
    border-bottom: none;
	}

#weather-RSS h3{
    background: transparent url(images/rss-icon.gif) top right no-repeat;
	}

div .event-date{
    padding: .5em 0;
    font-family: 'Century Gothic', Tahoma, Arial, Sans-Serif;
    font-size: 95%;
	font-weight: bold;
    line-height: 1em;
    color: #663;      /* pilgrim earth */
}

#sidebar .event-date{
    padding: .5em 0 0 0;
    font-size: 85%;
	font-weight: normal;
}

#sidebar .no-wrapping{
    white-space:nowrap;
}

div .event-entry{
    padding: .6em 0;    
    line-height: 1.1em;
}

div .event-entry p{
    padding: 0;    
}

div .event-uri, div .link-uri, div#post-156 a{    /* ARGH! */
    padding: .8em 0;
    font-family: 'Courier-new', Monospace;
    font-size: 90%;
	font-weight: bold;
}




/* ***************************************************
   ***************************************************
   **                                               **
   **                'SITE ADMIN' MODE              **
   **                                               **
   ***************************************************
   *************************************************** */

.userNote1, .adminNote1 {
	margin: 30px 0;
	clear: left;
	padding: 6px;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	font: 0.8em 'lucida console', 'Courier New', Courier, Fixed;
	line-height: 1.2em;
	color: #033;
	background: #cfc;
	}

.userNote1 p, .adminNote1 p {
	padding: 1em 6px;
	}

.post-edit-link, a.post-edit-link:visited, .userNote2, .adminNote2{
	color: #2a2;
	border: 1px #aaa solid;
	padding: 3px;
	background: #fff;
	}

.userNote2, .adminNote2 {
	font-weight: bold;
	padding: 1px 5px;
	}

.adminNote1 {
	background: #fcc;
	margin-bottom: -25px;
	}

.adminNote2 {
	color: #f33;
	}


.renWebNote{
	color: #080;
	text-align: left;
	margin: 5px 15px 10px 15px;
	padding: 5px;
	width: 50%;
	border-color: #080;
	border-width: 2px;
	border-style: dotted;
	}





