/* @override 
	http://swandiamondrose.com/css/type.css
	http://swandiamondrose.com/css/type.css
	http://www.swandiamondrose.com/css/type.css
*/

/* GENERAL TYPE */
p, li
{
	font-size: 1.2em;
	line-height: 1.6em;
}

/* -- lists */
ul { list-style-type: square; }

/* -- links */
a, a:link, a:visited { color: #444; }
div.more a { }

/* ARTICLES */


div.article p, div.article li { color: #000; }

div.article div.dateline p
{
	color: #878787;
	text-align: center;
	margin: 0;
}

div.article div.comments-invite
{
}


/* -- header links */
div.article h2
{
	color: #000;
	margin: 0 0 7px 0;
	padding: 4px;
	text-align: center;
	font: normal 22px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div.article h2 a { text-decoration: none;
	color: #616161;
}
div.article h2 a:hover, div#content h2 a:hover:visited { color: #000; }

#article-nav p{
	color: #444 !important;
}

#article-nav p a {
	color: #808080;
}

a#txpCommentHelpLink {
	color: #8c8c8c;
}


/* -- links */
div.article p a, div.article p a:link, div.article p a:visited
{
	color: #000;
	font-weight: bold;
}

div.article p a:hover,
div.article p a:hover:visited,
div.article p a:active {color: #000;}

div#tags p a:hover,
div#tags p a:hover:visited,
div#tags p a:active {color: #fff; }


a.comments_invite {color: #000; margin-top: 0;}

/* ---- the "more" link */
div.more
{
	text-align: center;
	clear: both;
	margin: 1em 0 .7em 0;
}

div.article div.more a,
div.article div.more a:link,
div.article div.more a:visited
{
	font-weight: bold;
	color: #fff;
	background-color: #7F7F7F;
	padding: 4px;
	text-decoration: none;
	font-size: 1.1em;
}

div.article div.more a:hover,
div.article div.more a:hover:visited,
div.article div.more a:active { background-color: #835F71; }

/* COL-B */
div#col-b div.feature h2
{
	padding: .5em 0 0 .3em;
	margin: 0 0 .5em 0;
	border-top: 5px solid #fff;
  font: 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-transform:uppercase;
  letter-spacing:.3em;
  color: #767676;


}

div#col-b div.feature ul
{
	margin: 0;
	padding-left: 2em;
}
#col-b div.feature ul li {color: #333333;line-height: ;}

#sidebar-feeds ul li img {

}

#col-b a, #col-b a:link, #col-b a:visited { color: #333333; }

#col-b div.feature a.more {
	font-size: 14px;
text-align: center;
display: block;
clear: both;
}

span.FBConnectButton_Text_Simple {
	text-decoration: underline;
}




/* ARTICLE PAGES */
/* -- tags */

div#tags, div#tools {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #7F7F7F;
	border-top: 5px solid #eee;
	padding: .5em 0 0 .3em;
	margin-bottom: .5em;}

div#tags p {margin: 0;}

/* -- comments */
table#txpCommentInputForm, table#comment-form
{
	color: #7F7F7F;
	font-size: 10px;
}


div#comments, a#cpreview
{
	color: black;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 1em;
}

div#comments p {
	margin-top: 0;
}
#comments a, #comments a:hover  {color: #000; font-weight: bold; text-decoration: none;}

#comments img.icon { padding: 0 10px; }

.comments-wrapper ul.comments_error {
	background-color: #feffaf;
	
}


/* EBAY FEED */
div#ebay-feed
{
	margin-top: 2em;
	clear: both;
}

div#ebay-feed div.feedburnerFeedBlock ul li
{
	width: 265px;
	float: left;
	border-top: 3px solid #fff;
	margin: 0 30px 10px 0;
	height: 220px;
}

div#ebay-feed div.feedburnerFeedBlock ul li .headline a
{
	background-color: #fff;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin-top: 7px;
}

div#ebay-feed table {padding: 0; margin: 0;}

div#ebay-feed table, div.feature table  { color: #fff; font-weight: normal; font-size: 11px;}

div.feature h3.ebay {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

div#ebay-feed a, div#ebay-feed table a, div.feature h3.ebay a {color: #E3FD24}

div#creditfooter
{
	visibility: hidden;
	height: 0;
	width: 0;
}

#col-b div.feature fieldset {
	border: 0;
	color: #fff;
	padding: 0;
	margin: 0;
}



