/*  
Theme Name: MistyLook - reLoaded
Theme URI: http://think.web.id
Description: Was MistyLook, but better, so it is not. Another version of MistyLook-Revisited
Version: 1.0
Author: ThinkWeb
Author URI: http://think.web.id
Tags: flexible width, two columns, widgets, custom image header, antorio, think.web.id, think.web
*/
/* /////////////////GLOBAL///////////////// */
html, body  {
	/*background: #f3f6f3;*/
	margin: 0; 
	padding:0;
	font: 0.85em "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #454545; 
	text-align: center;
	height:auto !important; /* ie6 ignores it */
  	height:100%; /* fix */
  	position: relative;
	background: #eaeaea;
}

* {
	padding: 0; 
	margin:0;
}
p {
	margin: 0.7em 0;
	line-height:1.8em;
}
dl {
	
	padding:1px 10px;
	margin:0 0 1em 0;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0;
	padding:0;
}
img 
{
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}
img.right {
	float: right;
	margin:10px 0 0 10px;		
}
img.left {
	float: left; 
	margin:0 10px 10px 0;	
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
	background:none;
	padding:none;
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;		
}
img.wp-smiley, #wpstats, img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}
.clear {
	clear:both;
	height:20px;
}
.clear-right{
	clear:right;
}
.clear-left{
	clear:left;
}
blockquote
{
	color: #999999;
	margin: 0.8em;
	padding: 0px 0px 5px 50px;
	background: url(images/blockquote.gif) no-repeat left top;
	/*font-weight:bold;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	float:left;
	vertical-align: top;
	clear:both;
	width:100%;
}
fieldset 
{
	border:0;
}

a 
{
    text-decoration:none;
}
a:link, a:visited {
	color: #666666;	
	border-bottom: transparent 1px dotted;
}
a:hover, a:active {
	color: #000000;
	border-bottom: #000 1px dotted;
}
h1, h2, h3, h4, h5, h6 
{
	font-family:Georgia, Verdana, Arial, Serif;
}
h1, h2, h3, h4, h5, h6 a:link, a:visited{
	color: #000000;
}
h1, h2, h3, h4, h5, h6 a:hover, a:active {
	border: none;
}

#wrapper{
  width: 930px;
  min-width: 780px;
  margin:0 auto;
}


#navigation {
	background: transparent; 
	margin: 20px 0px 0px 0px; 
	overflow: hidden; 
	width: auto;
	position: relative; 
	text-align: left;
	/*font-family: Georgia, Trebuchet MS,Tahoma, Verdana, Arial, Serif;*/
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.75em;
	padding-left: 25px;
	/*padding-right: 10px;*/
}
 html #navigation {
	height: 26px;
}
#mainlinks {
	float:left;
}
#mainlinks ul li {
	float: left; 
	margin: 0px 5px 0px 0px; 
	list-style-type: none;
}
#mainlinks ul li a {
	/*border: #ccc 1px solid; 
	border-bottom:none;*/
	padding: 2px 12px; 
	display: block; 
	font-weight:bold;
	color:#333;		
	text-decoration: none;
	background:#dedede;
	letter-spacing:0px;
	line-height: 15px;
}
#mainlinks ul li a:hover, #mainlinks ul li a:active, #mainlinks ul li.current_page_item a {
	background: #fff;
	color: #333;	
	/*border: #ccc 1px solid; */
	border-bottom:none;		
}
#search {
	font-size: 0.9em; 
	 display: block;
	/*right: 0; 
	position: absolute; 
	top: 0;*/
	float:right;
	margin-right: 10px;
}
#search input#searchsubmit {
	/*border: #999 1px solid;*/ 
	border:none;
	width:23px;
	height:23px;
	font: 1em "Lucida Grande", Arial, Helvetica, sans-serif; 
	background: url(images/search.gif) no-repeat top left;
	margin: 0 0 0 0px; 
	color: #265e15; 
	padding: 0px; 		
}
#search input#searchsubmit:hover{
	background-position: top right;
}
#search input.textbox_search, textarea, input[type="text"]
{
	border:#f5f5f5 1px solid;
	border-right: none;
	background:#fff url(images/shadow_top.gif) repeat-x top;
	font:10px "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*padding:3px;*/
	width:158px;
	height:13px;
	margin-top:0px;
}

/*** top right page controls ***/

#layoutcontrol{
	float:right;
  /*position: absolute;
  top: 10px;
  right: 20px;*/
  display: block;
  width: 60px;
  height: 20px;
  z-index: 1000;
}

