/*  
Theme Name: Too Much
Theme URI: http://toomuch.org
Description:  
Version: 1.0
Author: 
Author URI: 


/* Import stylesheets and hide from IE/Mac \*/
@import "lib/compressed.css";
/* End import/hide */

/* Start stylesheet
-------------------------------------------------------------- */
body {
	/*background: #ebeff2 url(images/bg/body_main.png) repeat-y top center;*/
}
a {
	color: #3da3db;
	text-decoration: none;
}

a:hover {
  color: #fff;
  background-color:#1b4792;
}
h2, h2 a {
	font-weight: normal;
	color:#3da3db;
	line-height:1.2em;
	margin-bottom:5px;
}

.span-5 {
    width: 320px;
		margin-left:30px;
}

.span-8 {
    width: 520px;
    margin: 0 20px;
}
.span-9 {
    width: 660px;
		margin-right:30px;		
}


/* Header styles
-------------------------------------------------------------- */
#header {
	padding: 0;
	height: 165px;
	border-bottom:solid 2px #f6be18;
}
#header #logo {
	height: 160px;
}
#header #logo .title {
	padding: 0.5em 0 0 0;
	font: 700 3em arial, sans-serif;
	letter-spacing: -.050em;
	line-height: 1.2em;
	color: #000;
}
#header #logo .title .desc {
	text-align: right;
	margin: 0.4em 0 0 0;
	font: 400 0.25em arial, sans-serif;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 0.2em;
	padding: 0.6em 0 0 1.5em;
	border-top: 1px solid #ccc;
}
#header #logo .title a {
	text-decoration: none;
	color: #000;
}
#header #logo .title a:hover {
	color: #fff;
	background: #1b4792;
}
#header #logo a.sitelogo {
	display: block;
	width: 400px;
	height: 90px;
}

/* Search and navigation */
#header #search_menu {
	margin-top:25px;
	height: 130px;
}
#header #search_menu #search {
	padding: 0 0 0 5px;
}
#menu {
	width: 450px;
	float: right;
	margin: 0 0 0 2px;
	list-style: none;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 14px;
}
#menu li {
	float: left;
	padding: 0;
	margin: 2px 0 0 0;
	line-height: 1.6em;
	/*font-size: 0.9em;*/
}
#menu li a {
	padding: 2px 6px;
	text-decoration: none;
	color: #1b4792;
}
#menu li a:hover {
	background: none repeat scroll 0 0 #1b4792;
  color: #fff;
}
#menu li span {
	display: block;
	float: left;
	padding: 0 10px;
}
#menu li span.home {
	/*background: url(images/bg/home.gif) no-repeat;*/
	border-right:1px solid #3da3db;
	/*margin-left:10px;*/
}
#menu li span.about {
	/*background: url(images/bg/info.gif) no-repeat;*/
	border-right:1px solid #3da3db;
}
#menu li span.archives {
	/*background: url(images/bg/hourglass.gif) no-repeat;*/
	border-right:1px solid #3da3db;
}
#menu li span.subscribe {
	/*background: url(images/bg/favourite.gif) no-repeat;*/
	border-right:1px solid #3da3db;
}
#menu li span.contact {
	/*background: url(images/bg/mail.gif) no-repeat;*/
}

/* newsletter signup */
#header #nl-signup {
	clear:both;
	display: block;
	text-align:center;
	padding:25px 0 0 5px;
}
#header #nl-signup input.email_input {
	float:left;
	width:200px;
	height: 18px;
	border: 0;
	background: #fff url(images/bg/input.png) no-repeat;
	padding: 5px;
	color: #333;
}
#header #nl-signup input.email_submit {
	float:left;
	width:230px;
	color:#1b4792;
	height: 24px;
	padding: 0;
	margin: 0;
	font: bold 0.9em arial, sans-serif;
	border:none;
	
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f6be18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f6be18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f6be18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#f6be18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#f6be18 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#f6be18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f6be18',GradientType=0 ); /* IE6-9 */



}
#header #nl-signup input.submit-input:hover {
	/*text-decoration: none;
	background: #3da3db;*/
}



