/*
Theme Name: boom's blog
Theme URI: http://www.mycomfy.com
Description: boom theme
Version: 1.0
Author:  mycomfy.com
Author URI: http://www.mycomfy.com/

This theme is education purpose.

*/

/* for IE6 hack */
* html body {
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	line-height: 1.6em;
	font-size:90%;
	color: #515F6C;
	background-image: url(images/bg.gif);
	background-repeat:repeat;
	background-color:#FFFFFF;
	letter-spacing:0.1em;
}


/*--------------------------------------
	base
---------------------------------------*/
body {
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック";
	background: url(images/header_bg.jpg) repeat-x;
	color: #333333;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	letter-spacing:0.1em;	
	}

/* for IE6 hack */
* html #container {
    margin-right: auto;
    margin-left: auto;
	text-align:center;
}


#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

img {
	border:none;
}

h1,h2,h3,h4,h5 {
        margin: 0 0 1em 0;
        padding: 0;
        font-size: 100%;
}
ul {
	list-style-type: none;
}

/*--------------------------------------
	link
---------------------------------------*/
a:link {
       color:#862C30;
       text-decoration: underline;
}
a:visited {
       color:#862C30;
       text-decoration: underline;
}
a:hover {
       color: #FF9900;
       text-decoration: underline;
}
a:active {
       color: #FF9900;
       text-decoration: underline;
}

/*=======================================
	 header
=======================================*/
/* for IE6 hack */
* html body div#header {
	width:900px;
	height:100px;
	background-image: url(images/heder_img.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-indent:-9999px;
}

#header {
	width:900px;
	height:173px;
	background-image: url(images/heder_img.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-indent:-9999px;
	}
#header h1 {
	text-indent:-9999px;
	cursor:pointer;
}
#header h1 a {
	cursor:pointer;
}


/*-----site title-----*/
#header h1#sitename {
    margin: 0;
	padding: 25px 0 0 28px;/*25px 28px 0*/
	line-height: 1;
	font-size: 144%;
	font-weight: bold;
	text-indent:-9999px;
}

#header h1#sitename a {
	text-decoration: none;
}
#header h1#sitename a:hover {

}
#header p.description {
	margin: 0px;
	padding: 0 0 0 28px;/*0.3em 28px 0*/
	font-size: 92%;
	text-indent:-9999px;
}

/*=======================================
	contents
=======================================*/

#contents {
	width: 900px;
	color: #333333;
	background-color:#FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
/*-----clear fix-----*/
#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*======================================
	main contents (right area)
=======================================*/
/* for IE6 hack */
* html body #main {
	width: 615px;
	float: right;
	margin: 0px 0px 30px 20px;
	padding: 0px;
	/*background: #ffffe0;*/
	text-align:left;
}
#main {
	width: 615px;
	float: right;
	margin: 0px 0px 30px 20px;
	padding: 0px;
	/*background: #ffffe0;*/
	text-align:left;
}
/*--------------------------------------
	entry
---------------------------------------*/
/* for IE6 hack */
* html body .entrybody {
	width: 600px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	display: block;
}
.entrybody {
	width: 600px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	display: block;
}

.entrybody .e_header {
	height:14px;
	margin:0px;
	padding:0px;
}
.entrybody .e_mid {
	margin:0px;
	padding:5px;
	border-bottom:dashed 1px #464333;
}
.entry_footer {
	height:38px;
	margin:0px;
	padding:10px 20px 0 20px;
	text-align:right;
	font-size:10px;
}

/*----- entry titlearea -----*/
.entrybody .titlearea {
	font-size: 0.85em;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	color: #333333;
	float: left;
	width:465px;
}

/*----- entry title -----*/
/**** entrybody h2 ****/
/* for IE6 hack */
* html body .h2 {
	font-size: 16px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333333;
	padding:0px;
	margin-bottom:0px;
}
.entrybody h2 {
	font-size: 16px;
	margin-bottom:10px;
	font-weight:bold;
	color:#333333;
	padding:0px;
	margin-bottom:0px;
}
.entrybody h2 a {
	text-decoration: none;
	color: #333333;
}
.entrybody h2 a:visited {
	color: #333333;
	text-decoration: none;
}
.entrybody h2 a:hover {
	color: #990000;
}


/*----- entry data -----*/
.entrybody .data {
	background-color:#464333;
	padding:0px 5px;
	text-align:center;
	color:#FFFFFF;
	float:left;
	line-height: normal;
	width:30px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	font-size:10px;
	margin-left:5px;
	margin-right:5px;
}
.entrybody .data .year {
	font-family:Verdana;
	font-size:9px;
	margin:0px;
	padding:0px;
}
.entrybody .data .day {
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.entrybody .data .month {
	font-family:Verdana;
	font-size:9px;
	margin:0px;
	padding:0px;
}
.data p{
	padding:0px;
	margin:0px;
}

/**** post,cat ****/
/* for IE6 hack */
* html body .posttime {
	font-size:10px;
	line-height:normal;
	float:left;
	margin-top:0px;
	margin-bottom:5px;
}

.posttime {
	font-size:10px;
	line-height:normal;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}

/* for IE6 hack */
* html body .cat {
	font-size:10px;
	line-height:normal;
	margin-top:0px;
	margin-bottom:5px;
}
.cat {
	font-size:10px;
	line-height:normal;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
}

/*--------------------------------------
	 entry text
---------------------------------------*/
/*----- entry_text box -----*/
.entry_text {
	clear:both;
	font-size:12px;
	line-height:165%;
	padding:15px;
}



/*======================================
	sidebar
=======================================*/
/* for IE6 hack */
* html body #side {
	width: 260px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	text-align:left;
	display:block;

}
#side {
	width: 255px;
	float: left;
	margin: 0 5px 0px 0;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid #000000;*/
	text-align:left;
	display:block;	
}
#side p {
	margin-top:0px;
	padding:0px;
}

