/*  
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 "compressed.css";
/* End import/hide */

/*                         BEGIN STYLES
-------------------------------------------------------------- */
body {
 padding:20px 0 20px 0;
 background:#344152; /*#344152 url(images/bg/body_main.png) repeat-y top center*/;
 }

/* Network */

#network {background: #EEE;}
#network .left {
	color: #333;
	padding: 6px 0;
}
#network .tabbed a {
	display: block;
	padding: 6px 10px 7px;
	text-decoration: none;
	color: #666;
}
#network li a:hover {
	background: #F6F6F6;
	color: #000;
}
#network li.current-tab a {
	background: #FFF;
	font-weight: bold;
}
#network .text-separator, #network span {color: #999;}
#network .right {text-align: right;}


 .container {
 background:#fff;
 padding-right:40px;
 padding-left:40px;
 } 

a {
 color:#344152;
 text-decoration: none;
 }

h2 { font-weight: normal;
 }

/*                        HEADER STYLES
-------------------------------------------------------------- */
#header {
 padding: 1.0em 0 0 0;  
 height: 108px;
 border-bottom: 1px solid #999;
 }

#header #logo {
 height: 90px;
 }
#header #logo .title {
 padding: 0.5em 0 0 0;
 font: 700 2.6em "Trebuchet MS", verdana, arial, sans-serif;
 letter-spacing: .0em;
 line-height: 1.2em;
 color: #344152;  /*#2F4F4F;*/
 }
#header #logo span{
 color:#900;
 font-style:italic;
 }

#header #logo .title .desc {
 margin: 0 0 0 0;
 padding: 0.4em 0 0 1.5em;
 border-top: 1px solid #bbb;
 font: 400 0.38em arial, sans-serif;
 text-align: right;
 text-transform: lowercase;
 letter-spacing: 0.1em;
 background: inherit;
 color:#344152;
 }
#header #logo .title a {
 text-decoration: none;
 color:#888;
 }
#header #logo .title a:hover {
 text-decoration: underline;
 color: #000;
 background: #f5f5f5;
 }
#header #logo a.sitelogo {
 display: block;
 width: 400px;
 height: 90px;
 background: url(images/bg/sitelogo.png) no-repeat;
 }

/*                        SEARCH AND TOP NAVIGATION MENU
-------------------------------------------------------------- */

#header #search_menu {
 height: 90px;
 }
#header #search_menu #search {
 padding: 0 0 0 5px;
 }

#menu {
 width: 415px;
 float: right;
 margin: 10px 1px 0 0px;  /*2px*/
 list-style: none;
 font-weight: bold;
 font-family: Helvetica, Arial;
 }
#menu li {
 float: left;
 padding: 2px 0 3px 1px;  /*3px*/
 margin: 1px 3px 0 0; /*12px*/
 line-height: 1.6em;
 font-size: 1em;
 }
#menu li a {
 padding: 0;
 text-decoration: none;
 color:#344152;
 }
#menu li a:hover {
 padding: 0;
 text-decoration: underline;
 color: #000;
 background: #e5e5e5;
}
#menu li a:visited {
 padding: 0;
 text-decoration: none;
 color:#344152;
 background: #fff;
 }
#menu li a:active {
 padding: 0;
 text-decoration: underline;
 color: #000;
 background: #fff;
}
#menu li span {
 display: block;
 float: left;
 padding: 0 0px 0 22px;
 }
#menu li span.home {
 margin-left:20px;
 background: url(images/bg/home.png) no-repeat;
 }
#menu li span.about {
 margin-left:5px;
 background: url(images/bg/about.png) no-repeat;
 }
#menu li span.contact {
 margin-left:5px;
 background: url(images/bg/quote.gif) no-repeat;  /*mail.gif*/
 }
#menu li span.news {
 margin-left:5px;
 background: url(images/bg/news.png) no-repeat;
 }
