/*
Theme Name: reddtheme
Theme URI: http://freethemelayouts.com/
Description: Designed by <a href="http://freethemelayouts.com" rel="nofollow">FTL</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="nofollow">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: FreeThemeLayout/DreamTemplate
Author URI: http://www.freethemelayouts.com/
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.gif) repeat-x top #f8f8f8;
	text-align: center;
	font-family: 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.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
a {
	color: #4f7abb;
	font-weight: bold;
}
/* Sructure */
#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}
#header {
	height: 270px;
}
a.home {
	width: 18px;
	height: 16px;
	background: url(images/home.gif) no-repeat;
	display: block;
	text-indent: -999999px;
	float: right;
	margin-top: 13px;
	margin-right: 30px;
}
#nav {
	
}
	#nav ul {
		list-style: none;
	}
	#nav ul li {
		float: left;
		display: block;
	}
	#nav ul li a {
		float: left;
		display: block;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		padding: 13px;
		font-size: 13px;
		border-left: 1px solid #333233;
		border-right: 1px solid #4f4e4f;
	}
		#nav ul li a:hover {
			background: url(images/nav-hover.gif) repeat-x top;
		}
#logo {
	padding: 35px;
	clear: both;
	float: left;
	padding-left: 0;
}
	#logo h1 a {
		text-decoration: none;
		color: #ffffff;
		font-size: 26px;
		letter-spacing: -1px;
	}
	#logo h2 {
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: lighter;
	}
#search {
	width: 353px;
	height: 52px;
	background: url(images/search.gif) no-repeat;
	display: block;
	margin-top: 30px;
	margin-right: 30px;
	float: right;
}
	#search form input[type=text] {
		border: none;
		background: none;
		padding: 18px;
		color: #fff;
		float: left;
		width: 260px;
	}
	#search form input[type=submit] {
		width: 50px;
		height: 50px;
		cursor: pointer;
		float: right;
		background: none;
		border: none;
	}

#clear-box {
	width: 100%;
	clear: both;
	padding-top: 38px;
}
	#subscribe {
		width: 421px;
		height: 42px;
		background: url(images/subscribe.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		margin: 0 auto;
		padding-left: 37px;
	}
		#subscribe a.rss {
			width: 152px;
			height: 45px;
			background: url(images/s-rss.gif) no-repeat;
			display: block;
			text-indent: -999999px;
			float: left;
		}
		#subscribe a.rss-comments {
			width: 187px;
			height: 45px;
			background: url(images/s-comments.gif) no-repeat;
			display: block;
			text-indent: -999999px;
			float: left;
		}
#category-nav {
	clear: both;
}
	#nav ul {
		list-style: none;
	}
	#category-nav ul li {
		float: left;
		display: block;
	}
	#category-nav ul li a {
		float: left;
		display: block;
		text-decoration: none;
		color: #888;
		font-weight: bold;
		padding: 13px;
		font-size: 13px;
		border-left: 1px solid #cecece;
		border-right: 1px solid #fff;
	}
		#category-nav ul li a:hover {
			background: url(images/sub-hover.gif) repeat-x top;
		}
#content {
	clear: both;
	padding-top: 20px;
}
	div.featured-post {
		width: 270px;
		border: 1px solid #ccc;
		background: url(images/post.gif) repeat-x bottom #fff;
		padding: 20px;
		padding-bottom: 5px;
		float: left;
		margin: 6px;
	}
	div.featured-post h2 a {
		text-decoration: none;
		color: #222;
		line-height: 1.1em;
		letter-spacing: -1px;
		font-size: 24px;
	}
	div.featured-post h3 {
		font-weight: lighter;
		text-transform: uppercase;
		color: #888;
		padding: 5px 0;
		padding-bottom: 20px;
		font-size: 12px;
		background: url(images/underline.gif) repeat-x bottom;
	}
	div.featured-post p {
		padding-top: 0;
	}
#column {
	width: 640px;
	float: left;
	clear: both;
	padding-bottom: 20px;
}
	div.post {
		width: 593px;
		border: 1px solid #ccc;
		background: url(images/post.gif) repeat-x bottom #fff;
		padding: 20px;
		padding-bottom: 5px;
		float: left;
		margin: 5px;
	}
	div.post h2 a {
		text-decoration: none;
		color: #222;
		line-height: 1.1em;
		letter-spacing: -1px;
		font-size: 24px;
	}
	div.post h3 {
		font-weight: lighter;
		text-transform: uppercase;
		color: #888;
		padding: 5px 0;
		padding-bottom: 20px;
		font-size: 12px;
		background: url(images/underline.gif) repeat-x bottom;
	}
	div.post p {
		padding-top: 0;
	}
	a.readmore {
		text-decoration: none;
		color: #444;
		font-weight: bold;
		float: left;
		padding: 8px;
		padding-left: 23px;
		background: url(images/readmore.gif) no-repeat left;
		border-right: 1px solid #cdcdcd;
	}
	a.comments {
		text-decoration: none;
		color: #444;
		font-weight: bold;
		float: left;
		padding: 8px;
		padding-left: 23px;
		background: url(images/comments.gif) no-repeat left;
		border-left: 1px solid #fff;
		
	}
#sidebar {
	width: 319px;
	float: right;
	background: url(images/sidebar.gif) repeat-y ;
	margin-top: 10px;
	margin-right: 20px;
}
	#sidebar-header {
		width: 319px;
		height: 28px;
		background: url(images/sidebar-header.gif) no-repeat;
		display: block;
	}
	#sidebar-bottom {
		width: 319px;
		height: 28px;
		background: url(images/sidebar-bottom.gif) no-repeat;
		display: block;
	}
	#sidebar h2 {
		text-transform: uppercase;
		color: #cd1d1d;
		background: url(images/underline.gif) repeat-x bottom;
		padding-bottom: 20px;
		font-size: 18px;
		margin: 0 15px;
	}
	#sidebar  ul {
		list-style: none;
		margin: 0 15px;
		margin-bottom: 20px;
	}
	#sidebar ul li {
		padding: 4px;
		padding-left: 20px;
		background: url(images/bullet.gif) no-repeat left;
	}



#footer {
	background: url(images/footer.gif) repeat-x;
	clear: both;
	height: 90px;
}
	#footer-wrapper {
		width: 960px;
		padding-top: 25px;
		text-align: left;
		padding-left: 40px;
		color: white;
	}

#sidebar li {
	list-style: none;
}
#comments {
	width: 380px;
	padding: 20px 0;
	display: block;
}
#comments form input {
	width: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
}
#comments form textarea {
	width: 540px;
	height: 200px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
}
#comments h3#comments {
	font-size: 18px;
	width: 470px;
	color: #215a7c;
	padding-left: 10px;
}
#comments ol.commentlist {
	list-style: none;
}
#comments ol.commentlist li {
	width: 490px;
	clear: left;
	background: #f1f1f1;
	line-height: 1.4em;
	font-size: 13px;
	border-bottom: 1px dashed #ccc;
	color: #555;
	margin: 10px 0;
}
#comments ol.commentlist li a {
	text-decoration: none;
	color: #888;
}
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.big-post {
		width: 600px;
		border: 1px solid #ccc;
		background: url(images/post.gif) repeat-x bottom #fff;
		padding: 20px;
		padding-bottom: 5px;
		float: right;
		margin: 6px;
	}
	div.big-post h2 a {
		text-decoration: none;
		color: #222;
		line-height: 1.1em;
		letter-spacing: -1px;
		font-size: 24px;
	}
	div.big-post h3 {
		font-weight: lighter;
		text-transform: uppercase;
		color: #888;
		padding: 5px 0;
		padding-bottom: 20px;
		font-size: 12px;
		background: url(images/underline.gif) repeat-x bottom;
	}
	div.big-post p {
		padding-top: 0;
	}