/*
Theme Name: Mimoti
Version: 1.0
Authors: John Leo O. Salac, Charles Abbott
Author URI: http://www.forthecode.org/
Tags: blue, custom header, fixed width, two columns, widgets
Images + Design Copyright Mimoti.com
*/
#treetop {
	/*float:right;*/
	display:inline;
	position:relative;
	left:644px;
	bottom:0px;
	margin-top:-295px;
}
body{
	padding:0px;
	margin:0px;
	margin-left:-.1px;
	background-image:url(images/body_background_cont.jpg);	
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	overflow-x:hidden;
}
#page .header{
	height:270px;
	background-image:url(images/header_wrapper_bg.jpg);	
	background-repeat:repeat-x;
	padding:0px;
}
#page .header .header_wrapper{
	width:100%;
	margin:0 auto;
	height:270px;
	
	background-image:url(images/header_wrapper_background.jpg);	
	background-position:center;
	background-repeat:no-repeat;
	
	padding:0px;

}
.header_cont{
	width:960px;
	margin:0 auto;
	height:270px;
	padding:0px;
}
.header_cont ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	position:relative;
	padding-right:15px;
	color:#0d679c;
}
.header_cont ul li{
	display:inline;
	float:right;
	background-color:#f3f1f1;
	color:#0d679c;
	margin-left:1px;
	padding:2px 20px 2px 20px;
}

.header_cont ul li:hover{
	display:inline;
	float:right;
	background-color:#eae8e8;
	color:#0d679c;
	margin-left:1px;
	padding:2px 20px 2px 20px;
}

.header_cont a{
	text-decoration:none;
	font-size:11px;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	color:#0d679c;
	text-transform:uppercase;
}

.header_cont a.logo img{
	border:none;
	position:relative;
	top:70px;
	left:146px;
}



#wrapper{
	width:960px;
	margin:0 auto;
	background-image:url(images/body_background.jpg);
	background-repeat:repeat-y;
	padding:0px;
	height:auto;
	
}

.clearfix:after {
  content: "."; /* This dot is the actual appended content */
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
#wrapper .content{
	width:630px;
	float:right;
	padding-right:15px;
	min-height:100%;
}

#content_wrapper{
	width:630px;
	padding-top:10px;
}

#content_wrapper .comment{
	float:right;
	height:48px;
	width:48px;
	background-image:url(images/blue_speech_bubble_48.png);
	padding:0px;
	margin:0px;
	clear:left;
}

#content_wrapper .comment a{
	text-decoration:none;
}

#content_wrapper .comment a p{
	text-decoration:none;
	padding:0px;
	margin:0px;
	position:relative;
	top:10px;
	color:#333;
}

#content_wrapper a.title{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0d679c;
	line-height:24px;
	font-weight:bold;
	position:relative;
	left:12px;
}
div.content h2 a.title{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0d679c;
	line-height:24px;
	font-weight:bold;
	position:relative;
	left:12px;
}
.entry {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#333;
	position:relative;
	left:10px;
	text-align:justify;
	padding:5px 10px 5px 5px;
}

.spacer{
	width:630px;
	height:20px;
	position:relative;
	left:10px;
	background-image:url(images/spacer.jpg);
	background-repeat:no-repeat;
}

#content_wrapper .comment a h4{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
	padding:0px;
	margin:0px;
	font-size:8px;
	font-weight:normal;
	position:relative;
	top:-15px;
}


.continue{
	padding-left:15px;
}

.continue a{
	background-color:#d3e4a0;
	border-bottom:1px solid #666;
	color:#000;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	padding:2px;
}

.continue a:hover{
	background-color:#99a308;
	color:#FFF;
}

.navigation a{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	margin-left:15px;
}


#sidebar{
	width:290px;
	float:left;
	padding-left:10px;
}

#sidebar .updates ul{
	list-style-type:none;
	position:relative;left:20px;
}

#sidebar .updates ul li{
	display:inline;
	margin-left:15px;
}

#sidebar .updates ul li a img{
	border:none;
}

#sidebar .updates h3{	
	padding-top:35px;	
	height:20px;
	font-size:18px;
	font-weight:bold;
	color:#0d679c;
	text-align:center;
}