/* Home page columns
-------------------------------------------------------------- */

#home_content {
	margin: 1.5em 0;
}
#home_left {
	display:block;
	float:left;
	width:520px;
	margin-left:0;
	margin-right:20px;
}
#home_left_column1 {
	display:block;
	float:left;
	width:250px;
	margin-left:0;
	margin-right:20px;
}
#home_left_column2 {
	display:block;
	float:left;
	width:250px;
	margin-left:0;
	margin-right:0;
}
#home_right {
	display:block;
	float:left;
	width:420px;
	margin-left:0;
	margin-right:0;
}

/* rotator */
#rotator-section {
	width:528px; 
	margin-bottom:20px;
}

/* latest post */
#latest_post {
	padding: 0 0 1.5em 0;
}
#latest_post_image img {
	margin: 0 0 0.2em 0;
}
.latest_post_meta {
	font-size: 0.9em;
	line-height: 1.6em;
}
.latest_post_meta a {
	font-weight: bold;
}
.latest_post_meta a:hover {
	text-decoration: underline;
}
.latest_read_on {
	padding: 0 20px 1px 20px;
	background: url(images/bg/readon.png) no-repeat top left;
}
.latest_comments {
	padding: 0 20px 1px 20px;
	background: url(images/bg/comment.png) no-repeat top left;
}
.latest_category {
	padding: 0 20px 1px 20px;
	background: url(images/bg/category.png) no-repeat top left;
}
/* featured post */

#home_featured {
	background: #f2f2f2 url(images/bg/dot.png) repeat-x bottom left;
	margin: 0 0 1.1em 0;
	float: left;
	width: 100%;
}
.feat_content {
	float: left;
	padding: 0 0.7em 0.4em 0.7em;
}
.feat_thumb img {
	float: left;
	padding: 0;
	margin: 0.2em 1em 1em 0;
	border: 1px solid #999;
}
.feat_title {
	font: 700 12px georgia, serif;
	padding: 0 0 0.3em 0;
}
.feat_title a {
	color: #3da3db;
}
.feat_title a:hover {
	color: #1b4792;
}
/* asides */

ul.arrow, ul.cat, ul.reccom, ul.email {
	list-style: none;
	list-style-image: url(foo.gif);
	margin: 0;
}
ul.arrow li {
	padding: 0 0 0.5em 12px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #dadada;
	border-left: 5px solid #dadada;
}
ul.arrow li a, ul.reccom li a, ul.email li a {
	color: #3da3db;
}
ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover {
	color: #000;
	background: #eee;
}

/* about */
#home_about {
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	margin: 0 0 1em 0;
	background: #FEF5DD; /*#f3f9ff;*/
	padding: 1.0em 0.7em 0 0.7em;
}
#home_about p {
	font-size: 0.9em;
	font-family: tahoma;
	text-align: left;
}

/* divider */
.home_divider {
	padding: 10px 0;
	margin: 0 0 5px 0;
	background: url(images/bg/dot.png) repeat-x bottom left;
}

/* home link buttons */
.homelink {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight: bold;
	color: white !important;
	background: #1b4792;
}
.homelink:hover {
	text-decoration: none;
	background: #3da3db;
}
.homelink:active {
	position: relative;
	top: 1px;
}
.hometext {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px 5px 2px;
	outline: none;
	/*text-align: center;
	text-decoration: none;*/
	font: 13px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding: .5em 1.2em .5em;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	border: 2px solid #1b4792;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/*font-weight: bold;*/
	color: #333333 !important;
	background: #ffffff;
}
.hometext p {
	margin-bottom:8px;
}

