body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.judulberita {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.tanggalberita {
	color: #B22222;
}
b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 100%; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFF;
height: 80px; /*Height of top section*/
padding: 0px 0px 0px 10px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 500px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -495px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
background: #ECECEC;
}

#rightcolumn{
float: left;
width: 290px; /*Width of right column in pixels*/
margin-left: -290px; /*Set margin to -RightColumnWidth*/
background: #CCCCCC;
}

#footer{
clear: left;
width: 100%;
background: #FFF;
color: #FFF;
border-top: 1px solid #ccc;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.img {
	padding: 5px 5px 6px 5px;
	border: solid 1px #ccc;
	margin-right: 1em;
}
#text1 {
	font-size: 11px;
}
#topsection H1 {
	font-size: 20px;
	font-family: Georgia;
	text-transform: capitalize;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border-right:1px solid #000;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 15; clear: both;}

#nav {
	height: 1.5em;
	background: #000;
	border-top: 0;
	border-bottom: 0px solid #000;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 10px;
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #000; padding: 5px 10px; padding-bottom: 8px; border-left: 0px solid #000; border-right: 1px solid #666; color: #FFF; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #000;  color: #FFCC11;}
#nav li a:active, #nav ul li a.active {background: #FFCC11; border-color: #fff; color: #000;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #FFCC11; color: #000; border-top: 0px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0px; display: none; text-transform: none; border: 0px solid #FFF; border-top: 0px solid #FFF;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .5em .4em; background: #000; color: #FFF; border: 0; border-top: 1px solid #333; border-left: 1px solid #333;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #000; background: #000; border: 0; color:#FFCC11; border-top: 1px solid #333; border-left: 1px solid #333;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {
	display: block;
	background: #000;
	}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .3em .6em .4em; background: #000; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
