@charset "utf-8";
/*
Theme Name: Koropokke
Theme URI: http://www.koropokke.jp/
Description: ころぽっけ
Version: 1.0
Author: 神崎水裕
Author URI: http://www.wi-wi.jp/
Tags: マスコット, キャラクター, 伺か, あれ以外の何か, あれに似た何か, mascot
*/

*{
	border:0 none;
	padding: 0;
	margin: 0;
}
html,body{
	width:100%;
	height:100%;
}
html {
	font-size: 14px;
/*	font-family: Serif;/* */
/*	font-family: Sans-Serif;/* */
}

body {
	margin: 0;
	padding: 0;
	background: #dddddd url('images/bodybg.gif') repeat-y top left;
	color: #022;
}

h1, h2, h3 {
	font-family: Sans-Serif;
	font-weight: bold;
}
h4, h5, h6 {
	font-family: Sans-Serif;
	font-weight: normal;
}


h1 {
	font-size: 3em;
	text-decoration: none;
}
h2 {
	font-size: 2em;
	text-decoration: none;
}
h3 {
	font-size: 1.6em;
	text-decoration: none;
}
h4 {
	font-size: 1.2em;
	text-decoration: none;
}

hr {
	display: none;
}


a{
	color: #06c;
	text-decoration: none;
	cursor: pointer;
}
a:visited{
	color: #3c3;
}
a:hover{
	color: #c60;
	text-decoration: underline;
}
a:active{
	color: #c60;
	text-decoration: underline;
}

h1 a:hover,
h1 a:active,
h1 a:visited,
h2 a,
h2 a:hover,
h3 a:active,
h2 a:visited,
h3 a,
h3 a:active,
h3 a:hover,
h3 a:visited,
h4 a,
h4 a:active,
h4 a:hover,
h4 a:visited {
	color: #06c;
	text-decoration: none;
}


p img {
	max-width: 100%;
}

acronym,
abbr,
.acronym,
.abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	letter-spacing: .1ex;
	font-style: italic;
}

blockquote {
	margin: 15px 10px 5px 10px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

caption,
cite {
	text-decoration: none;
}

table {
	border: 2px solid #888;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

tr {
}

th, td {
	border: 1px solid #888;
	vertical-align: top;
}

li {
	list-style-position: inside;
}

ol li {
	list-style: decimal inside;
}

/*strike {
	color: #777;
}*/

/***** helper ******/
.help {
	cursor: help;
	border-bottom: 1px dashed #999;
}

/***** ID ******/

/*#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 20px auto;
	width: 760px;
	border: 1px solid #959596;
}*/

/***** classes *********/
#header {
	background: #eeffff url('images/header.gif') no-repeat top left;
	margin: 5px 10px 5px;
	padding: 0 10px 0;
	height: 110px;
	width: 310px;
	float:left;
	border: 1px solid blue;
}
#header h1{
	text-align: center;
	margin-top: 30px;
}
#header,
#header h1,
#header h1 a:link,
#header h1 a:hover,
#header h1 a:active,
#header h1 a:visited{
	color: #336633;
}
#header .description{
	display:none;
	
}

/***** classes *********/
#footer {
	float:none;
	clear:both;
	background-color: #eee;
	border: 1px solid blue;
	width: 760px;
	position:absolute;
	top: 600px;
	left: 10px;
}
#footer h2 {
	margin: 0 240px;
	font-size: 1em;
	color: #ace;
	text-align: center;
}

#footer ul {
	list-style-type: none;
}
#footer ul li {
	font-size: 0.8em;
	padding-left: 5px;
	padding-right: 5px;
}

#footer div{
	clear: left;
}

#footer address,
#footer .address{
	margin: 0 0 0 220px;
	font-size: 0.9em;
	text-align: left;
	width: auto;
}
#footer address li,
#footer .address li {
	display:block;
	clear: left;
	float:left;
	font-size: 1em;
	padding-left: 0px;
	padding-right: 0px;
}

#footer address span.label,
#footer .address span.label{
	font-size: 0.8em;
	font-weight: bold;
	font-style: normal;
}

#footer .meta h2 {
	display: none;
}
#footer .meta ul li {
	display:inline;
}

/***** classes *********/
#ads{
	position:absolute;
	top:140px;
	left:0px;
	width:800px;
	height:450px;
	background-color: transparent;
/*	border: 1px solid blue;*/
	border: 0px none;
	overflow: auto;
/*	z-index:100;*/
}

/***** classes *********/
#navibar{
	background-color: transparent;
	margin: 0px;
	_margin-left: 10px;
	padding: 0 10px 0 10px;
	height: 20px;
	width: 310px;
	border: 1px solid blue;
	border-top: 0px none;
	font-size: 14px;
	position: absolute;
	top: 115px;
	left: 10px;
	z-index: 100;
}
#navibar ul{
	background-color: #ace;
	display: block;
	list-style-type: none;
	list-style-position: inside;
	padding: 0;
