/*  
Theme Name: BRMecham
Theme URI: http://www.brmecham.com
Description: WordPress Theme by Weblife. Tested on v2.9.2
Version: 1.0
Author: Weblife WordPress Themes
Author URI: http://www.weblifellc.com
*/

/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}

body {
	margin: 0 auto;
	padding: 0;
	background: #F5F6F7;
	font-family : calibri, tahoma, arial, sans-serif;
	font-size: 12pt;
	line-height: 150%;
	color: #303030;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 21px 0;
	color: #242424;
	}

h1 a, h2 a, h3 a {
	color: #191919;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #242424;
}

h1 {
	font-size: 1.6em;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;;
	}
h4 {
	font-size: 1.2em;
	}
h5 {
	font-size: 1.1em;
	}
h6 {
	font-size: 1.0em;
	}

/* Paragraphs */
p {
	margin: 0 0 21px 0;
	}

/* Lists */
ol, ul {

	}
ul {
	list-style: square;
	margin: 0 0 21px 1em;
	}
ul ul {
	list-style: none;
	margin: 0 0 21px 1em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 21px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
dl {
	margin: 0 0 18px 3px;
	}
dl dt {
	font-weight: bold;
	margin: 12px 0 0 0;
	}
dl dd {
	margin: 6px 0 0 1.5em;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Blockquotes */
blockquote {
	margin: 0 2.5em;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

a {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

hr {
	display: none;
}

#wrapper {
	width: 488px;
	margin: 10px auto 20px auto;
	background: #fff;
	border: #eee 8px solid;
}

/* Header */

#header {
	width: 488px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

.logo h2 {
	margin: 0;
	padding: 20px 30px 0 30px;
	font-size: 3.0em;
	font-weight: bold;
	color: #191919;
}

.logo a {
	border: none;
	text-decoration: none;
	color: #191919;
}

.commentmetadata {
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}

#submit {
	background: #656565 url(images/buttonbg.png) repeat-x;
	font-size: .9em;
	padding: 0.25em;
	color: #F2F3DE;
}

/* Menu */

#menubg {
	width: 488px;
	margin: 0;
	padding: 0 30px;
}

#menu {
	background: #fff;
	height: 30px;
	float: left;
}

#menu ul {
	list-style: none;
}

#menu li {
}

#menu ul li { display: inline; }

#menu a {
	font-family : calibri, tahoma, arial, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
	color: #545454;
}

#menu a:hover {
	text-decoration: none;
	color: #545454;
	background: #eee;
}

#menu .current_page_item {
	color: #545454;
	background: #eee;
	padding: 6px 12px 6px 12px;
}

#menu .current_page_parent {
	color: #545454;
	background: #eee;
	padding: 6px 12px 6px 12px;
}

/* Page */

#page {
	width: 488px;
	margin: 0 auto;
	background: #ffffff;
}

/* Content */

#content {
	padding-top: 15px;
	float: left;
	width: 488px;
}

#content-no-widgets {
	padding-top: 15px;
	float: left;
	width: 100%;
}

#frontbanner {
	width: 488px;
	float: left;
}

.frontbanner {
	margin-top: 15px;
	padding: 0;
	font-size: 1.0em;
	text-align: center;
}

/* Post */

.post {
	padding: 15px 30px 10px 30px;
	background: #ffffff;
	margin: 0;
}

.post .title {
	margin: 0;
}

.pagetitle {
	margin: 0;
	padding: 20px;
}

.post .meta, .post .longmeta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	font-size: 0.8em;
	color: #787878;
}

.post .longmeta {
	height: auto;
}

.author {
	font-size: 8pt;
}

.tags {
	font-size: 8pt;
}

.post .meta .author {
	float: left;
}

.post .meta .date {
	float: right;
}

.post .meta a {
	border: none;
}

.post .entry {
	border-top: 1px solid #eee;
	padding-top: 21px;
}

.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}

.post .links {
	margin: 0;
	padding: 5px 0 20px 0;
	border-bottom: solid 1px #eee;
	line-height: normal;
	font-size: 0.8em;
}

.post h1 a, .post h2 a  {
	text-decoration: none;
}

/* Comments */

#comment {
	width: 100%;
}

.printerfriendly {
	background: url(images/printer.png) no-repeat left 50%;
}

.comments {
	background: url(images/comment.png) no-repeat left 50%;
	padding-left: 20px;
}

.readmore {
	background: url(images/page.png) no-repeat left 50%;
	padding-left: 20px;
}

/* Navigation */

.navigation {
	height: 20px;
	padding: 20px;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Latest Post */

#latest-post {
	padding-top: 0px;
	margin: 0;
}

/* Recent Posts */

#recent-posts {
}

/* Sidebar */

.widget {
	overflow: hidden;
	margin: 0 0 5px 0;
	}

.sidebar {
	float: left;	
	background: #fff;
	padding-top: 40px;
}

#sidebar {
	width: 260px;
	padding: 0px 30px 8px 10px;
	font-size: 0.8em;
	border-left: #eee 1px solid;
	overflow:hidden;
	float: right;
}

#sidebar-left {
	width: 145px;
	float: left;
	padding: 0px 10px 8px 30px;
	font-size: 0.8em;
	border-left: #eee 1px solid;
	overflow:hidden;
}

.sidebar h4 {
	color: #242424;
	margin: 0;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;	
	text-transform: uppercase;
}

/* Calendar */

#calendar {
	padding-left: 10px;
}

#calendar table {
	width:  190px;
	border-collapse: collapse;
}

#calendar thead th {
	border-top: 2px solid #B4AF8E;
	border-bottom: 2px solid #B4AF8E;
}

#calendar tbody td {
	border-bottom: 1px solid #B4AF8E;
	text-align: center;
}

#calendar tfoot td {
	border-top: 2px solid #B4AF8E;
	font-weight: bold;
}

#calendar #today {
	background: #B4AF8E;
	font-weight: bold;
	color: #FDFBED;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	width: 428px;
	height: 30px;
	padding-top: 10px;
	clear: both;
	margin: 0 auto;
	font-size: 0.8em;
	color: #242424;
	border-top: #eee 1px solid;
}

#footer a {
	color: #0066cc;	
}

#footer a:hover {
	color: #666;	
}

.clear {
	clear: both;
}

#footer p {
}

#footer .left {
	float: left;
	display: block;
	bottom: 1.2em;
}

#footer .right {
	float: right;
	display: block;
	bottom: 1.2em;
}

/* Text elements */
strong {
	font-weight: bold;
	}
strong strong {
	font-weight: normal;
	}
em, cite {
	font-style: italic;
	}
em em, cite cite {
	font-style: normal;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 120%;
	}
small, sup, sub {
	font-size: 80%;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}
address {
	font-style: italic;
	margin: 0 0 21px 0;
	}
li address, dd address {
	margin: 0;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 21px;
	margin-bottom: 21px;
	padding: 9px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}
	
.hilite {
	background-color: #ffffcc;
	color: #333;
}

.blacklite {
	background-color: #4d4d46;
	color: #fff;
}