#sidebar .side_spacer{
	/*background-image:url(images/side_spacer.jpg);
	background-repeat:no-repeat;*/
	height:5px;
	width:350px;
}

#sidebar .ads{
	width:260px;
	background-color:#FFF;	
	background-image:url(images/sidebar_footer_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	position:relative;
	left:20px;
}

#sidebar .ads ul{
	list-style-type:none;
	padding:10px 0px 10px 25px;
	margin:0px;
}

#sidebar .ads ul li{
	display:inline;
	margin-right:10px;
	padding-left:40px;
}

#sidebar .ads ul li a img{
	border:none;
	padding-bottom:20px;
}

#sidebar .ads h3{
	font-size:22px;
	font-weight:bold;
	color:#0d679c;	
	padding-left:5px;	
	padding-bottom:5px;	
	margin:0px;
	background-image:url(images/sidebar_article_background.jpg);
	background-repeat:no-repeat;
	height:40px;
}

#sidebar .recent_comments{
	list-style-type:none;
	width:260px;	
	background-image:url(images/sidebar_footer_background.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:bottom;
	position:relative;
	left:20px;
}

#sidebar .recent_comments h2{
	color:#0d679c;
	font-size:16px;
	background-image:url(images/sidebar_article_header_recentcomments.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}
#sidebar .ads .mc_custom_border_hdr{
font-weight:bold;
margin-bottom:8px;
text-align:center;
color:#8B4726;
}
#sidebar .ads #mc_message
{
margin:10px;
text-align:center;
}
#sidebar .ads .mc_error_msg{
color:red;
font-size:12px;
}
#sidebar .ads .mc_var_label{
font-size:12px;
margin-left:15px;
margin-top:10px;
font-weight:bold;
}
#sidebar .ads .mc_input{
margin-left:15px;
width:230px;
}
#sidebar .ads .mc_signup_submit{
margin-top:5px;
text-align:center;
}
#sidebar .ads .mc_signup_submit #mc_signup_submit{
cursor:pointer;
}

#recent_comments_side ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#recent_comments_side ul li{
	display:block;
	padding:5px;
	border-top:thin dashed #999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#recent_comments_side ul li a{
	text-decoration:none;
	color:#8B4726;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#main_recent{
	tet-decoration:none;
}

#sidebar p{
	padding-left:25px;
	padding-top:15px;
	width:300px;
	text-align:justify;
}

#sidebar .most_popular{
	width:260px;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	position:relative;
	left:20px;
	background-image:url(images/sidebar_footer_background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#sidebar .most_popular li{
	list-style-type:none;
}

#sidebar .most_popular li h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0d679c;
	background-image:url(images/sidebar_article_header_mostpopular.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin:0px;
	text-indent:-9999px;
}

#sidebar .most_popular ul{
	padding:0px 0px 10px 0px;
	margin:0px;
}

#sidebar .most_popular ul li{
	border-top:thin dashed #999;
	margin:0px;
	padding:0px;
}

#sidebar .most_popular ul li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8B4726;
	position:relative;
	left:5px;
	font-weight:bold;
}

#page #footer{
	clear:both;
	background-image:url(images/footer_wrap_bg.jpg);	
	background-repeat:repeat-x;	
	margin:0px;	
	padding:0px;
	background-color:#555555;
}

#page #footer .footer_cont{
	width:100%;
	height:130px;
	background-image:url(images/footer_cont_big.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:0px;
	margin:0px;
}

#page #footer .footer_wrap{
	margin:0 auto;
	width:960px;
	background-color:#555555;
	background-image:url(images/footer_content_background.png);
	background-repeat:repeat-y;
	background-position:center;
}

#container{ 
	position:relative;
	top:100px;
}

#container h4{
	font-weight:bold;
	color:#ffffff;
}

#footer_left{
	float:left; 
	width:300px;	
	min-height:285px;
	padding:5px; 	
	border-right:1px dashed #666;
}

#footer_left h4{
	color:#CCC;
}

#footer_right{
	float:left; 
	width:585px; 
	padding:0px 15px 5px 15px;	
	min-height:285px;
}


