
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #93AEED url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000030;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 2em;
	color: #003399;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.6em;
	color: #F0E5AE;
}

p, ul, ol , td{
	margin-top: 0;
	line-height: 180%;
}

ul, ol{
}

a {
	text-decoration: none;
	color: #003399;
}

a:hover {
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	clear: both;
	width: 980px;
	height: 249px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/img03.jpg) no-repeat left top;
}
/*TAMBAHAN----------------------------------------------------*/
/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 980px;
  height: 249px;
  overflow: hidden;
  position: relative;
  margin: 0px 0 0 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 980px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 0px 4px 40px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFFFFF;}
  
/*end tambahan----------------------------------*/
  
  
/* Search */
#search {
	width: 280px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	background: url(../images/img08.jpg) no-repeat 20px 11px; 
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 190px;
	padding: 6px 5px 2px 5px;
	outline: none;
	background: none;
	border: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000E1F;
}

#search-submit {
	width: 40px;
	height: 22px;
	border: none;
	background: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 980px;
	height: 61px;
	margin: 0px auto;
	padding: 8px 0px 82px 0px;
	background: url(../images/img02.jpg) no-repeat left top;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 35px;
	margin-right: 1px;
	padding: 5px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item  {
	text-decoration: none;
	color: #F0E5AE;
}
/*
#menu .current_page_item a {
}
*/


/* Logo */

#logo {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0px;
	padding: 0px;
}

#logo h1 {
	padding-top: 5px;
	font: normal 5px vivaldi;
	font-size: 4.6em;
	color: #033976;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	font: italic 14px tahoma;
	color: #033976;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/img06.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(../images/img04.jpg) no-repeat left top;
}

#page-bgbtm {
	padding: 35px 10px 0px 40px;
	background: url(../images/img05.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
	background: url(../images/img10.gif) repeat-x left bottom;
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #003399;
}

.post .title a {
	border: none;
	color: #000030;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none; color: #FFFFFF;
}

#sidebar li {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 1.1em;
}

#sidebar li ul {
	margin: 0px 0px 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	margin: 0px 30px;
	border-left: none;
	background: url(../images/img10.gif) repeat-x left bottom;
	
}

#sidebar li li a {
	padding-left: 20px;
	background: url(../images/img09.jpg) no-repeat left 5px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #FFFFFF;
	
}

#sidebar a:hover {
	margin: 0 0 0 40;
	color: #7AA7DE;
	/* color: #FF7200; */
	font-size: 1.4em;
}

.shortcutHome a{
	padding: 30px;
}
.shortcutHome a:hover img{
	opacity: 1;
	color: #5b5b5b;
}
.shortcutHome img {
	opacity: 0.8;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 980px;
	height: 202px;
	margin: 0px auto 30px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/img07.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding-top: 190px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #003399;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #7AA7DE;
}

#footer ul {
	float: left;
	line-height: normal;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	padding: 15px 0px 0px 45px;
} 

#footer li {
	margin: 4px 0px 0px 0px;
	padding: 0;
}

/*tambahan*/

/*pagging*/
.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	align: 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background-color: #ddd; 
	border: 1px solid #ccc; 
}

.pagging ul li a:hover { 
	background: #a4d659; 
	border: 1px solid #666; 
	color: #000;  
}
/*ENDpagging*/

.post_box { clear: both; margin-bottom: 30px }
.post_box h2 { font-size: 20px; margin-bottom: 0px }
.post_box p.post_meta { margin-bottom: 0 }
.post_box p span.cat a { color: #cb5c02; font-weight: 400 }
.post_box img { float: left; width: 160px; height: 130px; padding: 4px; border: 1px solid #ccc; margin-right: 20px; margin-bottom: 15px }
.post_box a.more { float: right; }

.col_w600 { width: 600px }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

a.more { clear: both; display: block; width: 50px; line-height: 20px; text-align: center; padding: 0 50px 0 0; margin: 0 0 30px 0; color: #7AA7DE; font-weight: normal; }
a.more:hover { text-decoration: none; color: #003399;}
.float_l { float: left }

#gallery { margin: 0; padding: 0 }
#gallery ul { margin: 0; padding: 0; list-style: none }
#gallery ul li { display: block; float: left; width: 270px; margin: 0 20px 30px 10px; padding: 6px; border: 1px solid #ccc }
#gallery ul .lmb { margin: 0 0 15px 15px; }
#gallery ul li a img {  width:270px; height:170px; border: 1px solid #ccc; margin-bottom: 5px }

/*untuk album */
#galery { margin: 0; padding: 0 }
#galery ul { margin: 0; padding: 0; list-style: none}
#galery ul li { display: block; float: left; width: 130px; margin: 0 10px 10px 10px; padding: 4px; border: 1px solid #ccc }
#galery ul .lmb { margin: 0 13px 14px 3px; }
#galery ul li a img {  width:130px; height:80px; border: 1px solid #ccc; margin-bottom: 5px }

/*tabel*/
table {border:none;font-size: 12px;}
td{border:none; padding: 5px;}

table.data {border: 1px solid #dcdcdc; margin: 10px 0px 20px 0px; width: 100%; border-collapse: collapse;font-size: 12px;}
th.data {padding: 8px 4px 8px 4px;border: 1px solid #dcdcdc; background: url(../images/gambar/blue.jpg)repeat left center;text-shadow: 1px 0px #003362;color: #fff }
td.data {padding: 4px; border: 1px solid #dcdcdc;color: #5b5b5b;vertical-align: center;}
tr.data {background: #fff}
tr.data:hover {background: #DBE9FF;}
tr.data small a{color: #fff;}
tr.data small{color: #fff;}
tr.data:hover small a{color: #527e19;}
tr.data:hover small a:hover{color: #000;}
tr.data:hover small {color: #5b5b5b;}	

	.button {
	cursor: pointer;
	padding: 4px 10px 4px 10px;
	color: #fff;
	background: url(../images/gambar/blue.jpg) repeat left center;
	border: 1px solid #71bb3b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.button:hover { color: #2e2e2e;}
.button:active { background: #71bb3b; color: #fff;}