@charset "utf-8";
/* CSS Document 
   Created by I Putu Rudiarsana
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d1e7bb;
	line-height: 18px;
}
body {
	margin: 0px;
	background: #548624 url(images/bg-body.gif) left bottom repeat-x;
	text-align: center;
}
h1,h2,h3 {
	font-size: 18px;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #557d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.button {
	background: #fff;
	border: none;
	color: #000;
}
#rate table, #rate td, #rate th {
	border: 1px solid #5a8c28;
    border-collapse:collapse;
}
#rate tr, #rate td, #rate th {
	padding: 3px;
}
a:link {
	color: #d1e7bb;
	text-decoration: none;
}
a:visited {
	color: #d1e7bb;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #d1e7bb;
	text-decoration: none;
}

/* Main Id */

#wrapper {
	width: 900px;
	margin: auto;
	background: #3e6d0f;
	border-left: 5px solid #49791a;
	border-right: 5px solid #49791a;
}
#headtop {
	height: 95px;
	background: url(images/bg-up.gif) left bottom repeat-x;
	text-align: left;
}
#headlogo {
	width: 170px;
	float: left;
	height: 95px;
	background: url(images/logo.gif) center center no-repeat;
}
#headmenu {
	width: 720px;
	float: right;
	height: 25px;
	padding-top: 70px;
}
#headimage {
	height: 187px;
	background: url(images/bg-head.gif) left top repeat-x;
	text-align: center;
	padding-top: 15px;
	clear: both;
}
#content {
	float: left;
	width: 900px;
 	background: url(images/bg-text.jpg) left bottom no-repeat;
	text-align: left;
	padding-top: 20px;
}
#sidebar {
	width: 268px;
	float: left;
	border-right: 1px solid #557d2e;
	padding: 0 20px;
}
#post {
	width: 552px;
	float: right;
	padding-right: 20px;
}
#footer {
	clear: both;
	width: 860px;
	height: 30px;
	background: url(images/bg-footer.jpg) left top no-repeat;
	text-align: left;
	padding: 50px 20px 0 20px;
	font-size: 11px;
}

/* List */
#headmenu ul {
	margin: 0;
	padding: 0;
}
#headmenu li {
	display: inline;
	padding-right: 25px;
	margin: 0;
}


/* Main Class */
.leftbox {
	margin-bottom: 30px;
}
.leftbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.leftbox li {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.rightbox {
	margin-bottom: 40px;
}
.image-left {
	margin-right: 10px;
}
.more {
	display: block;
	clear: both;
	padding-top: 10px;
}

/* Calendar */

div.calendar
{
  font-size: smaller;
  color: #3e3e3e;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
  z-index: 9999;
}

div.calendar table
{
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-collapse: separate;
  border-spacing: 1px;
}

div.calendar thead {
  background-color: #fff;
}

div.calendar td,
div.calendar th
{
  padding: 2px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
  color: #e8a800;
}

div.calendar th
{
  font-weight: bold;
}

div.calendar tr.days td {
  width: 2em;
  color: #3d60ba;
  text-align: right;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  border-color: #e8a800;
  background-color: #e5e5e5;
  cursor: pointer;
}
div.calendar tr.days td:hover
{
 background-color: #ffffff;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #e8a800;
  border-color: #e8a800 !important;
  color: #fff !important;
}

div.calendar tr.days td.weekend {
	color: #7f9de8;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  border-color: #3d60ba;
}

div.calendar tr.days td.otherDay
{
  background: #e5e5e5;
  color: #fff;
}
#ads ul {
	margin: 0;
	padding: 0;
}
#ads li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #666666;
}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{		
		background: #68A758;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #000000;
		text-decoration: none;
		color: #000;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{	
		background: #68A758;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}