/*	border-left:1px solid blue;*/
}
#navibar ul li{
	background-color: #ace;
	display: block;
	float: left;
	width: 50px;
	border-right: 1px solid blue;
	text-align: center;
	margin-top:2px;
}
#navibar ul li li{
	background-color: transparent;
}
#navibar ul li:first-child{
	border-left: 1px solid blue;
}
#navibar ul:after{
	display: block;
	visibility: hidden;
	content: url(images/spacer.gif);
	float: none;
	clear:left;
}

#navibar a:link,
#navibar a:visited{
	color: #06c;
	text-decoration: none;
}
#navibar a:hover,
#navibar a:active{
	color: #c60;
	text-decoration: underline;
}

#navibar ul li.navipost,
#navibar ul li.archives,
#navibar ul li.pagenav{
	position: relative;
	background-color: lime;
	padding:0;
}

#navibar ul li.navipost h2,
#navibar ul li.archives h2,
#navibar ul li.pagenav h2{
	font-size: 14px;
}
#navibar ul li ul{
	text-align: left;
}
#navibar ul li.navipost ul,
#navibar ul li.archives ul,
#navibar ul li.pagenav ul{
	display:none;
	position: absolute;
	width: 300px;
	height:auto;
	background-color: yellow;
	padding:0;
	margin:0;
}
#navibar ul li.navipost ul li,
#navibar ul li.archives ul li,
#navibar ul li.pagenav ul li{
	text-align: left;
	width: auto;
	height: auto;
	margin: 0;
	border: 0 none;
	border-bottom: 1px dotted blue;
	background-color: yellow;
}
#navibar ul li.pagenav ul li,
#navibar ul li.archives ul li{
	display:block;
	float:none;
	padding: 0 0 0 1ex;
}
#navibar ul li.navipost ul li{
	padding: 0 2ex 0 1ex;
	white-space: nowrap; /* for IE */
}
#navibar ul li.archives ul li{
	margin-bottom: 5px;
	border-bottom: 0 none;
	padding: 0;
}

#navibar ul li.archives ul li ul{
	position:static;
}
#navibar ul li.archives ul li,
#navibar ul li.archives ul li ul{
	display: block;
	background-color: transparent;
}
#navibar ul li.archives ul li ul li{
	margin-bottom: 0;
	border-bottom: 1px dotted blue;
	padding: 0 0 0 1ex;
}


#navibar li.categories h3{
	font-size: 1.2em;
	font-weight: bold;
	
}

#navibar li.categories ul li{
	border: 0 none;
	width: 80px;
	height: auto;
}



/***** classes *********/
#talks{
	position:absolute;
	top:140px;
	left: 810px;
	background-color: #cceeff;
	padding: 0px 0 10px 0;
	margin: 0px 0 0 0px;
	width: 190px;
	border: 1px solid blue;
	font-size: 1em;
}
#talks{
	position:absolute;
	top:140px;
	left: 810px;
	background-color: #e3f0ff;
	padding: 0px 0 10px 0;
	margin: 0px 0 0 0px;
	width: 190px;
	border: 1px solid blue;
	font-size: 1em;
	font-family: Verdana, Sans-Serif;
}
#talks h2 {
/*	font-family: Sans-Serif;*/
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
}
#talks h2 {
	font-size: 1.1em;
	margin: 5px 0 0;
	padding: 0;
}

#talks ul, #talks ul ol {
	margin: 0;
	padding: 0;
}
#talks ul{
	margin: 0;
	padding: 0;
	background-color: #e3f0ff;
}


#talks ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#talks ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 7px;
	background-color: #fae8d3;
}


#talks ul p,
#talks ul select {
	margin: 5px 0 8px;
}

#talks ul ul{
	margin: 5px 0 0 10px;
	background-color: #e3f0ff;
}
#talks ul ol {
	margin: 0 0 0 10px;
}

#talks ul ul li{
	color: #777;
	margin-top: 3px;
	background-color: #fff;
}

#talks ul ul li,
#talks ul ol li{
	color: #777;
}
#talks ul ul li {
	margin: 3px 0 0;
	padding: 0;
}
#talks ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style: decimal inside;
}

#talks ul ul ul{
	margin: 0 0 0 10px;
}

#talks #navbar a {
	display:block;
	margin:0;
	padding: 0;
	color: black;
}
* html body #talks #navbar a{
	display: inline;
}
/*#talks li.pagenav a,*/
#talks #navbar li.categories a {
	float: left;
}
#talks a:hover,
#talks a:active {
	color: black;
	text-decoration: underline;
	background-color: #ffeecc;
}
/*
#talks ul li ul li:hover{
	background-color: #ffeecc;
}
*/

