/*  
Theme Name: Life o Mike
Description: A magazine-style theme for WordPress based on Arun Kale's the MasterPlan.
Author: Janet Danforth
Author URI: http://danforthdesign.net

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: #25325E url(images/bg/mainflannel.gif) repeat; margin:0 auto; padding:0; }
a { color: #25325E; text-decoration: none; font-weight:bold;}
h2 { font-weight: normal; }

/* Header styles
-------------------------------------------------------------- */
#header { padding: 0; width:990px;
background:#004c32;
margin:0;}


#header #logo a { height: 160px; 
width:265px;
background: url(images/bg/images/logo.jpg) no-repeat;
margin:0;
padding:0;
overflow: visible;
float: left;
display:block;
}

#header #logo a span {display:none;}


#header #logo .title { 
display: none;
}

#header .desc {background:url(images/bg/images/description.jpg) no-repeat;
height:160px;
width:725px;
margin:0;
padding:0;
overflow: visible;
float: left;
display:block;
}

#header .desc span {display:none;}




/* Search and navigation
-------------------------------------------------------------- */

#header #search_menu { padding:0; display:inline; float:right; margin:0;}
#header #search_menu #search { padding: 0 0 0 5px; }
#menu { width: 990px; background: #25325E url(images/bg/mainflannel.gif) repeat; float: left; margin: 0; padding: 0; font-weight: bold; font-family: Helvetica, Arial; font-size:14px;

}

#menu #nav {list-style: none; }
.current_page_item a {

color:#fff;

}

.page-item-264 {
display: none;
}


#menu a img {
display: inline;
float: left;
margin:0;
}






#menu ul { 


padding:1px;

margin:1px;

z-index:1; } /* Safari hack - otherwise menus are not fully accessable */ 



#menu a {

	display: block;

margin:0 2px;

padding:5px 10px;


	color: #fff;

font-weight:bold;

	font-size: 0.9em;
	


}



#menu li {

	float: left;

}



#menu li a:hover {

background-color:#25325E;

}



#menu li:hover, #menu li.sfhover { /* ie7 hack - otherwise menus stay forever */

  position: static;

}



#menu li ul {
background-color:#004c32;

  margin: 0;

  padding: 0;

	position: absolute;

	left: -999em;



}



#menu li ul a {

	white-space: nowrap;

	color: #fff;

margin:0;

padding:5px;
border-bottom: 1px solid #25325E;
border-top: 1px solid #25325E;
border-right: none;
border-left: none;
}

#menu li ul a:hover {
color:#fff;
background: #25325e;
}



#menu li ul li {

  display: inline; /* IE5.5 hack - otherwise subemenus are not accessable */

  float: none; 

}



#menu li li ul {

background: #25325E url(images/bg/mainflannel.gif) repeat;
	margin: -20% 0 0 99%;

	position: absolute;

	left: -999em;

}







#menu li li li ul {

	background: #fff;

	position: absolute;

	left: -999em;

}



#menu li:hover ul ul, #menu li:hover ul ul ul,

#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {

	left: -999em;

}



#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul,

#menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {

	left: auto;

}



/* Home page columns
-------------------------------------------------------------- */

#sidestep span {display:block; float:right; text-align:right; width:100%; margin: 0 auto 5px auto; line-height:.5em; padding-top:0;}
#sidestep span.previouslink {float:left; text-align:left; border-bottom: 1px solid #fff; padding-top:15px;}

#home_content { margin:0; border-top:10px solid #ebffea; }

.imgtfe {
float: left;
padding:0;
margin: 0 5px 5px 0;
}

#ribbon {margin: 0 auto; text-align:center; font-size:2em; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}

/* latest post */