/* recent posts */
.sidebar_recent_post {
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	background: url(images/bg/dot.png) repeat-x bottom left;
}
.home_recent_thumb {
	padding: 0 10px 0 0;
	margin: 0 0 0.25em 0;
	float: left;
}
.home_recent_thumb img {
	float: left;
	margin: 0;
}
.home_recent_thumb a img {
	background: #999;
	padding: 2px;
	margin: 0;
	border: 0;
}
.home_recent_thumb a:hover img {
	background: #333;
	padding: 2px;
	margin: 0;
	border: 0;
}
.home_recent_title a {
	font-weight: bold;
}
.home_recent_title a:hover {
	color: #fff;
	background: #1b4792;
}
.excerpt p {
margin: 5px 0;
}
.home_recent_date, .home_recent_auth {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 0.9em;
}
.home_recent_exc p {
	color: #666;
	text-align: left;
}

/* interview */
#home-interview .read_more { margin:-1em 0 .5em 0; }

/* by the numbers - single post */
.block-image { padding-right:240px; }

/* by the numbers - home page */
#home-numbers h2 { padding-bottom:.25em; }
#home-numbers .block-image { padding-right:0; }

/* category list */

#side_categories {
	margin: 0 0 1em 0;
}
#side_categories a {
	color: #3da3db;
	font-weight: bold;
}
#side_categories p {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}
ul.cat li {
	padding: 0 0 0.3em 0;
	margin: 0;
}
ul.cat li a {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #dadada;
	border-left: 3px solid #dadada;
	padding: 3px 12px 0 7px;
	margin: 0;
	background: url(images/bg/arrow.png) no-repeat 177px 3px;
	height: 19px;
}
ul.cat li a:hover {
	background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px;
	color: #3da3db;
}
ul.cat li ul {
	list-style: none;
	list-style-image: url(foo.gif);
	margin: 0;
	padding: 0.3em 0 0.2em 0.8em;
}
ul.cat li ul li {
	padding: 0;
	margin: 0;
}
ul.cat li ul li a {
	border: 0;
	margin: 0;
	padding: 0 0 0 12px;
	text-transform: none;
	font-size: 0.9em;
	height: 19px;
	background: url(images/bg/sub.png) no-repeat;
}
ul.cat li ul li a:hover {
	background: #f1f1f1 url(images/bg/sub1.png) no-repeat;
}
/* recent comments */

#side_recent_comments, #side_most_emailed, #side_tag_cloud {
	margin: 0 0 1.4em 0;
}
#side_tag_cloud a:hover {
	color: #fff;
	background: #1b4792;
}
ul.reccom li {
	padding: 0 0 0.2em 20px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #dadada;
	background: url(images/bg/bubble.png) no-repeat 0 3px;
}
/* most emailed */

ul.email li {
	padding: 0 0 0.2em 20px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #dadada;
	background: url(images/bg/doc.png) no-repeat 0 3px;
}
/* ad */

.ad_block {
	border: 1px solid #dadada;
	padding: 4px 0;
	margin: 1em 0 1.2em;
	text-align: center;
}
.ad_block .ad160 {
	margin: 0 auto;
	width: 160px;
}
.ad_block .ad180 {
	margin: 0 auto;
	width: 180px;
}
.ad_block .ad250 {
	margin: 0 auto;
	width: 250px;
}
.ad_block img, .ad_block p img {
	margin: 0;
	padding: 0;
	display: block;
}
/** widgets **/

