/*
Theme Name: Imbalance 2
Theme URI: http://www.wpshower.com/
Description: Imbalance 2 turns you Wordpress-based website to an attractive blog, portfolio or even online magazine. This free template designed in strict modern style with a minimalistic touch. Imbalance 2 can easily fresh up your web-magazine or blog. Due to modern flexible features and layout Imbalance 2 fits to almost any project and your visitors won't remain indifferent.
Author: WPSHOWER
Author URI: http://www.wpshower.com
Version: 1.0.3
License: GNU General Public License
License URI: license.txt
Tags: fluid, grid, blog, magazine, imbalance
*/



@font-face {
font-family:"kokutetuhoukoumakusyotai";
  src: url("http://chiharuh.jp/wp-content/themes/imbalance2/fonts/kokutetuhoukoumakusyotai.woff") format('woff');
src :url("http://chiharuh.jp/wp-content/themes/imbalance2/fonts/kokutetuhoukoumakusyotai.ttf") format('truetype');	/*safari*/
}

@font-face {
font-family:"LeagueGothic";
  src: url("http://chiharuh.jp/wp-content/themes/imbalance2/fonts/LeagueGothic.woff") format('woff');
src :url("http://chiharuh.jp/wp-content/themes/imbalance2/fonts/LeagueGothic.ttf") format('truetype');	/*safari*/
}

html, body, form, ul, li, table, td {
  margin: 0;
  padding: 0;

}


body {
  background-color: #fafcf9;
  position: relative;
  color: #333;
	font-family: "kokutetuhoukoumakusyotai";
}

body, input, textarea {
  font-size: 13px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

td {
  vertical-align: top;
}

ul {
  list-style-position: inside;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 12px;
}

blockquote {
  border-left-width: 3px;
  border-left-style: solid;
  margin-left: 7px;
  padding-left: 20px;
  font-size: 16px;
  color: #636363;
}

.clear {
  clear: both;
}

.main_separator {
  color: #dedfe0;
}

.wrapper {
  padding-top: 31px;
}

#header {
  border-bottom: 1px solid #dedfe0;
}

#site-title {
  color: white;
  float: left;
  padding-right: 40px;
  overflow: hidden;
  font-size: 90px;
}

#site-title a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  -webkit-animation:ease-in-out;
}

#site-title a:hover {
	color: #EDB9EA;
}

#header-left {
  float: left;
  width: 210px;
  padding-right: 0px;
}


#header-left img{
	height: 80px;
	width: auto;
}

#header-left img.icon{
	margin-top: 5px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

#header-left img.aboutme{
	position: relative;
	top: -45px;
	left: -5px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


#header-center {
  float: left;
/*   width: 210px; */ 
  padding-right: 30px;
}

#search {
  float: right;
  width: 220px;
}

#header-right {
  margin: 20px 0 0 10px;
}

#recommend{
	height: 200px;
	width: 240px;
	float: left;
}

#recommend .recommend{
	overflow: hidden;
	color: #333;
}

#recommend a:hover {
	color: #EDB9EA;
}

#recommend .recommend img{
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	border-radius: 25px!important;
	-webkit-border-radius: 25px!important;
	-moz-border-radius: 25px!important;
}

#search label, #search input[type=submit] {
  display: none;
}

#search input[type=text] {
  width: 200px;
  padding: 7px 9px;
  margin: 0;
  border: 1px solid #dedfe0;
  background: #fff;
  font-size: 13px;
  outline: none;
}

#page_search input[type=submit] {
  display: none;
}

.menu ul {
  list-style-type: none;
}

.menu ul li {
  padding-bottom: 9px;
}

.menu ul a {
  line-height: 13px;
  color: #303030;
  text-decoration: none;
}

#boxes {
  margin-top: 40px;
}

.box {
  width: 210px;
  margin-bottom: 50px;
  color: #636363;
  border-bottom: dotted 2px #a1a1a1
}

.box .rel {
  position: relative;
}

.box .rel p {
  font-family: kokutetuhoukoumakusyotai;
  margin: 0;
	padding-left: 15px;
  font-size: 10px;
}

.box .texts {
  font-family: kokutetuhoukoumakusyotai;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 210px;
  color: #333;
  z-index: 200;
  opacity: 0;
  filter: alpha(opacity=0);
}

.box .texts .categories a,
.box .texts a,
.box .texts .posted,
.box .texts .posted a {
  color: #333;
}

.box .texts .transparent img {
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.box .texts .abs {
  position: absolute;
  top: 0;
}

.box .categories {
  padding-bottom: 10px;
}

.box .categories a, .box .posted a {
  color: #a1a1a1;
}

.box h1 {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 25px;
  font-family: kokutetuhoukoumakusyotai;

}

.box h1 a {
  color: #333;
}

.box h1 a:hover {
	color: #F5F5DA;
} 

.box .posted {
	margin-bottom: 30px;
	padding-left: 15px;
  color: #a1a1a1;
	font-size: 9px;
	}

.box img {
  display: block;
}

.box .rel img {
	border-color: black;
	border-width: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	
}


.fetch {
  clear: both;
  width: 460px;
  margin: 0 auto 40px;
  background: #f9f9f9;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.fetch a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.fetch:hover a {
  color: #fff;
}

#content {
  padding-bottom: 20px;
}