.clearfix { display: inline-block; }

/* start commented backslash hack \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; } /* close commented backslash hack */

#page .footer_bottom{
	height:50px;
	background-color:#FF9800;
	padding:0px;
	margin:0px;
}

#page .footer_bottom .footer_bottom_cont{
	width:960px;
	height:50px;
	margin:0 auto;
	padding:0px;
}

#page .footer_bottom .footer_bottom_cont a img{
	padding-top:2px;
	border:0px;
}

#page .footer_search{
	min-height:90px;
	background-color:#555555;
	padding:0px;
	margin:0px;
}

#page .footer_search .footer_search_cont{
	margin:0 auto;
	width:960px;
}

#search{
	float:right;
	padding-right:10px;
	padding-top:10px;
}


#search label{
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
}

#search input.searchimage{
	width:20px;
	height:20px;
	position:relative;
	top:5px;
	left:-27px;
}

#page .footer_search .footer_search_cont .footer_nav{
	width:960px;
	padding-top:50px;	
	font-size:12px;	
	color:#999999;
}
#page .footer_search .footer_search_cont .footer_nav .copyright{
	width:380px;
	float:left;
}

#page .footer_search .footer_search_cont .footer_nav .navigation{
	width:560px;
	float:left;
}

#page .footer_search .footer_search_cont .footer_nav .navigation ul{
	list-style-type:none;
	margin:0px;
	padding-left:250px;
}

#page .footer_search .footer_search_cont .footer_nav .navigation ul li{
	display:inline;
}

#page .footer_search .footer_search_cont .footer_nav .navigation ul li a{
	text-decoration:none;
	margin-left:30px;
	color:#CCC;
	font-size:12px;
}

<!--comments_list-->
.joindiscussion {
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	vertical-align:middle;
}
ul.commentlist{
	padding:0px;
	margin:0px;
	width:80%;
}

.commentlist li{
	list-style:none;
	background-color:#555555;
	color:#9cd5f3;
	padding-bottom:30px;
	font-size:14px;
}
.commentlist li.depth-1{

}
.commentlist li.depth-2{
	padding-left:10px;
	border-left:5px solid #85CB83;
	color:#85CB83;
}
.commentlist .comment_top{ 
	height:52px;
    padding: 0px;  
    display:block;  
    font-style:normal;  
    background-color:#888888; 
    color:#596e3b;  
}
.commentlist img.avatar{
	background-color:#555555;
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin:0px 5px 0px 0px;
}
.commentlist p{
	position:relative;
	left:10px;
}
.comment_top .fn{
	color:#f5f5f5;
	padding-top:15px;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-transform:lowercase;
}
.fn a, .fn:visited {
	color:#f5f5f5;
	text-decoration:none;
}
.fn a:hover {
	text-decoration:underline;
}
.commentlist .comment_date{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#663300;
}

.comment_top .says{
	font-size:11px;
	color:#f1f1f1;
}
div.reply {
	margin-top:0px;
	min-height:12px;
}
.reply a{
	font-size:10px;
	color:#85CB83;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0px;
}
.reply a:hover{
	color:#FFF;
}
#respond h3, #respond h3 a {
	color:#FFF;
	text-decoration:none;
}
#cancel-comment-reply-link {
	color:#CC6600;
}
#author{
	background-color:#f5f5f5;
	position:relative;
	left:35px;
	border:2px solid #888;
}

small{
	position:relative;
	left:35px;
}

#email{
	background-color:#f5f5f5;
	border:2px solid #888;
	position:relative;
	left:35px;
	height:20px;
}

#url{
	background-color:#f5f5f5;
	border:2px solid #888;
	position:relative;
	left:35px;
	height:20px;
}

#submit{
	padding-left:38px;
}
.subscribe-to-comments {
	padding-left:38px;
}
#commentform label {
color:#CCE29C;
}
<!--comments_list-->

<!--most popular posts-->



<!--end most popular posts-->
<!-- page corner -->
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	border:none;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(http://mimoti.com/wp-content/themes/mimotirevision/images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}
.addtoany_list{
padding:0px;
list-style-type:none;}
.addtoany_list li{
padding:0px;
list-style-type:none;}
