@charset "UTF-8";
/*
	Theme Name: DIY_time
	Theme URI: http://www.km-rt.com/
	Description: DIY_time 3column
	Author: kanta_jp
*/
/*-----------CSS clear--------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, th, td
	{
	margin:0;
	padding:0;
	}
strong
	{
	font-weight: normal;
	}
a:link
	{
	color:#0000FF;
	text-decoration: none;
	}
a:visited
	{
	color:#000080;
	text-decoration: none;
	}
a:hover
	{
	text-decoration : underline;
	}
ol, ul ,li
	{
	list-style:none;
	}
h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}


/*-----------Block Level Elements--------------*/
Body {
	background-image: url(images/background/background.gif);
	font-family: Trebuchet MS, Arial, Helvetica, Georgia, sans-serif;
	font-size: 14px;
}

div#page {
	width: 1060px;
	margin: 0 auto;
	height: 100%;
	background-color:#000000;
	color:#ffffff;
}

div#header
	{
	width: 1030px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	}
div#header h1
	{
	color: #ffffff;
	float: right;
	}
div#headerimg
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 900px;
	height: 310px;
	text-align: center;
	}

.description
	{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 900px;
	text-align: right;
	}
div#wrapper
	{
	width: 1040px;
	background: url(images/background/bg2.gif);
	height: 100%;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #000000;
	}
div#sidewrapper
	{
	float:left;
	width:820px;
	}
div#content
	{
	float:right;
	width: 570px;
	color: #000000;
	padding-right:15px;
	padding-top:10px;
	}
content a
	{
	color: #0000ff;
	}
div#content h2
	{
	height: 40px;
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	margin: 10px 5px;
	border-top:1px double #000000;
	border-bottom:2px solid #000000;
	display:block;
	padding:10px 0px 0px 15px;
	}
div#l_sidebar
	{
	float: left;
	width: 200px;
	margin-left:10px;
	}
div#r_sidebar
	{
	float: right;
	width: 200px;
	margin-right:10px;
	}
div#r_sidebar ul li .widget show_PopularPostss li a
	{
	margin-left:10px;
	}
div#footer
	{
	color: #ffffff;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1040px;
	text-align: center;
	}
div#footer a,a:hover,a:visited
	{
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	}
/*-------------Headings-------------*/

h1 {
	color: #000000;
}

h1 a {
	color: #000000;
}

h2 {
	color: #000000;
}

h3 {
	color: #000000;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
	color: #CC00FF;
	text-decoration: none;
}

.post
	{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: justify;
	color: #000000;
	}

.post p
	{
	color: #000000;
	line-height: 25px;
	}

.post h3 {
	color: #000000;
	font-size:20px;
	border-bottom-style:ridge;
	border-bottom-width:4px;
	margin-bottom:25px;
	margin-top:10px;
	border-left-style:groove;
	border-left-width:8px;
	padding-left:8px;
	font-style:italic;
}

.post a {
	color: #CC00FF;
	font-weight:bold;
}
.post a:hover {
	text-decoration:underline ;
}
.post ul {
	margin: 7px;
	padding: 0px;
}

.post li {
	color: #000000;
}

.post ol {
	color: #000000;
}

.entry
	{
	margin:10px 0px;
	}
.Thumbnail
	{
	}
.archivetext
	{
	float:right;
	width:350px;
	}
.archivepostmetadata
	{
	clear:both;
	padding-top:10px;
	}
.entrytext .postmetadata
	{
	font-size: small;
	}
.postmetadata alt {
	font-size: small;
}

.postmetadata a {
	text-decoration: none;
}

.navigation a {
	color:#CC00FF;
}

.alignleft {
	float: left;
	padding-bottom: 20px;
	padding-right: 30px;
}

.alignright {
	float: right;	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #404040;
	padding: 2px;
}

cite
	{
	font-weight:bold;
	}

a img {
	border: 0;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

.widget {
	background: #ffffff;
	margin-top: 10px;
	border: 1px solid #ccc;
}

div#l_sidebar ul, div#r_sidebar ul {
	margin: 1px;
	padding-left: 0px;
}

div#l_sidebar ul h2, div#r_sidebar ul h2, .widget-title
	{
	background-image: url(images/sidebar/side_bg.gif);
	height: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	font-weight:bold;
	}

div#l_sidebar ul li, div#r_sidebar ul li
	{
	list-style-type: none;
	list-style-image: none;
	}
div#l_sidebar ul li a
	{
	display:inline;
	font-weight:bold;
	width:180px;
	}
div#r_sidebar ul li a
	{
	font-weight:bold;
	width:190px;
	}
div#l_sidebar ul li a:visited, div#r_sidebar ul li a:visited
	{
	
	}
div#l_sidebar ul li a:hover, div#r_sidebar ul li a:hover
	{
	color:#FF7F00;
	font-weight:bold;
	}
div#l_sidebar ul ul, div#r_sidebar ul ul
	{
	background: #ffffff;
	color: #000000;
	display:inline;
	}

div#l_sidebar ul ul li, div#r_sidebar ul ul li
	{
	width: auto;
	background-image: url("images/sidebar/arrow1.gif");
	background-position: 0px 6px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	color: #666666;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	height: 16px;
	font-size:12px;
	display:table;
	}
div#l_sidebar ul  li ul li ul li
	{
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
div#l_sidebar ul ul li ul, div#r_sidebar ul ul li ul
	{
	background: none;
	margin: 0px;
	padding: 0;
	}
div#l_sidebar ul ul, div#r_sidebar ul ul
	{
	background: #F7F7F7;
	color: #000000;
	}
div#breadcrumb
	{
	font-size:14px;
	padding-left: 50px;
	font-weight:bold;
	}

div#breadcrumb a:link,div#breadcrumb a:hover,div#breadcrumb a:visited
	{
	color: #ff7f00;
	font-weight:bold;
	}
div#l_sidebar ul ul ul, div#r_sidebar ul ul ul {

}

div#l_sidebar p, div#r_sideber p, .textwidget {
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}

div#l_sidebar a, div#r_sidebar a {
	color: #666666;
	text-decoration: none;
}

div#l_sidebar a:hover, div#r_sidebar a:hover
	{
	color:#0000FF;
	font-weight:normal;
	}
div#l_sidebar a:visited, div#r_sidebar a:visited {
	color: #666666;
	text-decoration: none;
}


/*--------------Comments--------------*/

ol.commentlist, .replytext, small 
	{
	color: #000000;
	line-height:1.7em;
	}

ol.commentlist li {
	color: #000000;
}
.entrytext p
	{
	padding-top:10px;
	color: #000000;
	line-height: 25px;
	padding-bottom:10px;
	}
div#entrytext a
	{
	color:#0000FF;
	}

ol.commentlist li.alt
	{
	color: #000000;
	border:1px outset;
	margin:20px;
	padding:15px;
	}

ol.commentlist a, .replytext a {
	color:#0000FF;
	font-weight:bold;


}

small.commentmetadata {
	color: #ff0000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-------------*/

div#searchform {
	padding: 5px;
}

div#searchform input {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

div#searchform #s {

}


/*-------------Calendar-----------------*/

div#wp-calendar {
	width: 100%;
}

div#wp-calendar th {

}

div#wp-calendar a {

}

div#prev a, #next a {

}

div#wp-calendar caption {

}

/*-------------Other------------------*/

div#hr {
display:none; 
}
img#wpstats {
	display:none;
}

#wrapper:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#wrapper { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

div#r_sidebar ul  li form
{
padding-left:10px;
}
div#r_sidebar ul li ol
{
padding-left:10px;
}
