/*
Theme Name: Pesta Blogger
Theme URI: http://www.jauhari.net/themes/pesta-blogger/
Description: esta Blogger is 960.gs Grid Based Layout, Magazine Stle, Shadow Effect, Auto Grabbed Image and many more
Version: 1.1
Author: Nurudin Jauhari
Author URI: http://www.jauhari.net
Tags: fixed-width, black, green,custom-header, red

	Crafted on 26 August 2009
	Last Edit: 1 September 2009 11.37  +7 GMT

	This theme was designed and built by Nurudin Jauhari

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/3.0/
	
*/
@import url('box/reset.css');
@import url('box/menu-top.css');
@import url('box/wordpress.css');
@import url('box/sidebar.css');
@import url('box/post.css');
@import url('box/comment.css');
@import url('box/framework.css');
@import url('box/category.css');

body {
	text-align: center;
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
	background: #fff url(images/pb.jpg) 80% 97%  no-repeat;
}

a:link, a:visited {
	color: #7b1f17;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
}

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

.wp-caption {
	position: relative;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1px solid #333;
}

.wp-caption p.wp-caption-text {
	position: absolute;
	left: 0;
	bottom: 15px;
	background: #121212;
	padding: 0 5px;
	color: #fff;
  /* for IE */
	filter:alpha(opacity=90);
  /* CSS3 standard */
	opacity:0.9;
}
/* End captions */

img.alignright {
	display:inline;
	margin:0 0 2px 7px;
/*	padding:4px; */
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
}

.alignright {
	float:right;
	margin-right: 0;
}

.alignleft {
	float:left;
	margin-left: 0;
}
img.centered,.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.wp-smiley { 
   vertical-align: -25%; 
}

.underads h5 {
	font-weight: normal;
	font-size: 11px;
}

.hide, h3.hide, h3.hiden {
	display: none !important;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}

h3.line {
	font-weight:400;
	font-size:13px;
	text-transform:uppercase;
	border-bottom:1px solid #888;
	margin-bottom:10px;
	padding-bottom:5px;
}
#header {
	background: #222;
	height: 60px;
}
#header  .container_12 {
	background: url(images/pb-logo.jpg) right 0  no-repeat;
	height: 60px;
}
.logos {
	font-size: 40px;
}
.logos h1 a:link, .logos h1 a:visited {
	color: #999;
	text-shadow: 2px 2px 2px #111;
}
.logos h1 a:hover{
	color: #efefef;
	text-shadow: 2px 2px 2px #000;
}
.description {
	position: absolute;
	right: 0;
	color: #999;
	top: 0;
	display: none;
	font-size: 30px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
}
#footer {
	border-top: 25px solid #A02318;
	background: #7b1f17 url(images/pb-footer.jpg) 50% 0  no-repeat;
	padding: 15px 0;
	color: #fff;
	margin-top: 30px;
	font-size: 12px;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 11px;
	text-align: right;
	}
#footer a:link, #footer a:visited {
	color: #ccc;
	text-decoration: underline;
}
/* !Mybloglog
-------------------------------------- */
td.mbl_fo_hidden{display:none}
tr#tr0{display:none}
th.mbl_h{display:none}

/* Change Log ****
1.0	: First Public Released
1.1	: Fix Tag and Recent Comment Widget Issues
*** */