/*  
Theme Name:Sato Tekkou WordPress Theme (UTF-8)
Theme URI:
Here you are able to do as you likes.
Have fun, and don't be afraid to contact me if you have questions.
texto aka Monika  from http://www.texto.de
*/

@import url("./sato.css");

* {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

li {
	margin-left: 5px;
}

img {
	/* border: solid 1px #dddddd; */
	border: solid 0px #ffffff;
}

h1 {
	padding: 8px;
	background-color: #ccccff;
}

#sidebar li {
	/* for widget sidebar */
	list-style-type: none;
}

#sidebar li ul li {
	/* for widget sidebar */
	list-style-type: disc;
}

#sidebar_body li {
	/* for normal sidebar */
	list-style-type: disc;
}

#sidebar h2 {
	background-color: #aaaa88;
	margin: 0;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 20px 0px 5px 0px;
}

/* used for title of the main */
h2 {
	background-color: #aaaa88;
	margin: 0;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

li#widget {
	list-style-type: none;
	margin: 20px 0px;
}


#sidebar_title {
	background-color: #aaaa88;
	margin: 0;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#sidebar_body {
	background-color: #e8e8c8;
	line-height: 1.8em;
	font-size: 11px;
	color: #444444;
	margin-bottom: 5px;
	padding: 5px 10px 10px 10px;
}

ul {
	margin-left: 10px;
}

br {
	/* line-height: 1.5em; */
	padding-top: 10px;
}
p {
	padding-top: 10px;
}

body {
	text-align: center;	/* hack for IE 6 */
	margin: 0px;
	background-color: #8b8b7b;

	font-size: 12px;
	font-family:"ＭＳ　ゴシック",osaka,sans-serif,Helvetica,Arial;
	line-height: 1.5em;
}

body div {
	text-align: left;
	margin: 0px auto;
}

#header {
	width: 860px;
	background-color: #8b8b7b;
	margin-top: 10px;	/* space above header */
}
/* 
 * div#container contains div#main, div#sidebar and div#footer.
 * I am not sure why but div#footer needs to be inside of the div#container
 */
#container {
	width: 860px;
	background-color: #ffffff;
}
#footer {
	clear: both;
	width: 860px;
	background-color: #ffffff;
	margin-bottom: 10px;	/* space below footer */

	font-size: 11px;
}
/* 
 * If you want to swap the sidebar and main, just change the 'float: right'
 * to 'float: left' for both div#main and div#sidebar
 */
#main {
	float: right;
	width: 660px;
	width: 620px;
	background-color: #ffffff;
	background: url("img/sidenavi-top-l.gif") #ffffff no-repeat top left;
}
#sidebar {
	float: right;
	width: 200px;
	width: 240px;
	background: url("img/sidenavi-bottom-l.gif") #e8e8c8 no-repeat bottom right;
}

/* 
 * div#main_inner and div#sidebar_inner are used only for adding 
 * some margin to the main and sidebar area.
 * You can not use margin or padding to the div#main and div#sidebar
 */
#main_inner {
	margin: 10px 20px;

	font-size: 12px;
	line-height: 1.8em;
}

#sidebar_inner {
	margin: 15px;
}

#sidebar a:link    { font-size: 12px; color: #000000; text-decoration: underline; }
#sidebar a:visited { font-size: 12px; color: #000000; text-decoration: underline; }
#sidebar a:active  { font-size: 12px; color: #000000; text-decoration: underline; }
#sidebar a:hover   { font-size: 12px; color: #444444; text-decoration: underline; }
#sidebar input {
	padding: 2px;
	margin: 2px;
}

/*-------------------------------------------------------------------*/
/*                         Main Contents                             */
/*-------------------------------------------------------------------*/
#navigation a:link    { font-size: 12px; color: #000000; text-decoration: underline; }
#navigation a:visited { font-size: 12px; color: #000000; text-decoration: underline; }
#navigation a:active  { font-size: 12px; color: #000000; text-decoration: underline; }
#navigation a:hover   { font-size: 12px; color: #444444; text-decoration: underline; }

#navigation_l {
	width: 33%;
	margin-top: 5px;
	padding: 5px 20px;
	background: url("img/sidenavi-bottom-r.gif") #e8e8c8 no-repeat bottom left;
	text-align: left;
}
#navigation_c {
	width: 33%;
	margin-top: 5px;
	padding: 5px 20px;
	background-color: #e8e8c8;
	text-align: center;
}
#navigation_r {
	width: 33%;
	margin-top: 5px;
	padding: 5px 20px;
	background: url("img/sidenavi-bottom-l.gif") #e8e8c8 no-repeat bottom right;
	text-align: right;
}

#archive_title {
	background-color: #e8e8c8;
	padding: 5px 10px;
	margin-bottom: 10px;

	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#timestamp {
	line-height: 1em;
	text-align: right;
	font-weight: bold;
	color: #888888;
}
#article {
	margin-bottom: 10px;
	border: solid 1px #dddddd;
	/* background-color: #f8f8d8; */
}

#article_title {
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	margin: 5px;
	padding: 5px 5px 0px 5px;
	border-bottom: solid 1px #bbbbbb;
}
#article_body {
	padding: 5px 10px;
}
#article_footer {
	text-align: right;
	margin: 5px;
	padding: 0px 10px;
	border-top: dotted 1px #dddddd;
}

#blog_title {
	background: url("img/blog-title.jpg") #ffffff no-repeat top left;
	width: 580px;
	height: 140px;
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------*/
/*                             Comment                               */
/*-------------------------------------------------------------------*/
#comment {
	margin: 10px;
}
#comment_info {
	/* displays the number of comments */
	background-color: #e8e8c8;
	padding: 2px 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#comment_each {
	/* each comment */
	border: dotted 1px #cccccc;
	margin-bottom: 5px;
}
#comment li {
	margin-left: 20px;
}

#comment_form {
	/* reply form */
	border-top: dotted 1px #dddddd;
	padding: 10px 15px;
	background-color: #e8e8c8;
}
#comment_form textarea {
	padding: 2px;
	margin: 2px;
}
#comment_form input {
	padding: 2px;
	margin: 2px;
}

/*-------------------------------------------------------------------*/
/*                            Calendar                               */
/*-------------------------------------------------------------------*/
#wp-calendar {
	width: 95%;
}
#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
#wp-calendar th {
	border: solid 1px #bbbb99;
	background-color: #d8d8b8;
	text-align: center;
	font-weight: normal;
	padding: 0px 2px;
}
#wp-calendar td {
	border: solid 1px #bbbb99;
	background-color: #f8f8e8;
	text-align: right;
	padding: 0px 2px;
}
#wp-calendar tfoot td {
	/* link to prev/next month */
	border: solid 0px #ffffff;
	background: none;
	text-align: center;
	padding: 2px;
}

/*-------------------------------------------------------------------*/
/*                        Sitemap Generator                          */
/*-------------------------------------------------------------------*/
.ddsg-wrapper li {
	margin: 10px;
	font-size: 11px;
}
.ddsg-wrapper li a {
	margin: 10px;
	font-size: 14px;
}