#layoutcontrol a{
  float: left;
  display: block;
  width: 20px;
  height: 16px;
  margin-top: 3px;
  margin-right: 3px;
  background: transparent url(images/pagecontrols.gif) no-repeat left top;
}

#layoutcontrol a.setLiquid{ background-position: -65px top; }
#layoutcontrol a.setFont{ background-position: left top; width: 25px; }

#layoutcontrol a.setLiquid:hover{ background-position: right top; text-decoration:none; border: none;}
#layoutcontrol a.setFont:hover{ background-position: -26px top; text-decoration:none; border: none;}
#layoutcontrol a span{ display: none; }

/* end top right layout control */

#container {
	/*border: #f7f7f7 1px solid; */
	background: #fff; 
	margin: 0 auto; 
	width: 100%; 	
	position: relative; 
	text-align: left;
}


#header {
	clear: both; 
	float: left; 
	margin: 25px 20px 15px 0px; 
	/*margin: 25px auto;*/
	width: 68%; 
	text-align:left;
	/*padding-left: 25px;*/
}
#header img{
	border: none;
	background:none;
	margin-left:0px;	
}
#header h1 
{
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	letter-spacing:0px;
	font-weight:normal;
}
#header h1 a {
	
	text-decoration:none;	
	border:0;
}
#header h1 a:hover,
#header h1 a:active {
	border-bottom:#ccc 1px solid;
}
#header #desc 
{
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:Tahoma, Verdana, Arial, Serif;
	letter-spacing:0px;	
}
#feedarea {
	/*padding:10px 10px 0 0; */
	float: right; 	
	text-align: left;
	width: 29%;
	color: #999999;
	font: 0.95em "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html #feedarea {
	padding-top: 90px;
}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(images/icon_feed.gif) no-repeat left center;
	padding-left:18px;
}
#headerimage {
	clear: both; 
	background: #000000 url(images/misty.jpg) no-repeat 0 0 center;
	margin: 10px; 
	color: #fff; 	
	height: 200px;
}
 html #headerimage {
	margin-top: 0;
}
#content {
	margin: 0 10px 0 30px;
}
 html #content {
	height: 1%;
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}

#content-main {
	float: left; 
	width: 68% !important; 
	display:block;
	/*margin-right: 20px;*/
}
 html #section-index #content-main {
	margin-right: 20px;
}

#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(images/bullet.png);
}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dashed;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding-left:2em;
}

#content .post 
{
	clear:both;
	padding:0 0 2em 0;
	border-bottom:#dcc 1px dashed;
}
#content h2,
#content h3 
{
	font-size: 2em; 
	margin: 1em 0 0;	
	font-weight:normal;
	line-height:1.4em;	
	letter-spacing:0px;
}
#content .entry 
{
    /*clear:both;*/
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a:link, #content .entry a:visited
{
    /*border-bottom:#963 1px dashed;  */  
	
	color: #336600;
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#ccc 1px dotted;    
}
#content .entry li 
{
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.6em;
}
#content .post-info , #content .postmetadata
{
	clear:both;
	font-size:0.9em;
	color:#999;
	margin:0;
	padding:0;	
}
#content .post-info{
	background:url(images/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px;	
}
#content h2.pagetitle
{
	background:url(images/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px;	
	color:#336600;
}
#content .posttitle h2,
#content-main .posttitle h2,
#content-main .posttitle a:link,
#content-main .posttitle a:visited,
#content-main a:link,
#content-main a:visited,
#content a:link
{
	color: #336600;
}
.postnav {
	display: block;
	margin: 10px 0px 60px 0px;
	
}


/*#content .entry img {
	float: left; 
	margin:0 10px 10px 0;	
}


.lastimage {
	float: left; 
	margin:0 10px 10px 0;
	clear: right;	
}*/


#content-main .entry p{
	display:block;
	clear:left;
	width:auto;
}

.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
	color:#999;
}
#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}
.cmtinfo .avatar { clear: both; float: right; margin-left: 5px; }

.navigation { clear: both; } 
.alignleft, img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:0 1em 1em 0;
	display:block;
}
.alignright, img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 1em;
	display:block;
}
.alignnone, img.none, img.alignnone, div.alignnone
{
	float:left;
	margin:0 1em 1em 0;
	clear: left !important;	
	display:block;
}

.aligncenter, img.aligncenter, div.aligncenter
{
	/*text-align:center;
	margin:0 auto;*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 15px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*width:auto;
	float:left;
	display:block;*/
}
.wp-caption img, .wp-caption a img  {
	margin: 0;
	padding: 0;
	border: 0 none;
}
#content .wp-caption a:hover,
#content .wp-caption a:active,
#content .wp-caption a:link,
#content .wp-caption a:visited {
	border: none;
}

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