/***** main post *********/
#story,  /* pages */
#contents, /* archive */
#posts     /* index, single */
{
	position: absolute;
	top: 5px;
	left: 360px;
	width: 640px;
	height: 130px;
	background-color: #fff;
	border: 1px solid red;
	overflow: scroll;
	margin-bottom: 0px;
}

* html body #story,
*+html body #story{
	float: left;
}
html:first-child  body #story{
	float: none;
}

.post {
	margin-bottom: 10px;
}

#story .post h2{
	padding: 3px 0 0 2ex;
	height: 25px;
	font-size: 23px;
}
.post .info{
	color: #999;
	font-size: 0.8em;
	padding-left: 2ex;
}
.post .info a:link,
.post .info a:visited{
	color: #06c;
}
.post .info a:hover,
.post .info a:focus,
.post .info a:active{
	color: #c60;
}
.post .trackback form{
	display: inline;
}
.post .trackback form input{
	margin: 0;
	padding: 2px;
	border: 1px solid #aaa;
	width: 300px;
}

.post h4.bookmark{
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}

/*.post hr {
	display: block;
}*/
.entry p {
	font-size: 1.05em;
	line-height: 1.1em;
}

.entry p a:visited {
	color: #b85b5a;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

/* This is mainly for password protected posts, makes them look better. */
/*.entry form { 
	text-align:center;
}

.entry form select {
	width: 130px;
}*/

/***** archives *********/
h2.pagetitle {
	margin-top: 5px;
	text-align: center;
	font-size: 1.0em;
}

.navi {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}


/****** general ********/
.alignright {
	float: right;
}

.alignleft {
	float: left
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}

/******* classes *********/
.control{
/*	text-align: right;*/
}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}


/******* comments *******/
h3.comments {
	font-size:0.9em;
	font-weight:normal;
	padding: 0;
	margin: 0;
}

 .commentlist {
	padding: 0;
}

.commentlist li {
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid red;
	padding: 2px;
	background: #fff;
	margin: 0 0 2px;
	padding: 0 5px;
	list-style: none;
}

.commentlist li.even {
	border: 1px solid blue;
	background: #eff;
}
.commentlist li.odd {
	border: 1px solid red;
	background: #eef;
}

/* comment_author */
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}

/* comment_text */
.commentlist p {
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	margin: 0;
}

.commentdate {
	margin: 0;
	display: block;
	font-weight: normal;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/***** comment form *********/
#commentform fieldset.control{
	text-align: center;
}
#commentform #reset,
#commentform #submit {
	margin: 0 auto;
	width: 70px;
}

#commentform fieldset.input label {
	display: block;
	position: relative;
	width: 180px;
	padding: 0 5px;
	margin: 1px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#commentform fieldset.input br {
	display: none;
}
#commentform fieldset.input input {
	position: absolute;
	top:0;
	left: 4em;
	display: block;
/*	float: left;*/
	width: 130px;
/*	margin-left: 80px;*/
	border: 1px solid #888;
}

#commentform textarea {
	width: 170px;
	height: 60px;
	padding: 2px;
	border: 3px dotted #666;
}

#commentform p {
	margin: 5px 0;
/*	font-family: Sans-Serif;*/
}
#commentform input {
	font-size: 0.9em;
}


/****** searchform *******/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#talks #searchform #s {
	width: 108px;
	padding: 2px;
}

#talks #searchsubmit {
	padding: 1px;
}


/***** Calendar *********
#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;
}

#wp-calendar a {
}

#wp-calendar #next a {
}

#wp-calendar #prev a {
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

#wp-calendar td.pad:hover {
	background-color: #fff;
}


/***** classes *****/
.postmetadata {
	clear: left;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


/***** classes *****/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;
}

/****** canvas *******/
.field {
	background: transparent url(images/field.gif) bottom left repeat-x;
}

/******** for debug *********
body{
	background-image: url('/grid.gif');
}
/* *
#header,#navibar,#footer,#sidebar,#posts,#contents{
background-color:transparent;
}
/* *
.field {
background-color:transparent;
	background-image: none;
}
#debug{
position:absolute;top:140px;left:0;width:400px;height:500px;background-color:transparent;border:1px solid #666666;
}
#debug2{
position:absolute;top:140px;left:400px;width:400px;height:480px;background-color:transparent;border:1px solid #666666;
}
#debug3{
position:absolute;top:0px;left:0px;width:300px;height:20px;background-color:transparent;border:1px solid #666666;
}
/* *
#debug{background-color:#ddddff;}
#debug2{background-color:#ddffdd;}
#debug3{background-color:#ddddff;}
/* */

