/*  
Theme Name: Survival Digest
Theme URI: http://survivaldigest.com/
Description: A magazine-style theme for SD.
Version: 2.0
Author: Dirty Blue Media
Author URI: http://dirtybluemedia.com

Original Coding by Arun Kale (http://themasterplan.in).
*/

/* --------------------------------------------------------------   
   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
-------------------------------------------------------------- */
a img {border:none}
#ZoomImage {
	margin:0;
	padding:0;
	border:5px solid #000;
}
#ZoomCaption {
	background-color: #000;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#post_content a:link {
	text-decoration: underline;
}
.latest_post_title, .rec-title, .feat_vid_title, .post_name {
	text-transform: capitalize;
	font-weight: bold;
}
.postthumb {
	float:left;
	margin-right:5px;
	padding-bottom:2px;
}
.postthumb a {
	margin:0;
	padding:0;
}
.postthumb img {
	margin:0;
	padding:0;
	border: solid 3px #333;
}
#contain .wp-smiley {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#commentlist img.avatar {
	float: left;
	margin-right: 5px;
}
#commentlist .authorblock {
	margin-bottom: 8px;
}
small {
	font-size: 11px;
}
body {
	background-color: #999481;
	background-image: url(images/sd-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a, #side_categories a,#side_categories a:link,#side_categories a:visited {
	text-decoration: none;
}
#post_content a, #latest_post a, ol#commentlist li .commentcont a {
	text-decoration: underline;
}
h2 {
	font-weight: normal;
}
.container {
	background-color: #FFF;
}
.floatbox {
	float:left;
	width:49%;
}
#post_content .preamble {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 27px;
	color: #000;
}

#archive-list {
	margin:0;
	padding:0;
}
#archive-list li {
	width:135px;
	float:left;
	height:60px;
	margin: 0 6px 0 25px;
	line-height:140%;
	list-style-type: square;
}
/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.clearfloat {
	display:inline-block
}
.clearfloat {
	display:block
}
/* Header styles
-------------------------------------------------------------- */
#header {
	width: 960px;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 204px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #search-form {
	width: 390px;
	height: 45px;
	float: right;
}
#header #logo {
	height: 90px;
}
#header #logo a {
	height: 160px;
	width: 430px;
	font-size: 2px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	margin-left: 12px;
}

#header #logo .desc {
	font-size: 12px;
	color: #333;
	margin-left: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Search and navigation
-------------------------------------------------------------- */

#header #search_menu {
	height: 90px;
	margin-top: 75px;
	color: #FFF;
}
#header #search .mast4 {color: #FFF;}
#header #search_menu #search {
	padding: 0 0 0 5px;
}
#menu {
	width: 400px;
	float: right;
	margin: 10px 0 0 2px;
	list-style: none;
	font-weight: bold;
	font-family: Helvetica, Arial;
}
#menu li {
	float: left;
	padding: 2px 0 3px 3px;
	margin: 1px 12px 0 0;
	line-height: 1.6em;
	font-size: 0.9em;
}
#menu li a {
	padding: 0;
	text-decoration: none;
	color: #FFF;
}
#menu li a:hover {
	padding: 0;
	text-decoration: underline;
}
#menu li span {
	display: block;
	float: left;
	padding: 0 0px 0 22px;
}
#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;
}
/* Top banner with 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;
	background: #fff;
	color: #000;
	font: 700 2em arial, sans-serif;
	text-transform: lowercase;
	letter-spacing: -0.036em;
	padding: 1px 5px 1px 0;
	margin: 20px 0 0 0;
}
/* Home page columns
-------------------------------------------------------------- */

#home_content {
	margin: 1.5em 0;
}
#contain {
	padding-right: 15px;
	padding-left: 15px;
	width: 922px;
}
/* latest post */

#latest_post {
	padding: 0 0 1.5em 0;
}
#latest_post_image img {
	margin: 0 0 0.2em 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.latest_post_meta {
	font-size: 0.9em;
	line-height: 1.6em;
}
.latest_post_meta a {
	font-weight: normal;
	color: #333333;
}
.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;
	margin-top: 7px;
	padding-top: 0;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
}
.feat_vid_content embed {
	border: 6px solid #333;
}
.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: #224970;
}
.feat_title a:hover {
	color: #000;
}
/* asides */

ul.arrow, ul.cat, ul.reccom, ul.email, .aktt_tweets ul {
	list-style: none;
	list-style-image: url(foo.gif);
	margin: 0;
}
ul.arrow li,  .aktt_tweets li {
	padding: 0 0 0.5em 12px;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #dadada;
	border-left: 5px solid #dadada;
}
li.aktt_more_updates {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




ul.arrow li a, ul.reccom li a, ul.email li a {
	color: #224970;
}
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: 0.5em 0.7em 0 0.7em;
}
#home_about p {
	font-size: 0.9em;
	font-family: tahoma;
}

#quick_tips {margin: 0 0 1em 0;border-bottom: 1px solid #dadada;}

#quick_tips p {	font-size: 0.9em;font-family: tahoma;}

