/* --------------------------------- */
/* selectors ---------------------- */
/* --------------------------------- */
* {
	margin:0;
}

body, html {
	height:100%;
	margin:0;
	padding:0;
	background:#f1f1e9 url(../images/site-background.png) repeat-x top left;
	font:12px normal verdana,arial,sans-serif;
	color:#333;
}

a {
	color:#96cee8;
}

a:hover {
	text-decoration:none;
	color:#90a238;
}

h1 {
	margin:0 0 6px;
	padding:0;
	color:#402e2f;
	font-size:24px;
}

h2 {
	margin:0 0 6px;
	padding:0;
	color:#402e2f;
}

h3 {
	margin:0 0 6px;
	padding:0;
	color:#96cee8;
	font-size:20px;
}

h4 {
	color:#90a238;
	font-weight:normal;
	font-size:15px;
	margin:20px 0;
	padding:10px 0;
	border-bottom:1px dotted #e6e6e6;
}

h5 {
	margin:0;
	padding:0;
	color:#90a238;
	font-weight:normal;
	font-size:15px;	
}

ol, ol li {
	margin:0;
	padding:0;
	list-style:none;
}

table {
	width:100%;
	border:2px solid #ccc;
	margin-bottom: 20px;
	padding:0;
}

td,th {
	padding:10px;
}

th {
	text-align:left; 
	background-color:#ededed;
	font-size:13px;
	border-bottom:1px solid #ccc;
}



/* --------------------------------- */
/* layout ------------------------ */
/* --------------------------------- */
.site-wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -20px;
}


.page {
	width:960px;
	margin:0 auto;
}

#header {
	height:80px;
	width:100%;
	padding-top:40px;
	color:#fff;
}

#content {
	width:640px;
	margin-top:30px;
	float:left;
}

/* --------------------------------- */
/*header  ------------------------ */
/* --------------------------------- */
#header a img {
	border:0;
}

ul#nav {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}

ul#nav li {
	float:left;
	margin-left:4px;
	display:block;
	line-height:33px;
}

ul#nav li a {
	font-size:16px;
	display:block;
	background-color:#96cee8;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
}

ul#nav li a:hover {
	background-color:#fff;
	color:#96cee8;
}

/* --------------------------------- */
/* post content ----------------- */
/* --------------------------------- */
.post {
	padding:20px;
	width:600px;
	background-color:#fff;
	margin-bottom:20px;
	border-bottom:1px solid #96cee8;
}

.post-title {
	position:relative;
}

.post-title h2 a {
	color:#96cee8;
	text-decoration:none;
	font-size:22px;
}

.post-title h2 a:hover {
	color:#90a238;
}

.post-title h2 a span {
	display:none;
}

.post-title h2 a:hover span {
	display:inline;
}

span.post-comments {
	position:absolute;
	width:30px;
	height:30px;
	right:0;
	top:0;
	background:#fff url(../images/comments-bubble.png) no-repeat top left;	
}

span.post-comments a {
	display:block;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	color:#999999;
}

span.post-comments a:hover {
	color:#90a238;
}

.post-date {
	font-size:10px;
	color:#999999;
	margin:4px 0;
}

.post-cat {
	border-bottom:1px solid #e6e6e6;	
	margin:4px 0 14px;
	padding-bottom:16px;
	font-size:11px;
}

.entry-readmore {
	font-size:11px;
	display:block;
	padding-top:12px;
}

.entry a.entry-image {
	display:block;
	margin:10px 0;
	padding:10px;
	background-color:#e6e6e6;
}

.entry a.entry-image:hover {
	background-color:#90a238;
}

.entry a.entry-image img {
	width:580px;
	border:0;
}

.entry a.entry-thumb {
	float:right;
	padding:3px;
	background-color:#e6e6e6;
	width:120px;
}

.entry a.entry-thumb:hover {
	background-color:#90a238;
}

.entry a.entry-thumb img {
	width:120px;
	border:0;
}

.entry p {
	line-height:18px;
	margin-bottom:12px;
}

#clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* --------------------------------- */
/* comments -------------------- */
/* --------------------------------- */
#comments, #respond {
	border-bottom: 1px dotted #ccc;
	padding:10px 0 5px 0;
	clear:both;
}

.commentlist {
	margin:10px 0px;
	padding-left:20px;
	line-height:16px;
}

.commentlist li {
	padding:5px 10px;
}

.commentlist .alt {
	background:#f8f8f8;
}

.commentlist cite {
	font-weight:bold;
	font-style:normal;
}

.commentlist small {
	margin-bottom:5px;
	display:block;
	font-size:12px;
}

#commentform {
	margin-top:10px;
}

#commentform p {
	padding:6px 0px;
	margin:0px;
}

#commentform label {
	color:#333;
	font-size:11px;
}

#commentform input {
	background:#f8f8f8;
	border:1px solid #96cee8;
	padding:3px;
	margin-top:3px;
	font-family:	verdana,arial,sans-ser
}

#commentform textarea {
	width:478px;
	height:115px;
	background:#f8f8f8;
	border:1px solid #96cee8;
	padding:2px;
	margin-top:3px;
	font-family:	verdana,arial,sans-serif;
	font-size:12px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background:#fff;
}

#commentform #submit{
	background:url(../images/btn-bg.png) no-repeat;
	color:#fff;
	border:none;
	float:right;
	width:144px;
	height:28px;
	cursor:pointer;
}

#commentform input[type="text"] {
	width:200px;
}

.error {
	color:#FC3307;
	border:1px solid #FC3307;
}

.message {
	color:#090;
	border:1px solid #7ed500;
}

p.error, p.message {
	padding:8px;
	font-weight:bold;
	margin-top:10px;
	line-height:18px;
	font-size:12px;
}

/* --------------------------------- */
/* side bar ----- ----------------- */
/* --------------------------------- */
#sidebar {
	width:280px;
	float:right;
	margin-top:30px;
	font-size:12px;
	line-height:18px;
}

#sidebar ul.sidebar_list {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar ul.sidebar_list li ul {
	background-color:#fff;
	list-style:none;
	margin:0;
	border-bottom:1px solid #96cee8;
	padding:10px;
	margin-bottom:20px;
}

#sidebar ul.sidebar_list li ul li {
	padding:5px 0;
}

/* --------------------------------- */
/* footer  ------------------------ */
/* --------------------------------- */
.push {
	height:20px;		
	clear:both;
}

#footer {
	clear:both;
	padding-top:40px;
	color:#fff;
	height:150px;
	background:#402e2f url(../images/site-background-footer.png) repeat-x top left;
	position:relative;
	font-size:12px;
	line-height:18px;
}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer .footer-links {
	width:300px;
	float:left;
	margin-left:40px;
}

#footer .footer-recent-comments {
	width:300px;
	float:left;
}

#footer .footer-about {
	width:280px;
	float:left;
	margin-left:40px;
}

#credits {
	position:absolute;
	bottom:0;
	right:0;
}

hr.clear {
	clear:both;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* --------------------------------- */
/* plugins  ----------------------- */
/* --------------------------------- */