#nav-above {
  float: left;
  width: 210px;
  padding-right: 40px;
  text-align: right;
  color: #636363;
}

#nav-above a {
  text-decoration: none;
  color: #333;
}

.nav-previous, .nav-next {
  display: inline;
}

.nav-separator {
  color: #e5e5e5;
}

.post_title {
  margin-top: 35px;
  overflow: hidden;
}

.post_title h1 {
  margin: 0 0 10px 250px;
  font-size: 27px;
  line-height: 35px;
  width: 710px;
}

.entry-title, .page-title {
  margin-left: 250px;
  margin-top: 35px;
}

.entry-meta {
  padding-bottom: 30px;
  color: #636363;
}

.entry-meta a {
  color: #333;
  text-decoration: none;
}

#wides {
  clear: both;
}

.entry-aside {
  width: 210px;
  padding-right: 40px;
  vertical-align: middle;
}

.entry-content-right {
/*   width: 710px; */
  font-size: 15px;
  line-height: 21px;
	font-family: "LeagueGothic";
}

.entry-content-right p{
/* 	text-align: center; */
	max-width: 580px;
	display: block;
	margin-left: 180px;
	margin-right: auto;
}

.entry-content {
  width: 710px;
  margin-left: 250px;
  font-size: 15px;
  line-height: 21px;
}

.wp-caption-text {
	font-size: 12px;
	margin: 0;
}

.entry-utility {
  padding: 10px 0;
}

.entry-tags {
  margin: 10px 0;
}

.entry-tags span {
  font-weight: bolder;
}

#social {
	padding: 0px 0 0 90px;
}

.twitter-share-button {
  float: left;
  margin: 2px 20px 0 0;
}

.post img, .page img {
  margin: 20px 0 0 0;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.post .alignleft, .page .alignleft {
  float: left;
  margin-right: 20px;
}

.post .alignright, .page .alignright {
  float: right;
  margin-left: 20px;
}

.post .aligncenter, .page .aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}

#comments {
  padding: 0 0 0 180px;
  width: 714px;
  font-family: "LeagueGothic";
}

#comments ol{
  font-family: "LeagueGothic";
}

#comments-title {
  font-size: 21px;
  margin: 40px 0 20px 4px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.commentlist ul.children {
  list-style: none;
}

.commentlist li > div {
  position: relative;
  border-bottom: 1px solid #dedfe0;
  padding: 30px 0 30px 4px;
}

.commentlist li li > div {
  margin-left: 90px;
}

.commentlist li li li > div {
  margin-left: 180px;
}

.commentlist li li li li > div {
  margin-left: 270px;
}

.commentlist li li li li li > div {
  margin-left: 360px;
}

.comment-avatar {
  position: absolute;
  top: 30px;
  left: -96px;
}

.comment-content {
  margin-left: 96px;
  border-bottom: 1px solid #dedfe0;
}

.comment-author {
  float: left;
  width: 210px;
  padding-right: 40px;
  font-size: 15px;
}

cite {
  font-style: normal;
  font-weight: bold;
}

.comment-meta {
  float: left;
  width: 210px;
  padding-right: 40px;
  color: #999999;
}

.comment-body {
  clear: both;
  padding-top: 7px;
  font-size: 15px;
  line-height: 21px;
}

#respond {
  padding-left: 4px;
}

li.comment > div {
  position: relative;
}

.reply {
  position: absolute;
  top: 30px;
  right: 20px;
}

#reply-title {
  font-size: 21px;
}

.comment-reply-link {
  display: none;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  float: left;
  width: 460px;
  margin: 0;
  padding: 10px 0;
}

.comment-form-comment {
  clear: both;
  width: 460px;
  margin: 0;
  padding: 10px 0;
}

input[type="text"], textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  outline: none;
  color: #6b6b6b;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#comments input[type="text"] {
  width: 442px;
}

#comments textarea {
  width: 442px;
}

.form-submit {
  margin-bottom: 40px;
}

.form-submit input {
  width: 460px;
  padding: 6px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.recent {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

#footer {
  padding: 30px 0 50px;
  border-top: 1px solid #dedfe0;
}

#site-info {
  float: left;
  width: 320px;
  padding-right: 20px;
  line-height: 22px;
}

#site-info a {
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

#container.author{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#entry-author-info{
	margin: 0 30px 0 190px;
}

#author-avatar img{
	border-radius: 73px;
	-webkit-border-radius: 73px;
	height: 73px;
	width: 73px;
}
	
#author-description p,
#author-detail p{
	white-space: pre-wrap;
}

#author-detail{
	margin-top: 50px;
}


#footer-left {
  float: right;
  width: 210px;
  padding-right: 40px;
}

#like-box {
	float:left;
}

#footer-right {
  float: right;
  width: 210px;
}

#infscr-loading {
  background: none repeat scroll 0 0 #000000;
  bottom: 40px;
  color: #FFFFFF;
  height: 100px;
  left: 40%;
  opacity: 0.8;
  padding: 10px;
  position: fixed;
  width: 200px;
  z-index: 5000;
  border-radius: 10px;
}
