/*
Theme Name: Nerima Daikon 3c
Theme URI: http://wp.luac.net/demo/posts/7/
Description: A simple white base 3 columns theme. But, Single or Page is 1 column.
Version: 0.1
Author: ssk
Author URI: http://wp.luac.net/

.
Licence: released under the GNU GPL
*/

/*---- html ----*/

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a, a:visited, a:active {
	color: #006600;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #00CC33;
	background: transparent;
}


/*---- common ----*/

/*---- header ----*/

.vertical-background {
	background-image: url('./images/bg.png');
	position: absolute;
	width: 60px;
	height: 450px;
	z-index: 1;
}

.wrap {
	width: 90%;
	max-width: 1000px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
}

#blogtitle {

}

#header {
	height: 80px;
	margin-top: 20px;
	padding: 0px;
	color: #ffffff;
	background-color: #006600;
}

#header h1 {
	font-size: 2em;
	margin-left: 50px;
	margin-bottom: 0px;
	padding-top: 15px;
}

#header a {
	color: #ffffff;
	background: #006600;
	text-decoration: none;
}

#subtitle {
	font-size: 0.9em;
	color: #cccccc;
	background: #006600;
	margin-left: 50px;

}

/*---- footer ----*/

#footer {
	margin: 0 20px;
	clear: left;
}

#footer h2 {
	font-size: 1.1em;
}

.credit {
	font-size: 0.8em;
	clear: left;
}

.credit ul {

}

.credit li {
	display: inline;
	margin-right: 5px;
	padding-left: 5px;
	border-left: solid 1px #aaaaaa;
}

.links ul {
	list-style-type: square;
	width: 200px;
	float: left;
}

.links li {
	font-size: 0.85em;
}

/*---- static navigation ----*/

.static-navi ul {
	margin-left: 10px;
	padding-top: 0px;
}

.static-navi li {
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	display: inline;
}

.static-navi a {
	color: #006600;
	background-color: transparent;
	text-decoration: none;
}

.static-navi a:hover {
	color: #003300;
	background-color: transparent;
	text-decoration: underline;
}


/*---- sidebar ----*/

.sidebar {
	float: left;
	text-align: right;
	width: 120px;
	margin-top: 0px;
	margin-left: 5px;
	padding-right: 5px;
	border-right: solid 3px #CCFFCC;
}

.sidebar h2 {
	font-size: 0.9em;
}

.sidebar ul {
	list-style-type: none;
	font-size: 0.85em;
	margin-left: 0px;
	padding-left: 0px;
}

.sidebar ul li ul {
	list-style-type: none;
	margin-bottom: 5px;
}

.sidebar ul li ul li {
	margin-left: 0px;
	padding-left: 0px;
}
.children li {
	font-size: 1.1em;
}

/*---- sidebar2nd ----*/

.sidebar2nd {
	float: left;
	text-align: right;
	width: 120px;
	margin-top: 0px;
	margin-left: 15px;
	padding-right: 5px;
	border-right: solid 3px #CCFFCC;
}

.sidebar2nd h2 {
	font-size: 0.9em;
}

.sidebar2nd ul {
	list-style-type: none;
	font-size: 0.85em;
	margin-left: 0px;
	padding-left: 0px;
}

.sidebar2nd ul li ul {
	list-style-type: none;
	margin-bottom: 5px;
}

.sidebar2nd ul li ul li {
	margin-left: 0px;
	padding-left: 0px;
}

/*---- contetns ----*/
#contents {
	margin-left: 300px;
}

#contents_single {
	margin-left: 50px;
}

.feedback {
	font-size: 0.8em;
	text-align: right;
}

.post {
	font-size: 0.9em;
	padding: 5px 10px;
	
}

.postcontent blockquote {
	background: #D6F9D2;
	color: #1B4419;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 5px 15px;
	padding: 5px 10px;
	border: 1px #3A9136;
}

.postmeta {
	font-size: 0.7em;
	border-bottom: #dddddd;
	text-align: right;
}

.posttitle h2 {
	font-size: 1.1em;
	color: #004D00;
	background: transparent;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-left: solid 30px #3F5E00;
	border-bottom: solid 1px #3F5E00;
}

.posttitle a {
	color: #000000;
	background: transparent;
	text-decoration: none;
}

.posttitle a:hover {
	color: #0E4C0E;
	text-decoration: none;
}

/*---- comment ----*/

.commentarea h3 {
	font-size: 1.0em;
}

.commentlist p {
	padding: 5px;
	font-size: 0.9em;
}

.greenbox {
	color: #000;
	background: #DEF7E1;
}

.response {
	font-size: 0.9em;
}

