/*  
Theme Name: NANAMIES PAPIE
Theme URI: http://www.nanamies.com/blog
Description: WordPress theme NANAMIES PAPIE 
Version: 1.0
Author: kasumi
Author URI: http://www.nanamies.com
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	CONTENT
	SIDE BAR
	COMMENT
	CALENDAR
	FOOTER
*/

/*	BASE
-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: url(./images/bg.jpg);
	color: #333333;
	text-align: center;
}

#page {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: url(./images/wrapper-bg.png) repeat-y;
	_background: url(./images/wrapper-bg.gif) repeat-y;
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Chicago, sans-serif;
	font-size: 100%;
}

body, div, p, table, th, tr, td, 
ol, ul, li, dl ,dt, dd, input, select, textarea, label, legend,
addres, abbr, blockquote {
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

pre, code, kbd {
	font-family: monospace;
	font-size: 100%;
}

img { 
	border: none;
	margin: 0 10px 0 0;
}

a:link		{ color: #563708; }
a:visited	{ color: #A64F15; }
a:hover		{ color: #E8886C; }
a:active	{ color: #E8886C; }

input, textarea {
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
}

input#submit {
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: #cccccc;
}

hr { display: none; }

/*	HEADER
-------------------------------------------------*/

#header {
	width: 750px;
	height: 150px;
	margin: 0px 5px;
	padding: 0;
	background: #5B3E0A url(./images/header-bg.jpg) no-repeat; 
}

#header h1 {
	margin: 0;
	padding: 50px 0 0 20px;
	color: #5B3E0A;
	font-size: 1px;
}

.description {
	padding-left: 20px;
	color: #5B3E0A;
	font-size: 1px;
	text-align: left;
}

#header a:link,
#header a:visited {
	color: #ffffff;
	text-decoration: none;
}


/*	CONTENT
-------------------------------------------------*/

#content {
	display: inline;
	font-size: 80%;
}

.narrowcolumn {
	float: left;
	width: 510px;
	margin: 30px 20px 0px 25px;
	padding: 0 0 20px 0;
}

.widecolumn {
	width: 600px;
	margin: 0 100px;
	padding: 20px 0;
	background: #ffffff;
}

.navigation {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.navigation .alignright {
	float: right;
	margin: 0;
	padding: 0;
}
	
.navigation .alignleft {
	float: left;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 40px 0;
	clear: both;
}
#content h2 {
	color: #666666;
	border-left: solid 1px #CC6666;
	padding-left: 5px;
}

h2.pagetitle {
	margin: 0 0 20px 0;
	padding: 0;
	color: #666;
	font-size: 120%;
	letter-spacing: 1px;
}
h2.cattitle {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 120%;
	letter-spacing: 1px;
}
.post h2 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-size: 125%;
}

