/*  
Theme Name: Muawanah
Description: 2 Column, CSS, xHTML, JQuery. Download other from <a href="http://myhaley.com"> HaleyGroup </a> , free !!
Version: 0.1
Author: Asep Sufyan Tsauri
Author URI: http://www.tsauri28.myhaley.com/
*/

/*
Table of content ^_^
---------------------------
1. General
2. Container
3. Header
4. Left
5. Right
6. Footer
7. Form
8. Table
9. Comment
10. Misc
---------------------------
 */

 
/*          1. G e n e r a l           */
/**************************************************************************/
* {
margin:0;
padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
background : transparent none repeat scroll 0 0;
border : 0 none;
font-size : 100%;
outline-style : none;
outline-width : 0;
vertical-align : baseline;
} 
body {

background : #cccccc url(images/bg.jpg) repeat-x;
color : #444;
font-family : helvetica, arial, clean, sans-serif;
font-size : 13px;
font-style : normal;
font-variant : normal;
font-weight : normal;
line-height : 1.4em;
text-align : center;
}
p {
padding:4px 0;
}
a:active, a:visited , a:link { text-decoration : none; color : #ff5a00; border: 0px;} 
a:hover { text-decoration : none; color : #BF0028; border: 0px;} 

h1 {
font-size:170%;
margin: 5px 0;
}
h2 {
font-size:145%;
margin: 4px 0;
}
h3 {
font-size:120%;
margin: 3px 0;
}
h4 {
font-size:110%;
margin: 0;
}
img { 
border: 0;
}
blockquote {
font-family:Georgia, Verdana;
background-color:#f7f7f7;  
background-image:url('images/start-quote.gif');  
background-repeat:no-repeat;  
background-position:6px 2px;
margin:0;  
padding:0;  
font-style:italic;  
font-size:13px;  
font-family:Georgia, "Times New Roman", Times, serif;  
line-height:21px 
}
blockquote p  {  
padding-top:10px;  
padding-right:40px;  
padding-bottom:10px;  
padding-left:50px ;
background:transparent url('images/end-quote.gif') no-repeat bottom right;   
}  
/**********************************************************************/


/*           2. Container           */
/**********************************************************************/
#container { 
margin: 0 auto; width: 920px; text-align:left;
}
/**********************************************************************/

/*       3. Header             */
/**********************************************************************/
#header {

background : #fff url('images/bg-header.jpg') repeat-x;
color : white;
float : left;
width : 100%;
height : 200px;
border : 1px solid #b6b6b6;
border-bottom : 0;
}
#logo-small {
margin:10px 10px 0px 20px ;
float: left;width:36%;height:20px;
}
#main-menu {
margin:8px 20px 0 10px;
text-align:right;height:20px;
float: right;width:55%;
}
	#main-menu form {font-size:90%;}
	#main-menu input {}
	#main-menu .text {
		width: 100px;padding:1px;
	    margin: 0;color:#ddd;
		background: #405458;
		border: 1px solid #647477;
	}
	#main-menu .button {
		width: 60px;padding:1px;
	    margin: 0;color:#eee;
		background: #8BB350;
		border: 1px solid #647477;
	}
	#main-menu .text:focus {
	background: #F6F6D2;color:#2D3C40;
	border: 1px solid #d6d3d3;
	}
#logo-big {
margin: 12px 0 0 0;height:100px;
float: left;width:40%;
}
#random-big {
margin:19px 10px 1px 10px;height:100px;
float: right;width:53%;background:transparent url('images/bg-rand.jpg') no-repeat bottom right;
font-size:120%;line-height:120%;
}
#cat-menu {
margin:11px 10px 0 10px;color:#2C3A3D;
float: left;width:59%;font-size:110%;
}
 #cat-menu li { 
  list-style: none; display: block; 
  }
  #cat-menu li a { 
  float: left; padding: 10px 10px; color:#293335;text-decoration:none;
  }
  #cat-menu li a.current, #cat-menu li a:hover { 
  color: white;background:#37484C;
  }
	/*dropdown list*/
	#dropmenu, #dropmenu ul {
		margin:0; padding:0; list-style-type:none; 
		list-style-position:outside; 
		position:relative; 
		z-index:300; width:100%; 
	} 
	#dropmenu a {
		display:block; padding:0.15em 1em; 
		color:#686868; border-right:1px solid #c8c8c8; 
		text-decoration:none; margin-top:1px
	} 
	#dropmenu a:hover {
		background:#888; color:#fff;
	} 
	#dropmenu li {
		float:left; position:relative;
	} 
	#dropmenu ul {
		position:absolute; display:none; width:12em; top:1.9em; left:-1px;
	} 
	#dropmenu ul a {
		border-left:1px solid #c8c8c8;
	} 
	#dropmenu li ul {
		border-top:1px solid #c8c8c8; width:auto;margin-top:10px
	} 
	#dropmenu li ul a {width:12em; height:auto; float:left;  border-bottom:1px solid #c8c8c8;background:#fff;} 
	#dropmenu ul ul {top:auto;} 
	#dropmenu li ul ul {left:12em; margin:0px 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;} 
