/*
	Theme Name: Default
	Theme URI: http://blog.51.ca/
	Description: Design based by <a href="http://vaguedream.com/wordpress-themes/">Stephen Reinhardt</a> with dynamic color changer by <a href="http://www.isulongseoph.com.ph" target="_blank">Isulong SEOPh</a>. Supports <a href="http://automattic.com/code/widgets/" target="_blank">Widgets</a>. Default color is green, but can be set to red, orange, yellow, green, blue, indigo, violet.
	Version: 2.0
	Author: http://blog.51.ca/
	Author URI: http://blog.51.ca/
*/
* {
margin:0;
	padding:0;
	}

body {
	background:#efedeb;
	font-family:"Arial","Helvetica","Hiragino Sans GB","Microsoft Yahei","sans-serif";
	text-align:left;
	margin:0;
	padding:0;
	font-size: 12px;
	}


body,html,ul {
	color:#697C83;
	margin:0;
	padding:0;
	}

.utw {
	text-transform:lowercase;
	}

.main-wrap{
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
	zoom:1;
}
.main-left{
  width:220px;
	padding-right: 10px;
	float:left;
}
.main-right{
   width:768px;
	 float:right;
	 /*box-shadow: 0px 0px 2px rgba(100, 100, 100, 0.3);*/
	 border:1px solid #ddd;
	 background: #fff;
}

.blog-owner-wrap{
	background: #61c59e;
	color:#fff;
  box-shadow: 0px 0px 2px rgba(100, 100, 100, 0.5);
  padding:20px 10px;
	border:1px solid #3ab183;
}

#wrap,#header {
	overflow:hidden;
  zoom:1;
	}


#adsense {
	padding:0 0 10px;
	}


h1#blogname{padding-bottom: 6px; border-bottom: 1px dotted #3ab183;}
h1#blogname a {
	color:#fff;
	font-size:24px;
	}

#description {
	color:#efefef;
	font-size:12px;
	line-height: 1.6;
	border-top: 1px dotted #8dc8b1;
	padding: 10px 0 0;
	}


#content {
	color:#555;
	display:inline;
	float:left;
	font-size:100%;
	line-height:1.6em;
	text-align:left;
	width:500px;
	padding:40px 20px 0 20px;
	overflow: hidden;
	background: #fff;
	}

#sidebar {
	display:inline;
	float:left;
	line-height:1.5em;
	width:188px;
	padding:40px 20px 20px 20px;
	font-style: normal;
	}
#sidebar #author{ text-decoration:none!important; }

#links li {
	list-style: none;
	}

#footer {
	color: #000;
	clear:both;
	height:60px;
	padding-bottom:10px;
	padding-top:25px;
	text-align:center;
	width:770px;
	margin:0 auto;
	}
 #footer a {
	color: #000;
	text-decoration: underline;
	}

#credits{ display: none; }

h2, h3.relateentriestitle {
	color: #333;
	font-size:18px;
	font-weight: bold;
	}

h4 {
	font-size:16px;
	}

#nocomment{margin-bottom: 10px;}
ol#commentlist {
	list-style:none;
	margin:15px 0 0;
	padding:0;
	}

.commentname {
	color:#4b5ba2;
	}

.commentname a {
	color:#333;
	font:bold 100% "Trebuchet MS", "Lucida Grande", verdana, helvetica, arial, sans-serif;
	text-decoration:underline;
	}

.commenttext {
	background:none;
	min-height:90px;
	}

* html .commenttext {
	height:90px;
	overflow:visible;
	}

.commentp {
	padding:20px 40px 10px 10px;
	}

.commenttext p {
	margin:0 0 10px;
	padding:0;
	}

#commentblock ol li {
	margin-bottom:30px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	}
.commentno{
	position:absolute;
	font-size: 38px; color:#dfdfdf;
	font-style: italic;
	right:10px;
	bottom:0;
	font-weight: normal;
	line-height: 43px;
}
#commentblock {
	margin-left:4px;
	}
#commentpagenav{ margin-bottom: 40px; }

