/* @override http://rhetashan.name/wordpress/wp-content/acamas-variant/variant.css */

/* @group Global Elements
-------------------------------------------------------------- */
/* 
   COLORS USED
   #598745 = green: highlights, links
   #595957 = dark grey: visited links, secondary data (asides, metadata etc.)
   #C7C7C7 = light grey: img borders
   #E9E9E9 = very light grey: img background
*/
/* @endgroup */

/* @group Trademark war deletion / inserts */
del.ykw {
	text-decoration: line-through;
	color: #595957;
}
ins.ykw:before {
	content: ' '; /* Will be ignored by IE <= 7 :( */
}

/* @end */

/* @group Widgets, plugins and sniplet inserts
-------------------------------------------------------------- */

/* @group Comments feed link */
p.commentfeed-link {
	font-size: 12px;
	margin: 0 0 21px;
}
/* @end */

/* @group Sensitive Tag Cloud */

/* Add bottom margin to widget (regular tag widget has this defined in style.css) */
li.stc_widget {
    margin:0 0 21px 0;
}
.tag .main-aside { /* reset some styles for the tag page */ 
    display:block;
    float:none;
    width:940px;
    margin:0 auto; /* EDIT added auto to align with content */
    position:static;
}
.tag .xoxo li,
.tag .xoxo>h3 { /* hide sidebar stuff */ /* EDIT added >h3 for errant widget titles */
    display:none;
}
.tag .xoxo li#sensitive_tag_cloud { /* boom! bring back the search widget (if it's in use) */
    background:#E9E9E9;
    border:1px solid #C7C7C7;
    display:block;
    margin:21px 0;
    padding:21px;
    overflow:hidden;
    width:896px;
    text-align: center;
}
.tag .xoxo li#sensitive_tag_cloud .widgettitle {
	display: inline;
	margin-right: 7px;
}
/* @end */

/* @group Google Reader JS link list */

/* Add bottom margin to links list blocks */ 
.reader-publisher-module {
	margin-bottom: 21px;
}
/* Links list in italics (= cite type) */
.reader-publisher-module a.i {
	font-style: italic;
}
/* @end */

/* @group Lifestream */

/* Lifestream headings: need upper margin, as the blocks have none... */
h2.lifestream_date {
	margin-top: 21px;
}
table.lifestream tr:first-child h2.lifestream_date {
	margin-top: 0px;
}
/* Lifestream service icons */
.lifestream_icon {
	width: 26px !important;
	padding: 0 !important;
}
.lifestream_icon img {
	background-color: transparent;
}
.lifestream_icon img:hover {
	background-color: #E9E9E9;
}
/* Lifestream event text and links */
.lifestream_text {
	padding-left: 13px !important;
}
.lifestream_text blockquote {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.lifestream_text blockquote strong {
	font-weight: normal;
}
/* Lifestream metadata */
.lifestream_meta {
	color: #595957 !important;
	font-size: 12px !important;
	float: left;
}
.lifestream_meta abbr {
	cursor: default;
}
.lifestream_meta a {
	font-style: italic;
	color: #595957;
}
.lifestream_meta+blockquote:before {
	content: ": ";
}
/* @end */

/* @end */