/*
Theme Name: maseko.com v3
Theme URI: http://maseko.com/
Description: maseko's weblog template.
Version: 3.0
Author: maseko
Author URI: http://maseko.com/
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #504A69 url(images/me3_bg_body.jpg) repeat-x;
	font-size: 12px;
	color: #000;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

a, a:visited {
	color: #551a8b;
	text-decoration: none;
}

a:hover {
	color: #00c;
	text-decoration: underline;
}

a:visited {
	color: #551a8b;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}
.clearboth {
	clear: both;
}


/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 903px;
	position: relative;
	background: url(images/me3_bg_content.jpg) repeat-y;
	border: 0;
	text-align: left;
}

#header {
	width: 903px;
	background: url(images/me3_bg_header.jpg) repeat-y;
	height: 75px;
	margin-top: 0;
	color: #fff;
}
#toplogo {
	float: left;
}
#topbanner {
	float: right;
	margin: 0 20px 0 0;
	border: 0;
}
#headertop {
	width: 903px;
	background: url(images/me3_header_top.jpg) top center no-repeat;
	height: 28px;
	margin-top: 0;
	color: #fff;
}

.title {
	padding: 5px;
	color: #fff;
	margin-left: 15px;
}
.pagetitle {
	font-size: 14px;
	letter-spacing: -0.2px;
	text-align: left;
	padding:  5px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #000;
	border: 1px solid #C0CDD8;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D3DEF8;
}

#NavBar {
	display: inline;
	margin-left: 6px;
	width: 891px;
	float: left;
	background: #95B3DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #3D77CB;	
}
#Navigasi {
	display: block;
	float:left;
}
#Nav {
	display: block;
	float:left;
}

#content {
	width: 595px;
	float: left;
	color: #000;
	padding: 6px;
	overflow:hidden;
}

#sidebar {
	width: 290px;
	float: right;
	color: #000;
	margin-right: 6px;
	margin-top: 6px;
}

#contentlebar {
	width: 891px;
	float: left;
	color: #000;
	padding: 6px;
	overflow:hidden;
}

#google_results iframe {
  width: 870px;
} 

#sidebar ul {
	color: #000;
	background: #D6DEEC;
	border:1px solid #C0CDD8; 
	padding:10px;
}

#footer {
	clear: both;
	width: 874px;
	background: #070724;
	color: #fff;
	text-align: left;
	height: 33px;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	padding: 0;
	list-style: none;
}

ul#Nav li {
	float: left;
	border-right: 1px solid #3162A6;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	color: #481B49;
	font-weight: bold;
}

ul#Nav a:hover {
	background: #D3DEF8 url(images/me3_nav_off.jpg) repeat-x;
	text-decoration: none;
	color: #000000;
}

ul#Nav li.current_page_item a { 
	color: #000000;
	background: url(images/me3_nav_off.jpg) repeat-x; 
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 10px;
	margin-top:0; 
	background:#fff; 
	border:1px solid #C0CDD8; 
	padding:10px;
}

.searchresult {
	margin-bottom: 10px;
	margin-top:0; 
	background:#fff; 
	border:1px solid #C0CDD8; 
	padding:10px;
}
blockquote {
	color: #000; 
	margin: 0 10px 10px 7px; 
	border: 1px dotted #C0CDD8;
	background: #DCF0FA url(images/me3_bg_bq.jpg) top left no-repeat;
	padding: 5px 5px 2px 62px;
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.tipsquote {
	color: #000; 
	margin: 0 10px 10px 7px; 
	border: 1px dotted #C0CDD8;
	background: #DCF0FA url(images/me3_bg_tq.jpg) center left no-repeat;
	padding: 5px 5px 2px 62px;
	font-size: 12px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 12px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #551a8b;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #00c;
	text-decoration: none;
}

p a:visited {
	border-bottom: 1px solid #551a8b;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #DCF0FA;
	border: 1px solid #C2C2C2;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}
.postmeta a:visited {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 16px;
	letter-spacing: -0.5px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1.title {
	font-size: 45px;
	letter-spacing: -3px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #424040;
}
.posttitleinfo {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	color: #424040;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;	
	line-height: 1.5em;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	float: right;
	margin: 0 8px 0;
	padding: 3px 0 0;
	text-align: left;
}

#searchform .sinput {
	width: 160px;
	padding: 4px;
	margin: 3px 0 0 0;
	background: #fff;
	border: 1px solid #3D77CB;
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#searchform .ssubmit {
	padding: 1px;
	margin: 3px 0 0 0;
	background: #070724;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 14px;
	letter-spacing: -0.5px;
	text-align: left;
	padding:  5px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #000;
	border: 1px solid #3D77CB;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #95B3DE;
}

#sidebar a,#sidebar a:visited {
	color: #191952;
	text-decoration: none;
}

#sidebar a:hover {
	background: none;
	color:  #49647d;
	text-decoration: underline;
}


/***** SIDEBAR LISTS FORMATTING *****/

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 12px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

#sidebarcat li {
	background:transparent url(images/folder-blue.gif) no-repeat scroll 0pt 0em;
	margin:5px 0pt;
	padding-left:20px;
}

#sidebararc li {
	background:transparent url(images/bag-blue.gif) no-repeat scroll 0pt 0em;
	margin:5px 0pt;
	padding-left:20px;
}

#sidebarlink li {
	background:transparent url(images/web-page-blue.gif) no-repeat scroll 0pt 0em;
	margin:5px 0pt;
	padding-left:20px;
}
#sidebarlastpost li {
	background:transparent url(images/check-blue.gif) no-repeat scroll 0pt 0em;
	margin:5px 0pt;
	padding-left:20px;
}


