@import url("block-navigation.css");

body
{
	background: #0d0c0a;
	color: #333;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, sans-serif;
}

#header {
	width: 960px;
	height: 113px;
	border-bottom: 1px solid #000;
}

#header a {
	background: #000 url('../images/assets/header.jpg') no-repeat scroll top left;
	display: block;
	width: 960px;
	height: 113px;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

.column {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#page {
	background-color: #29241e;
	display: inline;
	float: left;
	background: #29241e url('../images/assets/repeat.gif') repeat-y scroll top left;
}
	
#main {
	width: 679px;
}

#howtocol {
	width: 240px;
	display: inline;
	float: left;
	background-color: #32271a;
	border-left: 1px solid #000;
	
}

#howtocol p {
	margin: 10px;
	color: #d0d0d0;
	font-size: 12px;
/*	letter-spacing: 1px;*/
	line-height: 18px;
}

#howtocol p.pullout {
	color: #e8771d;
	font-style: italic;
}

#howtocol a, p.submitter a {
	color: #e8771d;
}

#rss {
	text-align: center;
	margin: 30px 0px 35px 0;
	background: transparent url('../images/assets/1px.gif') repeat-x scroll center left;
}

#rss a {
	color: #e8771d;
	background: #211d18 url('../images/assets/rss_icon.gif') no-repeat scroll 140px center;
	padding-right: 20px;
	height: 16px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}


#howtocol div.sidequote {
	background: transparent url('../images/assets/dark_arrow.gif') no-repeat scroll 40px top;
	padding-top: 10px;
}

#howtocol div.sidequote p {
	color: #686868;
	background-color: #000;
	padding: 10px;
	margin: 0 10px 10px 10px;
}



div.pagination {
    float: left;
    width: 100%;
	text-align:center;
	color:#a0a0a0;
	font-size: 14px;
	margin-bottom: 25px;
}
div.pagination a {
	border: 1px solid #909090;
	margin-right:3px;
	padding:2px 5px;
	text-decoration: none;
	color: #c0c0c0;
}
div.pagination a:hover, div.meneame a:active {
	border: 1px solid #f0f0f0;
	background-color:#404040;
	color: #ffffff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 5px;
	border: 1px solid #ffffff;
	font-weight: bold;
	background-color: #606060;
	color: #ffffff;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 5px;
	border: 1px solid #606060;
	color: #808080;
}



.unfed {
	float: left;
	width: 520px;
}
p.submitter {
	background: #0d0c0a url('../images/assets/light_arrow.gif') no-repeat scroll 40px bottom;
	font-size: 12px;
	line-height: 16px;
	color: #686868;
	float: left;
	margin: 0 0 8px 0;
	padding: 8px 8px 12px 0;
	width: 520px;
}
.userpic {
	width: 18px;
	height: 18px;
/*	border: 1px solid #fff;*/
	vertical-align: middle;
	margin: 4px 10px 0 10px;
	float: left;
}

p.submitter a {
	white-space: nowrap;
}

p.submitter a.source, div.tags a {
	color: #3f7ea6;
}

p.submitter a.status {
	color: #333;
}

p.tweet {
	background-color: #4b3b27;
	color: #fff;
	font-size: 16px;
	padding: 8px 10px 8px 10px;
	line-height: 18px;
}

img.screenie {
	float: right;
}

div.tags {
	font-size: 12px;
	margin: 4px 0 60px 0;
	float: right;
}

#footer {
/*	background: transparent url('../images/assets/rotacoo.gif') no-repeat scroll top left;
	padding-left: 70px;*/
	margin: 10px 0 20px 0;
	float: left;
	height: 66px;
	font-size: 12px;
	line-height: 20px;
}

#footer a {
	color: #686868;
}

/*h1
{
	
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}

p
{
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.container_12
{
	background: #fff url(../img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.container_16
{
	background: #fff url(../img/16_col.gif) repeat-y;
}
*/

div.content
{
    background-color: #4b3b27;
    color:#D0D0D0;
    font-size:12px;
    line-height:18px;
    padding: 25px;
}