/* 
Theme Name:MISAWA THEME
Theme URI:http://www.misawashingo.com/
Description:Basic Theme for WordPress.
Author:EQ COMMUNICATIONS
*/

body{
	margin:0;
	padding:0;
	font-size:14px;
	text-align:center;
	background: #9f8e74;
}

#wrapper{
	width:748px;
	text-align:left;
	margin: 0 auto;
	background: #e7e0c4 url(img/bg.gif) repeat-y 0 0;
}

#main_content{
	padding:0 28px 0 15px;
}

#contents{
	width:509px;
	float:right;
}

#sidebar{
	width:190px;
	float:left;
	font-size:0.75em;
}

/*** SIDEBAR START ***/


#sidebar ul{
	color:#dc5b1c;
	list-style: none;
	margin:3px 10px 20px 10px;
	padding:0;
}

#sidebar ul li {
	background: url(img/arrow.gif) no-repeat 0 4px;
	padding-left: 10px;
}

#sidebar ul li ul li {
	background: url(img/arrow_cmt.gif) no-repeat 0 4px;
	padding-left: 10px;
}

.sidebar_back_img{
	background:url(img/sidebar_header.jpg) no-repeat;
	height:25px;
	text-align: center;
	padding-top:4px;
	font-size:13px;
	font-weight:bold;
	color:#f3f0e2;
}

#profile{
	background-color:#f6f4ea;
	margin:0 6px 15px 10px;
	padding-bottom:5px;
	width:170px;
}

#recentposts,#recentcomment,#category,#archives,#link{
	background-color:#f6f4ea;
	margin:10px 6px 15px 10px;
	padding-bottom:5px;
	width:170px;
}
/*** SIDEBAR END ***/

#footer{
	clear:both;
}

a{
	color:#822d0d;
}

a:hover {
	color:#dc5b1c;
}

/*** HEADER START ***/

#header{
	background-color:#538ad8;
	background:url(img/bg_head.jpg) no-repeat;
	background-position:top center;
	height:353px;
	margin-bottom:0 0 30px 0;
	padding:0;
}

#header #header_msg1{
	font-size:15px;
	line-height: 1.5em;
	font-weight:bold;
	letter-spacing:0.01em;
	color:#f3f0e2;
	padding-left:490px;
	padding-top:95px;
}

#header #header_msg2{
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.02em;
	color:#FFFFFF;
	text-align: right;
	padding-right:40px;
	padding-top:85px;
}

#header #header_msg2 a{
	color:#FFFFFF;
	text-decoration: none;
}

#header #header_msg2 a:hover{
	color:#dc5b1c;
}

#header h1{
	font-size:1.4em;
	margin-bottom:0;
}

#header h1 a{
	color:white;
	text-decoration:none;
}

#header p{
	font-size:0.75em;
	margin: 0;
}

/*** HEADER END ***/

/*** CONTENT START ***/
.post{
	margin-bottom:15px;
	padding:10px;
}

.post h2{
	font-size:1.3em;
	color:#4d2525;
	background-position:bottom left;
	margin:0;
}

.post h2 a {
	color:#4d2525;
	text-decoration: none;
}

.post h2 a:hover {
	color:#dc5b1c;
}

.post .post_content{
	background:url(img/post_header.jpg) no-repeat;
	background-position:top center;
	background-color:#f6f4ea;
	padding:15px 20px 2px 20px;
}

.post p{
	font-size:0.75em;
	color:#333333;
	line-height:150%;
}

.post .time{
	text-align:right;
	color:#4d2525;
	padding:0;
	margin:0;	
}

.post .post_footer{
	text-align:right;
}

.pagenav{
	font-size:0.75em;
}
/*** CONTENT END ***/



/*** COMMENT START ***/

#comments{
	border: 1px solid #966360;
	color:#333333;	
	padding: 12px 15px;
	margin:10px;
}

/*input { border: #dc5b1c 1px solid; }*/

#comments p {
	font-size: 0.75em;
}

#comments h3{
	color:#DC5B1C;
	font-size:0.9em;
}

.com{
	padding:10px;
	background:url(img/comment_back.gif) no-repeat;
	background-position:bottom;
}

/*** COMMENT END ***/



