/*CSS utama */
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
a {
	text-decoration: underline;
	outline: none;
	color: #ffffff;
	}
	
	a:hover {
		text-decoration: none;
		}
	
img { 
	border: 0;
	}
/*-----------------------------------------*/
html
{
	height: 100%;
}

body
{
	font-family:Segoe UI, Arial,Verdana,Helvetica,sans-serif;
	margin:0px;
	height:100%;
	background-color:#000000;
	color:#FFFFFF;
}
#content_bkg, #base_page_footer, #masthead_search_wrapper
{
	width:730px;
	margin:0 auto;	
}


#baseHeader
{
	height:100px;
	padding:0;
}



/*#search_placeholder input {padding:5px; border:1px solid #6AB5FF; line-height:11px;}*/
#search_placeholder #inputsearch {width:140px;padding:3px 5px 3px 23px; background: #fff url('search.png') no-repeat 6px 3px;border:1px solid #6AB5FF;}


#base_page_footer
{	
	
	padding:0;
	margin:0 auto;
}
#footer_internal
{
	padding:20px 0 20px 0;
	text-align: left;
	font-size: 11px;
	font: 70%/1.5em Tahoma, arial, Verdana, sans-serif;	
	color: #333333;
}
#footer_internal a {color: #333333; text-decoration:none;}		
#footer_internal a:hover {color: #fff;}

/*----------------------------------------------------*/

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #ffffff;
	text-transform: capitalize;
	}


/* submenu (halaman) */			
.dot:before {
	content: url(blackdot.png) " ";
	}	
#sub-navigation {
	clear: both;
	width: 100%;
	padding:3px 0 10px 0;
	height:33px;
	margin:0;
	border-top:1px solid #121212;
	}
	
	#sub-navigation img {
		float: left;
		position: relative;
		top: 3px;
		}
	
	#sub-navigation ul {
		padding:0;
		margin: 0; 
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		font-size: 14px;
		padding: 0;
		margin: 4px 0 3px;
		}
		
	#sub-navigation .current_page_item a {color:#f58220;}
	
	#sub-navigation ul.pages li:after {
		content: url('whitedot.png');
	}
	
	#sub-navigation a {
		color: #fff;
		padding: 5px;
		}
		
		#sub-navigation a:hover {
			color: #f58220;
			text-decoration: none;
			}
	

/* Main Elements */
	
#mainwrapper {
	padding:0;
	font: 70%/1.5em Tahoma, arial, Verdana, sans-serif;	
	}



.posts {
	border-bottom: 1px solid #121212;
	margin-bottom: 20px;
	padding-bottom:30px;
	}
	
	.nobg {background:none; margin-bottom:0;padding-bottom:0;} /*by albri*/
	.posts ul, .posts ol {margin:0 0 0 20px; padding:0;}
	
	.posts h2 {
		margin: 10px 0 0;
		text-align:left;
		font-size:16px;
		line-height: 18px;
		}
.posts {
	float: left;
	width: 100%;
	}
	

		
.readmore {
	color:#f58220;
	}


/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0;
	padding: 0;
	text-align:justify;
	width:720px;
	}


	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 20px;
		line-height: 22px;
		text-align:left;
		}

.tags a {
	color: #CCCCCC;
	}
	

.post {
	float: left;
	border-bottom: 1px solid #121212;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

	

.threepost {
	width: 220px;
	float: left;
	margin:10px 20px 10px 0;
	text-align:left;
	}
.threepost img {
	width: 100px;
	float: left;
	margin: 5px 10px 0 0;
	}	
	
	.threepost h2 {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		text-align:left;
		font-size:12px;
		}

			
	
		
/* Other Elements */

#leftcontent h1.catheader {
	margin-top: 3px;
	color:#fff;
	font-weight: normal;
	}
	
	#leftcontent .post h1 {
		color: #fff;
		margin-top: 3px;
		}

	
#tagcloud {
	width: 500px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	


/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft, div.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright, div.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -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;
}
		

.clear {clear:both;}

img.float-right {margin: 5px 0px 10px 10px;}
img.float-left {margin: 5px 10px 10px 0px;}


