/* 
	Theme Name: Thumb-Style WP Theme
	Description: SiteFlipTheme.com
	Version: 1.0
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/bg.gif) repeat-x top #2a2f33;
	text-align: center;
	font-family:  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: 12px;
	line-height: 1.7em;
	color: #575759;
	font-family:  Helvetica, Tahoma, Arial, sans-serif;
}
a {
	color: #1c5ea9;
}
	
/* Sructure */
#wrapper {
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 170px;
}
#content {
	clear: both;
	background: url(images/content.gif) repeat-x top #fff;
}
#logo {
	width: 404px;
	padding: 10px 20px;
	height: 76px;
	float: left;
	padding-top: 30px;
}
	#logo h1 a {
		text-decoration: none;
		color: #fff;
		font-size: 32px;
		letter-spacing: -1px;
	}
	#logo h3 {
		color: #777;
		border: none;
	}
#nav {
	list-style: none;
	margin-top:3px;
	clear: both;
}
	#nav li {
		float: left;
		display: block;
	}
	#nav li a {
		float: left;
		display: block;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding: 13px;
	}
	#nav li a:hover {
		background: url(images/sidebar-header.gif) repeat-x bottom;
		color: #444;
	}
div.sidebar {
	float: right;
	width: 290px;
}
div.sidebar a img {
	border: none;
	float: left; 
	margin: 10px;
}
div.sidebar li {
	list-style: none;
}
div.sidebar h2 {
	padding: 5px;
	background: url(images/sidebar-header.gif) repeat-x bottom;
	color: #555;
	font-size: 16px;
}
	div.sidebar ul {
		list-style: none;
	}
	div.sidebar ul li {
		display: block;
		margin: 4px;
		padding: 5px;
		font-size: 11px;
		border-bottom: 1px dotted #ccc;
		padding-left: 17px;
		font-weight: bold;
		background: url(images/bullet.png) no-repeat left;
	}
	div.sidebar ul.documents li {
		background: url(images/document.png) no-repeat left;
	}
	div.sidebar ul.star li {
		background: url(images/star.png) no-repeat left;
	}
	div.sidebar ul li a {
		text-decoration: none;
	}
div.post {
	padding: 10px 0;
}
div.post h2 a {
	font-size: 21px;
	text-decoration: none;
	color: #333;
	display: block;
	padding-bottom: 10px;
}
div.post h3 {
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
}
div.post a.readmore {
	padding: 5px;
	font-size: 12px;
	padding-left: 17px;
	font-weight: bold;
	background: url(images/readmore.png) no-repeat left;
}
div.post a.readmore-top {
	display: block;
	text-indent: -99999999px;
	background: url(images/readmore.gif) no-repeat left;
	width: 160px;
	height: 36px;
}
#featured-post  h2 a {
	font-size: 24px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	letter-spacing: -1px;
}
#featured-post div.post {
	border: none;
}
#featured-post  h3 {
	padding: 5px 0;
	display: block;
	font-weight: lighter;
	font-family: verdana, sans-serif;
	letter-spacing: -1px;
	color: #6f7a83;
}
#featured-post  p {
	font-size: 11px;
	color: #8fa3ad;
}
#footer-bio {
	padding: 20px 0;
}
#optin {
	height: 230px;
}
.comments { padding: 0px; border-top: dotted 4px #F6F4F4; clear: both; margin-top: 20px; }
.comment-meta { width:140px; float: left; padding: 0px 0 10px 0; text-align: right;}
.commenttext { float: left; width: 280px; padding-left: 20px; border-left: dashed 1px #aaaaaa; 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: 40px 0 20px 0; border-bottom: solid 3px #dddddd; }
#commentform span { display: block; font-size: 14px;  margin-bottom: 10px;}
#commentform input { border: solid 2px #dddddd; background-color: #ffffff; padding: 3px; width: 300px; margin-right: 10px; }
#commentform textarea { width: 430px; border: solid 2px #dddddd; padding: 3px;  margin-bottom: 10px;}
table#wp-calendar {
	padding: 3px;
}
table#wp-calendar caption {
	font-size: 18px;
	padding: 5px 0;
}
table#wp-calendar td {
	padding: 7px;
	border-bottom: 1px solid #eee;
	font-size: 12px;
}
	table#wp-calendar td:hover {
		background: #eee;
	}
small.post {
	padding: 10px;
	color: #777;
	line-height: 1.7em;
}
	 
/* Wordpress CSS Defaults */

.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
div.top-header  {
	padding-top:20px;
}
h3  {
	font-size: 17px;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
div.top-header p {
	font-size: 12px;
	color: #666;
}
a.rss {
	padding: 5px;
	padding-top: 0;
	margin: 10px;
	display: block;
	padding-left:20px;
	background: url(images/rss_go.png) no-repeat;
}
#optin {
	padding-left: 30px;
}
#optin form input[type=text] {
	padding: 5px;
	width: 200px;
	font-size: 13px;
	border: 1px solid #999;
}
#optin form input[type=submit] {
	padding: 4px;
	font-weight: bold;
	margin: 10px;
}
hr {
	border: none;
	border-bottom: 1px dotted #ccc;
	display: block;
	margin: 30px 0;
}
.column {
	width: 290px;
	margin-right: 20px;
	float: left;
}
#footer {
	clear: both;
	background: #eee;
	padding: 20px;
	padding-top: 30px;
	height: 250px;
	border-top: 2px solid #ccc;
	margin-top: 30px;
}
#footer-wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
	div.f-column {
		width: 280px;
		float: left;
		margin: 10px;
	}
	div.f-column ul {
		list-style: none;
	}
	div.f-column ul li {
		display: block;
		margin: 4px;
		padding: 5px;
		font-size: 11px;
		border-bottom: 1px dotted #ccc;
		padding-left: 17px;
		font-weight: bold;
		background: url(images/bullet.png) no-repeat left;
	}
	div.f-column ul.documents li {
		background: url(images/document.png) no-repeat left;
	}
	div.f-column ul.star li {
		background: url(images/star.png) no-repeat left;
	}
	div.f-column ul li a {
		text-decoration: none;
	}
a.img img {
float: left;
width: 160px;
height: 160px;
border: 3px solid #eee;
margin: 10px;
}