/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(images/bg.jpg) repeat;
	color: #ccc;
	text-align: justify;
}
#header {
	background:url(images/header.jpg) top no-repeat;
	width:800px;
	height:76px;
}
#header2 {
	background:url(images/header2.jpg) top no-repeat;
	width:800px;
	height:166px;
}
.slideWrap{position: absolute;z-index:1;}
#navigasi {
	background:url(images/navigasi.jpg) no-repeat;
	width:800px;
	height:24px;
	display:inline;
}
#nav {
	float:left;
	width:524px;
}
#container {
	background:url(images/bg-content.jpg) repeat-y;
	width:800px;
}
#content {
	width:470px;
	margin:0 0 0 10px;
	padding:0 7px 0 7px;
}
#content a {
	color:#CCC;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content h2 {
	margin:15px 0 0 0;
	padding:0;
	color:#ccc;
}
#content h2 a {
	color:#ccc;
	text-decoration:none;
	margin:15px 0 0 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
#bg h2 {
	background:url(images/h2.jpg) repeat-x;
	width:200px;
}
#search {
	float:left;
	margin:-4px 0 0 0;
}
#sidebar {
	width:282px;
	margin:0 0 0 8px;
}

#sidebar ul li {
	list-style:none;
}
#sidebar ul ul li {
	list-style:square;
}
#sidebar li a {
	color:#999;
	text-decoration:none;
	line-height:normal;
	margin:-2px 0 0 0;
	padding:0;
}
#sidebar li a:hover {
	text-decoration:underline;
}
#sidebar h2 {
	font-size:14px;
	color:#999;
	font-weight:bold;
	background:url(images/h2sidebar.jpg) repeat-x;
	height:31px;
	width:250px;
	padding:5px 0 0 0;
	margin:11px 0 0 0;
}
#footer {
	background:url(images/footer.jpg) bottom no-repeat;
	width:800px;
	height:105px;
	clear:both;
}
#copy a{
	color:#000;
	margin:-10px 0 0 0;
	padding:0;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#search input  {
	background-color:#fff;
	border:1px solid #fff;
	border:none;
	padding:0;
}
input#searchsubmit{
	background-color:#999;
	color:#FFF;
	}
	
#sform {
	margin:2px 0 0 0;
}

