/*
Theme Name: earth and sky
Theme URI: http://www.freewpthemes.net/preview/voyage
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin-top: 50px;
	padding: 0;
	background: #40413d;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #000;
}

h1, h2, h3 
{
	color:#3d73c5;
	font-weight:bold;
	font-family:verdana;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}
p.footer
{
   line-height:13px;
}
a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


#banner {
	width: 800px;
	margin: 0 auto;
	background: url(images/stit.jpg) no-repeat left top;
	height: 230px;
}


/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	height: 30px;
	background: url(images/header.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 800px;
	height: 30px;
	background: url(images/header.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 8px 4px 6px 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	font-family: verdana;
	color: #000000;
   	background:#74e506;
    border: 1px solid #66FF33;
    width:120px;
}

#menu ul li ul
{
display:none;
}
#menu ul li:hover ul
{
display:block;
margin:0;
padding:0;
width:120px;
z-index:20;
position:relative;
margin-top:30px;
}
#menu ul li ul li ul
{
display:none;
}
#menu ul li ul li:hover ul
{
display:block;
margin-left:134px;
margin-top:0;
padding:0;
position:absolute;
}
#menu ul li ul li ul li
{
display:none;
}
#menu ul li ul li:hover ul li
{
display:block;
width:120px;
position:relative;
height:auto;
}
#menu a:hover { 
	background: #AA330F url(images/hover.gif) repeat-y;
	color: #FFFFFF;
    width:120px;
}

#menu .current_page_item a {
	background: #AA330F url(images/hover.gif) repeat-x;
	color: #000000;
	width:120px;
	float:left;
	text-align:center;
}
#menu .current_page_item a:hover {
	background: #AA330F url(images/hover.gif) repeat-x;
	color: #ffffff;
    width:120px;
}
#menu .current_page_item a:focus {
	background: #AA330F url(images/hover.gif) repeat-x;
	color: #ffffff;
    	width:120px;
}

/** LOGO */

#logo {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0 30px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo h1 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #897B7B; 
}

#logo p a {
	text-decoration: none;
	color: #8BD80E;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 2px 2px 0px 20px;
	background: #555653;
	border: 0;
    background-image: url(images/bgpage.png);
}
#page a
{
       color: #FFCC33;
}


/* Content */

#content {
	float: left;
	width: auto;
}

/* Post */
h1 .title
{
text-decoration: none;
color:#3d73c5;
font-weight:bold;
font-family:verdana;
}

.post {
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
	width:570px;
}
.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
 	color:#000000;
}

.post .title a {
	text-decoration: none;
	color:#3d73c5;
	font-weight:bold;
	font-family:verdana;
}
.post .title a:hover {
	text-decoration: none;
	color:#73cd1b;
}

.post h1 {
	padding: 9px 0 0 0px;
	font-size: 20px;
	color: #000000;
}

.post h2 {
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #000000;
}

.post .entry {
      font-family:verdana;
      line-height:15px;
      color:#fff;
      font-size:12px;
      background-color: #6F6F6F;
      border: 1px solid #CCCCCC;
      padding: 2px 9px 2px 9px;
}

.post .meta {
	padding: 0px 15px 30px 0px;
}
.post .meta a
{
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #000000;
}

.post .meta .links {
	float: left;
}
.post .byline {
	border: 1px solid #0099FF;
    border-style: dashed;
	margin-top: -20px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #ffffff;
    background-color: #6F6F6F;
	font-family:verdana;
}

.post .meta .links {
	float: left;
}

.post .meta .more
{
}

.post .meta .comments {
	padding-left: 25px;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	width: 180px;
	float: right;
	margin: 0;
	padding-left:7px;
    padding-right: 7px;
    padding-top: 10px;
    border:1px solid #4D6ADF;
    font-family:verdana;
   	background-color: #4D4D4D;
 }
 
#tool
{
position:fixed;
width:100%;
height:30px;
background-image:url("images/ext.png");
right:0;
bottom:0;
border:1px solid #74b4d8;
padding:4px 95px 0 25px;
color:#fff;
}

#tool a
{
border:1px solid #74b4d8;
text-decoration:none;
padding:3px 8px 3px 8px;
float:right;
}
#tool a:hover
{
background-color:#275975;
}
#logo
{
position:fixed;
right:13px;
width:70px;
height:70px;
bottom:0;
}
#calendar
{
position:fixed;
bottom:3px;
right:100px;
background-image:url("images/ext.png");
padding-bottom:20px;
display:none;
}
li#meta
{
position:fixed;
bottom:3px;
right:300px;
border:1px solid #74b4d8;
background-image:url("images/ext.png");
padding-bottom:20px;
display:none;
width:120px;
}
#meta li 
{
border:1px solid #74b4d8;
background-image:url("images/ext.png");
}
#meta .widgettitle
{
width:110px;
background-image:url("images/ext.png");
}
caption
{
  color: #6699FF;
  font-weight: normal;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
font-size:10px;
}
#sidebar li {
	margin-bottom: 25px;
    background-color: #6F6F6F;
    border: 1px solid #888888;
}
#sidebar li a
{
    color: #fced00;
    display:block;
    width:176px;
    border: 0;
}
#sidebar ul li td a
{
    display: inline;
    padding: 4px 0 4px 0;
    border: 1px solid #FFCC33;
}
#sidebar ul li td
{
  border: 1px solid #0099FF;
  color: #ffffff;
  padding-left:4px;
}
#sidebar ul li td.pad
{
  border:0;
  background-color:#4d8bae;
}
#sidebar ul li th
{
    color: #FFCC33;
 background-image:url("images/ext.png");
}


#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 0px;
}

#sidebar h2 {
	width: 170px;
	margin-bottom: 10px;
	padding-left: 10px;
    background-image:url("images/hover.gif");
	font-size: 15px;
	color: #fff;
	font-weight:bold;
}
#sidebar a
{
         color:#fced00;
         font-weight:thin;
         text-decoration:none;
         width:auto;
		 align-text:left;
}
#sidebar a:hover
{
         color: #fff;
         font-weight:thin;
         text-decoration:none;
         background-color:#265a77;
         width:auto;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 170px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
    background-color:#b5b5b1;
    border:2px solid #5794ec;
}
#s:hover
{
     background-color:#94e578;
}
#x {
}

/* Boxes */

.box1 {
	padding: 10px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 802px;
	margin: 0 auto;
	padding: 8px 0 10px 0;
    font-family:verdana;
    font-size: 1px;
	background-color:#5492e6;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 11px;
}

#legal {
	clear: both;
	text-align: center;
	color: #000;
}

#legal a {
	font-weight:normal;
	color: #fff;
	text-decoration:none;
}

#comment {
	width: 400px;
	height: 100px;
}

.date {
	padding-left: 10px;
	border-left: 8px solid #B8120B;
	margin-top: -25px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #897B7B;
}
/* editing */
#icon
{
     width:26px;
     height:24px;
}
#drop
{
     width:70px;
     z-index:100;
     float:left;
   	background-image:url(images/atas.gif) repeat-x;
   	padding-top:30px;
   	border:1px solid #000000;
}
#menu #drop
{
     display:none;
}
#menu:hover div#drop
{
     display:block;
     z-index:100;
     position:absolute;
}


/*pop up by muhammad rifki */
.root
{
  margin: 0 auto;
  width:100%;
  height:100%;
  z-index:1;
  background-image:url("images/opacity.png");
  border: 2px solid #ACDB20;
  position: fixed;
  text-align:center;
  top:0;
  color:#000000;
  font-weight:bold;
  float:left;
  display:none;
}	
