/* TheEbayBlogger.com
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #03120f;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.6em;
	color: #575759;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
a {
	color: #367298;
}

/* Sructure */
#wrapper {
	width: 961px;
	margin: 0 auto;
	text-align: left;
}
h1.logo  {
	width: 634px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	padding: 20px;
}
	h1.logo span {
		display: block;
		font-size: 12px;
		color: #73c7da;
	}
	h1.logo a {
		text-decoration: none;
		color: #fff;
	}
#nav {
	width: 961px;
	background: url(images/navigation.gif) repeat-x top;
	height: 70px;
}
	#nav ul {
		list-style:none;
		padding-left: 20px;
	}
	#nav ul li {
		float: left;
		display: block;
		padding-left:9px;
		margin: 15px;
		margin-left: -10px;
		margin-bottom: 5px;
	}
	#nav ul li a {
		float: left;
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 10px;
		font-weight: bold;
		font-size: 14px;
		padding-right: 20px;
	}
		#nav ul li:hover {
			background: url(images/nav-left.gif) no-repeat left;
		}
		#nav ul li:hover a {
			background: url(images/nav.gif) no-repeat right;
			color: #727272;
		}
#rss {
	width: 82px;
	height: 77px;
	background: url(images/rss.gif) no-repeat;
	display: block;
	text-indent: -999999px;
	float: right;
	margin-top: -20px;
}
#content {
	background: url(images/inner.gif) repeat-x top #ececec;
}
#sidebar {
	width: 300px;
	float: left;
	padding: 20px;
}
	#sidebar h2 {
		width: 300px;
		height: 28px;
		background: url(images/sidebar-header.gif) no-repeat;
		display: block;
		padding: 5px;
		color: #ccc;
		font-size: 13px;
		padding-left: 10px;
	}
	#sidebar ul {
		padding-left: 20px;
	}
	#sidebar ul li {
		display: block;
		padding: 3px;
		background: url(images/bullet.gif) no-repeat left;
		padding-left: 20px;
		font-weight: bold;
		text-decoration: none;
	}
#banner {
	height: 400px;
	padding-top: 40px;
}
#side-post {
	padding: 0 20px;
	width: 400px;
	float: left;
}
#side-post h2 a {
	font-size: 24px;
	text-decoration: none;
	color: #666;
	padding: 10px 0;
	padding-bottom: 5px;
	display: block;
	letter-spacing: -1px;
}
#side-post h3 {
	font-size: 14px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	padding: 10px 0;
	padding-top: 5px;
	display: block;
}
#scroller {
	width: 506px;
	height: 325px;
	display: block;
	float: right;
	overflow:hidden;
}
#content-scroller {
width:6490px;
}
div.section {
	float: left;
	width: 506px;
	height: 325px;
}
#home-pane {
	width: 506px;
	height: 325px;
	background: url(images/scroller.gif) no-repeat;
}
#buynow-pane {
	width: 506px;
	height: 325px;
	background: url(images/slide.gif) no-repeat;
}
#download-pane {
	width: 506px;
	height: 325px;
	background: url(images/download.gif) no-repeat;
}
#wptheme-pane {
	width: 506px;
	height: 325px;
	background: url(images/wptheme.gif) no-repeat;
}
#data {
	float: left;
	width: 350px;
	padding: 20px 40px;
}
	#data h3 {
		font-size: 18px;
		text-decoration: none;
		color: #fff;
	}
	#data ul li {
		padding: 10px 5px;
		list-style: none;
		border-bottom: 1px solid #2c678a;
		border-top: 1px solid #1d5373;
	}
	#data ul li a {
		text-decoration: none;
		color: #8eb6ce;
	}
a.previous {
	width: 30px;
	height: 50px;
	float: left;
	text-indent: -999999px;
	margin-top: 140px;
}
a.next {
	width: 30px;
	height: 50px;
	float: right;
	margin-top: 140px;
	text-indent: -999999px;
}
#post-column {
	width: 560px;
	float: right;
	padding-bottom: 100px;
	padding-top: 20px;
	padding-right: 40px;
}
div.post {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
div.post h2 a {
	font-size: 24px;
	text-decoration: none;
	color: #444;
	padding: 10px 0;
	padding-bottom: 5px;
	display: block;
	letter-spacing: -1px;
}
h2 {
	font-size: 24px;
	text-decoration: none;
	color: #444;
	padding: 10px 0;
	padding-bottom: 5px;
	display: block;
	letter-spacing: -1px;
}
h3 {
	font-size: 14px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	padding: 10px 0;
	padding-top: 5px;
	display: block;
}
#footer {
	padding: 20px;
	background: url(images/navigation.gif) repeat-x;
	color: #ccc;
	font-size: 13px;
	height: 20px;
}
#footer span {
	float: left;
}
#footer strong {
	float: right;
}
.comments { padding: 0px;  clear: both; margin-top: 20px; border-bottom: 1px dotted #eee; padding-bottom: 10px}
.comment-meta { width: 100px; float: left; padding: 0px 0 10px 0; text-align: right;}
.commenttext { float: left; width: 400px; padding-left: 20px; margin-top: -5px; margin-bottom: -5px;}
.comments div.cgravatar {
	float: right;
	padding: 4px;
	border: 1px dotted #ccc;
	margin-right: 20px;
	margin-bottom: 10px;
}
.comment-author { display: block; font-weight: bold; }
.comment-date { font-size: 12px; color: #B4AB9D; display: block; }
.comment-meta a { color: #000000; text-decoration: underline; }
.comment { margin-bottom: 15px; clear: both; }
h2#comments { display: block; padding-bottom: 10px; margin: 20px 0 20px 0; border-bottom: solid 1px #dddddd; color: #c13a10; font-size: 17px; }
#commentform span { display: block; font-size: 14px;  margin-bottom: 10px;}
#commentform input { border: solid 1px #dddddd; background-color: #ffffff; padding: 3px; width: 300px; margin-right: 10px; }
#commentform textarea { width: 560px; border: solid 1px #dddddd; padding: 3px;  margin-bottom: 10px;}