/*  
Theme Name: Hanging
Theme URI: http://www.freewpthemes.net/preview/hanging
Description: Widget ready and tested on WP2.8.4
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0px;
	padding: 0;
	background: #EDE7DB url(images/img01.gif) repeat-x left top;
        text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #696969;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}
.noimage img {
	display: none;
}

#container { 
	width: 880px; 
	background: #fff url(images/bg.jpg);
	text-align: left; 
	margin: 20px auto; 
	border: 5px solid #fff;
	}

#header-wrapper {
	width: 100%;
	height: 120px;
}

#header {
	width: 880px;
	margin: 0 auto;
	height: 100px;
}


/**************** menu coding *****************/
#men {
width: 100%;
background: #3373e8; /* warna backgroud menu */
float: left;
align: center;
}

#men ul {
list-style: none;
align: center;
margin: 0;
padding: 0;
width: auto;  /* lebar menu asli 12em */
float: left; /* untuk mengatur menu tampil urut dari kiri. kalau diganti center, akan memanjangkebawah */
}

#men a, #men h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0.03px;
border-style: none; /* tipe border menu. bisa diganti dengan solit atau none kalau mau */
border-color: #ccc #888 #555 #bbb;
margin: 0 10px 0 0;
padding: 2px 3px;
}

#men h2 {
color: #fff;
background: #3373e8; /*backgroud untuk huruf ngikut h2*/
text-transform: uppercase;
}

#men a {
color: #000;
background: #5aafeb; /* backgroud sub menu */
text-decoration: none;
}

#men a:hover {
color: #a00;
background: #efefef;
}

#men li {
position: relative;
}

#men ul ul {
position: absolute;
z-index: 500;
width: 12em;
}

#men ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#men ul ul,
div#men ul li:hover ul ul,
div#men ul ul li:hover ul ul
{display: none;}  /* untuk menyembunyikan sub menu */

div#men ul li:hover ul,
div#men ul ul li:hover ul,
div#men ul ul ul li:hover ul
{display: block;} /* untuk menampilkan sub menu */




/* HEADER LAMA untuk DROPDOWN*/
ul.menukul, ul.menukul li, ul.menukul ul {
list-style: none;
margin: 0 0 0 0px;
padding: 0;

}

ul.menukul {
position: relative;
width: 100%;
align:center;
float: left;

}

ul.menukul li {
float: left;
line-height: 1.3em;
vertical-align: middle;
zoom: 1;
}

ul.menukul li.hover, ul.menukul li:hover {
position: relative;
z-index: 599;
cursor: default;
}

ul.menukul ul {
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
z-index: 598;
width: 100%;
}

ul.menukul ul li {
float: none;
}

ul.menukul ul ul {
top: 1px;
left: 99%;
}

ul.menukul li:hover > ul {
visibility: visible;
}

ul.menukul {
font-weight: bold;
}

ul.menukul li {
padding: 7px 10px;
border-style: solid;
border-width: 1px 1px 1px 0;
border-color: #fff #d9d9d9 #d9d9d9;
background-color: #dadada;
color: #000;
}

ul.menukul li.hover, ul.menukul li:hover {
background-color: #eee;
color: #000;
}

ul.menukul a:link, ul.menukul a:visited {
color: #000; text-decoration: none;
}

ul.menukul a:hover {
color: #000;
}

ul.menukul a:active {
color: #ffa500;
}

ul.menukul ul {
width: 150px;
margin-top: 1px;
}

ul.menukul ul li {
font-weight: normal;
}
/* Akhir Menu baru */
/* Tampilan IE */



#menulmenul {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	background-color: #2b6828;
	margin-top: 1px;
	width:900px; 
	height:23px;
	border-bottom: 1px solid #fff;
}

ul.menulmenul {
position: relative;
width: 100%;
align:center;
float: left;

}

ul.menulmenul li {
float: left;
line-height: 1.3em;
vertical-align: middle;
zoom: 1;
}

#menulmenul ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
}

#menulmenul li {
	display: inline;
}

#menulmenul a {
	padding: 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menulmenul a:hover {
	background-color: #fff;
	color:#2b6828;
}



body {
behavior: url(csshover.htc);
}







#logo {
	width: 880px;
	height: 120px;
        background: #EDE7DB url(images/header-2010.gif) left top;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	padding-left: 120px;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.8em;
}

#logo p {
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu-wrapper {
width : 100%;
}

#menu {
	width: 880px;
	margin: 0px 0px 0px 30px;
	height: 25px;
	padding: 0px auto;
        
        background: url(images/img02.jpg) repeat-x left top;
/*	background: url(images/img02.gif) repeat-x left top;*/
        
}

#menu ul {

list-style: none;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
        width:880px;
        
        
        
}

#menu li {

        float: left;
	/** display:inline; */

     position:relative;
}

#menu a {
	height: 25px;
	margin: 0px auto;
	padding: 10px 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #F49A73;
	color: #2E0815;
}

/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 880px;    
	margin: 0px auto;
        padding: 0px;
	background: #FFFFFF url(images/img-page.gif) repeat-y left top;
}