#lang-menu {
margin:20px 20px 0 0;color:#2C3A3D;
float: right;width:35%;
text-align:right;
}
  #lang-menu li,#main-menu li { 
  list-style: none; display: inline; 
  }
  #lang-menu li a { 
  padding: 4px 5px; color:#293335;text-decoration:none;
  }
  #main-menu li a {
  padding: 4px 5px; color:white;text-decoration:none;
  }
  #lang-menu li a.current, #lang-menu li a:hover, #main-menu li a.current, #main-menu li a:hover { 
  color: orange;background:transparent;text-decoration:underline;
  }
/**********************************************************************/

/*    4-5 Wrap   */
/**********************************************************************/
#wrap {
float:left;width:100%;background:white;border:1px solid #B6B6B6;border-top: 0;
}
#wrap ul,#wrap li,#wrap ol {padding-left:15px}
/**********************************************************************/
/*    4. Left    */
/**********************************************************************/
#content-left {
margin:10px;text-align:left;
float: left;width:650px;
}
.result {
margin:10px;
}
.fitur-kiri {
margin: 10px 0 10px 10.5px; float:left; width:48%;
background:#f1f1f1 url(images/white-gradient.png) repeat-x scroll 0 0;
border:1px solid #C8C8C8;height:373px;overflow:hidden
}
.fitur-kiri div {
margin:10px;
}
.fitur-kanan {
margin: 10px 0 10px 0px; float:right; width:48%;
background:#f1f1f1 url(images/white-gradient.png) repeat-x scroll 0 0;
border:1px solid #C8C8C8;height:373px;overflow:hidden
}
.fitur-kanan div {
margin:10px;
}

.headline {
background: #F1F7FC url('images/bg_blue.gif') repeat-x;
border:1px solid #BBC7D9;
margin:0 0 10px 10px;padding:10px
}
.headline p, .randomimage p {
padding:10px;
color:#0C380B;
}
.randomimage h4 {margin:10px 0 0 10px}

.PostHeader {
padding: 5px 10px 5px 10px; border-bottom:1px solid #A6BAA6;margin:1px 0px;
background:#FCFCFC url(images/white-gradient.png) repeat-x scroll 0 0;
}
.PostHeader:hover {
background:#e5e5e5 url(images/white-gradient.png) repeat-x scroll 0 0;
border-bottom:1px solid #a7a7a7
}
.date,.rcomment,.rtags {color:#2C2C2C;font-size:90%;margin:0px}
.date a,.rcomment a,.rtags a {color:orange;font-size:90%;margin:0px}
.state {margin-top:20px;background:#eee;padding:5px;border:1px solid #000}
/**********************************************************************/

/*    5. Right   */
/**********************************************************************/
#content-right {
margin:10px 0; 
float: right;width:245px;
}
#content-right h3 {
color:orange;font-size:120%;
background:transparent url('images/icon-widget.png') no-repeat scroll 0 0;
line-height:32px;
margin-bottom:5px;
padding-bottom:5px;
padding-left:40px;
}
#widget-full {
background: #FBFBF2 url('images/bg-yellow.gif') repeat-x;
padding:5px 12px 12px 12px;margin:0 20px 10px 0;clear:both;border:1px solid #E4E4DB;
}
#widget-full li,#widget-full ul, #widget-full ol {
list-style:none;padding:6px 0;
}
#widget-full li {
border-bottom:1px solid #66818F;
}

/**********************************************************************/

/*    6. Footer   */
/**********************************************************************/
#footer {
float:left;width:100%;background:#425155;
color:#fff;
}
#footer ul, #footer li,#footer ol {
list-style:none;padding:6px 0;
}
#footer li,#footer ol {
border-bottom: 1px solid #647477;
}
#footer h3 {font-size:140%;margin:10px 0 4px 0}
#footer a {color:#F8FAAB}
#footer a:hover {color:#DB4D00}
#footer-left {
margin:10px !important;
float: left;width:32%;
}
#footer-mid {
margin:10px !important;
float: left;width:35%;
}
#footer-right {
margin:10px !important;
float: left;width:25%;
}
	#footer-right form {font-size:90%;}
	#footer-right input.text{display:block}
	#footer-right .text {
		width: 80%;padding:1px;
	    margin: 0;color:#ddd;
		background: #405458;
		border: 1px solid #647477;
	}
	#footer-right .button {
		width: 40%;padding:1px;
	    margin: 0;color:#eee;
		background: #8BB350;
		border: 1px solid #647477;
	}
	#footer-right .text:focus {
	background: #F6F6D2;color:#2D3C40;
	border: 1px solid #d6d3d3;
	}
	
	