.gravatar {
	background:url(images/grav.png) no-repeat;
	display:inline;
	float:left;
	height:32px;
	width:32px;
	margin:20px 0 0 10px;
	padding:8px;
	}

#commentsform p {
	margin-bottom:5px;
	margin-top:5px;
	}

input.submit-btn{
    font-size: 16px;
    display: block;
    text-align: center;
    padding: .5em;
    color: #fff;
    background-color: #61c59e;
    border: solid #3ab183 1px;
    border-bottom: solid #33906c 3px;
    text-shadow: 0px 2px 0 #33906c;
	}


a img {
	border:0;
	}

h3.entrytitle,h2.posttitle{
	color:#333;
	display:block;
	font-size:22px;
	line-height:1.2;
	margin:0 0 0 -3px;
	}


h3.entrytitle a,h3.entrytitle a:visited,h3 a,
h2.posttitle a, h2.posttitle a:visited{
	color:#4c4c4c;
	text-decoration:none;
	text-transform:capitalize;
	}

h3.entrytitle a:hover,h3 a:hover,
h2.posttitle a:hover,h2 a:hover {
	text-decoration:underline;
	color: #697C83;
	}

.entry {
	margin-bottom:40px;
	margin-top:0;
	padding-bottom:20px;
	padding-left:2px;
	border-bottom: 4px double #ededed;
	}
.post .entry p{}
.entrybody img {
	border:1px solid #e5e5e5;
	max-width:100%;
	}

.entrybody {
	font-size: 14px;
	line-height: 1.7;
	margin:0;
	text-align:justify;
	text-justify:inter-ideograph;
	}

.entrybody p {
	font-size: 100%;
	line-height: 1.7;
	text-align:justify;
	text-justify:inter-ideograph;
	margin-bottom: 1em;
	}

code {
	background-color:#eee;
	border:1px solid #CCC;
	padding:5px;
	}

.entrymeta {
	color:#999;
	font-weight:bold;
	margin:3px 5px 10px 0;
	}
.entrymeta a:link, .entrymeta a:active, .entrymeta a:visited{color:#656565;}

.commentslink {
	background: url(images/comments.gif) no-repeat;
	padding-left: 17px;
	font-weight: bold;
	line-height: 12px
	}

h2.yellow {
	background-color:#f5f2e9;
	color:#666;
 border:4px double #ccc;
 padding: 10px;
 margin: 0 0 30px;
	text-align:center;
	}

.entrymeta-single {
	color:#333;
	margin-bottom:20px;
	margin-top:3px;
	}

.entrybody ul,.entrybody ol {
	margin:10px 0px 10px 30px;
	}

.entrybody li {
	padding-bottom:2px;
	padding-top:2px;
	}

 .sociable {
	font-size: 12px;
	margin: 20px 0;
	}

.sociable a:link, .sociable a:active, .sociable a:visited{color:#656565;}

.sociable .postview, .sociable .commentslink{ margin-right: 10px;}


#sidebar h2 {
	border-bottom:1px solid #eee;
	color:#454545;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	margin: 20px 0 4px 0;
	padding-bottom: 3px;
	}

#sidebar h2 a {
	color:#454545;
	}

.sidebarbg {
	background-color:#eee;
	padding:3px;
	}

.scrobblersmall {
	color:#ccc;
	font-size:12px;
	/*font-style:italic;*/
	}

#sidebar p {
	margin-bottom:10px;
	margin-top:10px;
	}

#sidebar ul {
	list-style:none;
	margin:0;
	padding:5px 0;
	}

#sidebar li {
	list-style:none;
	margin: 3px 0 0 0;
	padding: 0;
	}

#sidebar ul li a {
	color:#6c6c6c;
	margin:0;
	 display: block;;
	 font-weight: normal;

	}

#sidebar ul li a:hover {
	background:#e3f9f0;
	color:#516F86;
	}

#sidebar ul#feed li a {
	background:url(images/feed-icon-16x16.png) no-repeat left 50%;
	padding-left:25px;
	}

#searchdiv {
	font-weight:bold;
	margin-bottom:25px;
	margin-top:15px;
	padding:0;
	}

