/*
Theme Name: idle
Description: Based on Fiver, clean theme. Use HTML5 and CSS3. 
Author: vsy
Version: 1.0
Tags: black, white, light, two-columns, fixed-width, html5, css3, shadow, clean, fast, chinese optimization
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Theme URI: http://blog.gooloos.com/
Author URI: http://blog.gooloos.com/
*/

/* -- Call the fonts -- */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans|Snippet);
/* -- Call special style --*/
@import url(./memei.css); 
footer,section,aside,nav,article {
 display: block; 
}

body {
	font-family: arial,sans-serif;
	color: #000;
	background-color: #fff;
	font-size: 11px;
	-webkit-text-size-adjust:none; /* chrome min text size hack */
	padding: 0;
	margin: 0;
}

a:hover {
	text-shadow: 2px 2px 5px #FBC0BA;
	color:#000;
}

#wrapper {
	width: 800px;
	margin: 10px auto;

}
header{

}

header h1 {
	margin:0 0 0 60px;
	font-size: 28px;
	letter-spacing: -0.07em;
	text-shadow: 3px 3px 5px #F7CDC0;
	font-family: 'Josefin Sans', cursive;
	position:absolute ;
	padding-top:0;
}

header h1 a {
	color: #FDCBC7;
	text-decoration: none;
}
header h1 a:hover{
  color:#D49090;
  text-shadow: 3px 3px 2px #F7CDC0;
}


blockquote {
  padding: 0 40px;
  position: relative;
  border: 1px dashed rgba(0,0,0,0.2);
  margin: 0 0 20px 0;
}

blockquote cite {
 font-weight: bold; 
}

blockquote:before {
  content: '\201C';
  font-size: 55px;
  color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0px;
  left: 10px;
}
blockquote:after {
  content: '\201D';
  font-size: 55px;
  color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: -30px;
  right: 10px;
}


table {
 width: 100%;
 border: 1px solid #ccc; 
 font-size: 12px;
 margin-bottom: 20px;
}

th {
 background-color: #666;
 color: #fff;
 text-align: left; 
}

th, td {
 padding: 5px; 
}

dl {
 font-size: 12px; 
}

dt {
 font-weight: bold; 
}

dd {
 margin-bottom: 5px;
 margin-left: 10px; 
}

address {
 font-size: 12px; 
}

acronym {
 border-bottom: 1px dashed #ccc; 
}

s, strike, del {
  text-decoration: line-through; 
}

.size-full {
 max-width: 550px;
 height: auto;
 overflow: hidden; 
}

.return {
	display:block;
	text-align:right;
	border-bottom:1px solid #DDD;
	line-height:12px;
	font-family:Arial;
	font-size:11px;
	letter-spacing:1.5px;
	clear:both;
	padding-top:20px;
}

nav a {
	text-decoration: none;
	color: #666;
}

nav.subnav {
	width: 200px;
	display: block;
	text-align: right;
	font-size: 11px;
	float: left;
	padding-right: 20px;
	position:relative ;
	margin-top:0;
	/*border-right: 1px dashed rgba(0,0,0,0.2);*/
}

nav.subnav h3 {
	color: #333;
	letter-spacing: -0.03em;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 15px 0 15px 0;
	text-shadow: 1px 1px 3px #FBC0BA;
	border-bottom: 1px dashed #ccc;
	font-family:'Josefin Sans',Arial;
	
}

nav.subnav ul {
	list-style: none;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #666;
	
}

nav.mainnav{
	float:right;
	/*border-bottom: 1px dashed #ccc;*/
	font-family:'Josefin Sans',Arial;
	letter-spacing: 1.3px;
	font-size:16px;
	
}

nav.mainnav ul{
	list-style: none;

}

nav.mainnav ul li {
	text-shadow: 0 0 0, 2px 1px 3px #FBC0BA; /*shadow hack for GC*/
	display:inline;
	padding:0 10px 0 10px;
	}
nav.mainnav a:hover{
	text-shadow: 2px 1px 1px #FBC0BA;
	color:#FF667E;
	}
	
section {
	display: block;
	width: 560px;
	float: right;
	padding:0 0 0 18px;
	margin:0;
	clear:both;
	border-left: 1px dashed rgba(0,0,0,0.2);
}

article {
	display: block;
	padding: 0 0 20px 0;
	margin: 20px 0 50px 0;
}

.single article {
  border-bottom:none;
}

article h2 , .pagetitle{
	color: #000;
	letter-spacing: -0.03em;
	font-size: 22px;
	font-weight: normal;
	padding: 3px 0 10px 5px;
	margin: 0 0 5px 0;
	text-shadow: 2px 2px 5px #AAA;
	border-bottom: 1px dashed #ccc;
	font-family:Josefin Sans,Arial;

}

