body {
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 0.85em;
	background: #ffffff url("images/stripes.gif") repeat;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
}

a:hover {
	color: #333333;
}

a img {
	border: none;
	}

.left {
	padding: 0 10px 0 0;
	float: left;
}

.right {
	padding: 0 0 0 10px;
	float: right;
}

.center {
	display: table;
	margin: 0px auto;
}
.center_wrap {
	display: table-cell;
}

p.clear {
	clear: both;
}

/* Header */

#header {
	height: 325px;
	background: #000000 url("images/kembali_header_300.jpg") no-repeat;
	clear: both;
}

/* Menu */

#menu {
	height: 25px;
	margin-top: 300px;
	float: right;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 15px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-decoration: underline;
}

#menu .current_page_item a {
	text-decoration: underline;
}

/* Content */

#content {
	position: relative;
	padding: 20px;
 	background-color: #ffffff;
	min-height:555px;
	height:auto !important;
	height:555px;
	overflow: auto !important;
}

.post {
	clear: both;
}

small {
	font-size: x-small;
}

/* Drop shadow */

.img-shadow {
  display: inline;	
  float: left;	
  background: url("images/shadowAlpha.png") no-repeat bottom right !important;
  background: url("images/shadow.gif") no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow iframe,
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
