/*
CSS Credit: http://www.anonymouse.wapamp.com
tahun Css (since xtgem born)
pembuat CSS (blog.xtgem.com)
perancang warna (hide website)
learn basic (mod site)
inspirasi dunia maya untuk kenyataan
 */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838fbb;
	 background: #08123a;
}

a:link {
	color: lime; text-decoration: none; font-weight: bold; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out;

animation: spin 2s;
-webkit-animation: spin 2s;
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
}
a:visited {
	text-decoration: none; color: #ff1f1f;

animation: spin 2s;
-webkit-animation: spin 2s;
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
}
a:hover {
	text-decoration: none; color: #fff; text-shadow:-3px 2px 2px #4779E6;  -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out;

animation: spin 2s;
-webkit-animation: spin 2s;
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
}
a:active {
	text-decoration: none; color: #fffc04; font-weight: bold;

animation: spin 2s;
-webkit-animation: spin 2s;
transform-origin: 50% 50%;
-webkit-transform-origin: 50% 50%;
}

h1{
-webkit-box-shadow: 5px 5px 10px 0px rgba(255,255,255,1);
-moz-box-shadow: 5px 5px 10px 0px rgba(255,255,255,1);
box-shadow: 5px 5px 10px 0px rgba(255,255,255,1);
color:#00ff00
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { float: left; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_10 { margin-right: 10px; }
.margin_right_60 { margin-right: 60px; }

/* header */
#anonymous_header_wrapper{
	clear: both;
	width: 100%;
	height: 150px;	
	margin: 0 auto;
	background: url(x/anonymous_header_repeat.jpg) repeat-x;
}

#anonymous_header_wrapper #anonymous_header_panel{
	width: 980px;
	height: 150px;	
	margin:0 auto;
	color: #FFF;
	text-align: center;
	background: url(x/anonymous_header.jpg) no-repeat;
}

#anonymous_header_panel #anonymous_header{
	padding-top: 50px;
	font-size: 40px;
	letter-spacing: 50px;
	font-family: "Times New Roman", Times, serif;
}

#anonymous_header_panel #anonymous_tagline{
	font-size: 20px;
	padding: 20px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
}

/* end of header */

/* banner */
#anonymous_banner_wrapper{
	clear: both;
	width: 100%;
	height: 240px;	
	margin: 0 auto;
	background: url(x/anonymous_banner_repeat.jpg) repeat-x;
}

#anonymous_banner_wrapper #anonymous_banner_panel{
	width: 980px;
	height: 470px;	
	margin:0 auto;
	text-align: center;
	background: url(x/anonymous_blue_banner.jpeg) no-repeat;
}

/* end of banner */

/* menu */
#anonymous_menu_wrapper{
	width: 100%;
	height: 90px;	
	margin: 0 auto;
	background: url(x/anonymous_menu_bg_repeat.jpg) repeat-x;
}

#anonymous_menu_wrapper #anonymous_menu_panel{
	width: 980px;
	height: 90px;	
	margin:0 auto;
	background: url(x/anonymous_menu_bg.jpg) no-repeat;
}

#anonymous_menu_panel ul {
	float: left;
	margin: 20px 0 0 10px;
	padding: 0;
	list-style: none;
}

#anonymous_menu_panel ul li{
	display: inline;
}

#anonymous_menu_panel ul li a{
	float: left;
	width: 115px;
	height: 52px;
	padding: 8px 0 0 0;
	margin-right: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #37a5dd;
	background: url(x/anonymous_menu_button.png) no-repeat;
	-moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
}

#anonymous_menu_panel li a:hover, #anonymous_menu_panel li .current{
	color: #ffffff;
	 border-radius:10px 10px 30px 30px;
	background: url(x/anonymous_menu_button_hover.png) no-repeat;
	box-shadow:0px 0px 30px #000;
-webkit-transform:scale(1.1); 
-moz-transform:scale(1.1); 
-o-transform:scale(1.1);
-webkit-box-shadow:0px 0px 30px #000; 
-moz-box-shadow:0px 0px 30px #86D6F7; 
opacity: 1;
transform:rotate(360deg);
-webkit-transform:rotate(360deg)}*/
}

#anonymous_menu_panel li .last {
	padding-right: 0px;
	border-right: none;
}
/* end of menu */

/* content */
#anonymous_content_wrapper{
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(x/anonymous_content_bgs.jpg) repeat-x;
}

#anonymous_content_wrapper #anonymous_content_panel{
	width: 960px;
	padding: 40px 10px 0 10px;
	margin:0 auto;
}

#anonymous_content_panel .content_panel_3col_section{ 
	float: left;
	width: 200px;
}

#anonymous_content_panel .content_panel_3col_section_tengah{ 
	float: left;
	width: 390px;
}

.content_panel_3col_section p{
	text-align: justify;
	margin-bottom: 10px;
}

.content_panel_3col_section p a {
	color: #abbdfe;
}

.p_section {
 	color: #abbdfe;
	text-align: justify;
	text-decoration: underline;
	margin-bottom: 10px;
}

.services {
	margin: 20px 0 0 30px;
	padding: 0px;
}

.postingan {
	margin: 200px 0 0 30px;
	padding: 0px;
}


.services li{
	padding-bottom: 10px;
}

.header_01 {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.header_02 {
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.image_box_01 {
	padding: 4px;
	background: #7a93d0;
	margin-bottom: 10px;
}

.image_box_01 img {
	border: 1px solid #fff;	
}

.news_section {
	clear: both;
}

.news_section .news_image {
	float: left;
	margin: 3px 0 0 0;
	width: 82px;
	padding: 4px;
	background: #7a93d0;
}

.news_image img {
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
}

.news_section .news_content {
	float: right;
	width: 170px;
}

.news_section .news_title {
	font-size: 12px;
	font-weight: bold;
	color: #abbdfe;
}

.news_post_anonymous{background: none}
.news_post_anonymous a{background:#333; display: block; padding: 8px; margin: 8px}

/* end of content */

/* footer */
#anonymous_footer_wrapper{
	clear: both;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #203172;
	background: #040a25;
}

#anonymous_footer_wrapper #anonymous_footer_panel{
	width: 980px;
	margin:0 auto;
	padding: 15px 0;
	text-align: center;
}

#anonymous_footer_panel a {
	color: #abbdfe;
}

/* end of footer */