article h2 a {
	color: #000;
	text-decoration: none;
}

.postinfo h3 {
	color: #666;
	font-size: 13px;
	text-align:right;
	line-height:14px;

}

article , article ul, article ol {
	font-size: 15px;
	font-family:Verdana,Arial,Tahoma;
	letter-spacing:0.25px;
	line-height: 1.7em;
	color:#333;
}
.postinfo ul {line-height:1.1em}
article .fbcomments {line-height:1em}
article#search-results a, article.archive a{
	color: #666;
	text-decoration: none;
}

article a {
	color: #33608c;
	text-decoration: none;
}

article a img {
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow:3px 3px 2px #F8E0D6;
	padding: 5px;
}

article a:hover img {
	border-color: black;
}


article time {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	color: #A9A9A9;
	font-family: Arial,'Josefin Sans', cursive;
	font-size:11px;
	text-align:right;
}

article time a {
  color: #999;
  text-decoration: none;
}

article time a:hover {
  color: #999;
  text-shadow:none;
}
article.archive time{
	display: inline;
	margin: 0;
}

article .indexcom{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size:12px;
	text-align:right;
	text-shadow: 2px 2px 5px #FBC0BA;
}
article .archivecom{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size:11px;
	text-shadow: 2px 2px 5px #FBC0BA;
}
.postinfo  {
  font-size:14px;
  border-bottom:1px dashed #CCC;
  font-family:'Josefin Sans',Arial;
  text-shadow: 2px 2px 5px #FBC0BA;
  padding:2px;
  letter-spacing: -0.03em;
  clear:both;
}

.postinfo a, .postinfo a:link, .postinfo li {
  text-decoration: none;
  font-size:11px;
  text-shadow:none;
  font-family:Arial;
  letter-spacing: 0.2px;
  color:#666;
}

.postinfo li {
	text-align:right;
}
.postinfo ul{
	list-style:none;
}
.postinfo  a:hover{
	text-shadow: 2px 2px 5px #FBC0BA;
}

.postinfo .left {
	float:left;
}
 .postinfo .right {
	float:right;
 }
 
 
footer {
	font-family:'Snippet',Arial;
	text-align: center;
	color: #999;
	padding: 15px 0 30px 0;
	clear: both;
	font-size:11px;
}

footer p {
  border-top: 1px dashed #ccc;
  padding: 20px 0 50px 0;
}

footer a {
	color: #999;
	text-decoration: none;
}

footer a:hover {
	color: #666;
}

/* comments */
h3.comments, #respons h3 , h3.comments a{
    font-family:'Josefin Sans' , Arial;
	color: #000;
	letter-spacing: -0.03em;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0px 5px 10px;
	margin: 10px 0 15px 0;
	text-shadow: 3px 5px 5px #FF667E;
	text-align:center;
	text-decoration: none;
}

