/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


body {
	background: #151515 url(images/bg-dark.jpg) top left;
	color: #33211f;
}
#top-banner {
	margin-bottom:30px;
}
.imgtfe {
	margin:0px 15px 15px 0px;
}
.post {
	clear:both;
}
#nav {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	padding:0px;
	margin:0px;
}
#nav li {
	display:block;
	float:left;
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 2px;
}
#nav li a {
	
	background:#f0d312;
	display:block;
	font-weight:bold;
	color:#000000;
	padding: 5px 10px;
	text-decoration:none;
	font-size:13px;
}
#nav li a:hover {
	background:#a51414;
	color:#ffffff;
}
.post h2 a {
	color:#a51414;
}
.meta {
	line-height:24px;
	color:#666;
}
.meta a { 
color:#bc8900;
}
.post .label a {
	background:#f0d312;
	color:#000000;
}
.post .label a:hover {
	color:#ffffff;
	background:#a51414;
}
a.linkbox {
	font-weight:bold;
text-decoration:none;
background:#f0d312;
color:#000000;
display:inline-block;
padding:5px 10px;
margin-right:2px;
margin-bottom:4px;
}
a.linkbox img {
	vertical-align:middle;
	margin-right:5px;

}
a.linkbox:hover {
	background:#a51414;
	color:#ffffff;
}
a.more-link {
	color:#a51414;
}
#twitter ul li a {
	color:#a51414;
}
#footer {
	width:920px;
	padding:30px;
	background:#000000;
	color:#ffffff;
	text-align:center;
	margin:20px auto;
}
#footer a {
	color:#f0d312;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffff;
}
#rss {
	background:#000000;
}
#rss a {
	color:#f0d312;
}
#rss a:hover {
	color:#ffffff;
}
	
	