/***** FOOTER FORMATTING *****/

#footer p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #afb65b;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #5c7c9a;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	
.boxxed {
	font-size: 12px;
	letter-spacing: -0.3px;
	padding:  3px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #000;
	border: 1px solid #C0CDD8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D3DEF8;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	

/* User Comments Class
---------------------------------------------------------- */
.user-comments-avatar {
	display: block; float: left;
	margin: 5px; padding: 0;
	width: 75px; height: 75px;
	background: transparent url("images/comments_gravatar.png") no-repeat top left;

	/* testing
	border: 1px dotted pink; */
}

.user-comments-avatar img {
	display: block;
	margin: 5px; padding: 0;
	border: none;
}

.gravatar {
	display: block;
	border: none;
}

.user-comments-box {
	margin: 0 0 10px 0;
	/* testing
	border: 1px dotted pink; */
}

.user-comments-box .box {
	display: block; float: right;
	margin: 0; padding: 0;
	width: 500px;

	/* testing
	border: 1px dotted pink; */
		
}

.user-comments-box .box-top {
	display: block;
	margin: 0; padding: 0;
	width: 100%; height: 10px;
	background: #DCF0FA url("images/comments_box_top2.png") no-repeat top left;
	/* testing
	border: 1px dotted pink; */
}

.user-comments-box .box-body {
	margin: 0; 
	padding: 5px 15px 1px 15px;
	background: #DCF0FA url("images/comments_box_body2.png") repeat-y top left;
	color: #000;
	border: 0;
	/* testing
	border: 1px dotted blue; */
}

.user-comments-box .box-bottom {
	display: block;
	margin: 0 0 10px 0; padding: 0;
	width: 100%; height: 10px;
	background: #DCF0FA url("images/comments_box_bottom2.png") no-repeat top left;
	/* testing
	border: 1px dotted blue; */
}

.user-comments-box .comment-title {
	margin: 0 0 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.comment-id {
	display: block;
	float: right;
	font-size: 12px;
}
.comment-id a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
/* The alt state for authors: */
.user-comments-box .alt.box-top {
	background: #ffffff url("images/comments_box_top2_alt.png") no-repeat top left;
}

.user-comments-box .alt.box-body {
	background: #ffffff url("images/comments_box_body2_alt.png") repeat-y top left;
	background-color: #DCF0FA;
	color: #000;
}

.user-comments-box .alt.box-bottom {
	background: #ffffff url("images/comments_box_bottom2_alt.png") no-repeat top left;
}

.user-comments-box .alt.comment-title {
	color: #000;
}

.user-comments-box .box-body p {
	margin: 0 0 0 0;
	font-size: 1em;
	line-height: 1.5em;
	overflow: hidden;
}

.user-comments-box .box-body .meta {
	margin: 0; padding: 0;
	font-size: 1.2em;
	/* testing
	border: 1px dotted blue; */
}

.user-comments-box .box-body .date {
	margin: 0 0 10px 0; padding: 0;
	font-size: .8em;
	/* testing
	border: 1px dotted blue; */
}

.lower-content-title {
	font-size: 14px;
	letter-spacing: -0.5px;
	text-align: left;
	padding:  5px;
	text-transform: uppercase;
	font-weight: normal;
	color:  #000;
	border: 1px solid #C0CDD8;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D3DEF8;
}

/* Lower Content - Comment Form
---------------------------------------------------------- */
#comment-form-box {
	display: inline; float: left;
	margin: 0 10px 0 0; padding: 0;
	width: 590px;
	color: #000;
	background: #DCF0FA;
	border:1px solid #C0CDD8
}

#comment-form-box .one-col.box-body{
	margin: 0; padding: 10px 20px 0 20px;
}

#comment-form-box #comment-form {
	display: block;
	padding: 1px;
	/* testing
	border: 1px dotted pink; */
}

#comment-form-box #comment-form input, 
#comment-form-box #comment-form textarea,
#comment-form-box #comment-form label,
.post100 textarea,
.post100 input {
	display: block;
	margin: 5px 0 1px 0; padding: 0;
	width: 100%;
	/* testing
	border: 1px dotted pink; */
}

#comment-form-box #comment-form #submit,
.post100 #submit {
	margin: 10px 0 0 0;
	height: 40px;
}

#comment-form-box .comment-guidelines {
	margin: 0 0 1.5em 0 ; padding: 0;
	font-size: .9em;
}

/* IKLAN SIDEBAR  */
.blokiklan {
	display: block;
	background: #D6DEEC;
	border: 1px solid #C0CDD8; 
	padding: 10px;
	overflow: auto;
	margin: 0;
	margin-bottom: 10px;
}

.iklankiri {
	float: left;
}
.iklankanan {
	float: right;
}

 /*table*/
  
.table-content {
	background: #fff;
	border-collapse: collapse;
	margin-bottom:7px;
}
.table-content td {
	border: 1px solid #bbb;
	background: #fff;
	text-align: center;
	padding: 3px;
}

.table-content th {
	border: 1px solid #aaa;
	background: #DDDDFF;
	text-align: center;
	padding: 7px;
}

.noprint {
float: left;
display: block;
margin-bottom:5px;
}
.noprintfooter {
display: none;
}
.lintasberita {
float: left;
}
.pdfprint {
float: right;
}
.bloglist {
float: left;
display: block;
margin: 2px;
text-align:center;
width: 137px;
height: 145px;
border: 1px solid #aaa;
background: #fff;

}
.bloglist .blogthumbnail {
margin: 2px;
border: 1px solid #aaa;
}
.bloglist .blogname {
margin: 2px;
}