/* Table */
.tabel {border-collapse: collapse; border-color:#121212;}
.tabel tr {border:1px solid #121212;}
.tabel td {border:1px solid #121212;padding:2px 5px;}
.tabel th {border:1px solid #121212;padding:2px 7px;}	

blockquote {
	background:#F4F5F7 url(blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:0 15px 0 36px;
	margin:10px 0;
	font-family: "Times New Roman", Times, serif;font-style: italic;font-size: 1.2em;} /* by albri */


a#gotop {
	background: url('BTT.gif') 0 6px no-repeat;
	float:right;
	display:block;
	padding:2px 0 0 15px;
	margin:0 !important;
	margin:0;
	text-decoration:none;
}
a#powered {
	background:url('amlogo.gif') no-repeat;
	display:block;
	width:35px;
	height:35px;
	float:left;
	margin:0 10px 0 0;
	text-indent:-999em;
	filter:alpha(opacity=50);-moz-opacity: 0.50;opacity: 0.50;
}
a#powered:hover {filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;}

#postpath {
	height:16px;
	line-height:16px;
	margin:25px 0 25px 0;
}


#tag_cloud a {
	line-height:130%; text-align:left;
}


/* tab ateonsoft */
div.Tabateonsoft {margin:15px 0 15px 0; font: normal 11px arial;}
div.Tabateonsoft div.TFs
{height:28px; overflow: hidden; border:1px solid #121212; border-bottom:0px; background:#060606;}
div.Tabateonsoft div.TFs a
{float: left; display: block; text-align: center; text-decoration: none; padding:7px; margin:0;  color:#ccc;border-right:1px solid #121212;
	}
div.Tabateonsoft div.TFs a:hover
{  color:#fff; background:#121212;}

div.Tabateonsoft div.TFs a.Active
{	background: #121212; font-weight:bold;color:#fff;}	
div.Tabateonsoft div.Pages
{ clear: both; overflow: hidden; height:150px; padding:0; border:1px solid #121212; padding:5px;}
div.Tabateonsoft div.Pages div.Page
{height: 100%;padding: 0px; overflow: hidden; }
div.Tabateonsoft div.Pages div.Page div.floor
{ font-size:11px; text-align:left;}



/*untuk mengatur tampilan di halaman index*/
.threepostkhususkategori {
	width: 220px;
	height:215px;
	float: left;
	margin:10px 20px 10px 0;
	text-align:left;
	overflow:hidden;
	}
.threepostkhususkategori img {
	width: 100px;
	float: left;
	margin: 5px 10px 0 0;
	}	
	
	.threepostkhususkategori h2 {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		text-align:left;
		font-size:12px;
		}
/*Google Translator*/
#FS_translate {float:right; margin:0 10px 0 0;}
.FS_translate img {filter:alpha(opacity=50);-moz-opacity: 0.50;opacity: 0.50; border:0; margin:1px;} 
.FS_translate:hover img {filter:alpha(opacity=100);-moz-opacity: 1.0;opacity: 1.0;border:1px solid #000000; margin:0;} 

/*khusus untuk tulisan halaman singgle agar besar*/
.albricontent { font: normal 12px verdana; line-height:18px;}

.photos0 a img {padding:6px; border:1px solid #121212;margin: 0 15px 5px 15px; float: left; cursor: pointer; width: 195px; height: 135px;}
.photos1 a img {padding:10px; border:1px solid #121212;margin: 0 17px 17px 0; float: left; cursor: pointer; width: 140px; height: 200px;}
.photos2 a img {padding:10px; border:1px solid #121212;margin: 0 17px 17px 0; float: left; cursor: pointer; width: 200px; height: 140px;}
.photos3 a img {padding:10px; border:1px solid #121212;margin: 0 17px 17px 0; float: left; cursor: pointer; width: 320px; height: 210px;}
.photos4 a img {padding:10px; border:1px solid #121212;margin: 0 17px 17px 0; float: left; cursor: pointer; width: 678px; height: 389px;}

.photos0 a img:hover, .photos1 a img:hover, .photos2 a img:hover, .photos3 a img:hover, .photos4 a img:hover  {border:1px solid #333;}