@charset "utf-8";
/*
Theme Name: Pancakeplan
Theme URI: http://www.pancakeplan.jp/
Description: 
Version: 0.1
Author: sorato
Author URI: http://www.pancakeplan.jp
Tags: widgets, blue

*/

* {
margin : 0;
padding: 0;
color : #000;
}

html,body{
height : 100%;
}

body {
background:#8aadc0;
font-size: 0.8em;
line-height : 1.5;
}

#page {
height: 100%;
width : 100%;
}


#header {
float: left;
width: 200px;
padding: 0;
margin:0;
text-align: right;
}

#sidebar {
width: 300px;
padding: 10px 10px 0 10px;
text-align: left;
float : right;
}


#right {
padding: 0;
text-align: center;
margin: 0 310px 0 210px;
}

a {
text-decoration:none;
color: #28345C;

}

a:visited {
color : #996600;
}

a:active {
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}

h1 {
display: none;
}

div.description {
display: none;
}

img {
border: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 200px;
	}

#sidebar #searchsubmit {
width : 50px;
	}

#sidebar li#search {
text-align : left;
}

#sidebar li#search #searchform{
text-align : left;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#sidebar #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#sidebar #commentform textarea {
	width: 100%;
	padding: 2px;
	}

#sidebar #commentform #submit {
	margin: 0;
	float: right;
	}

h2.widgettitle {
font-size: 1.2em;
}

form label.hidden{
display: none;
}

form div input {
border : 1px #696969 solid;
background-color: #8aadc0;
}



li#ratings-2 {
width : 170px;
float:left;
}

li#popularity-lists-1 {
width : 120px;
float: right;
}

li#linkcat-35 {
clear:both;
float: left;
width : 170px;
}


li#linkcat-36 {
float: right;
width : 120px;
}

#mycategoryorder {
text-align : left;
}

#mycategoryorder select {
width : 260px;
border : 1px #696969 solid;
}

hr {
display:none;
}

ul#metainfo {
font-size: 0.75em;
clear: both;
}

ul#metainfo li{
float:left;
}

div#content {
text-align:center;
margin : auto;
}


div#content h2 {
font-size : 1.2em;
}

div h2.pagetitle {
font-size : 1.0em;
}

div#content div#top h2{
margin-top: 20px;
margin-bottom : 0px;
}

div#content div#top h3{
margin-top: 20px;
margin-bottom : 0px;
}


div.post h2{
text-decoration: underline;
}

div.post div.rating{
margin-top : 0px;
margin-left: 240px;
margin- bottom : 10px;
}

div.post div#date {
display : none;
}


div.post {
text-align: left;
padding: 10px;
margin: 0 auto;
width : 350px;
}

div.entry img{
margin : 10px 5px;
}

div.entry li {
margin : 5px auto;
}

div.entry {
margin-top : 10px;
margin-bottom: 10px;
padding : 10px;
text-align: left;
}

div.entry p {
margin-top : 10px;
margin-bottom : 10px;
margin-left: 10px;
text-align : left;
}



div.entry h4 {
margin-top : 50px;
font-size : 0.9em;
}

p.postmetadata {
font-size: 0.9em;
}

p.postmetadata a{

}



div.navigation {
text-align: center;
margin-top : 30px;
margin-bottom : 30px;
width: 350px;
margin : 10px auto;
}

div.st-related-tags {
text-align: left;
width: 350px;
margin : 10px auto;
}



/*個別のページ*/

div.breadcrumb {
width: 350px;
text-align : left;
margin : 10px auto;
}

div.navigation div.alignleft {
float : left;
}

div.navigation div.alignright {
float : right;
}

.bold {
font-weight : bolder;
}

div.entry ul {

}

div.entry li {
margin-left : 20px;
}

textarea#comment {
width : 300px;
height : 50px;
border : 1px solid #000;
padding : 0;
margin : 0;
}

p input#submit {
width : 150px;
border : 1px solid #000;
margin : 1px 0 1px 0;
}

p input {
border : 1px solid #000;
margin : 1px 0;

}

div#comment {
text-align: left;
width : 350px;
margin : 0 auto;
padding : 10px;
font-size : 0.8em;
}


/*


div#randomimage {

    margin:.5em 0; 
    margin-right:10px;
    padding:2px;
}
div#randomimage a{ 
    display:block; 
    width:100px; 
    height:100px; 
    line-height:100px; 
    overflow:hidden; 
    position:relative; 
    z-index:1;
}
div#randomimage a img{ 
    top:-50%; 
    left:-50%;
}


div#randomimage a:hover{ 
    overflow:visible; 
    z-index:1000; 
    border:none;
}
div#randomimage a:hover img{ 
    background:#fff; 
    padding:2px;
}



*/

.nocomments{
    display:none;
}

div.post p {
margin-bottom : 10px;
}

div.post ul {
margin-bottom : 50px;
}