/************************************************************************************
 * Project: Plano Masonic Lodge Wordpress Theme 2.0                                 *
 * Filename: style.css                                                              *
 * Description: Dynamically Generated Style Sheet                                   *
 * Written By: Kevin Main                                                           *
 * Created: July 2, 2011                                                            *
 * Revised: July 2, 2011                                                            *
 *                                                                                  *
 * Copyright (c) 2011 Kevin Main. All Rights Reserved.					            *
 *                                                                                  *
 * Utilizes: Wordpress Theme Toolkit                                                *
 *    - URL: http://planetOzh.com/                                                  *
 *    - Dependencies: themetoolkit.php (v1.12)                                      *
 ************************************************************************************/

/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	background-color:#FAF9F7;
	font-family:Verdana, Tahoma, sans-serif;
    margin:0px;
	padding:0px;
	text-align:center;
		background-attachment:fixed;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin-bottom:0px;
}

blockquote {
	border-color:#CDC8B9;
	background-color:#F2EFE6;
	border-width:1px 1px 1px 8px;
	border-style:dotted dotted dotted solid;
	padding:0em 1em;
}

pre {
	overflow:auto;
	width:80%;
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	background: #e7e6de;
	border: solid 1px #aaa;
	padding: 0px 10px 15px 10px;
}

.comment-text pre {
	margin:0px 30px 15px 30px;
}

pre code, pre pre {
	border: 0;
}

code {
	font-family: 'Bitstream Vera Sans Mono', 'Andale Mono', 'LucidaTypewriter', monospace;
	font-size: 12px;
	background: #e7e6de;
	border: solid 1px #aaa;
}

a:link {
    color: #080818;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #080818;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #2D4891;
    font-weight: bold;
    text-decoration: underline;
}

/***************************************************************************/
/* Content-Specific Custom Text Formatting */
/***************************************************************************/
.orgtitle {
    color:#000000;
    font-family:'Arial';
    font-size:17px;
    font-weight:bold;
    font-style:italic;
    text-decoration:none;
}

.orglink:link {
    color:#000000;
    font-size:14px;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
}

.orglink:hover {
    color:#0000FF;
    font-size:14px;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
	max-width:1600px;
	min-width:1000px;

	
	position:relative;
	padding:5px;
	margin:0 auto;
	text-align:left;
}

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	border-color:#AAAAAA;
	background-color:darkblue;
	height:180px;
	background-image:url("images/webtitle2.jpg");
background-repeat:no-repeat;
background-position:top left;
    border-style:solid;
	margin-bottom:0px;
	border-width: 0px;
	padding-left:10px;
}

.blog-name:link, .blog-name:visited, .blog-name:hover {
	color:#FAF9F7;
	font-family:Franklin Gothic Medium, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	text-decoration:none;
	background-color:transparent;
	padding-left:0px;
}

.blog-description {
	color:#FAF9F7;
	font-family:Franklin Gothic Medium, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:0px;
	padding-left:0px;
}

.header-address {
	color:#FAF9F7;
	font-family:Franklin Gothic Medium, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding-left:0px;
}

.header-logo {
    float:left;
    margin-top: 5px;
    padding-right: 10px
}

/***************************************************************************/
/* Menu Bar */
/***************************************************************************/

.menu-bar {
	text-align:left;
	padding:7px 0px 17px 5px ;
	border:0px solid #aaaaaa;
	white-space:nowrap;
	text-decoration:none;
    margin:0px;
	font-size:13px;
	background-image:url("images/webtitle2.jpg");
background-position:0px -180px;
   	background-color:darkblue;
}

.menu-bar ul {
	padding:0px 0px;
	margin:0;
}

.menu-bar li {
	padding:4px 0px;
	display:inline;
}

.menu-bar li a, .menu-bar li a:visited {
	border:1px solid #303030;
	padding:8px 8px;
	background-color:#F5F5F5;
	background-image:url("images/lightbrown.jpg");
background-position:25% 25%;
	text-decoration:none;
    /* Transparency */
    /* IE 8 & 9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    /* IE 5, 6, 7 */
    filter: alpha(opacity=75);
    /* Old Firefox 0.9 */
    -moz-opacity:0.75;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.75;
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.75;
}

.menu-bar li a:hover {
	border:1px solid #FFFFFF;
	padding:8px 8px;
	background-color:#99CCFF;
	background-image:url("images/lightbrown.jpg");
background-position:75% 75%;
	text-decoration:none;

    /* Transparency */
    /* IE 8 & 9 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    /* IE 5, 6, 7 */
    filter: alpha(opacity=95);
    /* Old Firefox 0.9 */
    -moz-opacity:0.95;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.95;
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.95;
}

/***************************************************************************/
/* Post */
/***************************************************************************/