/* ////////////////////SIDEBAR/////////////////// */
#sidebar {
	float: right; 
	width: 28%;
	font-size:0.9em;
	margin-top:20px;
	display:block;
}
#sidebar h3{
	font-size:1.7em;
	margin: 0.3em 0 0.3em 0.5em;
	}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar li 
{
	margin-bottom:8px;
}
#sidebar ul ul
{
	list-style:none;
	margin:0 0 0 1em;
}
#sidebar ul ul ul
{
	margin:0 0 0 1em;
}

#sidebar li.sidebox {
	padding:0;
	margin:0 0 0.8em 0;
	background:  #f6f6f6 url(images/sideheadtop1.gif) no-repeat left top; 
}
#sidebar .right_top_corner{
	padding:0;
	background: url(images/sideheadtop2.gif) no-repeat right top;
}
#sidebar .left_bot_corner{
	padding:0;
	background: url(images/sideheadtop3.gif) no-repeat left bottom;
}
#sidebar .right_bot_corner{
	padding:3px 20px 6px 15px;
	background: url(images/sideheadtop4.gif) no-repeat right bottom;
}

li#sidelinks ul
{
	margin:0;
	padding:0;
}
#sidebar li.sidebox p img {
	margin:0;
	padding:0px;
	border: #ccc 1px solid;
	background:none;
}
#sidebar img{
	padding: 0;
	margin: 0;
}


/* /////////////////////FOOTER////////////////////// */
#footer {
	clear: both; 	
	background: transparent; 
	margin: 0 auto; 
	width: 100%; 	
	text-align: left;
}
 html #footer {
	height: 1%;
}
#footer p {
	float: left; 
	width: 50%; 
	line-height: 1.2em;
	padding-left:20px;
}
#footer p.right {
	float: right; 
	margin: 1em 0; 
	width: 50%; 
	text-align: right;
	font-size: 0.9em; 
	color:#999;
	padding-right:20px;
}

#footer img{
	border:none;
}
#leftbot{
	float:left;
        width:60%;
}
#rightbot{
	margin-top:8px;
	float:right;
}
#rightbot img, #rightbot a:link img, #rightbot a:hover img{
	border:none;
	background:none;
	padding:0;
	border:0;
}
/* ///////////////////////COMMENTS///////////////// */
#comments, #respond{
	margin: 0;
	padding:1em 0 0 0;
}
#commentform 
{
	margin:10px 0;	
	padding:10px;
	background:#f9fcfc;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
.nocomments 
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
#container .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	background:#fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
}
#container .commentlist li.alt 
{
    background:#f9f9f9;    
}
#container .commentlist li.authorcomment, #container .commentlist li.bypostauthor 
{
    border:#fc9 1px solid;      
}

#container .commentlist li .cmtinfo 
{
	font-size:1em;			
}
#container .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#container .commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#container .commentlist .avatar
{
	float:right;	
}
#container .commentlist .commentmetadata
{
	font-size:0.9em;
}
#content .commentsfeed 
{
	background:url(images/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(images/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, textarea, input[type="text"]
{
	border:#ccc 1px solid;
	background:#fff url(images/shadow_top.gif) repeat-x top;
	font:1em "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:4px;
	width:200px;
}
#s
{
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus, input[type="text"]:focus
{
	background:#fff url(images/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
#submit 
{
	padding:3px 5px;
}




/* /////////////SOCIABLE ///////////////////////*/
.sociable { clear:both; margin: 60px 0px 0px 0px; float:left;display:block;}

.sociable_tagline { display:block; float:left; vertical-align:bottom; height:50px; line height:25px; margin-top:6px;}
.sociable_tagline span { display: none; width: auto; }
.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}
.sc_block{
	float:left;
	margin-left: 6px;
	}
.sociable span {
	display: block;
}
.sc_block ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sc_block ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sc_block ul li:before { content: ""; }
.sc_block img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	border:none;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	border:none;
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border:none;
	text-decoration: none;
}
.sb_link {
	width: 100%;
}
img#wpstats{display:none;}

#twitterbox{
padding:0px 0px 0px 0px;
margin: 2px 0px 0px -5px;
height: 260px;
width: 90%;
font-family: Georgia;
	font-size: 18px;
	color:#333333;
	border: 1px dotted #CFCFCF;
	font-style: italic;
	min-width:230px;
	display:block;
	z-index:99;
}
#twitterflash{
	margin: -6px 0px 0px -8px;
	height: 270px;
	width: 100%;
}

#twitterbox img{
border:none;
background:none;
}