#menu li span.twitter {
 margin-left:5px;
 background: url(images/bg/twitter.png) no-repeat;
 }
#menu li span.subscribe {
 margin-left:5px;
 background: url(images/bg/feed.png) no-repeat;
 }

/*             TOP BANNER, ROTATING IMAGES
-------------------------------------------- */

#topbanner {
 height: 70px;
 border-bottom: 1px solid #999;
 background: url(images/bg/home_banner.png) no-repeat;
 }
#topbanner_arch {
 height: 70px;
 border-bottom: 1px solid #999;
 background: url(images/bg/archive_banner.png) no-repeat;
 }
#topbanner_single {
 height: 70px;
 border-bottom: 1px solid #999;
 background: url(images/bg/single_banner.png) no-repeat;
 }

#topbanner .pagetitle, #topbanner_arch .pagetitle, #topbanner_single .pagetitle {
 float: left;
 margin: 50px 0 0 0;
 padding: 1px 5px 1px 5px;
 font: 700 1.3em arial, sans-serif;
 text-transform: lowercase;
 letter-spacing: -0.036em;
 background: transparent;
 color: #ccc;
 }

/*              HOME PAGE SECTIONS (LATEST, FEATURED, ASIDES)
-------------------------------------------------------------- */

#home_content {
 margin: 1.5em 0;
 }

/*                                     LATEST POST 
------------------------------------------------------------*/

#latest_post {
 padding: 0 0 1.5em 0;
 }
#latest_post p {
 text-align:justify;
 }
#latest_post_image img {
 margin: 0 0 0.2em 0;
 border: 1px solid #ccc;
 }
.latest_post_meta {
 font-size: 1.0em;
 line-height: 1.6em;
 }
.latest_post_meta a {
 font-weight: bold;
 color: #224970;
 }
.latest_post_meta a:hover {
 font-weight: bold;
 text-decoration: underline;
 background: #eee;
 color: #000;
 }
.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%;
 }
#home_featured p {
 text-align:justify;
 }
.feat_content {
 float: left;
 padding: 0 0.7em 0.4em 0.7em;
 }
.feat_thumb img {
 float: left;
 padding: 0;
 margin: 0.2em 1em 0.4em 0;
 border: 1px solid #999;
 }
.feat_title {
 font: 700 14px georgia, serif;
 padding: 0 0 0.3em 0;
 }
.feat_title a {
 color: #224970;
 }
.feat_title a:hover {
 text-decoration: underline;
 background: #eee;
 color: #000;
 }

/*                ASIDES (NEWS NUGGETS) 
---------------------------------------*/

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;
 text-align:justify;
 }
ul.arrow li a, ul.reccom li a, ul.email li a {
 font-weight:bold;
 font-weight:bold;
 background: inherit;
 color: #224970;
 }
ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover {
 text-decoration: underline;
 background: #eee;
 color: #000;
 }

/*               TOP RIGHT TEXT BOX (OLD ABOUT)
----------------------------------------------*/

#home_about {
 border-bottom: 1px solid #dadada;
 border-top: 0px solid #e4e4e4;
 margin: 0 0 1em 0;
 background: #ffffe0;  /*#f3f9ff;*/
 padding: 0.0em 0.7em 0 0.7em;
 }
#home_about p {
 font-size: 0.96em;
 font-family: tahoma;
 text-align: left;
 }

#home_about a {
 font-weight: bold;
 color: #5959ab;
 }
#home_about a:hover {
 font-weight: bold;
 text-decoration: underline;
 background: #eee;
 color: #000;
 }
#home_about .vid {
 text-align: center;
 }

/*                       RECENT POSTS LIST 
-------------------------------------------*/

.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 {
 padding: 2px;
 margin: 0;
 border: 0;
 background: #333;
 }
.home_recent_title a {
 font-weight: bold;
 background: inherit;
 color: #224970;

 }
