/*
Theme Name: 536.
Theme URI: http://www.berkley536.org/
Description: First template for Berkley Masonic Lodge, created as a starting point for future development.
Version: 0.1
Author: Rick Davies
Author URI: http://www.tricky3.co.uk/
*/


/*---------------------------------------------------------------------------------

[Table of contents]
RESET, RHYTHM, FONTS, then...
1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

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

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

/* VERTICAL R H Y T H M */

body { font-size: 100%; }
html>body { font-size: 16 px; }
p {	
	line-height: 1.5em; 
	font-size:1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}
	
h1, h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	text-shadow: -2px 1px 1px #000;
	}

h3 {
	font-size: 1.125em;
	line-height: 1.333333em;
	margin-top: 1.333333em;
	margin-bottom: 0.666667em;
	}

/* font families and colours */

body {
	font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
	color: #f8e1b8;
	}
h1, h2, h3, h4, h5, h6 { 
	font-family:'Gill Sans', 'Trebuchet MS', Calibri, sans-serif;
	color: #f8e1b8;
	}
a{color: #f8e1b8}
p a{text-decoration: underline;}

/*=== START SECTION 1 - Initial Styling ===*/
body {
	margin: 0px;
	padding: 0px;
	background: #000; /* for non-css3 browsers */
  	background-image: -moz-linear-gradient(top, #000000, #300a01); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000000),color-stop(1, #300a01)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#300a01'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000', EndColorStr='#300a01')"; /* IE8 */
	}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #000;
}
  
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	width: 954px;
	margin: 0px;
	background: #000 url('images/column.jpg') no-repeat top left;
	text-align: right;
	border-bottom: 3px solid #f1cb8d;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

#header h1{
	margin: 0;
	padding: 330px 2px 20px 0;
	text-align: right;
	}

#header h1 a{
	display: inline-block;
	width: 573px;
	height: 64px;
	background: #000 url('images/536.png') no-repeat;
	text-decoration: none;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f8e1b8;
}

#header h1 a span{display:none;}

#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 1000px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	padding: 3px;
	text-decoration: none;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 960px;
	padding: 4px 0 0 0;
	border-top: 3px solid #6e2e08;
	background: #300a01; /* for non-css3 browsers */
	overflow: hidden;
	z-index: 1;
	}

#main ul{
	margin: 0 0 0 30px;
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 2.25em;
	}

.page{}

#content {
	width: 460px;
	padding: 0 10px 50px 10px;
	float: left;
	background: #300a01; /* for non-css3 browsers */
  	background-image: -moz-linear-gradient(top, #300a01, #000000); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #300a01),color-stop(1, #000000)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#300a01', EndColorStr='#000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#300a01', EndColorStr='#000000')"; /* IE8 */
}
#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #6E2E08;
}
#content a:hover {
	border-bottom: none;
	color: #6E2E08;
}
#content h1 {
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin: 10px;
	}
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding-bottom: 2em;
}
.post h2 {
	padding: 0;
}
.post h3 {
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}

.trestleboard-post-date{ 
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	color: #6E2E08; }

.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: 0.9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar-right {
	float: right;
	width: 160px;
	background: transparent;
	padding-top: 0.45em;
  }
#sidebar-left {
	float: left;
	width: 300px;
	text-align: center;
	background: #300a01 url('images/checkerboardGradient.gif') repeat-x bottom center;
	border-left: 10px solid #300a01;
	border-right: 10px solid #300a01;
	padding-bottom: 100px;
}
#sidebar-left h1, #sidebar-right h1 {
}
#sidebar-left h2, #sidebar-right h2 {
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
}
#sidebar-left li a:hover, #sidebar-right li a:hover {
	background-color: #FFFFFF;
}
#sidebar-left ul, #sidebar-right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#sidebar-left ul ul, #sidebar-right ul ul {
}
#sidebar-left ul ul li, #sidebar-right ul ul li {
}
#sidebar-right ul{
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 0.45em;
	font-family:'Gill Sans', 'Trebuchet MS', Calibri, sans-serif;
	color: #f8e1b8;
	text-shadow: -2px 1px 1px #000;
	background: #300a01; /* for non-css3 browsers */
	border-right: 5px solid #300a01;
	border-left: 5px solid #300a01;
	}

#sidebar-right ul li{
	margin-bottom: 0.65em;
	}

#sidebar-right ul li a{
	border-top: 1px solid #300a01;
	border-right: 1px solid #300a01;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 2px 10px;
	line-height: 1.2em;
	background: #6E2E08; /* for non-css3 browsers */
  	background-image: -moz-linear-gradient(top, #6E2E08, #300a01); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6E2E08),color-stop(1, #300a01)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6E2E08', EndColorStr='#300a01'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6E2E08', EndColorStr='#300a01')"; /* IE8 */
	}

#sidebar-right ul li a:hover{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #300a01;
	border-left: 1px solid #300a01;
	background: #300a01; /* for non-css3 browsers */
  	background-image: -moz-linear-gradient(top, #300a01, #000000); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #300a01),color-stop(1, #000000)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#300a01', EndColorStr='#000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#300a01', EndColorStr='#000000')"; /* IE8 */
	}

#sidebar-right ul li.current_page_item a{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #300a01;
	border-left: 1px solid #300a01;
	background: #300a01; /* for non-css3 browsers */
  	background-image: -moz-linear-gradient(top, #300a01, #000000); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #300a01),color-stop(1, #000000)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#300a01', EndColorStr='#000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#300a01', EndColorStr='#000000')"; /* IE8 */
	}

.widget_pages h2{display: none;}
.widget_categories h2{display: none;}
.widget_links h2{
	font-size: 0.8em;
	text-align: left;
	margin-left: 18px;
	}

#sidebar-right ul li ul {
	padding-top: 0;
	}

#sidebar-right ul li ul.blogroll li a{
	border: none;
	background: transparent;
	font-size: 0.8em;
	margin-left: 15px;
	}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	position: relative;
	width: 100%;
	height: 180px;
	padding: 0;
	margin-top: -80px;
	background: transparent url('images/footerBottom.gif') repeat-x bottom right;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	z-index: 999;
	}
#contact{
	width: 790px;
	height: 85px;
	text-align: right;
	padding: 95px 190px 0 0;
	background: url('images/woodenSeal.png') no-repeat bottom right;
	margin: 0 auto;
	z-index: 999;
	}
#contact.adr, #contact.tel{
	display: inline;
	}

#footer a:link, #footer a:visited {
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/

.widget_text{
	position: absolute; 
	top: 152px; 
	right: 90px;
	text-align:right;
	font-size: 0.75em;
	line-height: 2em;
	}
.widget_text h2 {display: none;}
.widget_text blockquote{
	width: 380px;
	text-align: justify;
	font-style:italic;
	text-shadow: -1px 1px 0 #300a01;
	}

/*=== END SECTION 7 - Misc. & Plugins ===*/

p small{display: none;} /* disable form 'powered by..' */


