@charset "utf-8";
/*
Theme Name: PROPOSE(waitingforthenight.jp)
Version: 1.0
Author: Kazuhiro Higuchi
*/



.thread-alt {
	background-color: #333;
}
.thread-even {
	background-color: #222;
}
.depth-1 {
}
.even, .alt {
}
small {
	font-size: 90%;
	}

a {
	color: #f90;
	text-decoration: none;
	}
a:hover {
	color: #fc0;
	text-decoration: underline;
	}




/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:#000;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
	font-size: 1.3em;
	}

#header {
	width: 900px;
	margin-bottom:1em;
	}
#header p {
	margin: 0;
	}
#logo {
	width:900px;
	height:200px;
	}
#logo a {
	display:block;
	width:900px;
	height:200px;
	background:url(img/logo.png) no-repeat;
	text-indent:-10000em;
	overflow:hidden;
	}
	
#content {
	margin-bottom:3em;
	background:#131313;
	float:right;
	min-height:50em;
	height: auto !important;
	height: 50em;
	}	

.narrowcolumn ,
.widecolumn {
	padding: 10px 25px;
	margin: 0;
	width: 600px;
	}

.post {
	margin: 0 0 40px;
	}
.post hr {
	display: block;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	font-size:80%;
	color:#ddd;
}
.postmetadata a {
	color:#ddd;
}

.clear {
	clear: both;
}

#footer {
	padding: 15px 0 50px 0;
	margin: 0 auto;
	clear: both;
	background:#131313;
	border-top: 1px solid #282828;
	color:#ddd;
	}
#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin:0 0 .5em 0;
	font-size:180%;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	line-height: 1.2;
	}
h2.pagetitle {
	margin:0 0 1em 0;
	font-size:300%;
	color:#eee;
	}
h3 {
	margin:0 0 .5em 0;
	font-size:140%;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-weight:normal;
	line-height: 1.2;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}


	
/* Begin Sidebar */
#sidebar {
	width: 250px;
	float:left;
	}

#sidebar form {
	margin: 0;
	}
#sidebar ul, #sidebar ul {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	margin-left:2em;
	}
#sidebar select {
	margin: 5px 0 8px;
	}

#sidebar ul#mainMenu {
	margin:0 0 1em 0;
	}

#sidebar ul#mainMenu li {
	margin:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	background:#090909;
	padding:10px;
	}
#sidebar ul#mainMenu li.current-cat ,
#sidebar ul#mainMenu li.current_page_item {
	background:#131313;
	}
#sidebar ul#mainMenu li a {
	color:#fff;
	background:url(img/arrow_02.png) no-repeat 0 5px;
	padding-left:15px
	}
#sidebar ul#mainMenu li.current-cat a ,
#sidebar ul#mainMenu li.current_page_item a{
	background:url(img/arrow_01.png) no-repeat 0 5px;
	}
#sidebar div.sideWrap {
	margin:0 5px 10px 0;
	background:#131313;
	padding:10px;
	}
/* End Sidebar */
/* End Entry Lists */



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

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	font-size:80%;
	color:#ddd;
}
.commentmetadata a {
	color:#ddd;
}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */