/*
Theme Name: greendark
Theme URI: http://freethemelayouts.com/
Description: Designed by <a href="http://freethemelayouts.com">FTL</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">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 #fff;
	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: #728fa1;
	font-weight: bold;
}

/* Sructure */
#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 140px;
}
	#logo {
		float: left;
		width: 300px;
		height: 100px;
		padding: 37px 10px;
		padding-bottom: 0;
	}
	#logo h1 a {
		text-decoration: none;
		color: #fff;
		font-size: 26px;
		letter-spacing: -1px;
	}
	#logo h2 {
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: lighter;
	}
	#search {
		width: 250px;
		float: right;
		padding-top: 30px;
		padding-bottom: 12px;
	}
	#search form input[type=text] {
		width: 166px;
		height: 34px;
		background: url(images/search.gif) no-repeat;
		display: block;
		padding: 9px;
		color: #fff;
		border: none;
		float: left;
	}
	#subscribe {
		width: 455px;
		height: 35px;
		background: url(images/subscribe-bar.gif) no-repeat;
		display: block;
		float: right;
		padding-top: 10px;
		padding-left: 125px;
	}
	#subscribe a.s-comments {
		width: 211px;
		height: 35px;
		background: url(images/s-comments.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
	}
	#subscribe a.s-rss {
		width: 211px;
		height: 35px;
		background: url(images/s-rss.gif) no-repeat;
		display: block;
		text-indent: -999999px;
		float: left;
	}
#nav {
	clear: both;	
}
	#nav ul {
		list-style: none;
		border-right: 1px solid #d2ed87;
		border-left: 1px solid #a9d945;
	}
	#nav ul li {
		float: left;
		display: block;
	}
	#nav ul li a {
		float: left;
		display: block;
		text-decoration: none;
		padding: 13px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		border-left: 1px solid #d2ed87;
		border-right: 1px solid #a9d945;
	}
		#nav ul li a:hover {
			background: url(images/nav-hover.gif) repeat-x;
		}
#content {
	clear: both;
	padding-top: 20px;
}
#sidebar {
	width: 220px;
	float: left;
}
	div.sidebar {
		padding: 15px;
		background: url(images/sidebar.gif) repeat-x bottom #fff;
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	#sidebar h2 {
		margin-top: 10px;
		padding: 5px 0;
		border-top: 1px solid #ccc;
		padding-left: 20px;
		background: url(images/bullet.gif) no-repeat left;
		color: #93bb3a;
		text-transform: uppercase;
		font-size: 14px;
	}
	#sidebar ul li {
		padding: 3px;
		padding-left: 20px;
		list-style: none;
	}
#column {
	width: 650px;
	float: right;
	padding-left: 20px;

}
div.big-post {
	padding: 15px;
	padding-bottom: 13px;
	background: url(images/post.gif) repeat-x bottom #fff;
	border: 1px solid #ccc;
	width: 600px;
	float: left;
	margin: 5px;

}
	div.corner {
		float: right;
		width: 88px;
		height: 79px;
		background: url(images/corner.gif) no-repeat;
		display: block;
		margin-top: -16px;
		margin-right: -16px;
	}
	div.big-post h2 a {
		text-decoration: none;
		color: #333;
		font-size: 26px;
		line-height: 1.2em;
		letter-spacing: -1px;
	}
	div.big-post h3 {
		text-decoration: none;
		color: #777;
		font-size: 12px;
		padding: 5px 0;
		text-transform: uppercase;
		font-weight: lighter;
		border-bottom: 1px dotted #ccc;
	}
	a.readmore {
		padding: 11px;
		padding-left: 55px;
		font-size: 12px;
		background: url(images/readmore.gif) no-repeat left;
		text-decoration: none;
		color: #444;
		border-right: 1px solid #ccc;
	}
	div.small-post {
	padding: 15px;
	padding-bottom: 13px;
	background: url(images/post.gif) repeat-x bottom #fff;
	border: 1px solid #ccc;
	width: 600px;
	margin: 5px;
	float: left;
	vertical-align: top;
}
	div.small-post h2 a {
		text-decoration: none;
		color: #333;
		font-size: 19px;
		line-height: 1.2em;
		letter-spacing: -1px;
	}
	div.small-post h3 {
		text-decoration: none;
		color: #777;
		font-size: 12px;
		padding: 5px 0;
		text-transform: uppercase;
		font-weight: lighter;
		border-bottom: 1px dotted #ccc;
	}
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x bottom;
	height: 90px;
	text-align: left;
	padding-top: 20px;
}
#footer-wrapper {
		width: 850px;
	padding-top: 20px;
		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;
}