.widget {
	margin: 0 0 1.4em 0;
}
.widget a {
	color: #3da3db;
}
.widget a:hover {
	color: #000;
}
.widget ul, .widget ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget ul li {
	padding: 0 0 0.3em 20px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #dadada;
	background: url(images/bg/postbullet.png) no-repeat 0 2px;
}
.widget ol li {
	padding: 0 0 0.3em 10px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #dadada;
}
/*recent comments*/
ul#recentcomments li.recentcomments {
	background: url(images/bg/bubble.png) no-repeat 0 3px;
}
/*wp-calendar*/
table#wp-calendar {
	margin: 0;
	width: 100%;
	border: 0;
}
table#wp-calendar caption {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 0.6em 0;
	letter-spacing: 0.1em;
	color: #125aa7; /*#42b07b*/
}
table#wp-calendar th, table#wp-calendar td {
	height: 1em;
	padding: 0.2em 0.4em;/*padding: 5px 7px;*/
	text-align: right;
	border-right: 2px solid #fff;
}
table#wp-calendar th, table#wp-calendar td#today {
	font-weight: bold;
	background: #dadada;
	color: #000;
	border-bottom: 0;
}
table#wp-calendar td#today {
	font-weight: bold;
	background: #f2f2f2;
}
table#wp-calendar td {
	border-bottom: 1px solid #efefef;
}
table#wp-calendar td a {
	font-weight: bold;
}
/*most e-mailed*/
.widget_email_most_emailed ul li {
	background: url(images/bg/doc.png) no-repeat 0 2px;
}
/* Archive styles
-------------------------------------------------------------- */

#arch_content, #post_content {
	margin: 1.5em 0;
}
.archive_meta {
	margin: 1.5em 0;
	border-top: 1px solid #dadada;
}
.archive_meta a {
	color: #666;
}
.archive_meta a:hover {
	background: none repeat scroll 0 0 #1b4792;
  color: #fff;
}
.archive_feed {
	padding: 0.5em 1.5em;
	margin: 0;
	border-bottom: 1px solid #dadada;
	background: url(images/bg/feedicon12.png) no-repeat 0 8px;
	color: #666;
}
.archive_number {
	padding: 0.5em 1.5em;
	margin: 0;
	border-bottom: 1px solid #dadada;
	color: #666;
	background: url(images/bg/info.png) no-repeat 0 8px;
}
.archive_email {
	padding: 0.5em 1.5em;
	margin: 0;
	border-bottom: 1px solid #dadada;
	color: #666;
	background: url(images/bg/email_author.png) no-repeat 0 9px;
}
.archive_post_block {
	padding: 0.1em 0 0 0;
	border-bottom: 1px solid #dadada;
	margin: 0 0 1.2em 0;
}
.archive_post_meta {
	color: #666;
	padding: 0 0 0.6em 0;
	font-size: 0.8em;
	text-transform: uppercase;
}
.archive_post_meta a, .post_meta a {
	color: #125aa7; /*#42b07b*/
}
.archive_post_meta a:hover, .post_meta a:hover {
	background: none repeat scroll 0 0 #1b4792;
  color: #fff;
}
/* Single post styles
-------------------------------------------------------------- */

.post_meta {
	color: #666;
	padding: 0.3em 0 0.4em 0;
	font-size: 0.8em;
	text-transform: uppercase;
}
.post_meta_tag {
	color: #666;
}
.post_meta p img, .post_meta a img {
	margin: 0;
	padding: 0;
	float: none;
}
img.WP-PrintIcon, img.WP-EmailIcon {
	display: none;
}
.post_meta p {
	margin: 0 0 0.4em 0;
}
.post_text {
	font-size: 14px;
	margin: 0.9em 0 0 0;
}
.post_text p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.6em;
}
.post_text a {
	border-bottom: 1px solid #eee;
}
/*
#post_content blockquote {
	float: right;
	width: 90%;
	color: #666;
	margin: 0 0 0 1.5em;
	color: #000;
	font: bold 16px georgia, serif;
	font-style: italic;
	letter-spacing: -0.048em;
} */
#post_content blockquote {
	margin: 10px 0;
	color: #555;
	font: 1.4em georgia, serif;
	font-style: italic;
	border: 1px solid #137964;
	padding: 15px 30px;
	background: url(/wp-content/themes/TooMuch-theme/tma/images/greenqt_left.png) no-repeat 10px 10px#EFE;
}
#post_content blockquote p {
	line-height: 1.5em;
	text-align: center;
}
#post_content blockquote p:last-child {
	margin: 0px
}
.simplePullQuote {
	width: 200px;
	float: right;
	margin: 5px 0 5px 30px;
	padding-left:20px;
	color:#f6be18;
	font-family: georgia, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	border-left:3px solid #f6be18;
	text-shadow: 2px 2px #ededed;
	/*width: 200px;
	float: right;
	border: 1px #868686 solid;
	text-indent: 10px;
	padding: 20px;
	margin: 10px 0 10px 10px;
	-webkit-box-shadow: 2px 2px 4px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	background: url(/wp-content/themes/TooMuch-theme/tma/images/greenqt_left.png) no-repeat 6px 6px;
	text-align: center;
	font-size: 1.1em;*/
}
.simplePullQuote p { margin-bottom:0 !important; }
#post_content p img { /*margin: 0;padding:0;*/
}
#post_content img.WP-PrintIcon, #post_content img.WP-EmailIcon, #post_content img.posttag {
	margin: 0 0.3em 0 0;
	padding: 0.1em 0 0 0;
}
#post_content p a, #arch_content p a, .post_meta a {
	color: #125aa7; /*#42b07b*/
}
#post_content p a:hover, #arch_content p a:hover {
	background: none repeat scroll 0 0 #1b4792;
  color: #fff;
}
/* Comment area styles
-------------------------------------------------------------- */