#latest_post { padding: 0 0 1.5em 0; }
#latest_post_image img { margin: 0 5px 5px 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_about { background: #25325e; margin: 0; float: left; width: 100%; color:#f6ffef; border: 1px solid #004c32}
#home_about p  { float: left; margin:.4em .7em; font-size:1.2em; line-height:1.2em;}
#home_about img { float: left; padding: 0; margin: 0 10px 10px 0; }
.feat_title { color:#fff; padding: 0 0 0.3em 0; }
#home_about a { float: right; color: #fff; font-weight: bold; border: none; display: inline; font-size:1.1em; margin:0 5px 5px 5px; text-align:center;}
#home_about a:hover { color: #fff; }


#home_left {margin:0; padding:0;}
#home_left .column.span-3 {width:330px; margin-left:0; padding-left:0;}
/* 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: #25325E; }
ul.arrow li a:hover, ul.reccom li a:hover, ul.email li a:hover { color: #000; background: #eee; }



/* recent posts */

.home_recent_post { padding: 0; margin: 0; border-top: none; border-bottom: 3px solid #fff; border-right: none; border-left: none; display: block;}
.home_recent_thumb { padding: 0; margin: 0; float: left; }
.home_recent_thumb img { float: left; margin: 0; }
.home_recent_thumb a img { background: #25325E; padding: 2px; margin: 0 5px 5px 0; border: 0; }
.home_recent_thumb a:hover img { background: #25325E; padding: 2px; border: 0; }
.home_recent_post h3 a, a feat_title { font-weight: bold; color: #004c32; margin:5px 0 0 0; padding:0;}
.home_recent_post h3 a:hover { color: #25325E; }
.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;
background: #25325E url(images/bg/mainflannel.gif) repeat;
}
ul.cat li { padding: 0; margin: 0; }
ul.cat li a { display: block; font-size: 1em; font-weight: bold; color: #000; 
 padding: 5px 1px; margin: 0; height: 19px; }
ul.cat li a:hover { color: #25325E; }
ul.cat li ul { list-style: none; 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;  }


/* recent comments */

#side_recent_comments, #side_most_emailed, #side_tag_cloud { margin: 0 0 1.4em 0; }

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: #25325E; }
.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; }
.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: #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; }

.aboutus {
width:30%;
margin:0 5px;
padding:0 5px;
float: left;
}

#faq h3 {
border:none;}


/* Archive styles
-------------------------------------------------------------- */

#arch_content, #post_content { margin: 0; padding: 0; }
.archive_meta { margin: 1.5em 0; border-top: 1px solid #25325E; }
.archive_meta a { color: #25325E; }
.archive_meta a:hover { color: #004c32; }
.archive_feed { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #25325E; background: url(images/bg/feedicon12.png) no-repeat 0 8px; color: #25325E; }
.archive_number { padding: 0.5em 1.5em; margin: 0; color: #000; }
.archive_number span.results { color: #25325E; font-weight:bold;}
.archive_email { padding: 0.5em 1.5em; margin: 0; border-bottom: 1px solid #25325E; color: #25325E; background: url(images/bg/email_author.png) no-repeat 0 9px;  }
.archive_post_block { padding: 0.1em 0 0 0; margin: 10px; }
.archive_post_meta { color: #818181; padding: 0 0 0.6em 0; }
.archive_post_meta a, .post_meta a { color: #25325E; }
.archive_post_meta a:hover, .post_meta a:hover { color: #004c32; text-decoration: underline; }

/* Single post styles
-------------------------------------------------------------- */

.post_meta { color: #000; padding: 0; margin: 10px;}
.post_meta_tag { color: #000; }
.post_meta p img { margin: 0; padding: 0; float: none; }
.post_meta p { margin: 0 0 0.4em 0; }
#post_content blockquote { float: right; width: 260px; border: 1px solid #25325E; margin:10px;}
#post_content blockquote p { text-align: left; line-height: 1.5em; float: right; margin: 10px; color:#004C32;}
#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 { color: #004C32; }
#post_content p a:hover, #arch_content p a:hover { color: #000; text-decoration: underline; }
.span-10 h3 {
margin:10px;}
.span-10 h4 {
margin:10px;
}

.span-10 h3 a, .span-10 h4 a, .span-10 a {
color: #25325E;
}

.span-10 h3 a:hover, .span-10 h4 a:hover {
color: #004C32;
}

/* 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: 1px solid #dadada; border-bottom: 1px solid #dadada; margin: 0 0 1em 0; padding: 1em; overflow-x: hidden; background-color:#fff;}
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; }
ol#commentlist cite a { color: #224970; }
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: #224970; }
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.5em 0; padding: 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 { border-top:1px solid #25325E; padding: 0; color: #666; font-size: 0.95em; text-align:center; margin: auto; background:#004c32; color:#fff;}
#footer p {
float:left;
display:inline;
}

#footer a {
color:#fff;}

#bottommenu ul { 
float:left;
display:inline;
list-style-type: none;
text-align:center;

padding:1px;

margin:1px;

z-index:1; } /* Safari hack - otherwise menus are not fully accessable */ 



#bottommenu a {

	display: block;

margin:0;

padding:0 5px;

	color: #fff;


	font-size: 0.95em;


}



#bottommenu li {

	float: left;
list-style-type: none;
border-left: 1px solid #25325E;
}



#bottommenu li a:hover {

color:#fff;

}



#bottommenu li:hover, #bottommenu li.sfhover { /* ie7 hack - otherwise menus stay forever */

  position: static;

}



#bottommenu li ul {
display: none;
}



/* Form styles
-------------------------------------------------------------- */

input.search_input { width: 200px; border: 0; background: #fff; height: 15px; padding: 5px; color: #25325E; margin: 0; float: right; }
input.submit_input { background: #25325E; border: 0; height: 20px; padding: 5px; width: 60px; margin: 0 0 0 5px; color: #FFF; font: bold 0.9em Georgia, "Times New Roman", Times, serif; float: right; }

/* Miscellaneous styles
-------------------------------------------------------------- */




/*  heading styles */

h2.archive_name, h2.post_name { background: #25325E url(images/bg/mainflannel.gif) repeat;  font-size: 1.2em; line-height: 1.8em; font-weight: bold; padding: 5px 10px; border: none; margin:0; display: block; color: #fff; border-top:2px solid #fff;}
h2.pages {
color: #004C32; font-weight: bold; 
font-size: 1.4em; padding: 0 10px; border-bottom: 1px solid #25325E; font-family: Georgia, Times New Roman, Times, serif; margin: 5px 10px 0 0;}
h2.post_cat { text-transform: uppercase; font-size: 1.2em; line-height: 1.8em; font-weight: bold; padding: 5px 0 0 0; margin: 0 0 0 10px; color: #004c32; }
h2.post_comm { 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: #fff; background: #25325E; }
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: #004c32; }
h3.home_featured { display:inline; float: right; color: #fff; font-weight: bold; border: none;
font-size: 1.5em; margin: 0 10px; }
h3.mast { text-transform: uppercase; font-size: 1.2em; line-height: 1.8em; font-weight: bold; padding: 5px; color: #f58025 margin:0; display: block; border-bottom:2px solid #25325E; border-top:2px solid #25325E; border-right: none;
border-left: none;}
h3.mast3, #events h2 { background: url(images/bg/mainflannel.gif) repeat center; text-transform: uppercase; font-size: 1.2em; line-height: 1.8em; font-weight: bold; padding: 5px; border: none; margin:0; display: block; color: #fff; }
h3.mast4 { font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0 0 0.6em 0; letter-spacing: 0.1em; color: #25325E; border: none;}
h3.mast5 { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: normal; padding: 0 0 0.2em 0; letter-spacing: 0.1em; color: #004c32; }
h3.archive_title { line-height: 1em; padding: 0 0 5px 0; }

/* miscellaneous */

.none { display: none; }
.border_left { padding-left: 9px; margin-left: 0; border-left: 1px solid #25325E; }
.dot { font-family: "lucida sans unicode", "arial unicode ms", sans-serif; }
.navigation { color: #25325E; }
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; }

/* 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; }
#post_content p img.alignleft {float: left; margin: 0 10px 10px 0;}
#post_content p img.alignright {float: right; margin: 0 0px 10px 10px;}

.column.span-3 img {margin-top:0; padding-top:0;}

