/*
Theme Name: Mason Inc. Official Blog
Theme URI: http://www.mason23.com/
Description: The official blog for Mason Inc.
Version: 1.0
Author: Neil Johnson
Author URI: http://www.mason23.com/
Tags: red color, fixed width, two columns, widgets
*/




/* START CLEAR */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, img,
dl, dt, dd, ol, ul, li,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* 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 CLEAR */



/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}
ul.post-meta span.post-meta-key {
	font-weight: bold;
}
.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
.credit a:link, .credit a:hover {
	color: #fff;
}
.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}
.meta {
	font-size: .75em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}
.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}
#commentform textarea {
	width: 100%;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* END CAPTIONS & ALIGNMENT */





body {
   background: #efefeb url(images/mainBG.png) no-repeat center 210px;
   font-family: Arial, Helvetica, sans-serif;
   color: #111111;
   font-size: .75em;
   line-height: 1.5em;
   text-align: center;
}
p {
	margin: 6px 0 20px 0;
	line-height: 1.5em;
text-align: left;
}
a { color: #1a61c1}
a:hover {color: #0046a4;}
.fltL {
   float: left;
   padding: 0 10px 10px 0;
}

/* navigation containers
///////////////////////////////////*/
#navContainer {
	background: #2d2d2d url(images/navBG.png) repeat-x;
	width: 100%;
	height: 40px;
}
#navBlock {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	color: #666666;
	font-weight: bold;
	text-align: right;
}
#navBlock ul li {
	list-style: none;
	display: inline;
	border-right: 1px solid #666666;
	padding: 0 6px;
}
#navBlock a {
	color: #969696;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navBlock a:hover {
	text-decoration: underline;
}


/* head containers
///////////////////////////////////*/
#headContainer {
	background: url(images/headerBG.png) repeat-x;
	width: 100%;
	height: 164px;
	overflow: hidden;
	border-bottom: 7px solid #dbdbd5;
}
#headBlock {
   width: 900px;
   margin: 0 auto;
   overflow: hidden;
}
#headL {
	float: left;
}
#headR {
	float: right;
}
#search {
	width: 230px;
	margin: 100px 0 0 0;
	background: #d62e20;
	padding: 20px;
}
#search form input {
	
}


/* content container
///////////////////////////////////*/
#contentContainer {
   width: 900px;
   margin: 0 auto;
   padding: 0;
   background: url(images/contentContainerBG.png) repeat-y;
   overflow: hidden;
text-align: left;
}
.contentL {
	float: left;
	width: 569px;
	border-right: 1px solid #dcdcdc;
	display: inline;
	background: #f6f6ef url(images/contentBG.jpg) no-repeat;
	padding: 40px 20px 40px 40px;
text-align: left;
}
.contentR {
	float: left;
	width: 230px;
	display: inline;
	background: url(images/sidebarBG.jpg) no-repeat;
	padding: 40px 20px;
text-align: left;
}
.contentL p {
	margin: 20px 0 20px 0;
}
.contentL h2, .contentR h2 {
	font-size: 18px;
	color: #a32448;
	font-weight: regular;
	margin: 0 0 6px 0;
}
.post {
}
.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #292929;
	font-weight: regular;
	margin: 0 0 6px 0;
	line-height: 1em;
}
.post h2 a {
	color: #292929;
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.entry h3 {
	font-size: 18px;
	font-weight: regular;
	padding: 10px 0 0 0;
}
.entry {
	margin: 0 0 60px 0;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
}
.author {
	color: #747474;
	font-size: 12px;
}



/* tags */
.postmetadata {
	color: #747474;
}
.postmetadata a {
	color: #e41f0f;
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration: underline;
}


/* lists */
ul.baseList {
	margin: 10px 0;
}
ul.baseList li {
	list-style: disc;
	margin: 0 0 0 40px;
}


/* Sidebar */
.sideBlock {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #303030;
	line-height: 1.4em;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
}
.sideBlock h2 {
	font-size: 18px;
	color: #e41f0f;
	font-weight: regular;
	margin: 0 0 6px 0;
}
.sideBlock h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 4px 0;
	color: #003399;
}
.sideBlock h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #fff;
	padding: 0 6px 0 24px;
	line-height: 30px;
}
.sideBlock ul {
	margin: 6px 0;
	list-style:  none;
}
.sideBlock ul li {
	padding: 3px 0;
}
.sideBlock a {
	color: #182f7a;
	text-decoration: underline;
}
.sideBlock a:hover {
	color: #0f3cd0;
}
.sideBlock p {
	margin: 6px 0;
}


/* widget stlyes */
.widget {
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #303030;
	line-height: 1.4em;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 10px 0;
}
h2.widgettitle {
	font-size: 18px;
	color: #e41f0f;
	font-weight: regular;
	margin: 0 0 6px 0;
}
.widget ul {
	margin: 6px 0;
	list-style:  none;
}
.widget ul li {
	padding: 3px 0;
}
.widget a {
	color: #182f7a;
	text-decoration: underline;
}
.widget a:hover {
	color: #0f3cd0;
}
.widget p {
	margin: 6px 0;
}


/* comment stlyes */
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata /* widget stlyes */{
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



/* footer
///////////////////////////////////*/
#footerBlock {
   width: 880px;
   color: #333333;
   font-size: 11px;
   padding: 28px 0 0 20px;
   text-align: left;
   margin: 0 auto;
   background: url(images/footerBG.png) no-repeat;
   height: 143px;
   clear: both;	
}
#footerBlock a {
   color: #333333;
   text-decoration: none;
}
#footerBlock a:hover {
   text-decoration: underline;
}


/* clearing for the browsers
///////////////////////////////////*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */