/*
Theme Name: haiku3 
Description: The journal of Jae-Ho Yoo
Version: 1.0
Author:Jae-Ho Yoo
Author URL: http://jaehoyoo.com
*/

* {
	margin:0;
	padding:0;
}

body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#innerbody {
	background-color:#fff;
	width:1000px;
	margin:0 auto;
}

p { 
	color: #000; 
}
	
a {
	text-decoration:none;
	list-style-type:none;
}	

img {
	border:none; 
}	

#container {
	margin:0px auto;
	padding-top:50px;
	width:800px;
	background-color:#fff;
	/*border-color:#000000;*/
}

#header {
	background:url(images/header.jpg) no-repeat top left;
	height:225px;
	width:800px;
}

#header:hover {
	background:url(images/header_hover.jpg) no-repeat top left;	
}

#header h1 {
	text-indent:-5000px;
	left:0px;
	top:0px;
}

#title {
	margin-left:380px;
	/*below is for Black BG, above is for white*/
	margin-top:-135px;
}

#content {
	/*padding-left:115px;*/
	float:left;
	/*margin-top:25px;*/
	/*margin-left:100px;*/
	margin-right:5px;
	width:800px;
	background-image:url(images/stripes.png);
}

#content h3{
    font-size:21px;
	margin-left:5%;
	color:#000;
	font-weight:normal;
}

#content h3 a{
	color:#000;
}

#content h3 a:hover {
	color:#777;
	background-color:#c1c1c1;
}

#content h5{
	padding:3px 0 0;
    font-size:12px;
    margin-left:5%;
	color:#000;
	font-weight:normal;
}

#borderimage {
	/*background-image:url(images/border.png);	*/
        border-top:thin solid #ff0000;
	width:713px;
	height:15px;
	margin-bottom:20px;
	margin-left:38px;
}

.post h2{
	font-size:21px;
	margin-left:5%;
	color:#000;
	font-weight:normal;
}

.post p{
	padding-bottom:15px;
	font-size:18px;
	/*width:80%;*/
	margin-left:5%;
	margin-right:10%;
	color:#000;
}

.post {	
	margin-left:5px;
	margin-top:35px;
	/*width:370px;*/
	/*width:inherit;*/
	line-height: 17px;
	margin-bottom:120px;
	border-top:thin;
}

/*.post img {
	width:240px;
	text-align:center;
} */

.post object {
	/*width:240px;*/
	text-align:center;
	display:block;
}

.text {
	/*width:100%;*/
	float:right;
}

.thing {
	/*width:100%;*/
	float:left;
	margin-left:5%;
}

#comments {
	width:425px;
	margin-top:20px;
	margin-left:31px;
}

#comment {
	width:380px;
	font-size:12px;
	
}

.postmetadata {
	padding-left:-200px;
	clear:both;
	font-size:12px;
}

#pager {
	color:#000;
}

#pager a {
	color:#000;
}

#postnav {
	color:#000;
}

#postnav a {
	color:#000;
}

#footer{
	clear:both;
	/*position:relative;*/
	/*margin-left:280px;*/
	/*margin-top:200px;*/
	padding-top:25px;
	/*padding-left:200px;*/
	font-size:14px;
	/*background-color:#FFFFFF;*/
	width:600px;
	height:125px;
	text-align:center;
}
#page {
	margin-top:125px;
	margin-left:200px;
	width:250px;
}
#page img{
	float:right;
}
