/*  
Theme Name: Tembesi
Theme URI: http://wpgpl.com/themes/tembesi
Description: Tembesi is 2 columns layout for Ordinary Blogger.
Version: 1.0
Author: Nurudin Jauhari
Author URI: http://wpgpl.com/
Tags: red, white, fixed-width, two-columns,right-sidebar


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Crafted on 05 July 2008
	Last Edit: 14 May 2008 10.14  +7 GMT

*/

/* import stylesheets and hide from ie/mac \*/
@import url("css-navi.css");
@import url('wordpress.css');
/* end import/hide */

/* Social Style 
********************* */

html
{
	height: 100%;
}
*
{
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0 0 0.7em;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.right
{
	float: right;
	margin: 10px 0 0 10px;
}
img.left
{
	float: left;
	margin: 0 10px 10px 0;
}
hr
{
	display: none;
}
body
{
	font: 15px arial, verdana, tahoma, sans-serif; 
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	min-width: 980px;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #d10000;
}
a:hover, a:active
{
	color: #3A881C;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Helvetica, Arial, Verdana, Serif;
	clear:both;
}


/* Design 
******************** */
#top {
	background: #222;
	text-align: left;
	min-height: 40px;
	border-top: 5px solid #d10000;
	padding-top: 8px;
}
#page {
	text-align: left;
	width: 970px;
	margin: 0 auto;
	background: transparent url(images/bg/side-bg.gif) right 0 repeat-y;	
}
#sub-page {
}

#content-wrap {
	float: left;
	width: 100%;
}

#content {
	margin: 0 345px 0 0;
	padding-top: 20px;
}
.side1 {
	width: 315px;
	float: left;
	margin-left: -315px;
	position: relative;
	}

/*myHead */
#pager {
	padding-top: 30px;
}
#headr {
	margin: 0 0 10px 0;
	padding: 0;
	text-align:left;
	position: relative;
}
#navr {
	position: relative;
	width: 970px;
	margin: 0 auto;
}
#navr ul {
	list-style: none;
	padding-top: 5px;
}
#navr ul li {
	display: inline-block;
    height: 30px;
}
#navr ul li a {
	padding: 4px 10px;
	background: #4CB225;
	color: #fff;
	border: 1px solid #4CB225;
}
#navr ul li a:hover {
	padding: 4px 10px;
	background: #3A881C;
	color: #fff;
	border: 1px solid #3A881C;
}
#navr ul li.current_page_item a {
	background: #000;
}
.search {
	position: absolute;
	right: 25px;
	top: 5px;
}
.search #s, .widget_search #s {
	width: 245px;
	padding: 10px;
	border: 1px solid #666;
	background: #fff;
}
.widget_search #s {
	margin-left:25px;
}

#headr h1 {
	font-size: 50px;
	letter-spacing: -2pt;
}

/*myPost */
.thecloud {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 15px 0;
	margin-bottom: 25px;
}
.ad468 {
	margin-bottom: 20px;
}

.pagetitle {
	margin-bottom: 20px;
}
.post {
	margin-bottom: 40px;
	position: relative;
}
.post .right {
	margin-left: 95px;
}
.post blockquote {
	border-left: 2px solid #ccc;
	padding-left: 20px;
	margin-left: 10px;
	color: #444;
}
.post .left {
	position: absolute;
	left: 0;
	top: 0;
	color: #284C0A;
}
.timr {
}
.timr h4 {
	font-size: 25px;
}
.jame {
	font-size: 11px;
	display: block;
}

.metameta {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-top: 10px;
	color: #999;
}

.post h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 160%;
	letter-spacing: -1pt;
}
.post h2 a {
	color: #3A881C;
}
.post h2 a:hover {
	color: #d10000;
}

.postmetadata {
	color: #999;
	text-align: right;
	font-size: 11px;
}
.postmetadata a {
	color: #555;
	text-decoration: underline;
}
.entry ul, .entry ol {
	line-height: 1.6em;
	margin: 0 0 0.7em 2em;
}
.entry h3 {
	border-bottom: 1px solid #ccc;
}
.entry h3, entry h4 {
	margin-bottom: 10px;
}


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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


.navigation {
	margin-bottom: 20px;
	min-height: 20px;
	margin-left: 95px;
}
.navigation a {
	color: #098400;
}
.navigation .alignleft {
	float: left;
	width: 50%;
}
.navigation .alignright {
	float: right;
	text-align: right;
	width: 50%;
}


