/*
Name: Speedlounge 2010
Author: Justin Calingasan
Author URI: http://thespeedlounge.com/
Date: December 2009
Version: 1.0
*/       

html, body {border: 0; margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif !important;
	background: #000 url(images/bg.jpg) top center no-repeat;
  	width: 100%;
  	min-width: 970px;
  	color: black;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1, .blog-title, h2, h3 {
	font-family: Arial, Helvetica, sans-serif !important;
}

/***** Main Layout ****/
.columns-two #page{
	background:none;
	border:none;
	width:980px !important;
}
.content, #primary-wrapper{
	background:#fff;

}
#page{

}
body.columns-two #primary-wrapper{
	margin-right:-250px;
}
#primary{
	width:670px !important;
	padding:0;
	margin:0 0 0 0;
}
.secondary{
	width:250px;
	padding:0;
	margin-top:0;
	background:#f2f2f2;
}
#current-content{
	margin-top:20px;
}
/**** Header ****/
#header{
	background:none;
	height:150px;
}
.blog-title{
	padding:0;
	margin:0;
	line-height:100%;
}
.blog-title a{
	display:block;
	text-indent:-9999px;
	background:url(images/sl_logo.png) no-repeat;
	width:603px;
	height:83px;
}
.description{
	font-size:14px !important;
	line-height:120%;
}
.socialtools{
	font-size:12px;
	color:#fff;
	position:absolute;
	top:60px;
	margin: 0 0 0 800px;
}
.socialtools li{
	display:inline;
	float:left;
	margin:0 0 0 10px;
}
.socialtools li a{
	display:block;
	width:24px;
	height:24px;
	text-indent:-9999px;
}
.socialtools .sl_fb a{
	background:url(images/fb_icon.gif) no-repeat;
}
.socialtools .sl_rss a{
	background:url(images/rss_icon.gif) no-repeat;
}
.socialtools .sl_twitter a{
	background:url(images/twitter_icon.gif) no-repeat;
}
/**** Nav ***/
.menu{
	background:url(images/nav_bg.gif) repeat-x;
	height:30px;
	width:970px;
	margin:0 !important;
	padding:5px 5px 0 5px;
	font-size:14px;
}
ul.menu li a{
	padding-bottom:9px;
}
#search{
	float:right;
	width:220px;
}
#s{
	background:#fff;
}

/*** Posts ***/
.post{
	background:#f2f2f2;
	padding:10px;
	margin:10px 0;
}
.entry-head .entry-meta{
	height:1px;
	min-height:1px;
}
.entry-title {
	font-weight:bold;
}
.entry-title a:link{
	color:#000;
}
.entry-title a:visited{
	color:#666;
}
.entry-title a:hover{
	color:#27d;
}
.entry-title a:active{
	color:#600;
}
.commentslink{
	padding:5px;
	font-size:12px;
	background:#f00;
	float:right;
	color:#fff !important;
}

/*** Sidebar ***/
.secondary h4{
	line-height:100%;
	margin:15px 0 5px 0;
	font-size:16px;
}
.secondary ul li, .secondary ol li {
	font-size:12px;
	border-top:1px dotted #ccc;
	padding:3px 0;
}

/*** Older/Newer posts nav ***/
.navigation{
	font-size:14px;
	font-weight:bold;
}
.entry-foot h5{
	margin-top:20px;
}

/***Store-specific***/
body.page-slug-store-2 #primary-wrapper{
	margin-top:-20px;
}
