/*   
Theme Name: Green Sarasan
Theme URI: http://sarasan.wordpress.com
Description: Base on stylevantage theme
Author: Joko Saraswanto
Author URI: http://sarasan.wordpress.com
Version: alpha-beta-gamma
.
General comments/License Statement if any.
.
*/

* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url('images/headerbg-green.gif') repeat-x;
	color: #333333;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #72A545;
}
a:hover {
	background: inherit;
	color: #006699;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #666666;
}

#wrap {
	margin: 0 auto;
   	width: 850px;  	
	text-align: left;		
	background: #FFF;	
}

#content-wrap {
	clear:both;
   	margin: 0; padding:0;
	width: 850px;	
}

/* header */
#header {
	position: relative;
	background: url('images/headerbg-green.gif') repeat-x;
	height: 84px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0px; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:50px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}
#footer {
	clear: both;
	background: #FFF url('images/footerbg.gif') repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar li {
	list-style: none;
	padding: 12px 0px 5px 30px;
	background: url('images/square_arrow.gif') no-repeat 2px 12px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;	
}

#sidebar li ul{
	list-style: none;
	margin:0; padding: 0;
}
#sidebar li ul li{
	list-style: none;
	margin:0; 
	background: url('images/arrow.gif') no-repeat 0px 7px;
	padding:  3px 5px 2px 16px ;	
}
#sidebar li ul li a{
	list-style: none;
	background-image: none;
	text-decoration: none;	
}

#sidebar .title {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li a{
	background-image: none;
	text-decoration: none;
	text-transform: capitalize;
}
#sidebar ul li{
	list-style: none;
	background: url('images/arrow.gif') no-repeat 0px 7px;
	margin: 0;
	padding: 3px 5px 2px 16px ;	
}


* html body #sidebar ul li { height: 1%; }

#main {
	float: left;
	margin: 0;
	padding: 5px;
	width: 54%;	
}
#main img{
padding: 10px;
}
#main h1 {
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#main h2 {
	margin: 5px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
#main h3 {
	margin: 10px 0 5px 0;
	font-size: 14px;
}

#main ul {
	list-style: none;
	margin: 0;
}
#main ul li {
	padding-bottom: 10px;
}
#main li {
	list-style: none;
	background: url('images/arrow.gif') no-repeat 0px 7px;
	margin: 0;
	padding: 2px 5px 2px 16px ;	
}
#main li a {
	list-style: none;
	background-image: none;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

#main p{
	margin: 0;
	padding: 5px 0 0 0;
}
/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	margin: 0;		
}
/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
	text-transform: uppercase;
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url('images/menudivide.gif') repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #32CD32;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #32CD32;
}
p, h1, h2, h3 {
	margin: 10px 5px;
}

code {
  margin: 0;
  padding: 0 0 15px 5px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
.navigation {
	padding: 0;
	margin: 0 5px;
}
.post {
	margin: 10px 5px;
}
.post h3 {
	padding: 0;
	margin: 0;
}
.post small {
	padding: 0;
	margin: 0;
}
.post a {
	text-decoration: none;
}
.post img {
	border: 10px solid #cdcdcd;
}
.green {color: #32CD32; }
.abu {color: #999999;}
.title {
	margin: 0;
	padding: 0;
}

#wp-calendar caption {
font-weight: bold;
text-transform: uppercase;
color: #32CD32;
background-color: #DDFFDD;
}
#wp-calendar th {
text-align: right;
padding: 2px;
}
#wp-calendar td {
text-align: right;
padding: 2px;
}