h3.comments {margin-bottom:60px;	border-bottom:1px dashed #ccc;}


ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; clear:both;}
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border: 1px solid #CCC; padding:10px; margin-bottom: 10px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font-size:11px;}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:5px solid #ccc; float:left; margin:0 1em 1em 0; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:11px; margin-bottom: 10px;}
ol.commentlist li div.comment-meta a { color: #aaa; }
ol.commentlist li p {  }
ol.commentlist li ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.bypostauthor {border:1px dashed #EEa7a7;}
ol.commentlist li.parent { }
ol.commentlist li.pingback { font-size:11px; border: 0; text-align:right;}
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { border-bottom: 1px solid #CCC;}
ol.commentlist li.thread-odd {}

/* ===================== comment form ===================== */ 

#respond { line-height:1.1em;background: #FFF; border: 1px dashed #CCC; -moz-border-radius: 3px; border-radius: 3px;  margin: 0 auto 1.625em;padding: 10px;  position: relative;  }

#respond input[type="text"],
#respond textarea { background: #fff; border: 3px solid #eee; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95); -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95); box-shadow: inset 0 1px 3px rgba(204,204,204,0.95); position: relative; padding: 5px; text-indent: 80px;font-size:13px;font-family:'Trebuchet MS',Verdana; color:#111; }
#respond textarea {font-family:'Trebuchet MS',Verdana; font-size:15px;color:#111; }

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment { position: relative; }




#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label { background: #eee; color: #555; display: inline-block; left: 4px; min-width: 60px; padding: 4px 10px; position: relative; top: 37px; z-index: 1; }

#respond input[type="text"]:focus,
#respond textarea:focus { text-indent: 0; z-index: 1; }
#respond textarea { resize: vertical; width: 83%; }
#respond .comment-form-author .required,
#respond .comment-form-email .required { color: #FF667E; font-size: 22px; font-weight: bold; left: 75%; position: absolute; top: 45px; z-index: 1; }
#respond .comment-notes,
#respond .logged-in-as { font-size: 13px; }
#respond p { margin:10px 0;}
#respond .form-submit { float: right; margin: -20px 0 10px; }
#respond input#submit { background: #DD667E; border: none; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); color: #eee; cursor: pointer; margin: 20px 0; padding: 5px 42px 5px 22px; position: relative; left: 30px; }
#respond input#submit:active { background: #1982d1; color: #bfddf3; }
#respond #cancel-comment-reply-link { color: #666; margin-left: 10px; text-decoration: none; }
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover { text-decoration: underline; }
.commentlist #respond { margin:1.625em 0 0 ; width: auto; }
#reply-title { color: #373737; font-size: 20px;clear:both;}
#cancel-comment-reply-link { color: #888; display: block; position: absolute; right: 1.625em; text-decoration: none; text-transform: uppercase; top: 1.1em; }
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover { color: #ff4b33; }
#respond label { line-height: 2.2em; }
#respond input[type=text] { display: block; height: 24px; width: 75%; }
#respond p { font-size: 12px; }
p.comment-form-comment { margin: 0; }
.form-allowed-tags { display: none; }

.trackback {text-align:right; margin:0; letter-spacing:-0.02em; font-family:tahoma; font-size:10px;color:#999;}

/* ===================== forms ===================== */ 

.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { padding:10px; }

ol.forms { float: left; list-style: none; margin: 0; width: 90%; }
ol.forms li { clear: both; float: left; margin-bottom: 18px; position: relative; width: 90%; }
ol.forms label { cursor: pointer; display: block; float: left; font-weight: bold; padding-right: 20px; width: 100px; }
ol.forms input, ol.forms textarea { border: 1px solid #ccc; border-radius: 3px; font: inherit; -moz-border-radius: 3px; padding: 2px; -webkit-border-radius: 3px; width: 214px;}
ol.forms textarea { height: 200px; width: 300px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #fff; border-color: #aaa; }
.error { color: red; }
ol.forms li { list-style: none;}
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error { display: block; position: absolute; right: 0; top: 0; width: 100px; }
ol.forms li.screenReader { margin-bottom: 0; }

ol.forms li.inline { float: left; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

/* ===================== css3/buttons ===================== */ 

.rounded { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

.button { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; padding: 5px 18px 4px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; margin: 5px 10px 5px 0; text-shadow: 0 1px 1px #555; font-variant: normal; color: #f2f2f2; }
.button:hover { text-decoration: none; color: #f2f2f2; }
.button:active { position: relative; top: 1px; }
a.button { color: #f2f2f2; text-decoration: none; } 
a.button:hover { color: #f2f2f2; text-decoration: none; } 
	
.black { border: none; background: #383838; background: -webkit-gradient(linear, left top, left bottom, from(#686868), to(#333333)); background: -moz-linear-gradient(top,  #686868,  #333333); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#686868', endColorstr='#333333'); }
.black:hover { background: #383838; background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#686868)); background: -moz-linear-gradient(top,  #333333,  #686868); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#686868'); }


/* archive thumbnail thingy */

#archive article {
	position: relative;
}

#archive article div {
	margin: 0 0 0 130px;
}

#archive article img {
	position: absolute;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.3); !important;
	top: 75px;
	left: 0px;
}





/* compulsory wordpress stuff */

.wp-caption {
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	max-width: 528px !important;
	height: auto;
}
.wp-caption img {
	margin: 5px;
	border: none;
  margin: 0 0 2px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px 0 5px 0;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.sticky {
 border: 1px solid rgba(0,0,0,0.3);
 padding: 10px;
 background-color: ;
}

.clearfix {
 clear: both;
 visibility: hidden; 
}


/* widgets */


.widget_rss ul a {
 display: block; 
 font-weight: bold;
 color: #000;
}

.widget_rss ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

.widget_rss .rss-date {
  color: #999;
  font-size: 0.9em;
  display: block;
}

.widget_rss .rssSummary {
  font-size: 0.9em;
  line-height: 1.1em;   
}



.widget_recent_comments ul li a {
  display: block;
}


#wp-calendar {
 font-size: 0.8em;
 width: 140px; 
 border-collapse: collapse;
}

#wp-calendar td, #wp-calendar th {
  padding: 0px;
  text-align: center;
  border: 1px solid #ccc;
}

#wp-calendar td {
 color: #999; 
}

#wp-calendar td a {
 font-weight: bold;
 color: #444;
}

#wp-calendar caption {
 font-weight: bold; 
}


#searchform #s{
	100px;
}

#searchsubmit{
	width:40px;
}