/*
Theme Name: SimpleBlue
Theme URI: http://glossywebsite.com/
Description: Elegant wordpress theme
Version: gw.1
Author: Wordpress
Tags: glossy color, variable width, two columns, widgets
*/
body {
	font: 12px/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background:url(images/bg.jpg) 0 0 repeat-x;
	/*background:url(images/main-bg.gif) 0 0;*/
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	padding:0;
	font: normal 28px/100% calibri, "Trebuchet MS", "Times New Roman", Arial, Tahoma, Arial;
	color:#ffffff;
}
h1 a{
	text-decoration: none;
	color:#ffffff;
}
h1 a:visited{
	text-decoration: none;
	color:#ffffff;
}
h1 a:hover{
	color:#FFCC00;
	text-decoration: none;
}
h2 {
	margin: 0px;
	font: normal 22px/100% "Trebuchet MS", Tahoma, Arial;
	padding: 0px;
	color: #666666;
}
h2 a, h2 a:visited {
	text-decoration: none;
	color:#27A353;
}
h2 a:hover {
	color:#B48F21;
	text-decoration: none;
}
h3 {
	font: normal 20px/100% "Trebuchet MS", Tahoma, Arial;
	color: #666666;
	margin: 0;
	padding:0;
}
h4 {
	font: normal 15px/100% "Trebuchet MS", Tahoma, Arial;
	color: #666666;
	margin: 0;
	padding:0;
}
form {
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
img.alignleft,
.alignleft {
	float: left;
}
img.alignright,
.alignright {
	float: right;
}

#wrapper{
}
#page {
	margin: 0px auto;
	width: 737px;
}
#header {
	height: 348px;
	position: relative;
	background:url(images/header-bg.jpg) 0 0 no-repeat;
	margin:40px 0 0 0;
}
#header .about{
	position:absolute;
	left: 449px;
	top: 138px;
	width: 197px;
	height: 173px;
	color:#ffffff;
}
#header .about h2{
	font:18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0 0 10px 0;
}
#headerimg {
	position: absolute;
	left: 10px;
	top: 4px;
	width: 719px;
}
#headerimg h1{
	float:left;
}
#headerimg .description{
	color: #ffffff;
	font-size: 13px;
	float:left;
	padding:7px 0 0 20px;
	font-style:italic;
}
#header2{
	background:url(images/header2-bg.jpg) 0 0 repeat-x;
	height:77px;
	margin:20px 0;
	-moz-border-radius:5px;
}
#header2 .content{
	float:left;
	width:223px;
	font: 11px "Trebuchet MS", Tahoma, Arial;
	padding:15px 10px 0 10px;
}
#header2 img{
	float:left;
	padding:0 5px 30px 0;
}

#nav {
	list-style: none;
	margin:0 0 0 0px;
	padding:0;
	position:absolute;
	left: 5px;
	top: 58px;
	font-size:13px;
}
#nav li {
	float: left;
	margin: 0px 0px 0 0px;
	padding:1px;
}
#nav a {
	color: #333333;
	text-decoration: none;
	padding: 0px 7px;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	display: block;
	line-height:33px;
	text-align:center;
	-moz-border-radius:5px;
}
#nav a:visited {
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	background:#000000;
}
#main-wrap{
	padding:35px 10px 0 15px;
	background:#ffffff;
	-moz-border-radius:7px;
}
.main-bottom{
	background:url(images/main-bottom.png) 0 0 no-repeat;
	height:24px;
}
#content {
	padding:0 15px 0 0;
	float: left;
	overflow: hidden;
	width:480px;
	border-right:solid 1px #eeeeee;
}
#content-top{
	background:url(images/content-top.png) 0 0 no-repeat;
	height:32px;
}
#content-top img{
	position:absolute;
	left: 790px;
	top: -49px;
}
#main-bottom{
	background:url(images/main-bottom.gif) bottom center no-repeat;
	height:11px;
}
.post {
	clear:both;
	padding:0 0 40px 0;
}
.post-top{
	background:url(images/post-top.gif) 0 0 no-repeat;
	height:15px;
}
.post-bottom{
	background:url(images/post-bottom.gif) 0 0 no-repeat;
	height:13px;
	margin-bottom:20px;
}
.post-date{
	float:right;
	color:#737474;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	margin:0 0 10px 0;
	border-bottom:solid 1px #eeeeee;
	padding-bottom:5px;
}
.post-title a{
}
.post-title h2{
	float:left;
}
.post-author{
	float:left;
	background:url(images/mini-author.gif) left center no-repeat;
	padding:0 20px 0 18px;
}
.post-comments {
	float:left;
	background:url(images/mini-comments.gif) left center no-repeat;
	padding:0 0 0 18px;
}
.entry {
	font-size:13px;
}

