@charset "utf-8";
/*
Theme Name: KSDA Bali
Theme URI: http://ksda-bali.go.id/
Description: Wordpress themes created for KSDA Bali.
Version: 1.1
Author: I Putu Rudiarsana
Author URI: http://balisidenotes.com/
Tags: green, two coloumn

	KSDa v1.1
	http://balisidenotes.com/

	This theme was designed and built by I Putu Rudiarsana,
	whose blog you will find at http://balisidenotes.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
body {
	background: #336600;
	margin: 0px;
	text-align: center;
}
/* heading and other stuff */
h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #336600;
}
h2,h3 {
	font-family: "Times New Roman", Times, serif;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #f0efef;
	font-size: 16px;
	color: #0096db;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
/* heading and other stuff */

/* Main Wrapper */
#orangemenu {
	height: 30px;
	background: #e57a12;
}
#searchform {
	margin: 10px 0;
}
#wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
	background: #fff;
}
#headtop {	
	background: #f7fce6 url(images/ksda-head01.jpg) left top no-repeat;
	height: 60px;
}
#headslide {
	height: 251px;
	background: url(images/ksda-head02.jpg) left top no-repeat;
	clear: both;
}
#headticker {
	height: 30px;
	background: url(images/blok-green.gif) left top repeat-x;
	line-height: 30px;
	padding: 0 10px;
}
#content {
	background: url(images/bg-text.gif) left top repeat-x;
	text-align: left;
	float: left;
	width: 900px;
	padding: 10px 0;
}
#sidebar {
	width: 205px;
	float: left;
	background: url(images/ksda-nav.gif) right top repeat-y;
	padding-left: 10px;685px;
}
#main-content {
	width: 655px;
	padding: 0 10px 0 20px;
	float: right;
}
#footer {
	width: 900px;
	clear: both;
	background: url(images/ksda-footer.gif) left bottom repeat-x;
	color: #fff;
}
/* Main Wrapper */

/* List */
#main-content ul {
	margin: 0;
	padding: 0;
}
#main-content li {
	margin-left: 10px;
	list-style: none;
	padding-left: 10px;
	background: url(images/bullet.gif) left top no-repeat;
}
#headtop ul {
	margin: 0;
	padding: 0;
}
#headtop li {
	padding-top: 40px;
	margin: 0 10px;	
	list-style: none;
	display: inline;
	float: right;
	font-weight: bold;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	line-height: 20px;
	margin-left: 10px;
	border-bottom: 1px solid #f0efef;
	list-style: none;
}
#sidebar li ul li {
	line-height: 16px;
	margin-left: 20px;
	list-style: none;
	padding-left: 10px;
	background: url(images/bullet.gif) left top no-repeat;
	border-bottom: none;
}
.news-ticker ul {
	margin: 0;
	padding: 0;
}
.news-ticker li {
	margin: 0;
	padding: 0;
	line-height: 30px;
	display: inline;
	list-style: none;
}
/* List */

/* Main class */
.inputtext {
	padding: 2px;
	background: #fff;
	border: 1px solid #dddddd;
}
.button {
	padding: 2px;
	background: #fff;
	font-size: 11px;
	color: #666666;
	border: none;
}
.berita-left {
	width: 380px;
	float: left;
	padding-right: 20px;
}
.gallery-recent {
	width: 255px;
	float: right;
}
.thumb-post {
	float: left;
	margin-right: 10px;
}
.readmore {
	padding: 3px;
	background: #e57a12;
	color: #fff;
}
.featured {
	display: block;
	background: #fdebd1;
	padding: 10px;
	float: left;
	margin-bottom: 15px;
	border-top: 2px solid #fff;
}
.grs-putus {
	height: 15px;
	border-top: 1px dotted #dddddd;
	clear: both;
	margin-top: 10px;
}
.head-logo {
	height: 58px;
	float: left;
	width: 322px;
	margin: 0 20px;
}
.caption {
	height: 30px;
	line-height: 30px;
	background: url(images/bg-cap.gif) left top no-repeat;
	color: #fff;
	padding-left: 45px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}
.dateticker {
	width: 205px;
	float: left;
	color: #336600;
}
.news-ticker {
	width: 655px;
	padding: 0 0 0 20px;
	float: right;
	color: #336600;
}
.spacer {
	height: 20px;
	display: block;
	clear: both;
}
.footer-text {
	padding: 20px 10px;
	text-align: center;
}
.calendar-wrap {
	padding-right: 20px;
}
/* Main class */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 0;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* link class */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.readmore a:link {
	color: #fff;
	text-decoration: none;
}
.readmore a:visited {
	color: #fff;
	text-decoration: none;
}
.readmore a:hover {
	color: #ff0000;
	text-decoration: none;
}
.readmore a:active {
	color: #fff;
	text-decoration: none;
}
strong a:link {
	color: #e57a12;
	text-decoration: none;
}
strong a:visited {
	color: #e57a12;
	text-decoration: none;
}
strong a:hover {
	color: #0000ff;
	text-decoration: none;
}
strong a:active {
	color: #e57a12;
	text-decoration: none;
}
h2 a:link {
	color: #336600;
	text-decoration: none;
}
h2 a:visited {
	color: #336600;
	text-decoration: none;
}
h2 a:hover {
	color: #33CC00;
	text-decoration: none;
}
h2 a:active {
	color: #336600;
	text-decoration: none;
}
/* link class */

/* Comments */
.commentlist {
	margin: 0 0 20px 0;
	padding: 0;
}
.commentlist li {
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 3px;
	margin: 0;
}
.commentlist img {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #eeeeee;
}
/* Comments */

/* Dropdown Menu */
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; z-index:300; width:100%; font-weight:bold; line-height: 30px;} 
#dropmenu a {display:block; color:#fff; text-decoration:none;} 
#dropmenu a:hover {color: #000;} 
#dropmenu li {float:left; position:relative; padding: 0 13px; background: none;} 
#dropmenu ul {position:absolute; display:none; width:12em; top:1.9em; left:-1px;} 
#dropmenu li ul {border:1px solid #fff; width:14.1em; background: #e57a12;} 
#dropmenu li ul a {width:12em; height:auto; float:left;} 
#dropmenu ul ul {top:auto;} 
#dropmenu li ul ul {left:12em; margin:0 0 0 10px;} 
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}  
/* Dropdown Menu */