.adwrap,.adwrapwide,.adwrap-lu,.adwrapbutton {
	background:#fff;
	border-color:#d5d7d0;
	border-style:solid;
	border-width:1px 0;
	margin:0 0 1em;
	padding:4px 0;
	}

.adwrap object {
	height:280px;
	width:336px;
	}

.adwrapwide iframe,.adwrapwide object {
	height:65px;
	width:468px;
	}

.adwrap-lu {
	float:right;
	width:180px;
	margin:0 0 1em 1em;
	}

.adwrap-lu object {
	height:90px;
	width:180px;
	}

.adwrapbutton iframe,.adwrapbutton object {
	height:150px;
	width:180px;
	}

table {
	margin:10px;
	}

td,th {
	padding:3px;
	}

#navigationdiv {
	overflow:hidden;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	width:770px;
	margin:0 auto;
	}

.navigation {
  overflow: hidden;
	zoom:1;
	width: 100%;
	border-bottom:4px double #fff;
	background-color: #e3f9f0;
	font-size: 12px;
	}

.navsearchform {
	margin: 0 0 40px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	}
	.search-wrap{
		overflow: hidden;
		zoom:1;}

#navsearchform .navserachsub {
	width: 48px;
	height:30px;
	font-size: 11px;
	float:left;
  border: 0;
	color:#333;
	background: none;
	}

#navsearchform .navserachinput {
	width: 132px;
	height: 30px;
	float: left;
  border: 0;
  outline:none;
	}

.navigation a:link,.navigation a:visited {
	color:#6a6a6a;
	height:40px;
	line-height: 40px;
	margin-right:2px;
	padding:2px 4px;
	text-decoration:none;
	}


.navigation li {
	float:left;
	list-style:none;
	margin:0 0 0 20px;
	}

.navigation a:hover {
	color:#333;
	text-decoration:none;
	}


.current_page_item a:link,.current_page_item a:visited {
	color:#636363;
	margin-right:2px;
	text-decoration:none;
	font-weight: bold;
	}


.current_page_item a:hover {
	color:#636363;
	text-decoration:none;
	}


.navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	}

blockquote {
	border-left:2px solid #CADAE7;
	color:#999;
	padding-left:8px;
	margin:0 25px;
	}

h1,h2,h3,h4,#comments {
	font-weight:normal;
	}

h3,#commentblock h2 {
	font-size:18px;
	}

#commentsform textarea {
	font-size: 1em;
	width: 98% !important;
	padding: 4px;
	border:1px solid #dcdcdc;
	}

.entrybody a:link,.entrybody a:visited {
	/*color:#5DCF5A;
	font-weight:bold;*/
	text-decoration:none;
	}

.entrybody a:active,.entrybody a:hover {
	/*color:#5DCF5A;
	font-weight:bold;*/
	text-decoration:underline;
	}


a:link, a:active, a:visited, a:hover {
	color:#61c59e;
	text-decoration:none;
	}



div.entrybody img{
	border: 1px dotted #107F0F;
	padding: 3px;
	margin: 4px 8px 2px 8px;
	}


/* Wp-Calendar */

#wp-calendar {
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	}

table#wp-calendar { margin:0 }

#wp-calendar caption {
	font-size: 12px;
	text-align: left
	}

#wp-calendar #next a {
	font-size: 12px;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar a:hover {
	text-decoration: underline;
	color:#fff;
	}

#wp-calendar td {
	color: #7F8062;
	/*background: #1F1F1F;*/
	border: 1px solid #eee;
	margin: 0 4px 4px 0;
	padding: 2px;
	text-align: center;
	letter-spacing: normal;
	}
#wp-calendar td.pad{ border-color:#fff;}

#wp-calendar td:hover{
	background: #61c59e;
	border: 1px solid #fff;
	color:#fff;
	}
	#wp-calendar td.pad:hover{background: none;}

#wp-calendar #today {
	background: #ccc;
	border: 1px solid #999;
	border-width: 1px 0 0 1px;
	color: #FFF;
	}