#side #s_menutop {
	text-align:left;
	height:14px;
	margin:0px;
	padding:0px;
	display:block;
}
#side #s_menu {
	background:#FFFFFF;
	text-align:left;
	margin:0px;
} 

#side #s_menub {
	text-align:left;
	margin-bottom:50px;
	height:14px;
} 

#side #recentposts h2{
	background-image: url(images/r_post.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:25px 0 10px -1px;
	height:26px;
}
#side #calendar h2{
	background-image: url(images/calender.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:0px 0 10px -1px;
	height:26px;	
}
#side #re_comment h2{
	background-image: url(images/r_comment.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:25px 0 10px -1px;
	height:26px;	
}
#side #link h2{
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:25px 0 10px -1px;
	height:26px;
}
#side #archive h2{
	background-image: url(images/archive.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:25px 0 10px -1px;
	height:26px;	
}
#side #category h2{
	background-image: url(images/category.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:25px 0 10px -1px;
	height:26px;	
}
#side #search h2{
	background-image: url(images/serch.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:25px 0 10px -1px;
	height:26px;	
}
#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* for IE6 hack */
* html body #side li {
    margin: 0px 33px;
	font-size:12px;
}

#side li {
    margin: 3px 0 8px 33px;
	font-size:12px;
}
#side li a:link {
	color:#862C30;
	text-decoration:none;
}
#side li a:visited {
	color:#862C30;
	text-decoration:none;
}
#side li a:hover {
	color:#515F6C;
	text-decoration: underline;
}	

#side .olink p {
	margin-bottom:5px;
	padding:0px;
}

/*-----calendar-----*/
#calendar {
	font-family:Verdana;
	color:#862C30;
}
#calendar table {
	font-size:10px;
	width:200px;
	margin-left:28px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
/* for IE6 hack */
* html body #calendar table {
	font-size:10px;
	width:200px;
	margin-left:30px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
}
#calendar th {
	font-size:10px;
	font-weight:normal;
	color:#862C30;
	margin:0px;
	padding:0px;
	width:28px;
	height:20px;
	text-align:center;
	border-bottom:#464333 1px dashed;
	border-spacing:0px;
}

#calendar td {
	border:none;
	font-size:10px;
	text-align:center;
	color:#862C30;
	margin:0px;
	padding:0px;
	height:20px;
}

#calendar td a:link {
	background:#D1CFC0;
	padding:2px 6px;
	color:#FFFFFF;
}


caption {
	text-align:left;
	font-size:12px;
	margin-bottom:0px;
}

#side #lessoncal h2{
	background-image: url(images/schedule.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center;
	text-indent:-9999px;
	margin:25px 0 10px -1px;
	height:26px;	
}

/*======================================
	footer
=======================================*/
* html body #footer {
	width: 100%;
	background:url(images/footer_bg.jpg) repeat-x;
	height:102px;
	margin: 0px auto;
	clear: both;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	padding-top:15px;
}
#footer {
	width: 100%;
	background:url(images/footer_bg.jpg)repeat-x;
	height:102px;
	color:#000000;
	clear: both;
	padding-top:15px;	
}
address {
	font-style: normal;
    margin: 0;
    padding-top: 10px;
	text-align: center;
	color:#000000;
}
#footer p {
	margin: 0;
	padding-top: 3px;
	text-align: center;
	color:#000000;
	font-size:10px;
}

#footer a:link {
	text-decoration:none;
	color:#000000;
}
#footer a:visited {
	text-decoration: none;
	color:#000000;
}
#footer a:hover {
	text-decoration: underline;
	color:#000000;
}


.h_navi {
    margin:0px 0 10px;
    padding-left: 5px;
    font-size: 10px;
	text-align:left;
}
/* navigation */
.single_nav {
    margin:0px 5px 15px auto;
	font-size:10px;
}
/* comment color */
.date,
.trackbacks_header,
.comments_header,
.comments_open_header {
    color:#990000;
    background: #FFFFFF;
}
/* an article or comment */
#comments, .entry {
    width:600px;
    margin: 0 5px 15px;
    color: #000000;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}

#comments h3 {
	font-size:12px;
    color:#515F6C;
	margin-top:35px;
	margin-bottom:5px;
	background-color: #F8F7F3;
	padding:3px;
	border-left:solid 3px #EBE8DF;
}

.trackback_footer,
.comment_footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #990000;
    font-size: 10px;
    text-align: right;
}

/* comment and trackback */
#comments_open_data p {
    margin-bottom: 10px;
	font-size:10px;
}
#comment_post {
   font-weight: bold;
}
#comment_author, #comment_email, #comment_url, #comment_text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment_bake_cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments_open_footer {
    text-align: center;
}
.comments_open label {
    display: block;
}
/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
	margin-left:25px;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

#pagetitle h2{
	font-size:14px;
    color:#FFFFFF;
	margin-bottom:30px;
	background-color:#666666;
	padding:3px;
	border-left:solid 3px #CC3366;
}

#searchresult .entry_footer2 {
	height:30px;
	padding-top:5px;
	border-top:dotted 1px #666666;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 10px;
	text-align: right;
}
/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */
	