#page-bgtop {
        padding: 0px 0px:
}

#page-bgbtm {
	padding: 0px 20px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 500px;
        /* margin: 0px auto; */
        padding: 0px;

/*        margin: -880px 10px 10px 170px; */
margin:10px 10px 10px 10px;
        /* margin-top: -210px; */
}

/* tambahan content */
	#content .latest {
		border-bottom: 5px solid #202014;
		padding: 0 20px 10px 0;
		margin-bottom: 10px;
	}
		#content .latest img {
			float: left;
			margin: 0 5px 0px 0;
			width: 75px;
		}
		#content .latest h2 {
			font-size: 1.5em;
			padding-right: 90px;
			padding-bottom: 15px;
		}
		#content .latest p {
			font-size: 0.9em;
			margin-bottom: 12px;
			line-height: 1.4em;
		}
	#content .l {
		width: 300px;
		float: left;
		padding: 0 10px 10px 0;
		border-right: 1px solid #FFFFFF;
	}
		#content .l .post {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding-top: 10px;
		}
		#content .l .post h2 {
			font-size: 0.9em;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}
		#content .l .post h2 a {
			color: #ffffff;
		}
		#content .l .post h3 {
			clear: both;
			font-size: 1.1em;
			width: 100%;
			padding: 10px 0;
		}
		#content .l .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 50px;
		}
		#content .l .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
	#content .r {
		width: 299px;
		float: right;
		padding-left: 10px;
		border-left: 1px solid #ffffff;
		margin-left: -1px;
	}
		#content .r .post {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding-top: 10px;
		}
		#content .r .post h2 {
			font-size: 0.9em;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}
		#content .r .post h2 a {
			color: #ffffff;
		}
		#content .r .post h3 {
			clear: both;
			font-size: 1.1em;
			width: 100%;
			padding: 10px 0;
		}
		#content .r .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 100px;
		}
		#content .r .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}

/* akhir content left */

.post {
	padding-bottom: 15px;
	line-height: 100%;
	/* background: url(images/img04.gif) repeat-x left bottom; */
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 0px 0 0px 0px;
	/* text-transform: lowercase; */
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/* font-weight: normal; */
        font-weight:bold;
}
/* pengaturan judul postingan */
.title a {
	border-bottom: none;
	color: #4011C7;
}

.byline {
	margin: -10px 0px 10px 0px;
	padding: 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        font-weight:bold;
}

.byline a {
	color: #ECEE5E;
}

.tag {`
	padding: 0 15px;
}

.entry {
	/* padding: 0px 0px; */
        padding: 0px 0px 0px 0px;
}

.links {
	width: 80px;

/* jarak posting kedua di home */
	height: 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	display: block;
	height: 25px;

/* pading atas Read More */
	padding-top: 2px;
	text-align: left;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
/*
	float: left;
	width: 155px;
        margin: 0px auto;
        padding: 0px; 
        margin-top:-210px;        
*/
        float: left; 
	width: 155px;
/*        margin: -160px 500px 10px -8px; */
margin:10px 10px 10px 0px;
        padding: 0px;
      
        
}

#sidebar2 {
/*
        width: 155px;
        margin: 0px auto;
        padding: 0px;
	float: right;
	 margin-top:-140px;        
*/
        float: right;
	width: 155px;
/*        margin: -885px -7px 10px 0px; */
/* margin:0px auto; */
margin:10px 0px 0px 0px;
        padding: 0px;          
    
}

.sidebar {
/*	float: left;
        margin-top: 0px;
	padding-top: 24px;
	color: #595959;
*/

        float: left;
	width: 155px;
        margin: 0px auto;
        padding: 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 10px 0;
}




.sidebar li ul {
	background: none;


	padding-bottom: 20px;
}

.sidebar li li {
	margin: 0px 10px;
	padding: 8px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
}


.sidebar li h2 {
	height: 16px;
	margin: 0 0 0 0;

        /* Padding untuk mengatur judul sidebar */
	/* padding: 14px 15px 14px 15px; */
        padding: 0px auto;
	text-transform: capitalize;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #454545;
}

.sidebar h2 a {
}

.sidebar a {
	padding-left: 5px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 150px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */












































/* footer rata kanan kiri dengan header */
#footer-wrapper {
	width: 880px;
	/* height: 30px; */
        margin: 0px auto;
	padding: 0px;
}

#footer {
	width: 880px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background: #111111;
}

#footer p {
	margin: 0;
	padding: 0px 0 0 0;
	text-align: center;
     
	/* text-transform: uppercase; */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #EDE7DB;
}

#footer .link {
}

#footer .copyright {
}

#commentform {
	margin: 0;
}

#comment {
	margin: 0;
	width: 400px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding: 20px 0px;
}

.pagetitle {
	margin: 0px;
	padding: 20px 0px;
	font-size: 2.4em;
	font-weight: normal;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

#comments {
}

hr {
	display: none;
}

.commentlist {
	padding-left: 40px;
}