﻿/*
Theme Name: MiniWP
Theme URI: http://www.happinesz.cn/archives/474/
Description: <a href="http://www.happinesz.cn/archives/474/" rel="Theme HomePage">MiniWP</a> is Lite and Clear theme for your wordpress blog with a 2-column layout and widgeted ready sidebar. Licensed under GPL...
Tags: 2 columns, clear, fixed width, sofished
Version: 1.2
Author: <a href="http://www.happinesz.cn/">sofish Lin</a>
Author URI: http://www.happinesz.cn/about-me/
*/


/* Layout 
---------------------------------------------------------*/
#container {
	float: left;
	margin: 0 -215px 15px 0;
	width: 100%;
}
#content {
	margin: 0 215px 0 180px;
	line-height: 150%;
	width: 479px;
	padding-right : 10px;
	border-right:1px solid #fff;
}
.sidebar {
	float: right;
	overflow: hidden;
	width: 200px;
	font-size:13px;
	margin-bottom:15px;
}
#footer {
	clear: both;
}
/* Main Elements
--------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
body {
	font-size:12px;*font-size:small;*font:x-small;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-style: normal;
	color:#222;
	background: url("images/bg-body.gif") ;
}

a {
	text-decoration:none;
	color:#1d499a;
}
a:hover {
	color:#ff670b;
}
#wrapper {
	width:900px;
	margin:0 auto;
	background-color : #fff ;
}
img, img a {
	border:none;
}
p {
	margin-bottom:12px;
}
blockquote {
	margin:0 37px 0 30px;
	padding-left:10px;
	border-left:5px solid #eee;
}
blockquote blockquote {
	margin:0 0 0 25px;
}
code {
	font-size:14px;
	line-height:130%;
	font-family:"Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#696969;
}
h2 a{
	color : #1d499a ;
}
input, textarea, select {
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;/*Georgia, "Times New Roman", Times, serif;*/
	color:#777;
	font-size:13px;
}
.entry-content img {
	border:1px solid #ddd;
	padding:5px;
	margin: 0 5px 5px 0 ;
}
.entry-content img.noborder {
	border:none;
	padding:0 0 0 5px;
	margin: 0 0 -2px 0 ;
}
.entry-content ul {
	margin:0 41px 10px 42px;
}
.entry-content ol {
	margin:0 41px 10px 45px;
}
.entry-content ul, .entry-content ol {
	padding-right:0;
}
.entry-content ul li {
	list-style:square;
}
.entry-content a:hover {
	text-decoration:underline;
	color:#f30;
}
.entry-content h1 , .entry-content h2 , .entry-content h3 , .entry-content h4 , .entry-content h5 , .entry-content h6 {
	padding-bottom:10px;
}
.entry-content h1 {
	font-size:18px;
}
.entry-content h2 {
	font-size:17px;
}
.entry-content h3 {
	font-size:16px;
}
.entry-content h4 {
	font-size:15px;
}
.entry-content h5 {
	font-size:15px;
}
.entry-content h6 {
	font-size:14px;
}
/* Header
--------------------------------------------------*/
#header {
	border-bottom:1px solid #ddd;
	height:250px;
	background: url("images/header.jpg") ;
}

#header h1 a {
	float:left;
	font-size:24px;
	padding-left:30px;
	padding-top:130px;
}
#header h1 a:hover span.itop {
	color:#fff;
}
#header h1 span span {
	color:#9c0;
}
#header h1 span.itop {
	padding-top:19px;
	color:#9c0;
}
#header p {
	/*float:left;*/
	padding:170px 0 0 30px ;
	color:#fff;
}




/* 問い合わせpage用ヘッダー
--------------------------------------------------*/
#header02 {
	border-bottom:1px solid #ddd;
	height:250px;
	background: url("images/header02.jpg") ;
}


#header02 h1 a {
	float:left;
	font-size:24px;
	padding-left:30px;
	padding-top:40px;
	text-indent: -9999px ;
	display: block ;
	height: 45px ;
	width: 310px ;
	overflow: hidden;
}

#header02 p {
	text-indent: -9999px ;
}