#wp-calendar th {
	background: transparent;
	border: 0;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	color: #999;
	font-weight: normal;
	}

#sidebar #wp-author, .textwidget {
	line-height: 1.5;
	text-align:justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	}
#sidebar #wp-author{ font-weight: normal;}

.pretagdiv, .posttagdiv {
	font-size: 12px;
	}

.pretagdiv img, .posttagdiv img {
	border: 0 !important;
	padding: 0  !important;
	margin: -2px 0 0 0 !important;
	vertical-align: middle;
	}

.pretagdiv {
	margin-bottom: 15px;
	}


small {
	font-size: 12px;
	}

.commentnoaproved {
	color: red;
	}

#secureimgdiv {
	margin-bottom:5px;
	margin-top:5px;
	}

#secureimgdiv img {
	border: 1px solid #999;
	}

#newcommenterrors {
	background: #F00;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	display: none;
	}

	.pagenav, #commentpagenav{text-align: center;}
  .pagenav a, #commentpagenav a{color:#999; padding:0 10px; border:1px solid #ccc; display:inline-block; border-radius:3px; line-height: 30px; }
  .pagenow{background:#56bc8a; color:#fff; padding:0 10px; border-radius:3px; line-height: 30px; display: inline-block;}



.entrynav {
	margin-bottom: 40px;
	overflow: hidden;
	zoom:1;
}

.pre-post, .next-post{
 padding:10px;

}
.pre-post{ margin-bottom: 2px;border-bottom:1px solid #efefef;}



img.wp-smiley, img.wp-smiley:hover, img.wp-smiley a {
	border: 0 ! important;
	margin: 0 ! important;
	padding: 0 ! important;
	}

#sidebar select {
	width: 180px;
	}

ul#recententries li, ul#recentcomments li{
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #999;
	}

ul#recentcomments li {
	padding-left: 12px;
	text-indent:-12px;
	word-break: break-all;
	}

li .recentcomments_author {
	font-weight: bold;
	color: #999;
	}

li .recentcomments_author a:link, li .recentcomments_author a:visited {
	color: #666 !important;
	}

li .recentcomments_author a:hover, li .recentcomments_author a:hover {
	color: #39C47B;
	}

ul.children {
	margin-left: 10px !important;
	}

#sidebar .widget_pages, #sidebar .widget_search {
	display: none;
}

/* -- Begin Taglevel -- */

.tagcloudwidget {
	line-height: 32px;
	padding: 5px 0;
	}


.taglevel1 { font-size: 26px; font-weight: bold; color: #39C47B !important;;}
.taglevel2 { font-size: 18px; font-weight: bold;  color: #007236 !important;; }
.taglevel3 { font-size: 18px; font-weight: normal; color: #333 !important;; }
.taglevel4 { font-size: 16px; font-weight: bold;  color: #666 !important;; }
.taglevel5 { font-size: 16px; font-weight: normal; color: #333 !important;; }
.taglevel6 { font-size: 14px; font-weight: bold;  color: #39C47B !important;; }
.taglevel7 { font-size: 14px; font-weight: normal; color: #007236 !important;;	}
.taglevel8 { font-size: 12px; font-weight: bold;  color: #555 !important;; }
.taglevel9 { font-size: 12px; font-weight: normal; color: #007236 !important;; }
.taglevel10 {  font-size: 12px; font-weight: normal; color: #CCC !important;; }



/* -- End Taglevel -- */
#relateentriesbox{border-bottom: 4px double #ededed; margin-bottom: 40px;}
ul.relateentrieslist {
	margin: 10px 0;
	padding-left: 40px;
	}

ul.relateentrieslist li {
	line-height: 1.5;
	}

/*media query*/
@media only screen and (max-width: 1024px) {
	.main-wrap,.main-left,.main-right, #logo, #content, #sidebar, #footer{width:100%; margin-top: 0;box-sizing: border-box;}
	.main-wrap{ padding-top: 0;}
	.main-left{ padding: 0;}
	#header{height:auto;}
	#logo{ padding: 30px; height: auto;}
	#footer{height: auto;  padding: 20px;}
}
