/*  
Theme Name: The Morning After
Theme URI: http://themasterplan.in/tma/
Description: A magazine-style theme for WordPress, available at <a href="http://themasterplan.in/tma/">The Masterplan</a>.
Version: 1.4
Author: Arun Kale
Author URI: http://themasterplan.in/
 
Please read the license in the README.txt included with the theme.
*/
 
/* --------------------------------------------------------------   
   This theme makes use of the Blueprint CSS Framework [bjorkoy.com/blueprint]    
-------------------------------------------------------------- */
 
/* Import stylesheets and hide from IE/Mac \*/
@import "lib/compressed.css";
/* End import/hide */
 
/* Start The Morning After stylesheet
-------------------------------------------------------------- */
body { background-color: #e8e4e1; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { font-weight: normal; }
p {font-family: "calluna-1","calluna-2", "Times New Roman", Times, serif; font-weight: 300; font-size: 1.0em; line-height: 1.55em;}

/* Wrapper 
-------------------------------------------------------------- */

.container {
	width: 960px;
	background-color: #ffffff;
	padding: 0 20px 0 20px;
}


 
/* Header styles
-------------------------------------------------------------- */
#header { padding: 10px 0 0 0; height: 163px; }
/*#header #logo { height: 150px; } */
#header #logo .title { padding: 0 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: 0px 0 0 0; font: 400 0.8em "alber-new-1","alber-new-2", arial, sans-serif; text-transform: uppercase; color: #000000; letter-spacing: 0.1em; padding: 0 0 0.2em 1.5em;/* border-bottom: 1px solid #999;*/ }
#header #logo .title a { text-decoration: none; color: #000; }
#header #logo .title a:hover { color: #fff; background: #fff; }
#header #logo a.sitelogo { display: block; width: 400px; height: 90px; background: url(images/bg/sitelogo.png) no-repeat; }

 
/* Search and navigation
-------------------------------------------------------------- */
 
#header #search_menu { height: 90px; margin-top: 0px; vertical-align:top;}
#header #search_menu #search { padding: 0 0 0 5px; clear:both;}

#main-nav {
	margin: 12px 0 0 0;
	background-color: #a11b1b; 
	width: 100%; 
	height: 28px; 
	background-image: url(images/custom/menu-bkgnd.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0% 30%, 0% 100%, from(#a11b1b), to(#891517)); /* (linear, 0% 0%, 0% 100%, from(#8b6f57), to(#7a624c)) */
	background-image: -webkit-linear-gradient(top, #a11b1b 30%,#891517 100%); /* (top, #8b6f57 30%,#6c5643 100%) */ 
	background-image: -moz-linear-gradient(top, #a11b1b 30%, #891517 100%); /* (top, #a11b1b 30%, #891517 100%) */
	background-image: -ms-linear-gradient(top, #a11b1b 30%, #891517 100%); 
	background-image: -o-linear-gradient(top, #a11b1b 30%, #891517 100%);
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	border-color: #a11b1b;
	behavior:url(/wp-content/themes/border-radius.htc);
	text-align: left;
}
#menu { margin: 0px; padding: 0px 0 0 0; list-style: none; font-weight: 600; font-family: Helvetica, Arial; }
#menu li { float: left; margin: 0px 0 0 0; padding: 6px 0; line-height: 1.6em; font-size: 0.85em; border-right: 1px solid #CCCCCC; font-family: "facitweb-1","facitweb-2",Helvetica,Arial,sans-serif; overflow: visible; cursor: pointer; }
#menu li.last { border: none; }
#menu li span { display: block; float: left; padding: 0px 31px 0px 31px; }
#menu li:hover, #menu li.selected {
	background-image: -webkit-gradient(linear, 0% 40%, 0% 100%, from(#891517), to(#71090a));
	background-image: -webkit-linear-gradient(top, #891517 40%,#71090a 100%); 
	background-image: -moz-linear-gradient(top, #891517 40%, #71090a 100%); 
	background-image: -ms-linear-gradient(top, #891517 40%, #71090a 100%); 
	background-image: -o-linear-gradient(top, #891517 40%, #71090a 100%);
	
}
#menu li.first:hover, #menu li.first.selected {
	-moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -khtml-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
	behavior:url(/wp-content/themes/border-radius.htc);
}
#menu li.last:hover, #menu li.last.selected {
	-moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -khtml-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
	behavior:url(/wp-content/themes/border-radius.htc);
}
#menu li a { padding: 0; text-decoration: none; color: #fff; text-transform: uppercase; }
#menu li a:hover { padding: 0; text-decoration: underline; }
/*#menu li span.home { background: url(images/bg/home.gif) no-repeat; }
#menu li span.about { background: url(images/bg/info.gif) no-repeat; }
#menu li span.archives { background: url(images/bg/hourglass.gif) no-repeat; }
#menu li span.subscribe { background: url(images/bg/favourite.gif) no-repeat; }
#menu li span.contact { background: url(images/bg/mail.gif) no-repeat; } */
#social_menu {float: right;margin-bottom: 9px; width: 300px;}
#social_menu ul {list-style-type: none; }
#social_menu li {float: right; margin-left: 8px; height:28px;}
 
/* Top banner with rotating images
-------------------------------------------------------------- */
 
#topbanner { height: 5px; /*border-bottom: 1px solid #999; background: url(images/bg/home_banner.png) no-repeat;*/ }
#topbanner_arch { height: 5px; /*border-bottom: 1px solid #999; background: url(images/bg/archive_banner.png) no-repeat;*/ }
#topbanner_single { height: 5px; /*border-bottom: 1px solid #999; background: url(images/bg/single_banner.png) no-repeat;*/ }
#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle { float: left; background: #fff; color: #000; font: 300 2em "calluna-1","calluna-2","Times New Roman", Georgia, serif; /*text-transform: lowercase;*/ letter-spacing: -0.01em; padding: 1px 5px 1px 0; margin: 20px 0 0 0; }
 
/* Home page columns
-------------------------------------------------------------- */
 
#home_content { margin: 1.5em 0; }
 
/* 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;*/ 
	background-color: #f9f9f9; 
	margin: 0 0 0 0; 
	width: 100%; 
	overflow: hidden; 
	-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
	border-color: #f2f2f2;
	behavior:url(/wp-content/themes/border-radius.htc);
	border-bottom: solid 1px #000;
}
.feat_content {  background: url(images/bg/dot.png) repeat-x top left; float: left; padding: 0 0.7em 0.4em 0.7em; width: 455px; }
.feat_content_middle { /*background: url(images/bg/dot.png) repeat-x top left;*/ float: left; padding: 0 0.7em 0.4em 0.7em; width: 244px; }
.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; margin-top:10px; }
.feat_title a { color: #000; text-decoration: underline; }
.feat_title a:hover { color: #000; }
 
/* 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: #A11B1B; }
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: #f3f9ff; padding: 1.0em 0.7em 0 0.7em; }
#home_about p { font-size: 0.9em; font-family: tahoma; text-align: left; }
 
/* recent posts */
 
.home_recent_post { padding: 0.1em 0 1.2em 0; margin: 0 0 0.8em 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: #000; }
.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; }
 
/* category list */
 
#side_categories { margin: 0 0 1em 0; }
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: #A11B1B; }
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: #000; }
 
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 0.5em 0; }
.widget { 
	background-color: #eee;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	border-color: #ddd;
	behavior:url(/wp-content/themes/border-radius.htc);
	padding: 6px;
	color: #000;
	font-family: "calluna-1","calluna-2","Times New Roman", Georgia, serif;
}
.widget p { font-family: "facitweb-1","facitweb-2", Helvetica, Arial, sans-serif; font-size: 11px; line-height: 16px; }
.widget a { color: #333; }
.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; font-family: "facitweb-1","facitweb-2", Helvetica, Arial, sans-serif; font-size: 11px; line-height: 14px; /*font-family: "facitweb-1","facitweb-2", Helvetica, Arial, sans-serif; */ }
.widget ol li { padding: 0 0 0.3em 10px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada;  }

.widget_twitterer {
	/*float: left;*/
}
.textwidget h2 {
	font-family:"calluna-1","calluna-2","Times New Roman",serif;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 5px;
}
.span-3 {
	/*background-color: #ddd;*/
}
.span-4 {
	/*margin: 0px;
	padding-left: 9px;
	border-left: 1px solid #aaa;
	*/
}

#home_left {

}
 
/*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: #175595; }
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 { color: #A11B1B; }
.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: #A11B1B; }
.archive_post_meta a:hover, .post_meta a:hover { color: #000; text-decoration: underline; }
 
/* 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 { 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: 260px; color: #666; margin: 0 0 0 1.5em; color: #000; font: bold 1.3em georgia, serif; font-style: italic; letter-spacing: -0.048em; }
#post_content blockquote p { text-align: right; line-height: 1.5em; }
#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: /*#224970;*/#A11B1B; }
#post_content p a:hover, #arch_content p a:hover { color: #000; text-decoration: underline; }
 
/* Comment area styles
-------------------------------------------------------------- */
 
#comments { margin-top: 3em; }
#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: #A11B1B; }
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: #A11B1B; }
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: #A11B1B; 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: #000; }
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
-------------------------------------------------------------- */
 
input.search_input { width: 292px; 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: 12px 5px 0 0; color: #FFF; font: bold 0.9em arial, sans-serif; float: right; }
 
/* Miscellaneous styles
-------------------------------------------------------------- */
 
/*  heading styles */
 
h2.archive_name { letter-spacing: -0.04em;font-family:"calluna-1","calluna-2","Times New Roman",serif; }
h2.post_name { letter-spacing: -0.04em;font-family:"calluna-1","calluna-2","Times New Roman",serif;font-size:27px; }
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.snippets_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.2em; 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; font-family: Helvetica,Arial,"Lucida Grande",Verdana,sans-serif; }
h3.latest_post_title { font: 500 2.1em "calluna-1","calluna-2","Times New Roman",serif; line-height: 1.2em; margin: 0; letter-spacing: -.035em; padding: 0 0 0.2em 0; }
#home_left h3.latest_post_title a:hover { text-decoration: underline; }
h3.home_featured2 {text-transform: uppercase; font-size: 1.1em; line-height: 1.8em; font-weight: bold; padding: 0.7em 0.7em 0.9em 0em; color: #5f9410; letter-spacing: 0.1em; margin-top: 5px; }
h3.home_featured3 {text-transform: uppercase; font-size: 1.2em; line-height: 1.8em; font-weight: bold; padding: 0.7em 0em 0.3em 0em; color: #5f9410; letter-spacing: 0.1em; margin-top: 5px; text-align: center; }
h3.mast { font-family: "facitweb-1","facitweb-2", Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: 600; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #a11b1b; }
h3.mast a, h3.mast a:hover {color: #a11b1b;} /* paulm */
h3.mast2 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.2em 0; color: #5f9410; }
h3.mast3 { 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: #000; }
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: #5f9410; }
h3.archive_title { line-height: 1em; padding: 0 0 5px 0; }
h3.archive_title a { font-size: 1.0em; color: #000; letter-spacing: -0.036em; }
h3.archive_title a:hover { color: #fff; background: #000; }
h4.gall { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.4em 0; color: #5f9410; letter-spacing: 0.1em; }
 
 
/* 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; }
#home_left a { color:#A11B1B; text-decoration: none; }
#home_left a:hover { text-decoration: underline; }
#home_left h3 a { color:#000000; text-decoration: none; font-size: 32px; line-height: 35px; }
#home_left a.more-link {text-decoration: underline;}
 
/* 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; }

/* Home Page Free Wrappers */

.freeWrapper {
	width: 260px;
	display: block;
	margin-bottom: 10px;
	text-align: left;
	border: solid #DADADA 1px;
	font-family: "facitweb-1","facitweb-2", Helvetica, Arial, sans-serif;
}
.freeWrapper h2 {
	font-family: "calluna-1","calluna-2","Times New Roman", Georgia, serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #000000;
	padding: 1px 5px 1px 4px;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
.freeWrapper h3 {
	text-align: center;
	padding-top: 2px;
}
.freeWrapper img {
	width: 244px;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 8px;
}

.freeWrapper a p {
	font-size: 12px;
	color: #A11B1B;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 9px;	
	text-align: center;
}

/* EXTRAS */

.feat_exc p {
	width: 455px;
}
.feat_exc_middle p {
	width: 244px;
	font-family: "facitweb-1","facitweb-2", Helvetica, Arial, sans-serif;
}
.feat_exc_middle a {
	text-decoration: underline;
}

/* Sidebar Login Extras */
.avatar_container {
	display: none;
}
.widget_wp_sidebarlogin ul li {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
.widget_wp_sidebarlogin form label {
	float: left;
	overflow: hidden;
	display: block;
	font-weight: normal;
	line-height: 25px;
	width: 59px;
}
.widget_wp_sidebarlogin form input {
	float: none;
	width: 115px;
	margin-left: 10px;
}
.rememberme {
	display: none;
}
.widget_wp_sidebarlogin form input#wp-submit {
	float: right;
	clear: both;
}
.widget_wp_sidebarlogin .sidebarlogin_otherlinks {
	float: none;
	clear: both;
	padding-top: 15px;
}

/* Members home page specific css */
/mh-postBox {
	display:block;
	float: none;
	clear: both;
}
.mh-postTitle {
	font-size: 15px;
	line-height: 17px;
	color: #000000;
}
.mh-postTitle a {
	color: #000000;
}
.mh-postImage {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.mh-postBox .mh-postTitle {
	margin-bottom: 10px;
	margin-top: 10px;
}
.mh-postDivider {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #DADADA;
}

.mh-postBox .mh-postTitle a:hover {
	text-decoration: underline;
}
.mh-heading {
	border-bottom: 2px solid #A11B1B;
}
#subFormOnPage br {
    display: none;
}


.wpfblike {
	clear: both;
}
.rowcolour {
	background-color: #f3f0ee;
}

.buttonleft {
	background-image: url(images/shop/button_bkgnd_left.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 3px 12px 4px 0px;
}
.buttonright {
	background-image: url(images/shop/button_bkgnd_right.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 3px 12px 4px 12px;
}
#post_content li {
	font-weight: 300;
}
#post_content li a {
	color:#A11B1B;
	text-decoration: underline;
}
#post_content h3 {
	line-height: 31px;
}
#post_content h3.mast {
	line-height: 18px;
}
#post_content h4 {
	line-height: 28px;
}
h4 {
	font-weight: normal;
}
h3 a, h4 a {
	color: #A11B1B;
}


/* Snippets */

.snippet img {
	margin: 0px 6px 3px 0px !important;
}
.snippetMore {
	text-align: left;
	float:left;
	width: 100%;
	margin: -5px 0px 10px 0px;
	padding-left: 0.7em;
}
.snippetMore h3 a {
	font-size: 12px;
	color: #000;
	font-family: "facitweb-1","facitweb-2", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	font-weight: 100;
}
.snippet_post_block {
	border-bottom: 2px solid #DADADA;
	float: left;
}
.snippet_cat {
	font-size: 21px !important;
	line-height: 28px !important;
	text-transform: none !important;
	font-weight: normal !important;
	letter-spacing: 0px !important;
}
.snippet_title {
	font-size: 26px !important;
}
.quick-snippets p {
	text-align: left;
	margin-right: 10px;
}

.homeCPimg {
	margin-top: 10px;
}

/* Category Listings */

.categImage {
	display: block;
	float: right;
	margin: 0px 0px 5px 15px;
}
.categImageElixir {
	display: block;
	float: left;
	margin: 0px 25px 15px 0px;
}
.categExcerpt {
	overflow: none;
	display: block;
}
.categExcerptElixir {
	display: block;
	float: left;
	width: 573px;
}

.flLft {
	float: left;
	overflow: hidden;
}
.archive_post_block h3 {
	clear: none;
}

/* Shadow Box Element */
.featured_top {
	background-image:url(images/custom/shadowBox-top.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 260px;
}
.featured_bottom {
	background-image:url(images/custom/shadowBox-bottom.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 260px;
	margin-bottom: 0.5em;
}

/* shopping cart widget */
.visitshop {
	color:#A11B1B;
	text-decoration:underline;
}

.wpsc_make_purchase img {
	margin: 0px 0px 0px -37px;
}
