/*  

Theme Name: Compact Green

Theme URI: http://www.awnix.com/

Description: A compacted green wordpress theme suitable for anyone.

Version: 1.0

Author: DTanga Small

Author URI: http://www.awnix.com/

*/



body {

	background:#fff;

	color:#6F6F6F;

	font:11px 'Trebuchet MS' Verdana, Arial, sans-serif;

	margin:0px;

	padding:0px;

}



/*Wrapper*/

#wrapper {

	width:680px;

	margin:20px auto;

}



/*Top*/

#top {

	background:no-repeat center url(images/top.gif);

	width:680px;

	height:17px;

	float:left;

}



/*Content*/

/*Background*/

#background {	

	background:#56871A;

	width:660px;

	border-left:10px solid #456024;

	border-right:10px solid #456024;

	float:left;

}



/*Inner Wrapepr*/

#inner-wrapper {

	width:638px;

	margin:0 auto;

}



/*Header*/

#header, #header h2 {	

	color:#fff;

	font-size:22px;

	font-weight:bold;

	margin:0 0 0 30px;

	display:inline;

	clear:both;

}



#header h1 a:link, #header h1 a:visited {
	float:left;
 	color:#fff;
	font-size: 22px;
 	text-decoration:none;
 	display: inline;

}



#header a:hover,

#header a:active {

 	color:#fff;

 	text-decoration:none;

}



/*Left Column*/

#left-column {

	background:#fff;

	width:152px;

	border:4px solid #66A617;

	margin:20px 0 0 0;

	padding:10px 0 10px 20px;

	float:left;

}



h2, #left-column h3 {

	color:#96A2A4;

	font-size:18px;

}



.heading h2 {
margin: 5px;
}



#left-column ul {

	list-style-type:none;

	margin:0px;

	padding:0px;

}



#left-column a:link,

#left-column a:visited {

 	color:#6F6F6F;

 	text-decoration:none;

}



#left-column a:hover,

#left-column a:active {

 	color:#6F6F6F;

 	text-decoration:none;

}



/*right Column*/

#right-column {

	background:#fff;

	width:422px;

	border:4px solid #66A617;

	margin:20px 0 0 8px;

	padding:10px;

	float:left;

}



/*Footer*/

#footer {	

	width:100%;

	color:#456024;

	margin-top:20px;

	text-align:center;

	float:left;

	

}



#footer a:link,

#footer a:visited {

 	color:#fff;

 	text-decoration:none;

}



#footer a:hover,

#footer a:active {

 	color:#fff;

 	text-decoration:underline;

}



/*Bottom*/

#bottom {

	background:no-repeat center url(images/bottom.gif);

	width:680px;

	height:17px;

	clear:both;

}



/*Other Styling*/

/*Posts*/

/*date*/

.date-bg {

	background:no-repeat center url(images/post-date.gif);

	width:50px;

	color:#fff;

	height:49px;

	line-height:20px;

	float:left;

}



.date {

	margin:2px 0 0 14px;

	font-weight:bold;

	float:left;

}



/*Heading*/

.heading {

	width:369px;

	text-align:center;

	color:#7C8B8E;

	font-size:18px;

	font-weight:bold;

	float:left;

}



.heading a:link,

.heading a:visited {

 	color:#6F6F6F;

 	text-decoration:none;

}



.heading a:hover,

.heading a:active {

 	color:#6F6F6F;

 	text-decoration:none;

}



/*post*/

.post {

	width:349px;

	float:left;

}



/*Comments*/

.comments {

	width:369px;

	text-align:center;

	color:#96A2A4;

	font-weight:bold;

	float:left;

}



.comments a:link,

.comments a:visited {

 	color:#6F6F6F;

 	text-decoration:none;

}



.comments a:hover,

.comments a:active {

 	color:#6F6F6F;

 	text-decoration:underline;

}



/*Search*/

#s {	

	background:#B3FD59;

	border:1px solid #456024;

}



/*Comments*/

#comments-div a:link,

#comments-div a:visited {

 	color:#6F6F6F;

 	text-decoration:underline;

}



#comments-div a:hover,

#comments-div a:active {

 	color:#6F6F6F;

 	text-decoration:none;

}



/*Paragraph*/

p {

	margin:10px 0;

}

h3#comments, h3#postcomment {
	color:#96A2A4;

	font-size:18px;
}



