@charset "UTF-8";

/*
Theme Name: nagapp
Theme URI: http://nagapp.com/
Description: 
Version: 0.1
Author: nagapp
Author URL: si@nagapp.com
*/


/************************************************
Containers
************************************************/
* {
    margin:0;
    padding:0;
}

body{
    background:#000 url("http://nagapp.com/blog/wp-content/themes/nagapp/img/bg3.gif");
	font-size:62%;
	line-height:1.5;
	text-align:center;
    color:#98978F;
}
a {
	color:#A00149;
    text-decoration:none;
}
a:hover {
	color:#CD015C;
    text-decoration:none;
}
img {
    border:none;
}

#wrap{
	font-size:1.2em;
	margin:0 auto;
	text-align:left;
	width:55em;	
}
#content{
	float:left;
	width:32em;
	font-size:1.1em;
}
#sidebar{
	float:right;
	width:15em;
    /*border-left:#A00149 1px dotted;*/
    padding-left:0.5em;
}
#header{
	padding:0 0 2em 0;
}
#footer{
    color:#4F4D44;
	clear:both;
	font-size:1em;
	padding:2em 0;
    text-align:center;
}

/************************************************
 H & P
************************************************/

h1, h2, h3{
	font-weight:normal;
}

#header h1{
	font-size:4em;
    margin:0.4em 0 0 0;
}
#header h1 a, #header h1 a:hover {
    /*color:#3A3930;*/
	color:#4F4D44;
}

/*タイトル*/
.entrytitle h2{
	font-family: "Times New Roman", Times, serif;
	font-size:1.4em;
    color:#D6D7D2;
    font-weight:normal;
}
/*投稿日時*/
.entrytitle h3{
	font-size:0.9em;
    letter-spacing:0.1em;
	margin-bottom:1em;
    color:#4F4D44;
}


/************************************************
 Entry
************************************************/
 
.entry{
	margin-bottom:1em;
}
.entry p {
	margin:1.5em 0;
}
.entry strong {
	font-family: "Times New Roman", Times, serif;
	font-size:1.3em;
    color:#D6D7D2;
    font-weight:normal;
}
.entry img {
    padding:0.5em;
    background-image:url("http://nagapp.com/blog/wp-content/themes/nagapp/img/bg-photo1.gif");
}
.entry img:hover {
    padding:0.5em;
    background-image:url("http://nagapp.com/blog/wp-content/themes/nagapp/img/bg-photo2.gif");
}
.entry li {
    margin:0 0 1em 2em;
    line-height:120%;
}
.entry hr {
    border-style:solid none none none;
    border-top-width:1px;
    border-top-color:#28261E;
    height:1px; 
    padding:1em 0 0.8em 0;
}
.entry blockquote {
    padding:1em 1.5em;
    border:#32312C 1px dotted;
}

.entrybody input, .entrybody textarea {
    width:400px;
	font-size:1em;
    color:#98978F;
    background:#000;
    padding:0.5em;
    border-top:#23211B 1px solid;
    border-right:#343127 1px solid;
    border-bottom:#343127 1px solid;
    border-left:#23211B 1px solid;
}

/*記事下部のカテゴリ名等*/
.entrymeta{
    width:400px;
    margin-top:3em;
	font-size:0.9em;
    color:#4F4D44;
    background-image:url("http://nagapp.com/blog/wp-content/themes/nagapp/img/bg4.gif");
    padding:0.7em 1em 3em 1em;
}
.postinfo {
    text-align:right;
}

.navigation {
    margin-bottom:2em;
}
.alignleft {
    text-align:left;
}
.alignright {
    margin-top:-1.3em;
    text-align:right;
}

/*ブックマークアイコン*/
.sociable ul {
    padding:2em 0 0 0;
}
.sociable span {
    display:none;
}
.sociable ul li {
    list-style-type:none;
    display:inline;
}
.sociable ul li img {
    padding:0.5em;
    margin-left:-1.85em;
    margin-bottom:-1em;
    background-image:url("http://nagapp.com/blog/wp-content/themes/nagapp/img/bg-photo1.gif");
}

/*関連記事*/
#wpjrelated {
	margin:0 0 1em 0;
	list-style-type:none;
}
#wpjrelated li {
    line-height:110%;
	color:#A00149;
    padding:0;
    margin:0;
	padding-top:0.4em;
}

/************************************************
 Sidebar
************************************************/

#sidebar h2 {
	font-family: "Times New Roman", Times, serif;
    color:#4F4D44;
	margin:0 0 12px 5px;
}
.side-module {
	margin:0 0 20px 5px;
	list-style-type:none;
}
.side-module>li{
	padding-bottom:0.4em;
    line-height:120%;

}

.side-module p{
	margin:0 0 2.5em 0;
}
.children {
	list-style-type:none;
}
.children>li {
	list-style-type:none;
	margin-top:0.5em;
}


/************************************************
 Comments
************************************************/

.commentsblock{
	margin-top:1em;
}
.commentsblock input, .commentsblock textarea{
    width:420px;
    color:#98978F;
    background:#000;
    padding:0.5em;
    border-top:#23211B 1px solid;
    border-right:#343127 1px solid;
    border-bottom:#343127 1px solid;
    border-left:#23211B 1px solid;
	font-size:0.9em;
}
.commentsblock textarea:focus, .commentsblock input:focus{
    color:#4F4D44;
	background:#eee;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	font-size:0.9em;
	list-style-type:none;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
/* 投稿済みコメント */
.alt{
    width:420px;
    border-top:#343127 1px solid;
    border-bottom:#343127 1px solid;
	padding:0.5em;
}

/************************************************
 twitter
************************************************/

#twitter_update_list {
    color:#98978F;
}
#twitter_update_list a {
    display:block;
    font-weight:normal;
}
#twitter_update_list span a {
    display:inline;
    color:#98978F;
}