.post h2 a:link,
.post h2 a:visited { color: #666666; text-decoration: none; }
.post h2 a:hover,
.post h2 a:active { color: #E8886C; }

.smaller {
	font-size: 87.5%;
}

.data {
	margin: 0;
	color: #666;
	font-size: 87.5%;
}

.entry {
	margin: 1.5em 0;
}

.entry * {
	color: #4d4d4d;
	line-height: 160%;
}

.postfooter {
	margin: 1em 0 40px 0;
	text-align: right;
}

.postmetadata {
	clear: both;
	margin: 1em 0 40px 0;
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 87.5%;
	text-align: left;
	line-height: 150%;
}
.archivelist{
	margin: 5px;
	padding: 0;
	line-height: 1.6em;
}
.archivelist{
	margin: 0 0 0 5px;
	list-style-type: none;
}
.thumb_list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.view_all{
	clear: both;
}
.category_desc{
	padding: 0px 0px 20px 0px;
	color: #666666;
}
/* ENTRY TAG */

img.alignright {
	margin: 0 0 3px 5px;
}

img.alignleft {
	margin: 0 5px 3px 0;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.entry ul,
.entry ol {
	list-style-position : inside;
	margin: 1em;
	padding: 0;
}
.entry_cat {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

.entry_cat img {
	margin: 3px 7px 7px 0px;
}
.entry blockquote {
	clear: both;
	margin: 2em 1em;
	padding: 1em;
	background-color: #f7f7f7;
	border-top: 1px double #eee;
	border-bottom: 1px double #eee;
}

.entry blockquote p {
	margin: 0;
}

pre {
	overflow: auto;
	width: auto !important;
	width: 98%; /* for IE */
	margin: 1em;
	padding: 10px 10px 15px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f7f7f7;
	font-family: monospace;
}

.entry code {
	font-family: 'Courier New', Courier, monospace;
}
.yapb{
	text-align: left;
}

/*	SIDE BAR
-------------------------------------------------*/

#sidebar {
	display: inline;
	float: right;
	width: 200px;
	margin: 30px 5px 20px 0px;
	padding: 0;
	font-size: 80%;
}

#sidebar a { text-decoration: none; }

#sidebar h2 {
	margin: 0 0 0.5em 0;
	padding: 2px 20px;
	background: #F6F6F6 url(./images/sidebar-bg.jpg); 
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5em;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#sidebar ul li ul {
	margin: 0 20px 20px 20px;
}

#sidebar ul.children,
#sidebar li.pagenav ul ul {
	margin: 0;
}

#sidebar ul.children li,
#sidebar li.pagenav ul ul li {
	margin: 0;
	margin-left: 1em;
}

#searchform {
	width: 150px;
	margin: 10px 20px 20px 20px;
	padding: 0;
}

#sidebar #searchform #s {
	display: block;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	background: #fcfcfc;
}

#sidebar #searchsubmit {
	margin: 0;
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: #cccccc;
}

/*	CALENDAR
-------------------------------------------------*/

#wp-calendar {
	width: 160px;
	margin: 0 20px 20px 20px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	color: #666666;
	text-align: center;
	font-size: 87.5%;
}

#wp-calendar {
	line-height: 1.8em;
}

#wp-calendar thead {
	border: 1px solid #ddd;
}

#wp-calendar tbody {
	border: 1px solid #ddd;
}

#wp-calendar tfoot {
	border: 1px solid #ddd;
}

#wp-calendar td,
#wp-calendar th {
	line-height: 160%;
	text-align: center;
	border: 1px solid #ddd;
}

#wp-calendar td#today {
	border: 1px solid #cccccc;
	background: #eee;
}

#wp-calendar th[abbr="Sunday"] {
	color: #6699cc;
}

#wp-calendar th[abbr="Saturday"] {
	color: #cc6666;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

/*	COMMENT
-------------------------------------------------*/

h3.respond {
	color: #666666;
	font-size: 100%;
}

#commentform {
	width: 100%;
}

#commentform p {
	font-size: 100%;
}

#commentform input,
#commentform textarea {
	font-size: 100%;
}

h3#comments {
	margin: 0 0 10px 0;
}

ol.commentlist {
	list-style-position: inside;
	margin: 0 0 40px 0;
	padding: 0;
	border-top: 1px solid #eee;
}

.commentlist li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.alt {
	background-color: #f7f7f7;
}

.commentlist cite,
.commentlist cite a {
	font-style: normal;
	text-decoration: none;
}

.commentlist p {
	line-height: 150%;
}


/*	FOOTER
-------------------------------------------------*/

#footer {
	clear: both;
	width: 510px;
	margin: 0 20px 0 25px;
	padding: 0;
	border-top: 1px solid #ddd;
	background: transparent;
	font-size: 80%;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	line-height: 150%;
}


/*	OTHER
-------------------------------------------------*/
.box_01 {
	margin: 0;
	padding: 3px 3px 3px 5px;
	border-left: 1px solid #cc6666;
	background: #ffffff;
	font-size: 87.5%;
	text-align: left;
	line-height: 150%;
}


