/*
Theme Name: Limelite
Theme URI: http://www.limbofreak.com/
Description: A very simple green yellow template
Version: 1.0 
Author: SMPangonilo
Author URI: http://www.limbofreak.com/
*/

/* common */
* html, body {
margin: 0;
padding:0;
}

body {
text-align: center;
background: #88ff88;
}

a:link, a:visited{
text-decoration: none;
color: green;
}

a:hover{
text-decoration: underline;
color: green;
}

blockquote {
	font-style: italic;
	background: #DDFFDD;
	padding: 0.8em;
}



/* Layout */
#wrapper {
margin: 0 auto;
width: 800px;
border: 2px solid #00B201;
min-width: 500px;
margin-top: 5px;
margin-bottom: 5px;
background: #fff;
}

.clear {
clear: both;
}

.hdr-left {
float: left;
width: 25%;
height: 65px;
}

.hdr-right {
float: left;
width: 60%;
height: 65px;

}

#nav {
width: 100%;
height: 2em;
background: green;
border-bottom: 0.7em solid yellow;
}

.content{
	border-top: 1px solid green;
}

#c_main {
	float: left;
	width: 68%;
	padding: 1%;
}

#c_side {
	float: left;
	width: 27.5%;
	padding: 1%;
}

#c_side #sidebar .block {
	border: 1px solid #00cc00;	
	margin-bottom: 1em;
}

#c_side #sidebar .block h2{
	margin-top: 0;
	background: #00CC00;	
	color: #fff;
	padding-left: 0.8em;
}

#c_side .search {
	margin-bottom: 1em;
	}


.navigation {
	width: 100%;
	border-top: 1px dotted #F20000;
	padding: 1%;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

#footer {
width: 100%;
height: auto;
background: green;
border-top: 2px ridge green;
}

#footer .l_footer{
float: left;
width: 31%;	
padding: 1%;
}

#footer .m_footer{
float: left;
width: 31%;	
padding: 1%;
}

#footer .r_footer{
float: left;
width: 31%;	
padding: 1%;
}



/***********************************************
*  formatting
***********************************************/
body {
font: 75%/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
color: green;
}


#wrapper {
text-align: left;
}

.hdr-left {
background: #fff url('images/lime.png') left top no-repeat;
margin: 5px;
}

.hdr-right h1{
	margin: 25px 0 -0.5em 0;
	font-size: 2.2em;
	text-transform: capitalize;
}

#nav{
	width: 100%;
	text-align: right;
	font-size: 1.1em;
	line-height: 2.2em;	
}

#nav li {
	list-style: none;
	display: inline;
	padding: 2px 5px;
	margin-right: 2px;
	background:  #F73F00;
	border-left: 1px solid yellow;
	border-top: 1px solid yellow;
	border-right: 1px solid yellow;		
}

#nav .current_page_item {
	padding: 2px 5px;
	margin-right: 3px;
	background: yellow;
}

#nav .current_page_item a:link, #nav .current_page_item a:visited {
	color: green;
}

#nav .current_page_item a:hover {
	text-decoration: underline;
}

#nav li a:link, #nav li a:visited {
	color:  #fff;
}

#nav li a:hover {
	color:  #00FF00;
	text-decoration: none;
}

.content{
font: 1.2em/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
}

#c_main h2 {
	font-size: 1.4em;
	line-height: 1.8em;
	border-bottom: 1px solid #E80000;
	margin-bottom: -0.1em;
}

#c_main .post h2 a:hover{
	text-decoration: none;
	color: #00aa00;	
}

#c_side #sidebar .block{
	list-style: none;
}

#c_side #sidebar .block h2{
	font-size: 1.4em;
	line-height: 1.4em;
}

#c_side #sidebar p {
	color: #F20000;
	font-size: 1.1em;
}

.navigation .alignleft a, .navigation .alignright a {
	font-size: 1.1em;
	font-weight: bold;
	color: #F20000;
}

#footer{
	width: 98%;
	text-align: center;
	color: #fff;
	font-size: 1em;
	line-height: 2em;
	padding: 1%;
	padding-bottom: -1%;
}

#footer h2 {
	background: #D73B00;
	padding-left: 0.5em;	
	font-size: 1.4em;
}

#footer a {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}

#footer li {
	line-height: 2em;
	border-bottom: 1px dotted #fff;
	list-style: none;	
	margin-left: -2em;
}
#footer .l_footer{
text-align: left;
}

#footer .m_footer{
text-align: left;}

#footer .r_footer{
text-align: left;
}

#footer .designer {
	border-top: 1px dotted #D73B00;
	font-size: 1em;
}