.home_recent_title a:hover {
 text-decoration: underline;
 background: #eee;
 color: #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;
 }

/*
---------------------COUNTDOWN CLOCK----*/

.countdown {
 margin: 0 40px 20px 40px;
 padding: 0 0 20px 0;
 border: 5px double #ccc;
 text-align:center;
 background: #ffffff;/*#ffffe0;*/
 }
.countdown span {
 font-size: 1.5em;
 font-weight: bold;
 background: #ffffff;/*#ffffe0;*/
 color:#990000;
 }

/*                    CATEGORY LIST 
----------------------------------------*/

#side_categories {
 margin: 0 0 1em 0;
 }

ul.cat li {
 padding: 0 0 0.1em /*0.3em*/ 0;
 margin: 0;
 }
ul.cat li a {
 display: block;
 margin: 0;
 padding: 3px 12px 0 7px;
 height: 19px;
 border-bottom: 1px solid #dadada;
 border-left: 3px solid #dadada;
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 background: url(images/bg/arrow.png) no-repeat 177px 3px;
 color: #000;
 }
ul.cat li a:hover {
 background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px;
 color: #3a6999;
 }
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 {
 text-align:center;
 }

.ad_block {
 border: none; /********************** 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;
 }

/**     SIDEBAR WIDGETS (LINKS, META, ETC)
------------------------------------------ **/

.widget {
 margin: 0 0 1.4em 0;
 }
.widget a {
 color: #344152;   /*#224970;*/
 }
.widget a:hover {
 text-decoration: underline;
 background: #ddd;
 color: #000;
 }
.widget ul, .widget ol {
 list-style: none;
 margin: 0;
 padding: 0;
 }
.widget ul li {
 margin: 0 0 0.1em /*0.5em*/ 0;
 padding: 0 0 0.2em 20px;
 border-bottom: 1px solid #dadada;
 background: &diams; /*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;
 }

.widget img {
 text-align: center;
 }

/*                    WIDGET RECENT COMMENTS 
---------------------------------------------*/

ul#recentcomments li.recentcomments {
 background: url(images/bg/bubble.png) no-repeat 0 3px;
 }

/*                           WIDGET CALENDAR 
---------------------------------------------*/

/*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; }

/*                                POST ARCHIVES
----------------------------------------------------- */

#arch_content, #post_content {
 margin: 1.5em 0;
 }
#arch_content p {
font-size: 1.2em;
 }
.archive_meta {
 margin: 1.5em 0;
 border-top: 1px solid #dadada;
 }
.archive_meta a {
 color: #666;
 }
.archive_meta a:hover {
 color: #3a6999;
 }
.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: #3a6999;
 }
.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.9em;  /*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_vid {
 text-align: center;
 margin-bottom:15px;
 }
.post_text {
 margin: 0.9em 0 0 0;
 }
.post_text p {
 margin: 0 0 1em 0;
 padding: 0;
 font-size: 1.35em;
 line-height: 1.5em;
 }
.post_text a {
 border-bottom: 1px solid #eee;
 }

/*---------------------------------------LISTS--*/

.post_text ul, .entry-content ol {
 margin:0 0 1.5em 6.5em;
 }
.post_text li {
 margin-bottom:0.5em; 
 font-size: 1.2em;
 line-height:1.5em;
 }
.post_text li ul, .entry-content li ol {
 margin:0.46em 0 1.1em 30px;
 }
.post_text ul {
 list-style-type:square;
 }
.post_text li ul {
 list-style-type:circle;
 }
.postvid {
 text-align: center;
 }

.post_text ol {
 list-style-type:decimal;
 }
.post_text ol ol {
 list-style-type:upper-alpha;
 }

.post_text dl {
 margin:0 0 1.5385em;
 }
.post_text dl dt {
 font-weight:bold;
 }
.post_text dd {
 margin:0 0 1.5385em;
 }

/*---------------------------BLOCKQUOTE, NORMQUOTE, IMPACT--*/

