/*  
Theme Name: minarai
Theme URI: N/A
Description: minarai—p
Version: 0.9
Author: Junichi 
Author URI: http://www.kanyoplants.com/

*/

/* common */
* {
	margin:0;
	padding:0;
}

clear {
	clear:both;
}
body {
	color:#444444;
	margin : 10px;
	width : 810px ; 
}
img {
	border:0;
}

li {
	list-style:none;
}
a:link {color:#3333AA; text-decoration:none;}
a:visited {color:#3333AA; text-decoration:none;}
a:active {color:#AAAAFF; text-decoration:underline;}
a:hover {color:#AAAAFF; text-decoration:underline;}

/* header */
#title {
	background-color: #AAFFAA;
	padding:20px;
	font-size:160%;
	font-weight:bold;
	border-top: 2px solid #449944;
	border-bottom: 2px solid #449944;
}

#title a {
	text-decoration:none;
}
#top_menu{
	height:1.2em;
	background-color: #AAFFAA;
	border-top: 2px solid #449944;
	border-bottom: 2px solid #449944;
	margin: 2px 0 10px 0;
	font-size:100%;
}
#top_menu li{
	float:right;
	list-style:none;
	vertical-align:middle;
}
#top_menu a {
	display:block; 
	border-left:1px solid #449944;
	text-decoration:none;
	width:7em; 
	height:1.2em;
	margin:0 1px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
}
#top_menu a:hover {
	display:block; 
	border-left:1px solid #449944;
	background-color:#88DD88;
	text-decoration:none;
	width:7em; 
	height:1.2em;
	margin:0 1px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
}

/* sidebar content */
#sidebar
{
	width: 190px;
	border-right:1px solid #eeeeee;
	
	}
#sidebar h2 {
	border-left:5px dashed #449944;
	border-bottom: 1px solid #666666;
	font-size: 110%;
	font-weight: bolder;
	color: #663;
	padding:2px 0 2px 5px;
	}
#sidebar ul li{
	list-style:none;
	margin-bottom:10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	border:0;
	margin: 3px 5px;
}
	
#searchform {
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
.children {
	list-style:none;
	margin-left:8px;
	font-size:90%;
}

#wp-calendar {
	margin:3px 0 0 20px;
	text-align:center;
	font-size:100%;
}	

#wp-calendar a{
	text-decoration:underline;
}

.counter {
	text-align:center;
	padding-top:5px;
}
.recommend {
	font-size:80%;
}

/* index content */
#content {
	float: right;
	margin-left: 10px;
	width: 600px;
	font-size: 120%;
	}

#content h1{
	font-size:120%;
	color: #333333;
}

/* footer */
#footer {
	text-align: center;
	clear: both;
}

/* single */
.alignright {
	text-align: right;
	}

.alignleft {
	float: left;
}
.navigation {
	font-size:80%;
}

.post h1{
	border-left:5px solid #449944;
	border-bottom: 1px solid #666666;
	padding:2px 0 2px 5px;
	margin-bottom:10px;
}
.entry {
	margin-left:10px;
	line-height:130%;
	font-size:90%;
}

.postmetadata{
	margin:10px 20px;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
}
.postmetadata dt{
	width:8em;
	padding:0.2em;
	float:left;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}

.postmetadata dd{
	padding:0.2em;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
/* comments */
.contTitle{
	border-left:5px solid #449944;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	padding:2px 0 2px 5px;
	margin-bottom:10px;
	font-size:100%;
}

.commentlist li {
	list-style:decimal outside;
	margin:5px 0 5px 2em;
}

.commentmeta {
	font-size:80%;
	text-align:right;
}
.commentform dt {
	float:left;
	width:4em;
	font-size:90%;
}

.related ul{
	list-style-type:square;
	padding-left:20px;
}
/* home */
.newpost{
	font-size:80%;
}
.newpost dd{
	margin-left:20px;
}
/* page */
.storycontent .page_item {
	list-style:square outside;
	margin-left:20px;
}

h2.contTitle {
	margin:10px 0;

}
.linkcat h2{
	border-left:5px solid #449944;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	padding:2px 0 2px 5px;
	font-size:100%;
	margin:10px 0;
}

.linkcat li{
	list-style:square outside;
	margin:5px 0 5px 2em;

}