#comments {
	margin-top: 30px;
}
#commenthead {
	margin-bottom: 1em;
}
ol#commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0 0 12px 0;
}
ol#commentlist li {
	border-right: 3px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: 0 0 1.2em 0;
	padding: 0 1em 0 0;
	overflow-x: hidden;
}
ol#commentlist li.alternate {
	border-right: 3px solid #999;
	border-bottom: 1px solid #dadada;
}
ol#commentlist cite {
	font-style: normal;
	text-align: left;
	display: block;
	color: #818181;
	text-transform: uppercase;
	font-size: 0.8em;
}
ol#commentlist cite a {
	color: #3da3db;
}
ol#commentlist cite a:hover {
	color: #000;
	text-decoration: underline;
}
ol#commentlist li blockquote {
	float: none;
	width: auto;
	padding: 0 2em 0 0;
	margin: 0.5em 0;
	color: #818181;
	font: italic 1em arial, sans-serif;
	letter-spacing: 0;
	text-align: left;
}
ol#commentlist li .commentauthor {
	font-weight: bold;
	color: #333;
}
ol#commentlist li .commentauthor a, ol#commentlist li .commenttime a {
	font-weight: bold;
	color: #3da3db;
}
ol#commentlist li .commentauthor a:hover, ol#commentlist li .commenttime a:hover {
	color: #000;
	text-decoration: underline;
}
ol#commentlist li .commnumber {
	width: 30px;
	text-align: left;
	float: left;
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
}
ol#commentlist li .commentcont p {
	margin: 0 0 0.9em 0;
	padding: 0;
	line-height: 1.6em;
}
ol#commentlist li ul.children, ol#commentlist li ul.children li ul {
	list-style:none;
	margin: 0 0 0 2em;
	padding: 0;
}
ol#commentlist li ul.children li, ol#commentlist li ul.children li ul li {
	border-right: 0;
	border-bottom: 0;
	border-top:
1px dashed #bbb;
	padding: 1em 0 0 0;
	margin: 0;
}
.reply {
	margin: 0.6em 0 2em 0;
}
.reply a, a#cancel-comment-reply-link {
	line-height: 1em;
	color: #fff;
	background: #127964;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 0.2em 0.3em;
	font-weight: bold;
}
.reply a:hover, a#cancel-comment-reply-link:hover {
	color: #fff;
	background: #000;
}
.cancel-comment-reply {
	margin: 1em 0 1.6em 0;
}
/* comment form */