/**********************************************************************/



/*    8. Table  */
/**********************************************************************/
table.Design {
border-spacing: 0px;
margin: 5px 0 20px 0;
width: 100%;
background: #fff;
border:1px solid #d0d0d0;padding:2.5px
}
table.Design th {
    padding: 0.1em 0.3em;
}

table.Design th {
  color:white;border: 1px solid #fff;
}
table.Design td {
   border: 1px solid #fff;
   padding: 0.1em 0.3em;
}

table.Design td.Jum {
    background: #83E881;
}

table.Design tr.Jumlah, table.Design tr.even.Jumlah {
    background: #81E894;
}

table.Design thead th {
    background:#028900 url(images/grid-green.jpg) repeat-x;
    color: #fff;padding:5px 0;
    text-align: center;
}
table.Design th.Corner {
    text-align: left;
}
table.Design tr:hover,table.Design tr.even:hover {
background:#FFF8C9;
}
table.Design tr.even {
background:#EDFDED;
}

table.Design tr.head td{
  font-weight:bold;
  text-align:center;
}

table.Design1 {
  border-spacing: 0px;
   margin: 5px 0 20px 0;
  width: 100%;
  border:1px solid #D2D2D2;
  background: #EFFDED;
  padding:5px
}
table.Design1 th {
    font-weight: bold;font-size:85%;
    padding: 0.1em 0.5em;
    border: 1px solid #D2D2D2;
    background: #DBE2F1;
}
table.Design1 th {
  color:white;
}
table.Design1 td {
    border: 0;
    padding: 0.1em 0.5em;
}

table.Design1 thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}
/**********************************************************************/



/*    9. Comment   */
/**********************************************************************/
.commentbox
{
	background:#EDEDED ;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
}

.commentmeta {
float:left;width:90px;
line-height:12px;font-size:97%;
}
.commentmeta span.avatar
{
	background:#fff;
	float: left;
	padding: 5px;
	border:1px solid #ccc;
	margin:0 8px 5px 0;
}

.commenttext
{
	float:left;
	width:450px;
	background:#EDEDED url(images/comment_arrow.png) no-repeat 0 20px;
	margin: 0px 0 0 10px;
	padding-left:32px;
}
.commenttext span {
background:#fff;min-height:90px;
padding-left:10px;width:400px;display:block
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;padding:5px;
    margin: 0 0 15px 0;
	background: #F6F6D2;
	border: 1px solid #d6d3d3;
}

#commentform textarea
{
    width:95%;
    height:150px;
    margin:0;
    padding:5px;
	background: #F6F6D2;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus,#commentform .text:focus {
	background: #FBFBF2;
	border: 1px solid #000;
}
/**********************************************************************/
/*    10. Misc   */
/**********************************************************************/
#clear {
clear:both;
height:0;
}
.alignleft {
float:left;margin:8px 10px 5px 2px;
padding:5px;border:1px solid #ccc;
background:white;
}
.alignright {
float:right;margin:8px 2px 5px 10px;
padding:5px;border:1px solid #ccc;
background:white;
}
.gambar_flickr {text-align:center; width:auto;}
.gambar_flickr img {border: 2px solid #ccc !important; float: left; margin:3px; padding: 2px;}
.gambar_flickr img:hover {border: 2px solid #E5047E !important; float: left; margin:3px; padding: 2px;}
.gambar_flickr span {background-image:url(images/paper-clip.gif) no-repeat;position:absolute;top:-10px;left:-10px;display:block;width:50px;height:20px}

/* Slideshow */
#slideshow {
	height:145px;
	width:100%;
	
}
#slideshow div { 
	text-align: center; 
	font-size: 16px; margin: 0px 7px 1px 7px;
}
#slideshow div img { float: left;margin-bottom:7px;
	padding:7px;
	border-color:#999999 #999999 #999999 #888888;
	border-style:solid;
	border-width:1px;
	background:#FAFAFA url(images/white-gradient.png) repeat-x scroll 0 0;
}
#slideshow img:hover{border:1px solid #111;}
#slideshow em {
	background:#FFFFFF url(images/grey-gradient.gif) repeat-y scroll 0 0;
	border-color:#999999 #999999 #999999 #888888;
	border-style:solid;
	border-width:1px;
	color: #555;
	display:block;
	font-style:normal;
	left:-3px;
	padding:4px 12px 4px 30px;
	position:absolute;
	top:16px;	
}
#slideshow span {
background:transparent url(images/paper-clip.png) no-repeat scroll 0 0;
display:block;
height:60px;
left:3px;
position:absolute;
top:-5px;
width:200px;
z-index:3;
}
#slideshow a:hover em {
	background:#FFDB01 url(images/orange-gradient.gif) repeat-y scroll 0 0;
	border-color:#C25B08;
}
h4.jarak {margin: 30px 0 0 20px}	
/**********************************************************************/