#post_content blockquote {
 margin:0 20px 10px 20px;
 padding:10px 20px 0px 20px; 
 color:#333; 
 background:#fbfaf4;  /*#f5f5f5;*/
 border-left:7px solid #eee8d8;
 }

.normquote {
 margin:0 20px 10px 20px;
 padding:10px 20px 0px 20px; 
 color:#333; 
 background:#fbfaf4;  /*#f5f5f5;*/
 border-left:7px solid #eee8d8;
 }

#post_content a {
 font-weight: bold;
 background: inherit;
 color: #5959ab;
 }
#post_content a:hover {
 font-weight: bold;
 text-decoration: underline;
 background: #eee;
 color: #000;
 }

#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 {
 font-weight: bold;
 background:inherit;
 color: #5959ab;
 }
#post_content p a:hover, #arch_content p a:hover, .post_meta a:hover {
 text-decoration: underline;
 background:#eee;
 color: #000; 
 }

/*        BLOCKQUOTE - GRAY BG, AND BORDER
----------------------------------------------------------------- */
#post_content .pull {
    margin:0 2em 1em 2em;
    border-left:3px solid #ccc;
    padding:3px 2px 1px 8px;
    font-weight:normal;
    font-style:none;
    line-height:1.3em;
    background:#f5f5f5;
    color:#000;
    }

#post_content .impact {
 margin:0 2.5em 1em 2em;
 padding:7px 5px 0px 10px;
 border:1px solid #333333;
 font-size:105%; 
 background:#f6f6f6;
 color:#000000;
 }

/*        PULLQUOTE LEFT AND RIGHT - BEIGE BG, BURNT SIDE BORDER
----------------------------------------------------------------- */
#post_content .fly-l {
    float:left;    
    width:30%;
    margin:15px 30px 10px 20px;
    padding:8px;
    border-left:5px solid #ccc;
    font-size:1.3em;
    font-weight:bold;
    line-height:1.4em;
    background:#f5f5f5;
    color:#666;
    }    
    
#post_content .fly-r {
    float:right;    
    text-align:right;
    width:30%;
    margin:15px 20px 10px 20px;
    padding:8px;
    border-right:5px solid #ccc;
    font-size:1.3em;
    font-weight:bold;
    line-height:1.4em;
    background:#f5f5f5;
    color:#666;
    }    
    
/*                     TEXT DECORATION CLASSES
---------------------------------------------- */

#post_content .b {
 text-decoration: bold;
 }
#post_content .i {
 text-decoration: italic;
 }
#post_content .u {
 text-decoration: underline;
 }
#post_content .c {
 text-align: center;
 }

/*                     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:#3a6999;
 }
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:#3a6999;
 }
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:#3a6999;
 background:#fff;
 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:#000;
 background:#f6f6f6;
 }
.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: #224970; }
ul.archives li a:hover, ul.wp-tag-cloud li a:hover { color: #000; background: #eee; }

/*                                 FOOTER
-------------------------------------------------- */

#footer {
 clear:both;
 padding:0 20px 0px 0;
 border-top:1px solid #ccc;
 text-align:center;
 }

#footer ul {
 padding-top:0 20px 0px 0;
 } 
#footer li {
 display:inline;
 padding-right:10px;
 margin-right:10px;
 border-right:1px solid #ccc;
 vertical-align:middle !important;
 background:inherit;
 color:#666;
 }
#footer li.last {
 border:none;
 }

/*                                  SEARCH FORM 
------------------------------------------------------- */

input.search_input {
 float: left;
 margin: 0;
 padding: 5px;
 width: 292px;
 border: 1 px solid #ccc;
 font-weight: bold;
 background: #dedede; url /*(images/bg/input.png) no-repeat;*/
 color: #333;  /* to hide text at top of search box #333;*/
 }