#comment-form form {
	margin-top: 1.5em;
}
label.com {
	float: left;
	width: 100px;
}
input.comtext, textarea.comtext {
	width: 300px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding: 2px;
}
input.comtext:focus, input.comtext:hover, textarea.comtext:focus, textarea.comtext:hover {
	background: #f7f7f7;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
input.comsubmit {
	margin-left: 100px;
}
/* archives page */

ul.archives, ul.wp-tag-cloud {
	margin: 0 0 1.5em 0;
	list-style: none;
	list-style-image: url(foo.gif);
}
ul.archives li, ul.wp-tag-cloud li {
	padding: 0 0 0.2em 20px;
	background: url(images/bg/doc.png) no-repeat 0 2px;
}
ul.archives li a, ul.wp-tag-cloud li a {
	color: #1b4792; /*#116752;*/
}
ul.archives li a:hover, ul.wp-tag-cloud li a:hover {
	color: #000;
	background: #eee;
}
/* Footer
-------------------------------------------------------------- */

#footer {
	background: url(images/bg/dot.png) repeat-x top left;
	padding: 1em 0 0 0;
	color: #666;
}
/* Form styles
-------------------------------------------------------------- */

#search-form {
	display:block;
	float:right;
	margin:3px 0 0 15px;
}
input.search_input {
	width: 230px;
	border: 0;
	background: #fff url(images/bg/input.png) no-repeat;
	padding: 5px;
	color: #333;
	font-weight: bold;
	margin: 0;
	float: left;
}
input.submit_input {
	background: /*#E0691A*/ url(images/bg/submit.png) no-repeat;
	border: 0;
	height: 24px;
	padding: 0;
	width: 65px;
	margin: 0;
	color: #FFF;
	font: bold 0.9em arial, sans-serif;
	float: left;
}


/* Miscellaneous styles
-------------------------------------------------------------- */

/*  heading styles */

h2.archive_name, h2.post_name {
	letter-spacing: -0.04em;
	font-size: 2.4em;
}
h2.post_cat {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	margin: 0 0 1em 0;
	letter-spacing: 0.1em;
	color: #999;
	border-bottom: 1px solid #dadada;
}
h2.post_comm {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0.6em 0 0.4em 0;
	margin: 0 0 0.2em 0;
	letter-spacing: 0.1em;
	color: #000;
	border-bottom: 1px solid #dadada;
	border-top: 3px solid #999;
	background: url(images/bg/stripe.png) repeat;
}
h2.post_comm2 {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0.3em 0 0.2em 0;
	margin: 0 0 0.2em 0;
	letter-spacing: 0.1em;
	color: #000;
	border-bottom: 1px solid #dadada;
}
h3.latest_post_title {
	font: bold 1.6em arial, sans-serif;
	line-height: 1.6em;
	margin: 0;
	letter-spacing: -.035em;
	padding: 0 0 0.2em 0;
}
h3.latest_post_title a:hover {
	color: #fff;
	background: #1b4792;
}
h3.home_featured {
	background: url(images/bg/dot.png) repeat-x top left;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 0.7em 0.7em 0.9em 0.7em;
	color: #1b4792; /*#078e50;*/
}
h3.mast, h3.mast a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 0 0.6em 0;
	letter-spacing: 0.1em;
	color: #1b4792; /*#078e50;*/
}
h3.mast a:hover {
	color: #fff;
	background: #1b4792;
}
h3.mast2 {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	color: #1b4792; /*#078e50;*/
}
h3.mast3 {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	letter-spacing: 0.1em;
	color: #1b4792; /*#116752;*/
}
h3.mast4 {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 0.6em 0;
	letter-spacing: 0.1em;
}
h3.mast5 {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 0.2em 0;
	letter-spacing: 0.1em;
	color: #1b4792; /*#078e50;*/
}
h3.archive_title {
	line-height: 1em;
	padding: 0 0 5px 0;
}
h3.archive_title a {
	font: bold 1.0em arial, sans-serif;
	color: #000;
	letter-spacing: -0.036em;
}
h3.archive_title a:hover {
	color: #fff;
	background: #1b4792;
}
h4.gall {
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 0.4em 0;
	color: #1b4792; /*#078e50;*/
	letter-spacing: 0.1em;
}
h4 {
	margin-bottom: 10px;
}
/* miscellaneous */