.post-title:link, .post-title:visited, .post-title:hover {
	font-family:Franklin Gothic Medium, Helvetica, sans-serif;
	color:#FAF9F7;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}

.post-content, .comment-content {
	font-size:13px;
	color:#333333;
}

.post-time, .post-author {
	font-size:12px;
	color:#003366;
	background-color: #FFFFFF;
}

.post-author {
	margin-bottom:3em;
}

.post-metadata {
	font-size:12px;
	color:#003366;
	background-color: #FFFFFF;
	padding-left:3em;
}

/***************************************************************************/
/* Sidebars */
/***************************************************************************/

.left-sidebar, .right-sidebar {
	top:231px;
   	font-size:13px;
	position:absolute;
}

.left-sidebar {
	width:210px;
	left:5px;
}

.right-sidebar {
	width:170px;
	right:5px;
}

/***************************************************************************/
/* WordPress Sidebar Widgets */
/***************************************************************************/

/* Left and right sidebars */
ul.left-sidebar, ul.right-sidebar {
	padding:0px;
	margin:0px;
}

/* Left widget title */
ul.left-sidebar li h2 {
	background-image:url("images/stone.jpg");
background-repeat:no-repeat;
background-position:top left;
	background-image:url("images/stone.jpg");
background-repeat:no-repeat;
background-position:top left;
	border-color:#080818;
	color:#080818;
	background-color:silver;
}

/* Right widget title */
ul.right-sidebar li h2 {
	background-image:url("images/stone.jpg");
background-repeat:no-repeat;
background-position:top left;
	background-image:url("images/stone.jpg");
background-repeat:no-repeat;
background-position:top left;
	border-color:#080818;
	color:#080818;
	background-color:silver;
}

/* Left and right widget title */
.widgettitle, ul.left-sidebar li h2, ul.right-sidebar li h2 {
	border-width:0px 0px 1px 0px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:5px;
	margin:-10px -5px 5px;
}

/* Left widget */
.left-wp-widget {
	border-color:#080818;
	width:198px;
}

/* Right widget */
.right-wp-widget {
	border-color:#080818;
	width:158px;
}

/* Left and right widget */
.left-wp-widget, .right-wp-widget {
	padding:10px 5px;
	border-width:1px;
	border-style:solid;
	margin-bottom:5px;
	background-color:#FFFFFF;
	list-style-type:none;
}

/* Style of the block containing the widget contents */
.left-wp-widget ul, .right-wp-widget ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
}

/* Style of each items in the widget contents */
.left-wp-widget li, .right-wp-widget li {
	margin-top:5px;
}

/* In case the widget content contains a form eg. the Search box */
.left-wp-widget form, .right-wp-widget form {
	margin:0px;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:link {
	color:#080818;
	text-decoration:none;
}

/* Correct the style if the widget title is a link */
h2.widgettitle a:visited {
	color:#080818;
}

/***************************************************************************/
/* Old Style Widgets */
/***************************************************************************/

/* Adds background image to the left widget title */
.left-widget-title {
	background-image:url("images/stone.jpg");
background-repeat:no-repeat;
background-position:top left;
}

/* Adds background image to the right widget title */
.right-widget-title {
	background-image:url("images/stone.jpg");
background-repeat:no-repeat;
background-position:top left;
}

/* Adds background image to the center widget title */
.center-widget-title {
	background-image:url("images/gradient.jpg");
background-repeat:repeat-x;
background-position:80% 80%;
}

/*
.left-widget, .right-widget {
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}
*/

.left-widget-title {
	color:#080818;
	background-color:silver;
	border-color:#080818;
	width:198px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:16px;
	font-weight: bold;
	padding:5px;
}

.left-widget {
	border-color:#080818;
	width:198px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FAF9F7;
	background-image:url("images/parchment.jpg");
background-repeat:repeat-y;
background-position:top left;
	padding:5px;
	margin-bottom:5px;
}

.right-widget-title {
	color:#080818;
	background-color:silver;
	border-color:#080818;
	width:158px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:16px;
	font-weight: bold;
	padding:5px;
}

.right-widget {
	border-color:#080818;
	width:158px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FAF9F7;
	background-image:url("images/parchment.jpg");
background-repeat:repeat-y;
background-position:top left;
   	padding:5px;
	margin-bottom:5px;
}

.center-widget-title {
	color:#080818;
	background-color:#FAF9F7;
	border-color:#FAF9F7;
	margin-top:5px;
	margin-left:220px;
	margin-right:180px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	font-size:11px;
	font-weight: bold;
	padding:4px 10px 5px 10px;
}

.center-widget {
	border-color:#FAF9F7;
	margin-left:220px;
	margin-right:180px;
	/**/
	color:#000000;
	background-color:#FAF9F7;
	border-width: 0px;
	border-style:solid;
	padding:1em;
	margin-bottom:5px;
	font-size:13px;
}

.footer {
	margin-left:220px;
	margin-right:180px;
	border-color:#FAF9F7;
	font-size:12px;
	text-align:center;
	position: relative;
	color:#000000;
	background-color:#FAF9F7;
	border-width: 0px;
	border-style:solid;
}

.footer p {
	margin:10px;
}

img {
	border-width:0px;
}

h3#respond, h3#comments {
	color:#000000;
}

.left-widget ul, .right-widget ul {
	list-style-type:none;
	padding-left:7px;
	margin-top:0px;
	margin-left:0px;
}

.left-widget li,  .right-widget li {
	margin-top:5px;
}

h3#respond, h3#comments {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-bottom:0px
}


/***************************************************************************/
/* Meta Data Styles                                                        */
/***************************************************************************/

.entry-title a:link,
.entry-title a:visited {
}
.entry-title a:active,
.entry-title a:hover {
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/***************************************************************************/
/* Comments Styles                                                         */
/***************************************************************************/
#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 {
}
.comment-meta a:active,
.comment-meta a:hover {
}
.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 {
}
.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;
}

/***************************************************************************/
/* Dum, dum dum dum, Don't touch this! */
/***************************************************************************/
/* IE Hack (http://www.positioniseverything.net/easyclearing.html) - Begin */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE Hack - End */
/***************************************************************************/

/* Search input */
input#s {
	width:90%;
}

/* Page nav */
.bottom-page-nav, .top-page-nav {
	color:#003366;
	text-align:center;
	background-color:#FFFFFF;
}

.permitted-tags {
	font-size:7pt;
	color:#999999;
	background-color:#FFFFFF;
	width:300px;
}

textarea#comment {
	width:400px;
}

.google-ads {
	text-align:center;
}

.gravatar {
	float:left;
	border:1px solid #888888;
	padding:2px;
	background-color:#ffffff;
	margin-right:5px;
}