input.submit_input {
 background: transparent url(images/bg/searchglass.png) no-repeat;
 border: 0;
 height: 24px;
 padding: 0;
 width: 65px;
 margin: 0 0 0 5px;
 color: #c0d9d9;
 font: bold 0.9em arial, sans-serif; float: left;
 }

/*                                  HEADING STYLES
------------------------------------------------------- */

h2.archive_name, h2.post_name {
 letter-spacing: -0.04em;
 background: inherit;
 color: #111;
 }
h2.post_cat {
 margin: 0 0 1em 0;
 padding: 0 0 0.2em 0;
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.8em;
 letter-spacing: 0.1em;
 border-bottom: 1px solid #dadada;
 color: #999;
 }
h2.post_comm {
 margin: 0 0 0.2em 0;
 padding: 0.6em 0 0.4em 0;
 border-bottom: 1px solid #dadada;
 border-top: 3px solid #999;
 text-transform: uppercase;
 font-size: 0.9em;
 font-weight: bold;
 line-height: 1.8em;
 letter-spacing: 0.1em;
 background: url(images/bg/stripe.png) repeat;
 color: #000;
 }
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 {
 margin: 0;
 padding: 0 0.2em 0.2em 0.2em;
 font: bold 1.6em arial, sans-serif;
 line-height: 1.6em;
 letter-spacing: -.035em;
 }
h3.latest_post_title a:hover {
 background: #344152;  /*#000;*/
 color: #fff;
 }
h3.home_featured {
 margin-bottom:1.0em;
 padding: 0.3em 0.3em 0.3em 0.3em; /*was 0.7*/
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.8em; /*1.8em*/
 letter-spacing: 0.1em;
 background: #dedede; /*url(images/bg/dot.png) repeat-x top left;*/
 color: #222; /*#5f9410;*/
 }
h3.mast {
 margin-bottom:1.0em;
 padding: 0.3em 0.3em 0.3em 0.7em; /*was 0.7*/
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.4em; /*1.8em*/
 letter-spacing: 0.1em;
 background: #dedede; /*url(images/bg/dot.png) repeat-x top left;*/
 color: #333; /*#5f9410;*/
 }

h3.mast2 {
 padding: 0 0 0.2em 0;
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.8em;
 background: inherit;
 color: #5f9410;
 }
h3.mast3 {
 padding: 0 0 0.2em 0;
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.8em;
 letter-spacing: 0.1em;
 background: inherit;
 color: #224970;
 }
h3.mast4 {
 padding: 0 0 0.6em 0;
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.8em;
 letter-spacing: 0.1em;
 }
h3.mast5 {
 padding: 0 0 0.2em 0;
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.8em;
 letter-spacing: 0.1em;
 background: inherit;
 color: #5f9410;
 }

h3.mast6 {
 width:100%;
 margin:0 0 1.0em 0;
 padding: 0.3em 0.0em 0.4em 0.7em;
 text-transform: uppercase;
 font-size: 0.8em;
 font-weight: bold;
 line-height: 1.4em; /*1.8em*/
 letter-spacing: 0.1em;
 background: #dedede;
 color: #333; /*#5f9410;*/
 }


h3.archive_title {
 padding: 0 0 5px 0;
 line-height: 1em;
 }
h3.archive_title a {
 font: bold 1.0em arial, sans-serif;
 letter-spacing: -0.036em;
 background: inherit;
 color: #344152;  /*#000;*/
 }
h3.archive_title a:hover {
 background: #344152;
 color: #fff;
 }
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: #344152;  /*#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;
 padding:3px;
 border:1px solid #e5e5e5;
 }
.alignleft {
 float: left;
 margin: 4px 14px 5px 0;
 padding:3px;
 border:1px solid #e5e5e5;
 }
.alignright {
 float: right;
 margin: 4px 0 5px 14px;
 padding:3px;
 border:1px solid #e5e5e5;
 }
.alignright h3 {
 clear: both;
 }
.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; }
