/*  
Theme Note blue
Theme URI: http://www.mcdodesign.com/
Description: Note blue theme
Version: 2.0
Author: Susumu Yoshida
Author URI: http://www.mcdodesign.com/
*/

html {
background-color: #313642;
}

body {
background: url(images/);
background-repeat: repeat-x;
margin: 0;
padding: 0;
font-family: "Lucida Grande", "ヒラギノ明朝 Pro W3",  "Hiragino Mincho Pro", "Verdana", "Osaka", "Meiryo", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", Sans-Serif;
font-size: 12px;
color: #2d2917;
text-align: justify;
}

#container {
width: 860px;
padding: 0px 0px 0px 0px;
margin: 0px auto 10px; 
background-repeat: repeat-y;
}

/* ヘッダー*/

#header {
width: 860px;
height: 80px;

background-repeat: no-repeat;
position: relative;
}

.title {
margin: 0px 0px 0px 23px;
padding: 20px 0px 0px 0px;
}
#login {
text-align: right;
}

#posts {
width: 627px;
background: url(images/note_center.png);
background-repeat: repeat-y;
margin: 0px 0px 0px 8px;
padding: 0px 0px 0px 30px;
float: left;
}

.commentbubble a {
float: left;
font-weight: bold;
text-align: center;
font-size: 11px;
}

/* 日付*/

.date {
font-size: 11px;
color: #2d2917;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height: 1.5em;
}

.post {
width: 568px;
margin: 0px 8px 0px 0px;
padding: 0px 9px 0px 0px;
float: left;
}

.tags {
font-size: 10px;
line-height: 1.5em;
color: #ffffff;
}

.post h2 {
background: url(images/note_top.png);
background-repeat: no-repeat;
width: 627px;
height: 31px;
margin: -31px 0px -16px -30px;
padding: 35px 0px 0px 26px;
font-weight: bold;
font-size: 12px;
}

.post h3 {
background: url(images/note_top.png);
background-repeat: no-repeat;
width: 627px;
height: 53px;
margin: -31px 0px 0px -30px;
padding: 35px 0px 0px 26px;
font-size: 12px;
color: #e86f6f;
font-weight: bold;
}

.post h4 {
background: url(images/note_tb.png);
background-repeat: no-repeat;
width: 627px;
height: 54px;
margin: -45px 0px 0px -30px;
padding: 60px 0px 40px 26px;
}

.comments {
background: url(images/note_tb.png);
background-repeat: no-repeat;
width: 627px;
height: 54px;
margin: -45px 0px 0px -30px;
padding: 60px 0px 40px 26px;
display: block;
}

.post a, .navigation a {
color: #e86f6f;
margin: 1px 2px 0px 0px;
padding: 0px 0px 40px 0px;
text-decoration: none;
}

.post a:hover, .navigation a:hover {
color: #e86f6f;
text-decoration: none;	
}

.post img {
}

.post a img {
border: none;
}

.postmetadata {
background: url(images/note_bottom.png);
background-repeat: no-repeat;
width: 627px;
height: 70px;
margin: 0px 0px 0px -30px;
padding: 0px 0px 0px 26px;
font-size: 11px;
line-height: 1.5em;
}

.respond {
background: url(images/note_bottom.png);
background-repeat: no-repeat;
width: 627px;
height: 70px;
margin:-20px 0px 0px -30px;
padding: 0px 0px 0px 26px;
font-size: 11px;
display: block;
}

.alignleft {
float: left;
margin: 0 20px 20px 0;
}

	
/* 引用 */

blockquote, pre {
background: url(images/blockquote.png) 3px 3px no-repeat;
padding:5px 15px 20px 25px;
margin:5px 0;
float: none;
margin:5px 0;
}

.aligncenter {
margin: 0 auto;
}

.post .wp-caption {
border: 1px solid #ffffff;
background: #ebebeb;
text-align: center;
padding: 10px 5px 0 5px;
margin: 10px 0;
}

.post .wp-caption-text {
margin: 0;
font-size: 12px;
}

/* コメント */

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
border: 1px solid #cccccc;
}

.commentlist {
color: #2d2917;
list-style-type: none;
margin: 0;
padding: 0;
}

.commentlist li {
background: url(images/comment_bk.png);
background-repeat: repeat-y;
margin: 0px 20px 0px 0px;
padding: 5px 5px 5px 5px;
border: 1px dashed #2d2917;
margin: -20px 0px 55px 0px;
}

/* アバター */

.avatar {
float: left;
margin: 0 5px 0 0;
}
	
/* フッター */

#footer {
clear: both;
height: 64px;
background-repeat: no-repeat;
}

#footer p {
text-align: center;
position: relative;
top: 28px;
}

#footer a {
text-decoration: none;
}

/* ファイヤーフォックスの点線消し */

a {
outline: none;
}