#buttons_home {margin: 0 0 1em 0;border-bottom: 1px solid #dadada;}

#buttons_home a {margin-right: 6px;}
#buttons_home img {border: 2px solid #999;}



/* recent posts */


.home_recent_post {
	background: url(images/bg/dot.png) repeat-x bottom left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	float: left;
	clear: left;
	width: 231px;
}
.home_recent_thumb {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	width:70px;
}

.home_recent_thumb img {
	float: left;
	margin: 0;
}
.home_recent_thumb a {
	margin: 0;
	padding: 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 {
	margin:0;
	font-size: 12px;
	padding: 0;
	line-height: 119%;
	float: none;
	clear: none;
}
.home_recent_title a {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.home_recent_title a:hover {
	color: #000000;
	background-color: #ece2bc;
}

.home_recent_date {float:left;}
.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;
}
/* feature video */
#feat_vid {
}
#feat_vid h2.feat_vid_title a {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.feat_vid_content {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}
/* 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;
	text-decoration: none;
}
ul.cat li a:hover {
	background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px;
	color: #224970;
}
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 {
	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 {
	text-align: center;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.ad_block .ad160 {
	margin: 0 auto;
	width: 160px;
}
.ad_block .ad180 {
	margin: 0 auto;
	width: 180px;
}
.ad_block .ad250 {
	width: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -15;
	margin-left: auto;
	overflow: hidden;
}
.ad_block img, .ad_block p img {
	margin: 0;
	padding: 0;
	display: block;
}
/* 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: #224970;
}
.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;
	clear:both;
}
.archive_post_meta {
	color: #818181;
	padding: 0 0 0.6em 0;
}
.archive_post_meta a, .post_meta a {
	color: #224970;
}
.archive_post_meta a:hover, .post_meta a:hover {
	color: #000;
	text-decoration: underline;
}
/* Single post styles
-------------------------------------------------------------- */


.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.clearBoth {
	clear: both;
}
.post_meta {
	color: #818181;
	padding: 0.3em 0 1.4em 0;
}
#post_content blockquote {
	color: #666;
	color: #333;

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}
#post_content blockquote p {
	line-height: 1.5em;
}
#post_content img {
	float:none;
}
#post_content img.alignright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
}
#post_content img.alignleft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#post_content img.alignnone {
	margin: 8px;
	float: none;
}
#post_content p img {
	margin:0 1.5em 1em 0;
	padding:0;
}
#post_content img.WP-PrintIcon, #post_content img.WP-EmailIcon {
	margin: 0 0.3em 0 0;
	padding: 0;
}
#post_content p a, #arch_content p a {
	color: #224970;
}
#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 1em 0;
	padding: 0 1em 1em 0;
	overflow-x: hidden;
}
ol#commentlist li .gravatar {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 6px;
}
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;
	margin-bottom: 15px;
}
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 {
	padding: 0;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
ol#commentlist li .commentcont img {
	float: none;
	margin: 0;
	padding: 0;
}
/* comment form */
#comment-form {
	position: relative;
}
#getavatar {
	position: absolute;
	top: 40px;
	right: 0px;
	height: 103px;
	width: 307px;
	color: #666;
}
#comment-form form {
	margin-top: 1.5em;
}
#author, #email, #url {
	width:250px;
}
#comment {
	width: 510px;
}
label.com {
	float: left;
	width: 100px;
}
input.comtext, textarea.comtext {
	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;
}
ul.archives {
	margin: 0 0 1.5em 0;
	list-style: none;
	list-style-image: url(foo.gif);
}
ul.archives li {
	padding: 0 0 0.2em 20px;
	background: url(images/bg/doc.png) no-repeat 0 3px;
}
ul.archives li a {
	color: #224970;
}
ul.archives li a:hover {
	color: #000;
	background: #eee;
}
/* Footer
-------------------------------------------------------------- */

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

input.search_input {
	width: 292px;
	border: 0;
	padding: 5px;
	color: #000;
	font-weight: bold;
	margin: 0;
	float: left;
	background-image: url(images/head-input-search.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
input.submit_input {
	background: /*#E0691A*/ url(images/bg/submit.png) no-repeat;
	border: 0;
	height: 24px;
	padding: 0;
	width: 65px;
	margin: 0 0 0 5px;
	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;
}
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.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;
	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 {
	padding-right: 3px;
	padding-left: 3px;
}
h3.latest_post_title a:hover {
	color: #000000;
	background-color: #ece2bc;
}
h3.home_featured {
	background: url(images/bg/dot.png) repeat-x top left;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0.7em 0.7em 0.9em 0.7em;
	color: #5f9410;
	letter-spacing: 0.1em;
}
h3.mast {
	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: #a11b1b;
}
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: #224970;
}
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: normal;
	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: bold 1.0em arial, sans-serif;
	color: #000;
	letter-spacing: -0.036em;
}
h3.archive_title a:hover {
	color: #fff;
	background: #000;
}
/* 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;
}
/* 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;
}
