img/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	/*background: #3D5D68 url(../images/img01.jpg) repeat-x;*/
    background: #330099;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #514F42;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #bcb503;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 940px;
	height: 230px;
	margin: 0px auto;
	background: #3D5D68 url(../images/img01.jpg) repeat-x;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	height: 160px;
	padding: 40px 0 0 170px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
}
#logo img{
	margin-top:-28px;
	z-index:1;
}

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

#logo p {
	margin: -113px 0 0 173px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

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

/* Menu */

/*#menu {
	float: left;
	position:relative;
	z-index:4;
	margin-top:-100px;
}

#menu ul {	
	margin-top:-115px;
	padding: 176px 0px 0px 0px;
	list-style: none;
	position:relative;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 3px;
	padding: 5px 9px;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 2px solid #EBEAD1;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #182C33;

	-webkit-border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 5px;  	

  	-moz-border-radius-topleft: 5px;
  	-moz-border-radius-topright: 5px;  	

  	border-top-left-radius: 5px;
  	border-top-right-radius: 5px;  	
}

#menu a:hover, .active a {
}

#menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#menu ul ul li
{
	float:none;
	width:200px
}

#menu ul ul li a
{
	clear:both;
}

#menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#menu ul ul ul
{
	top:0;
	left:100%
}

#menu ul li:hover > ul
{
	display:block
}*/


#menu
{
	float: left;
	position:relative;
	z-index:4;
	margin-top:-37px;
}

#menu ul
{
	margin-top:-110px;
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#menu ul a
{
	display:block;		
	margin-left: 3px;
	padding: 5px 9px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 2px solid #EBEAD1;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #182C33; 
}

#menu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#menu ul li.current-menu-item
{
	background:#ddd
}

#menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:3px;
	background:#fff;
	padding:0
}

#menu ul ul li
{
	float:none;
	width:200px
}

#menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#menu ul ul ul
{
	top:0;
	left:100%
}

#menu ul li:hover > ul
{
	display:block
}

/* Page */

#wrapper {
	background: #DAFEC5 url(../images/footer.jpg) repeat-x left bottom;
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:3;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 680px;
	margin-bottom: 50px;        
        padding: 0 10px 0 0;
}

/* Post */

.post {
	margin-top: 20px;
    margin-left: 6px;       
    clear: both;
}

.post .date {
	float: left;
	width: 50px;
	height: 40px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #514F42;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 25px;
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 50px;
	font-size: 1.8em;
}

.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 30px 20px;
	padding: 0;
	color: #979680;
	line-height:normal;
}

.post .meta a {
	color: #828170;
}

.post .entry {
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #666633;
}


.post .entry img.gambar{
	width:200px;
	float:left; 
	margin:6px 5px 0 0;
	border:solid 1px #EEE;
	background:#FFF;
	padding:2px;
}

#scrolle{
        margin: 0;
        padding: 0;
}

#scrolle h2{
        display: block;
        background: url(../images/batang2.png) repeat-x;
        color: #FFF;
        height: 35px;
        padding: 5px;
}

#scrollex{
        margin: 0;
        padding: 0;
}

#scrollex h2{
        display: block;
        background: url(../images/batang3.jpeg) repeat-x;
        color: #FFF;
        height: 35px;
        padding: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}

#sidebar img.profil{
        width: 230px;
        margin: 0 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li img{
	margin-left: 5px;
}

#sidebar li ul {
        padding: 3px;
}

#sidebar li li {
	margin: 0;
	padding: 4px 0 4px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 5px;
	margin: 0 0 6px 0;
	background:url(../images/batang1.png);
	height:35px;
	color:#FFF;
}

#sidebar a {
	text-decoration: none;
	color:#035f2e;
}

#sidebar span{
	font-size:11px;
}

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

/* Calendar */

#calendar_wrap {
	/*border-top: 1px dashed #666633;*/
}

#calendar caption {
	padding-top: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar thead {
	background: #514F42;
}

#calendar tbody td {
	border: 1px solid #514F42;
	text-align: center;
}

#calendar tbody td#today {
	background:#CCC;
}

#calendar tbody td#date_has_event {
	background:#3300CC;
	color:#000;
	font-weight: bold;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#wrapper2 {
	background: #3300CC;
	width: 940px;
	margin: 0 auto;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px;
	color: #FFFFFF;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 285px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #000;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background: #107D05;
	width:940px;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #FFF;
}
ul.page{ 
	list-style:none; 
	padding:5px auto; 
	display:block;
}
ul.page li{
	display:inline;
}
ul.page li a{ 
	text-decoration:none; 
	padding:5px; 
	color:#666;
}
ul.page li.active a{ 
	color:#330066; 
	font-weight:bold;
}

table.tabel {
    border-collapse: collapse;
}

table.no {
    border-collapse: collapse; border: none;
}

table.tabel th{
    text-align: center;
    font-weight: bold;
    background: #CCC;
}

table.tabel,table.tabel th,table.tabel td {
    border: 1px solid black; padding: 7px;
}

table.tabel td a {
    text-decoration: none; color: #990000;
}

table.tabel td a:hover {
    text-decoration: underline;
}

table.tabel td.no {
    border: none;
}

table.tabel input[type="text"] {
    width: 400px;
    border: solid 1px #999;
    padding: 5px;
}

table.tabel input[type="submit"] {
    border: solid 1px #999;
    padding: 5px 20px;
}

table.tabel select {
    width: 200px;
    border: solid 1px #999;
    padding: 5px;
}

/*  Login Member   */
#logins{	
	display: block;
	width: 400px;
}
#logins input[type=text],#logins input[type=password]{	
	width: 100%;
}
#logins label{			
	display: block;
	margin-top: 10px;
}
.actions{	
	margin-top: 5px;
}