/*
------------------------------------------------------------------------
Theme Name:Equilibrium
Theme URI:http://madebyon.com
Description:Magazine style WordPress theme. Visit <a href="http://equilibrium.madebyon.com"title="Equilibrium">http://equilibrium.madebyon.com</a> for more infomation.
Version:1.4
Author:Tudinh Duong
Author URI:http://madebyon.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}

/*ol, ul, li{list-style:none}*/

caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold;font-size:14px;}

/*em{font-style:italic}*/
em{font-style:bold} /**/

a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/
.aligncenter{display:block; margin:0 auto}
.alignleft{float:left}
.alignright{float:right}
.floatLeft{float:left}
.floatRight{float:right}
.clear{clear:both}

/*
-----------------------------------------
STRUCTURE
----------------------------------------- 
*/
html, body{height:100%}

/*body{font-size:62.5%; font-family:Arial,Helvetica,sans-serif; color:#222; margin:0 auto -80px; text-align:center}*/
body{font-size:13px; font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; color:#333; margin:0 auto -80px; text-align:center} 
	
/*body{background: url("http://www.takahashi-tosou.com/main/wp-content/uploads/bg.gif");}

body{	background: #f2f3f8 url("http://www.takahashi-tosou.com/main/wp-content/uploads/bg.gif");}*/

body{	background: #69f url("http://www.takahashi-tosou.com/main/wp-content/uploads/bodybg.jpg") repeat-x;}

/*#page-wrap{width:960px; min-height:100%; height:auto !important; height:100%; margin:0 auto -80px; padding-left:10px; padding-right:10px; text-align:left;} */

#page-wrap{width:960px; min-height:100%; height:auto !important; height:100%; margin:0 auto 10px; padding-left:10px; padding-right:10px; text-align:left;
border:1px solid #708090;
background:#fff;
margin-top:10px;
}

/*#page-wrap{
	background: url("http://www.takahashi-tosou.com/main/wp-content/uploads/bg2.jpg") repeat-y center;
}*/

/*#page-wrap td { padding:3px;} */
.content{
	width:680px;
	float:left
}

/*
-----------------------------------------
TYPOGRAPHY
----------------------------------------- 
*/
p{color:#222; font-size:1.2em; line-height:1.5; margin-top:1.5em; margin-bottom:1.5em; text-align:justify}

p a, p a:visited{color:#0B96D0; text-decoration:none}

p a:hover{color:#ff4500; text-decoration:none}


h1{font-size:1.4em; font-weight:bold}
strong{font-size:1.1em; font-weight:bold}

.post {
	margin-left:10px;
	padding-right:5px;
}

.post h2{text-transform:none; padding-bottom:0; border-bottom:0; margin-top:0; margin-bottom:0}

h4, h2{font-size:1.8em; color:#222; text-transform:uppercase; padding-bottom:2px; border-bottom:4px solid #666; margin-top:28px; margin-bottom:20px; font-weight:bold}/**/

h4, h2 {font-size:1.6em; color:#0000ee; border-bottom:1px solid #ff4500;}
h4 {
	clear:both;
	margin-top:20px; margin-bottom:15px;
}

h3{border-bottom:1px solid #ff4500; color:#0000ee; font-size:1.8em; font-weight:bold; margin-top:23.3px; padding-bottom:3px}


h3 a{text-decoration:none; color:#993300}

.post ul li, 
.post ol li{font-size:1.2em; list-style-type:decimal; margin:5px 20px 5px 35px}

#reply{border-bottom:4px solid #C9C9C9; color:#222; font-size:1.8em; margin-top:28px; margin-bottom:16px; padding-bottom:4px}

/*
-----------------------------------------
TOP
----------------------------------------- 
*/
/*#top{margin-top:55px; padding-bottom:70px}
#top{background: url("http://www.takahashi-tosou.com/main/wp-content/uploads/top_bg.jpg") 150px 0 repeat-x; height: 95px; margin:0px; padding:0px;}*/

/*h1.logo a{float:left; font-size:2.6em; font-weight:bold; color:#000; text-transform:uppercase; text-decoration:none}*/

#top {
	width:960px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

h1.logo a{font-size:2.6em; font-weight:bold; color:#000; text-decoration:none;}
h1.logo a:hover {
	color:#ff6347;
}

/*#nav{float:right; margin-top:1.2em; background:#000}*/

#navwrap{
	text-align:right;
	margin-top:0px;
	background:#000;
height:30px;
	width:960px;
	margin:0 auto;

}
ul#nav {
	width:960px;
	margin:0 auto;

}
#nav li{
/*	display:block;
	display:inline;*/
	list-style-type:none;
	float:left;
height:30px;

}
#nav a:link,#nav a:visited{
	padding:3px 10px;
	display:block;
	color:#353434;
	color:#fff;
	margin-right:10px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
/*	text-transform:uppercase;*/
}
ul#nav a:hover{color:#fff; background:#ff6347}

ul#nav li.current_page_item a:link, 
ul#nav li.current_page_item a:visited, 
ul#nav li.current_page_item a:hover, 
ul#nav li.current_page_item a:active{
	color:#fff;
	text-decoration:none;
	background:#ff6347;
}

/*
-----------------------------------------
FEATURED
----------------------------------------- 
*/

#featured li{
	list-style:none;
}

.front-post{width:303px; margin-right:25px; float:left}

.front-post-last{width:303px; float:left}

.featured-content{position:relative; width:303px}

.featured-content p{margin-top:1em}

.featured-post{position:relative; width:303px; height:231px; margin-bottom:1.2em}

.featured-title h2{margin:8px 10px 7px; line-height:1.4em; font-size:1.1em; text-transform:none; padding-bottom:0; border-bottom:0}
.featured-title h2{margin:8px 10px 7px; line-height:18px; font-size:14px; text-transform:none; padding-bottom:0; border-bottom:0} /**/

.featured-title h2 a{font-size:1.1em; display:block; color:#0B96D0; text-decoration:none; border-bottom:0}
.featured-title h2 a{font-size:1.1em; display:block; color:#78d1f8; text-decoration:none; border-bottom:0} /**/

.featured-title h2 a:hover{color:#fff}

.featured-title{background:#000; display:block; z-index:101; width:100%; bottom:0; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; position:absolute; z-index:2}

.featured-image{position:absolute; z-index:1}

.featured-content h2{margin-top:15px}
.featured-content h2 a{color:#0b96d0; text-decoration:none}
.featured-content h2 a:hover{color:#000}

/*
-----------------------------------------
SIDEBAR
----------------------------------------- 
*/
#sidebar{float:right; width:260px; padding-left:20px; overflow:hidden}
#sidebar{padding-top:0px;}

#sidebar ul li {
	margin:10px 0 0px 0px;
	padding-left: 0px;
/*	display:block;*/
font-size:1em;
	list-style:url('http://www.takahashi-tosou.com/main/wp-content/uploads/list_sp.gif') ;

}
#sidebar ul li ul li {
	list-style:url('http://www.takahashi-tosou.com/main/wp-content/uploads/list.gif') ;
	margin-left:15px;
}
/*#sidebar ul li{
}*/


/*#sidebar li a{display:block; width:260px; margin:0; padding:8px 2px; list-style:none; border-bottom:1px solid #c9c9c9; font-size:1.4em; list-style-type:none; text-decoration:none; color:#222}*/

#sidebar li a{ width:260px; margin:0; padding:0px 2px; font-size:1em; text-decoration:underline; color:#222;} /**/



#sidebar a{color:#e6e6e6; text-decoration:none}

/*#sidebar a:hover{color:#fff; background-color:#282828}*/
#sidebar a:hover{color:#ff6347;}

/*#sidebar h2{font-size:1.8em; color:#222; text-align:right; text-transform:uppercase; border-bottom:4px solid #c9c9c9; margin-top:28px; margin-bottom:0}*/

#sidebar h2{font-size:1.4em; color:#0000ee; text-align:left; text-transform:uppercase; border-bottom:1px solid #ff4500; margin-top:38px; margin-bottom:0;} /**/

/*
-----------------------------------------
LATEST
----------------------------------------- 
*/
#front-bottom{margin-top:36px}
#front-bottom{margin-top:0px}

#latest-wrap{float:left; width:680px}
#latest-wrap{
	padding-top:3px;
}
.latest-post-wrap{float:left; width:162px; margin-right:8px}

/*.latest-post{position:relative; width:162px; height:118px}*/

.latest-post{position:relative; width:162px; height:148px}

.latest-image{position:absolute; z-index:1}

/*.latest-title h2{margin:8px 10px 7px; line-height:1.4em; font-size:1em; text-transform:none; padding-bottom:0; border-bottom:0}*/

.latest-title h2{margin:5px 8px 6px; line-height:16px; font-size:13px; text-transform:none; padding-bottom:0; border-bottom:0} 

.latest-title h2 a{display:block; color:#ff4500; text-decoration:none}

.latest-title h2 a:hover{color:#fff}

.latest-title{background:#000; display:block; z-index:101; width:100%; bottom:0; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; position:absolute; z-index:2}

/*.latest-content{position:relative; width:162px; height:200px; margin-bottom:20px}*/

.latest-content{position:relative; width:162px; height:250px; margin-bottom:20px}

.latest-content h2{margin-top:15px}
.latest-content h2 a{color:#0b96d0; text-decoration:none}
.latest-content h2 a:hover{color:#000}

/* .latest-content p{color:#222; font-size:1.2em; line-height:1.5; margin-top:8px; margin-bottom:1.5em; text-align:left}*/

.latest-content p{color:#333; font-size:1em; line-height:1.4; margin-top:8px; margin-bottom:1.5em; margin-right:3px; padding-left:8px; text-align:left; border-left:solid 1px #b0c4de; }

/*
-----------------------------------------
FOOTER
----------------------------------------- 
*/
#push{height:80px}

#footer{padding-top:20px; border-top:1px solid #C9C9C9; width:960px; margin:150px auto 0; height:80px; color:#4d4d4d}
#footer{padding-top:20px; border-top:10px solid #999; width:960px; margin:50px auto 0; height:80px; color:#4d4d4d}

#footer p{font-size:1.2em; color:#4d4d4d; line-height:1.5em; margin-bottom:0; margin-top:0.6em}

/*#footer p a{border-bottom:1px solid #c9c9c9; color:#4d4d4d; text-decoration:none}*/
#footer p a{font-size:12px; border-bottom:0px solid #c9c9c9; color:#ccc; text-decoration:none}

/*#footer p a:hover{border-bottom:1px solid #c9c9c9; color:#0b96d0; text-decoration:none}*/

/*
-----------------------------------------
POSTMETA
----------------------------------------- 
*/
.postMeta{font-size:1.2em; margin-bottom:18px; margin-top:8px; padding-bottom:24px; border-bottom:1px solid #c9c9c9}

.postMeta-featured{margin-top:8px; font-size:1.2em; width:303px}
.postMeta-featured{margin-top:8px; font-size:13px; width:303px} /**/

.postMeta-front{margin-top:8px; font-size:1.2em}
.postMeta-front{margin-top:8px; font-size:13px} /**/

.postMeta-post{font-size:1.2em; margin-bottom:18px; margin-top:8px; border-bottom:1px solid #c9c9c9; padding-bottom:10px}

.postMeta span.date, 
.postMeta-post span.date, 
.postMeta-featured span.date, 
.postMeta-front span.date{color:#666; float:left}

.postMeta span.comments a, 
.postMeta span.date a, 
.postMeta-post span.comments a, 
.postMeta-post span.date a, 
.postMeta-featured span.comments a, 
.postMeta-featured span.date a, 
.postMeta-front span.comments a, 
.postMeta-front span.date a{float:left; color:#8a8a8a; text-decoration:none}

.postMeta span.comments, 
.postMeta-featured span.comments, 
.postMeta-post span.comments, 
.postMeta-front span.comments{float:right; background:url(images/comment.gif) no-repeat left center; padding-left:15px; margin-left:2px}

/*
-----------------------------------------
POSTS
----------------------------------------- 
*/
.post-category{color:#8a8a8a; float:left; margin-bottom:8px}

.post-tags{color:#8a8a8a; float:right}

.post-category p, 
.post-tags p{color:#8A8A8A; font-size:1em; line-height:1.5em; margin-bottom:0em; margin-top:0em; text-align:none}
.post img{margin:0.5em 1em 1em;}

.post blockquote p{margin:0 2.6em; font-style:normal}
.post blockquote {background-color:#fff5ee; padding:10px 0; margin:20px 10px;} /**/

/*
-----------------------------------------
COMMENTS
----------------------------------------- 
*/
.comment-heading{margin-bottom:26px; text-transform:none; border:none}

.commentwrap{border-top:3px solid #C9C9C9; padding-bottom:15px; padding-top:15px}

.commentpost{float:right; width:510px}

.commentpost p{margin-top:0}

.commentmetadata{float:left; width:20%; color:#2F2B23; line-height:1.5em; padding-right:20px; color:#999; font-size:1.1em}

.commentmetadata li{list-style-type:none; padding:.3em; margin:0 .5em 0 0}

.commentmetadata li a{border-bottom:1px solid #c9c9c9; color:#0B96D0; text-decoration:none}

.warning{padding:10px; background:#282828; border:1px solid #323232; ; margin-bottom:10px}

#comments label input{border:1px solid #ccc; padding:5px 4px; margin-bottom:10px; width:160px}

#comments label span{line-height:27px}

#comments label{font-family:"Lucida Sans Unicode"; font-size:1.1em}

#comment_author{margin:20px 20px 20px 0px; padding:0px; width:150px; float:left}

#comments-content{display:block; border-bottom:1px solid #C9C9C9; margin:10px 0px 10px 0px; padding:0px}

#comments textarea{margin-top:10px; padding:4px 0px; width:100%; border:1px solid #E5E5E5}

.button{border:1px solid #aaa; font-size:1.1em; font-weight:bold; height:25px; margin-top:10px; margin-bottom:10px; padding:0 8px; text-transform:uppercase}

.children {margin-left: 20px}

.children div {border:none}

.children .commentwrap {border-top: 1px solid #C9C9C9;}

.children .commentmetadata {padding-right:0px}

.children .commentpost {text-align:left; float:right; width:78%}


/*
-----------------------------------------
SEARCH
----------------------------------------- 
*/
#searchform{float:left; margin-top:1em; height:2.3em}
#searchform{float:left; margin-top:1em; margin:1em 0 2em 0; height:2.3em}

#searchsubmit{border:1px solid #E5E5E5; font-size:1.1em; font-weight:bold; height:2.1em; padding:2px 8px; text-transform:uppercase; float:right; background-color:#F0F0F0}
#searchsubmit{border:1px solid #aaa; font-size:1.1em; font-weight:bold; height:2.1em; padding:2px 6px; text-transform:uppercase; float:right; background-color:#F0F0F0}

#s{float:left; width:204px; margin-right:6px; padding-top:4px; padding-bottom:4px; padding-left:2px; padding-right:2px; border:1px solid #E5E5E5; font-size:1.1em}


/**/
.textwidget{
	font-size:1.2em;
	line-height:1.4em;
	padding-top:5px;
}
.totop{
	font-size:1.1em;
	text-align:right;
	margin:20px 5px;
}
.tomaku {
	margin-bottom:50px;
	background:#fff;
}
.tomaku table {
	border:1px solid #aaa;
}
.tomaku td {
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	font-size:13px;
	padding:3px;
}
.widget_tag_cloud div {
	margin-top:20px;
}
.relation h5 {
	border-bottom:3px solid #ccc;
	padding:3px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
	clear:both;
}
.relation ul {
	margin-left:15px;
}
/* contents navigation
------------------------------------------------------------*/
.navigation{
position: relative;
width: 668px;
width: 100%;
height: 22px;
margin: 20px 0 20px;
font-size: 14px;
/*border-top: 1px solid #4c4734;
border-bottom: 1px solid #4c4734;*/
}

.navigation a{
padding: 0 5px;
color: #0055ff;
}
.navigation a:hover{color: #ff6347;}

.prev{
position: absolute;
bottom: 2px;
left: 7;
padding-left:10px;
}

.next {
position: absolute;
bottom: 2px;
right: 0;
padding-right:10px;
}

.tosoutbl {
	padding: 0px 30px;
}
.tosoutbl table {
	border: 1px solid #999999;
}
.tosoutbl td {
	font-size:14px;
	padding: 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px dashed #999999;
}
.tosoutbl h2 {
	background: #CCCCFF;
	padding-left: 5px;
	margin-bottom: 1em;
	font-weight: bold;
}
.tosoutbl h3 {
	margin-bottom: 1em;
	color: #0066FF;
	font-weight: bold;
}
.tosoutbl img {
	border: 2px solid #9999CC;
	height: 162px;
	width: 216px;
	margin-bottom: 5px;
	padding: 0px;
}
.tosoutbl ol {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.tosoutbl li {
	margin-bottom: 5px;
}
.page_wrap{
	padding-left:50px;
}
.page_wrap p,.page_wrap strong{
	font-size:14px;
}

.aclist {
	margin:0 0 20px 50px;
	font-size:16px;
}
.aclist li {
	margin:0px 15px 5px 30px;
}
/*.ylist {
	float:left;
	width:100px;
}
.mlist {
	float:right;
}*/

/*tags*/
.ctc{
	color:#666;
	line-height:1.8;
}
.ctc a {
}

.rndtop li a:link img ,.rndtop li a:visited img {
	border:2px solid #0000ee;
}
.rndtop li a:active img ,.rndtop li a:hover img{
	border:2px solid #ff4500;
}
