/*
Theme Name: Japan Tsunami
Description: Designed by <a href="http://www.wpcharity.com">WPCharity</a>
Theme URI: http://wpcharity.com
Author: Moch. Zamroni
Author URI: http://wpcharity.com
Template: twentyten
Version: 1.0.0

Copyright: (c) 2010 WPCharity.
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
*/

@import url(../twentyten/style.css);
@font-face {
	font-family: "QuicksandBook";
	src: url("Quicksand_Book-webfont.eot");
	src: local("☺"), url("Quicksand_Book-webfont.woff") format("woff"), url("Quicksand_Book-webfont.ttf") format("truetype"), url("Quicksand_Book-webfont.svg#webfontQvsv8Mp8") format("svg");
	font-weight: normal;
	font-style: normal;
}
body{
	background-color: #fff;
}
body, input, textarea, .page-title span, .pingback a.url{
	font-family: Arial, Helvetica, sans-serif;
}
#content,
#content input,
#content textarea {
	font-size: 14px;
	line-height: 20px;
}
#wrapper{
	margin: 0px auto;
	padding: 0 20px;
	background-color: transparent;
}
#header{
	padding: 0 0 40px 0;
	background: url(img/border.png) repeat-x center bottom;
}
#access{
	margin: 0 0 20px 0;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
}
#access .menu-header,
div.menu{
	margin: 0px;
	font-size: 12px;
}
#access a{
	color: #333;
}
#access ul ul a{
	color: #aaa;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a{
	color: #999;
}
.home #main{
	overflow: visible;
}
#container,
#content{
	margin: 0px;
	width: 960px;
}
.single #container,
.single #content{
	margin: 0px;
	width: 940px;
}
.header-search{
	float: right;
	padding: 4px 10px;
	background-color: #f9f9f9;
	margin: 10px 0 0 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
}
.header-search input[type=text]{
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font: normal 12px Arial, Helvetica, Sans-serif;
}
.header-search input[type=image]{
	vertical-align: middle;
}
#site-title,
#site-description{
	display: block;
	text-align: center;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#site-title a{
	font: normal 60px "QuicksandBook", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
}
#site-title a:hover{
	color: #ff0000;
}
#site-description{
	font: normal 16px "QuicksandBook", Arial, Helvetica, Sans-serif;
	padding: 5px 0 0 0;
	color: #333;
}
.home .post,
.search .post,
.search .page,
.archive .post{
	margin: 0 20px 20px 0;
	width: 220px;
	float: left;
	overflow: visible;
	height: 220px;
}
.home #content .entry-title,
.archive #content .entry-title,
.search #content .entry-title{
	text-transform: capitalize;
	font: normal 16px  "QuicksandBook", Arial, Helvetica, Sans-serif;
	padding: 10px 0 0 0;
	text-align: center;
	letter-spacing: -1px;
	background: url(img/shadow.png) no-repeat center top;
}
.single #content .entry-title{
	text-transform: capitalize;
	font: normal 36px  "QuicksandBook", Arial, Helvetica, Sans-serif;
	padding: 10px 0 0 0;
	width: 940px;
}
.page #content .entry-title{
	font-size: 32px;
	padding: 0 0 10px 0;
}
#content .entry-title{
	font-weight: normal;
}
.single .entry-meta{
	padding: 0 0 20px 0;
	width: 940px;
}
.single .hentry{
	margin: 0px;
}
.single .entry-content{
	width: 940px;
}
.entry-content{
	padding: 0px;
}
#content img {
	max-width: 940px;
}
.navigation{
	width: 940px;
}
.feat{
	width: 220px;
	height: 165px;
	background-color: #eaeaea;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);	
}
.feat a:hover img{
    box-shadow: 0px 0px 10px #555;
    -moz-box-shadow: 0px 0px 10px #555;
    -webkit-box-shadow: 0px 0px 10px #555;
}
#nav-below{
	clear: both;
	margin: 20px 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	font-family: "QuicksandBook", Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-weight: normal;
}
#content h1{
	font-size: 36px;
}
#content h2{
	font-size: 32px;
}
#content h3{
	font-size: 26px;
}
#content h4{
	font-size: 24px;
}
#content h5{
	font-size: 20px;
}
#content h6{
	font-size: 16px;
}
#content h1.page-title{
	font-size: 24px;
}
#content h1.page-title span{
	font: normal 24px "QuicksandBook", Arial, Helvetica, sans-serif;
	color: #999;
}
#entry-author-info{
	background-color: #f9f9f9;
	border: 0px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
}
#content #entry-author-info h2{
	font-size: 24px;
	padding: 0 0 10px 0;
}
#entry-author-info #author-avatar{
	padding: 7px;
}
#entry-author-info #author-description{
	margin: 0 0 0 100px;
	font: normal 12px/160% Arial, Helvetica, sans-serif;
}
.form-allowed-tags{
	display: none;
}
#comments-title em{
	font-style: normal;
	color: #666;
}
blockquote{
	background: url(img/quote.png) no-repeat top left;
}
#footer{
	margin-bottom: 0px;
}
#colophon{
	border: 0px;
	background: url(img/border.png) repeat-x center top;
	margin-top: 0px;
}
#footer-widget-area{
	font: normal 12px/160% Arial, Helvetica, Sans-serif;
}
#footer-widget-area h3{
	font: normal 18px  "QuicksandBook", Arial, Helvetica, Sans-serif;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.widget-area a:active, .widget-area a:hover{
	text-decoration: none;
}
#site-info:before{
 	content: url(img/japan.png);
}
#site-info{
	font: normal 16px  "QuicksandBook", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
}
#site-generator{
	text-align: right;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
}
#site-generator a.wpcharity{
	background: url(img/wpcharity.png) no-repeat left center;
}
.widget-area ul ul,
ul{
	list-style-image: url(img/red.png);
}
#foot{
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	overflow: hidden;
}
#foot a{
	color: #333333;
}
#site-generator a{
	color: #666;
}
#foot a:hover{
	text-decoration: none;
}
.widget_rss a.rsswidget{
	color: #666;
}
a,
a:visited,
a:link{
	color: #ff6666;
	text-decoration: none;
}
a:active,
a:hover,
.page-title a:active,
.page-title a:hover,
.entry-title a:active,
.entry-title a:hover,
.page-link a:active,
.page-link a:hover,
.entry-meta a:hover,
.entry-utility a:hover,
.navigation a:active,
.navigation a:hover,
.comment-meta a:active,
.comment-meta a:hover,
.reply a:hover,
a.comment-edit-link:hover ,
#respond .required,
.widget_rss a.rsswidget:hover,
#foot a:hover{
	color: #ff0000;
}