.entry .sumber{
	font-style:italic;
	color:#999999;
	font-size:90%;
}

.entry a{
	text-decoration:underline;
	font-style:italic;
}
.entry a:hover{
	text-decoration:none;
}
.readmore{
	float:right;
	padding:3px 5px;
	margin-right:10px;
	border-right:solid 1px #a2a2a2;
	border-bottom:solid 1px #a0a0a0;
}
.post-left{
	float:left;
	padding:0px 10px 0px 0px;
}
.post-left img{
	padding-bottom:10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	margin-bottom:30px;
	padding: 0px 20px;
}
.navigation a, .navigation a:visited {
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar{
	float: right;
	margin:0px 0px 0 0px;
	width: 205px;
}
#searchform {
	margin:0;
	padding:0;
	position:absolute;
	left: 568px;
	top: -26px;
}

#searchform .s {
	border:none;
	background:none;
	width: 120px;
	height: 17px;
	color:#959791;
	font-size:11px;
	margin-right:5px;
}
#searchform .searchsubmit {
	border: none;
	background:none;
	width: 20px;
	height: 20px;
	color:#ffffff;
}
#searchform label {
	font-size: 13px;
	color:#ffffff;
	padding:4px 0 0 12px;
	display:block;
}
#sidebar h3 {
	margin: 0px 10px 10px 0px;
}
.ul-cat {
	list-style: none;
	margin:0px 15px 30px 0px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 1px;
}
.ul-cat li a, .ul-cat li a:visited{
	font-size:12px;
	text-decoration: none;
	display:block;
	padding:4px 0px 4px 20px;
	background:url(images/mini-category.gif) left center no-repeat;
}
.arc li a, .arc li a:visited{
	font-size:12px;
	text-decoration: none;
	display:block;
	padding:4px 0px 4px 20px;
	background:url(images/mini-monthly-archive.gif) left center no-repeat;
}
.ul-cat li a:hover{
	color:#FF9900;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
}
#footer a, #footer a:visited{
	color: #3b3b3b;
}
#footer .left-col{
	width: 300px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 200px;
	position:absolute;
	left: 656px;
	top: 15px;
	height: 182px;
}
.right-col h4{
	padding:0 0 15px 40px;
}

#footer .bottom{
	background:url(images/footer-bottom.gif) no-repeat;
	height:12px;
}
.recent-comments{
	position:absolute;
	left: 351px;
	top: 15px;
	width: 215px;
}
.recent-comments h4{
	padding:0 0 15px 40px;
}
.recent-comments ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-category.gif) left center no-repeat;
	padding: 0px 0px 5px 15px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	position:absolute;
	left: 69px;
	top: 16px;
	width: 193px;
}
.recent-posts h4{
	padding:0 0 15px 30px;
}
.recent-posts ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 140%;
}
.recent-posts li{
	background: url(images/mini-category.gif) left center no-repeat;
	padding: 0px 0px 5px 15px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
}
#credits-wrap{
	font-size: 110%;
	height:175px;
	background:url(images/footer-bg.jpg) bottom left repeat-x;
}
#credits {
	margin: 0px auto;
	width: 737px;
}
#credits a, #credit a:visited{
}
#credits .right a{
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
	padding-left:20px;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
	padding-right:20px;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
