/*
Theme Name: Captain Helm JP
Description: theme from capt helm site
Version: 1.0
Author: paul hastings
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	background-image: #ffffff;
}

#rightbar{
	float: left;
	
	width: 200px;
	position:relative;
/*	top:307px;*/				/* AJIKI */
	top:10px;				/* AJIKI */
	
	margin: 0 10px 0 0;
	
}

h1{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
.posttitle{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size:18px;
}

a:link, a:visited{
	text-decoration: none;
/*	color: #508ec9;*/
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #71684e;
}






p{
	padding: 10px 0 0 0;
}

#header{
	background-color: #8afb3e;
	width: 1100px;
	height: 250px;
	margin-top:20px;			/* AJIKI */
	margin-bottom:70px;			/* AJIKI */
}
#capt
{
	z-index: -2;
	position:relative;
	left:-310px;
}
#otherside
{
	position:relative;
	left:30px;
	width:270px;
}
#wrapper{
	margin: 0 auto 0 auto;
	width: 1100px;
	text-align: left;
}


#container{
	z-index: 10;
	float: left;
	display: inline;
	width: 500px;
/*	margin: 280px 0 0 0;*/		/* AJIKI */
	margin: 0px 0 0 0;		/* AJIKI */
}

.post{
	padding: 20px 0 20px 0;
}



.entry{
	line-height: 15px;
}

p.postmetadata{
	border-bottom: thin dashed #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


.sidebar{
	
	float: left;
	width: 240px;
	
	display: inline;
	padding: 0 20px 0 0;
	
	margin-top:25px;		/* AJIKI */

}

#rightbar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#rightbar ul li h2{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 16px;
}
#rightbar ul ul li{
	
	line-height: 15px; 
	
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-family: Lucida Grande,Verdana,Arial,Sans-Serif;
	font-size: 12px;
}
.sidebar ul ul li{
	font-size: 10px;
	line-height: 13px; 
	padding: 0;
}

#footer{
	
	clear: both;
	float: left;
	width: 1100px;
}