.none {
	display: none;
}
.border_left {
	padding-left: 9px;
	margin-left: 0;
	border-left: 1px solid #ddd;
}
.dot {
	font-family: "lucida sans unicode", "arial unicode ms", sans-serif;
}
.navigation {
	color: #818181;
}
input.Forms, textarea.Forms {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding: 2px;
}
input.buttonem {
	background: #dadada;
	float: left;
}
.filedunder {
	background: #111;
	color: #eee;
	padding: 0.1em 0.4em;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 1em;
}
.fright {
	float: right;
	margin: 0 0 0.3em 0.7em;
}
.fright img {
	border: 3px solid #777;
}
.stripe {
	background: url(images/bg/stripe.png) repeat top left;
}
/* legacy image caption classes */

.captionleft {
	float: left;
	margin: 0 1.5em 1em 0;
	padding: 0.5em;
	text-align: left;
}
.captionright {
	float: right;
	margin: 0 0 1em 1.5em;
	padding: 0.5em;
	text-align: left;
}
.captionfull {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
}
.captionleft img, .captionright img, .captionfull img {
	margin: 0;
	display: block;
}
.captionleft p, .captionright p, .captionfull p {
	background: #eee;
	margin: 0;
	line-height: 1.6em;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 0.9em;
	color: #555;
}
/* image styles */

.aligncenter, div.aligncenter {
	display: block;
	margin: 14px auto;
}
.alignleft {
	float: left;
	margin: 0 14px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 14px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px; /* optional rounded corners for browsers that support it */
	-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: 14px;
	padding: 5px 4px 5px 5px;
	margin: 0;
}
/*gallery thumbnails */

dt.gallery-icon {
	background:url(images/bg/stripe.png) repeat top left;
}
dt.gallery-icon a {
	border: 0;
}
dt.gallery-icon img {
	border: 5px solid #bbb;
	margin: 0;
	padding: 0;
}
.gallery img {
	border: 0;
}
.gallery {
	margin: 0 0 1em 0;
	width: 100%;
}
dl.gallery-item {
	margin: 0;
}
dd.gallery-caption {
	font-size: 0.8em;
	padding: 5px 0 3px 0;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* gallery individual images */

.bigimage {
	background: url(images/bg/stripe.png) repeat;
	text-align: center;
	padding: 18px 0 0 0;
}
.bigimage a {
	border: 0;
}
.bigimage img {
	border: 3px solid #777;
}
.bigcaption {
	margin: 10px 0 0 0;
}
.bigcaption p {
	line-height: 1.4em;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.prvimg {
	float: left;
}
.nxtimg {
	float: right;
}
.imgnav {
	margin: 2em 0;
}

/* yet another related posts plugin */
.related-posts {
	margin-top: 20px;
}

/* read this week's Too Much newsletter button 
---------------------------------------------- */
#newslink {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight: bold;
}
#newslink:hover {
	text-decoration: none;
}
#newslink:active {
	position: relative;
	top: 1px;
}
 
/* green */
#newslink {
	color: white;
	background: #1b4792;
}
#newslink:hover {
	background: #3da3db;
}
.addtoany_share_save_container {
	margin: 0 !important;
}

.addtoany_share_save_container a {
	border-bottom: inherit;
}

.entry-footer-share {
	margin: 20px 0;
}

/* Too Much newsletter article bottom promo */
.toomuch-promo {
		overflow: hidden;
		margin-bottom: 20px;
}
.toomuch-promo form {
		margin-top: 15px;
}
.toomuch-promo p {
		margin: 10px 0;
}
.toomuch-promo div {
		display: inline;
		margin-right: 15px;
}
.toomuch-promo label {
	position: absolute;
	left: -9000em;
}


#sthoverbuttons {
	display:none;
}