/*mycomment */
h3.respond, h3#trackbacks, h3#comments {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	padding-left: 95px;
}
.cinfo {
	margin-left: 95px;
	border: 1px solid #efefef;
	padding: 10px;
	color: #ccc;
}
h3#trackbacks {
	position: relative;
}
img.iright {
	position: absolute;
	right: 0;
	top: 5px;
}
.reply a {
	color: #999;
}

.trackbacklist, .commentlist {
	list-style: none;
}
.trackbacklist li, .commentlist li {
	position: relative;
}
.track {
	margin-bottom: 20px;
}
.timer a {
	color: #076C00;
}
.numero a {
	float: right;
	color: #ccc;
	font-size: 170%;
}
.commentmetadata {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #999;
}
.commentmetadata a {
	color: #999;
	text-decoration: underline;
}
.comment {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.alt {
	margin-bottom: 10px;
}
.leftarea {
	float: left;
	width: 95px;
}
.rightarea {
	margin-left: 95px;
}
.commentlist .rightarea {
	position:relative;
}
.formin form {
	margin-left: 95px;
}
.formin textarea {
	width: 100%;
}
.formin input {
	padding: 4px;
}
.formin #submit {
	background: #098400;
	border: 2px solid #098400;
	color: #fff;
	padding: 2px 10px;
	border-right: 2px solid #076C00;
	border-bottom: 2px solid #076C00;
}

.reply {
	text-align: right;
}

.commentlist .children {
	list-style: none;
}
.commentlist .children {
	margin-left: 30px;
}


/*myday */

.side1 ul, .side2 ul {
	list-style: none;
	line-height: 18px;
	padding-top: 10px;
}
.boxr, .side1 .categories, .side1 .linkcat, .widget {
	margin-bottom: 20px;
}

.box-ad li {
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
}

.boxr h3, .side1 .categories h3, .side1 .linkcat h2, .widget h2 {
	padding: 4px 0 4px 10px;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.boxr ul, .side1 .categories ul, .side1 .linkcat ul, .widget ul {
	padding-left: 25px;
}
.aboutwhat {
	margin-left: 10px;
}
.emailfeed {
	margin-left: 20px;
	margin-right: 25px;
}
.mbl {
	margin-left: 20px;
}
#feedemail {
	width: 230px;
	padding: 5px;
}
#feedsubmit {
	padding: 5px;
}

.side1 ul li li {
	margin-bottom: 5px;
}

.insmall {
	font-size: 12px;
}
/*myFeet */
#footer {
	width: 970px;
	margin: 0 auto 0;
	padding: 10px 0 0;
	text-align: left;
	color: #ccc;
	position: relative;
	height: 30px;
	background: transparent url(images/bg/side-bg.gif) right 0 repeat-y;	
}
#footer .right {
	position: absolute;
	right: 10px;
	top: 10px;
}
#extra-footer {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background: #284C0A;
}
#extra-footer a {
	color: #A3E78A;
}
#extra-footer .extra {
	float: left;
	width: 315px;
}
#extra-footer .left {
	background: #999;
	border-right: 1px solid #ccc;
}
#extra-footer .center {
	width: 338px;
	border-right: 1px solid #ccc;
}


#extra-footer .right {
	float: right;
	background: #284C0A;
}

#extra-footer h3, #extra-footer h2 {
	background: #333;
	color: #fff;
	padding: 4px 10px;
	font-size: 14px;
}
#extra-footer .linkcat {
	list-style: none;
}
#extra-footer .linkcat ul {
	margin-left: 30px;
}

.related h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.related h4 {
	margin-bottom: 5px;
}
.related ul {
	list-style: none;
}
.related ul ul li, .related ul ol li {
	margin-left: 2em;
}
.related  li{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.related  li li{
	line-height: 1.6em;
	margin-bottom: 0;
	border: none;
}
a.itemlink:link, a.itemlink:visited {
	color: #000;
}

.footnote {
	text-align: left;
	width: 200px;
	background: #efefef;
	padding: 5px;
	font-size: 11px;
}
.footnote a:link, .footnote a:visited {
	color: #000;
	text-decoration: underline;
}

.nosense {
	list-style: none;
	clear: both;
}
.tinggi {
	margin-bottom: 20px;
	height: 10px;
}
.nosense li {
	float: left;
	width: 150px;
}
.archie {
}
.archie li {
	margin-left: 15px;
}

fieldset {
	border: none;
}

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

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

.alignright {
	float:right;
}

.alignleft {
	float:left;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

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

/* Mybloglog
--------------------------------------
*/
td.mbl_fo_hidden{display:none}
tr#tr0{display:none}
th.mbl_h{display:none}

/* Change Log ****
1.0	: First Public Released
*** */

#content img { margin: 0; height: auto; max-width: 100%; width: auto; }
