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

.clear {
  clear: both;
}

a {
  color: #098bff; 
  text-decoration: none;
}

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

/* 
General Structure
*/

html {
  background: #101010 url(images/body-bg.png);
}

body { 
  background: url(images/body-top.png) top left repeat-x;
	font-family: Arial,Verdana, Geneva, sans-serif; 
	color: #FFFFFF; 
	font-size:12px; 
}

#wrap {	
  background: #181818 url(images/wrap-bg.png) top left repeat-y;
  width: 1010px;
  margin: 0px auto;
}

/* 
Header
*/
#top-wrap {
  background: url(images/body-top.png) top left repeat-x;
}

#top {
  height: 89px; 
} 

#logo h1 {
  display: none;
}

#nav, #nav ul {
  float: left;
	padding: 0;
	margin: 17px 0px 80px 0px;
	list-style: none; 
	line-height: 1;
	z-index: 100;
	height: 31px;
}

#nav a {
  float: left;
	display: block;
	line-height: 28px;
	padding: 10px 12px;
	z-index: 100;
	color:#fff;
}

#nav a:hover, #nav .current_page_item a, #nav .current-cat a{
  color: #fff;
	text-decoration:none;
	background: none;
}

#nav a:hover {
  color: #000;
}

#nav li li a:hover {
	color: #098bff;
}

#nav li { float: left; margin-left: 10px;}

#nav li ul { position: absolute; top: 72px; left: -999px; }
#nav li ul li {	
	background: #070707 !important; 
	background-image: none;
	margin-left: 0px;
	width: 90%;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#nav li ul li a { line-height: 10px; font-size: 11px; color: #FFF; width: 170px;}
#nav li ul ul {	margin: -35px 0 0 194px; }
#nav li ul ul li a { line-height: 25px; }
#nav li ul li ul li a {	}
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */


#top-nav .fl {
  width: 565px;
  padding-top: 10px;
}

#top-links li { 
  float: left; 
  margin-left: 30px;
  font-size: 12px;
  padding-top: 6px;
}

#fblink {
  background: url(images/fb_small.png) center left no-repeat;
  padding-left: 25px;
}

#twitterlink {
  background: url(images/twitter_small.png) center left no-repeat;
  padding-left: 25px;
}

#newsletterlink a {
  color: #098bff;
}


/* 
Main Content
*/
#main .featured { 
  background:#070707; 
  padding:10px 20px; 
  position: relative; 
  min-height: 22px; 
}

#main p.post-details {
  color: #fff;
}

#main p.post-meta {
  text-align: right;
}

.box2 {
  background: transparent;
}

.box2-top {
  background: transparent; 
  width:230px; height:6px; font-size:1px; 
}

.box2-bot { 
  background: transparent; 
}

#archive .box2 .post { 
  background: transparent; 
  padding:0px 15px; 
}

#archive .box2 .thumbnail {
  background: #101010;
}

.post-details, #archive .box2 .post-details {
  color: #098bff;
}

/* 
Sidebar
*/
#sidebar a:hover, #sidebar .current-cat a, #sidebar li.active a {
	color: #098bff;
}

#sidebar li {
	line-height: 1em;
}

.widget a {
  color: #fff;
}

/*
Comments
*/
#comments ol.commentlist .comment-meta a {
  color: #fff;
}

/* 
Bottom Section
*/
#bottom-tile {
  background: #070707;
	width: 100%;
	height:8px;
	margin-top:25px;
	font-size:1px;
}

#bottom-out {
  background: #070707;
}

#features, #features-tabs li a:hover, #features-tabs li.active a { 
  background:#098bff; 
}

#bottom #recentcomments a.url {
  color: #098bff;
}

/* 
Footer
*/
#footer-out {
  background: #098bff url(images/footer-bg.png);
	width: 100%;
	padding: 15px 0 14px 0;
	height: 48px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	font-size: 12px;
}

#footer .col-left li {
  float: left;
  margin-right: 30px;
}

#footer a { 
  color:#fff;
}

#twitter-3 {
  background: url(images/twitter.png) top left no-repeat;
  background-position: 20px 0px;
  margin-top: 25px;
  padding-top: 45px;
}

#twitter-3 h3 {
  display: none;
}

#twitter-3 ul {
  margin: 0;
  padding: 0;
}

#twitter-3 div ul li {
  list-style-type: none;
  margin: 0px 0px 10px 20px;
}

/* 
Misc
*/
p.message {
  background: #101010;
  color: #fff;
}

#registerform label {
  width: 660px;
}