/* Content
--------------------------------------------------*/
#container , .sidebar {
	padding-top: 30px;
	background-color : #fff;
}
#content {
	font-size: small;
	/*clear:both;*/
}
.post {
	margin-bottom: 20px;
}
.entry-title , #comments h3 {
	color: #1d499a ;
	clear:both;
	margin: 0 0 10px -180px;
	border-bottom: 2px solid #1d499a;
	padding-left: 180px;
	font-size: 16px;
	padding-bottom: 2px;
	/*text-transform: uppercase;*/
}
.page-title {
	color:#99cc00;
	margin-bottom:15px;
	font-size:16px;
	text-transform:uppercase;
}
.entry-info {
	margin-left:-180px;
	float:left;
}
.entry-info li {
	font-size : 0.86em ;
	line-height : 1.4em ;
	list-style:none;
	padding : 3px 0 0 5px;
	border-bottom : 1px solid #1d499a;
	width : 150px;
}
.entry-content {
	min-height: 120px;
	margin-bottom : 50px ;
}
a.more-link {
	text-decoration:none;
	color:#d02090;
}
a.more-link:hover {
	color:#31b92f;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter , div.aligncenter {
	display: block;
	margin:0 auto;
}
.noresults ol li h3 {
	font-weight:500;
	font-size:15px;
	padding:2px 0;
	margin:0;
}
.noresults ol li h3 a {
	color:#6a6da9;
}
.noresults ol li h3 a:hover {
	color:#3cf;
}
input#noresults-s {
	width:250px;
}
/* Comment
--------------------------------------------------*/
#comments h3 {
	font-size : 12px ;
	border-bottom:1px solid #ddd;
	margin-top: 30px ;
	padding-bottom:1px;
}
.comments ol {
	margin-bottom:20px;
}
.comments ol li {
	list-style:none;
	color:#3cf;
	border:1px solid #fff;
	padding:10px 0;
	border-bottom-color:#ddd;
}
#comments-list ol li .avatar {
	float:right;
	padding:2px;
	border:1px solid #eee;
}
.moderation {
	color:#9c0; /*承認待ちです*/
}
.comment-text {
	color:#333; /*コメント内容*/
}
.comment-meta {
	color:#999; /*コメントした日付*/
}
.comment-meta a {
	color:#7fb80e;
}
.comment-meta span a, .comment-meta span {
	color:#7fb80e;/*コメントした人*/
}
.comment-meta span a:hover, .comment-meta a:hover {
	color:#3cf;
}
.required {
	color:#f30;
}
p input {
	padding:3px 5px;
	/*margin-right:10px;
	width:200px;*/
	border:1px solid #ddd;
}
textarea#comment {
	border:1px solid #dcdcdc;
	padding:3px 5px;
}
input#submit {
	margin-top:10px;
	text-align:center;
	padding:2px 0;
	background:#2a65b9;
	color:#fff;
}
/* Sidebar
--------------------------------------------------*/
#searchform {
	width:200px;
	margin:10px 0;
}
#s, #noresults-s {
	width:128px;
	border:1px solid #ddd;
	padding:3px 5px;
}
#searchsubmit , #noresults-searchsubmit {
	width:55px;
	font-size : 11px ;
	padding:2px 0;
	background:#2a65b9;
	border:1px solid #ddd;
	color:#fff;
}
.sidebar {
	color:#3cf;
}
.sidebar p {
	margin-top:10px;
	line-height:135%;
	color:#777;
}
.sidebar h4 {
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:4px;
	margin:3px 0;
	border-bottom:1px solid #1d499a;
	border-top:1px solid #fff;
}
.sidebar ul li {
	list-style:none;	margin:20px 0;
}
.sidebar ul ul {
	margin:10px 0;
}
.sidebar ul ul li {
	font-size : 12px ;
	list-style:none;
	margin:0 0 0 1em;
	padding:2px 0;
	border-bottom:1px solid #ddd;
}
/* Footer
--------------------------------------------------*/
#footer {
	padding-left:150px;
	border-top:1px solid #ddd;
	font-size:12px;
	padding-top:12px;
}
#footer span {
	text-transform:uppercase;
	font:11px/22px Georgia, "Times New Roman", Times, serif;
}
#footer span.ipower {
	color:#3cf;
}
#footer a.ipower {
	color:#9c0;
	font-weight:700;
	text-transform:capitalize;
}
#footer a.ipower:hover {
	text-decoration:underline;
}