@charset "UTF-8";
/* 共通設定 */
* {
	font-size: 12px;
	font-family:Times New Roman, "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", 'ＭＳ Ｐ明朝', serif;
/*	font-family:Century Gothic, 'ヒラギノゴシック' , verdana, helvetica, san-serif; */
/*	font-family:'ヒラギノゴシック' , "ＭＳ Ｐゴシック" , helvetica,verdana, san-serif;*/
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	color:#000000;
}

body {
    background: #009933;
	background-image: url(img/bg.gif);
	background-image-repeat: repeat;
}

a {
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
    background: #FFFFFF;
	background-image: url(img/bg_wrapper.png);
	width: 900px;
	padding-bottom: 20px;
/*
    -webkit-box-shadow: 3px 0px 5px 0px #082, -3px 0px 5px 0px #082;
    -moz-box-shadow: 3px 0px 5px 0px #082, -3px 0px 5px 0px #082;
    box-shadow: 3px 3px 0px 0px #082, -3px 0px 5px 0px #082;
*/
}

#wrapper:after{
    display:block;
    clear:both;
    height: 0;
    visibility: hidden;
    content: ".";
}


header #logo a{
	display:block;
	margin-left: 30px;
	margin-right: 20px;
	width:172px;
	height:126px;
	float:left;
	background-image:url(img/logo.gif);
}
header #logo * h1{
	text-indent: -9999px;
}
header #subtitle {
	background-image:url(img/titleback.jpg);
	width:670px;
	height:124px;
	float:right;
	border-bottom-left-radius: 5px;		/* CSS3草案 */
	-webkit-border-bottom-left-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius-bottomleft: 5px;	/* Firefox用 */
}
header #subtitle * {
	color: #009933;
	font-size: 120%;
	padding:4px;
}
header #subtitle #onekwh {
    background: #FFFFFF;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	float: left;
	margin-left: 30px;
	margin-top: 45px;
	font-weight: bold;
	padding-left: 10px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
header #subtitle #onekwh *{
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}

/*
header #subtitle #onekwh:before {
	content: "1kWh = ";
}
*/
header #subtitle #onekwh:hover,
header #subtitle #onekwh:hover a {
	color: #FFFFFF;
    background: #009933;
}
header #subtitle #update{
    background: #FFFFFF;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	float: right;
	margin-right: 30px;
	margin-top: 45px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 120%;
}
header #subtitle #update:after{
	content: "更新";
}
header {
	padding-bottom: 25px;
	clear: both;
    overflow: hidden; /* for displaying of border-bottom */
}
/* for displaying of border-bottom */
.header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html .header {
    height: 1em;
    overflow: visible;
}
/* ---for displaying of border-bottom */

nav {
	float: left;
	width:172px;
	margin-left: 30px;
	margin-right: 28px;
/*    overflow: hidden; for displaying of border-bottom */
	margin-bottom: 69px;
}
/* for displaying of border-bottom */
.nav:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .nav {
    height: 1em;
    overflow: visible;
}
/* ---for displaying of border-bottom */

nav h3 {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 8px;
	font-size: 80%;
}
nav ul li > a{
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
nav ul#article-navigation {
	list-style: none;
	margin-bottom: 20px;
}
nav ul#article-navigation li.category > a{
	font-size: 120%;
	font-weight: bold;
	height: 25px;
}
nav ul#article-navigation li {
	margin-bottom: 1px;
	padding-left: 10px;
}
nav ul#article-navigation li.berlin {
	border-left: 6px solid #66cc00;
}
nav ul#article-navigation li.dailylife {
	border-left: 6px solid #3399ff;
}
nav ul#article-navigation li.howabout {
	border-left: 6px solid #6633ff;
}
nav ul#article-navigation li.really {
	border-left: 6px solid #ff3300;
}
nav ul#article-navigation li.media {
	border-left: 6px solid #ff9900;
}
nav ul#article-navigation li.nonukes {
	border-left: 6px solid #ffdd00;
}

nav ul#editors {
	margin-left: 18px;
	margin-bottom: 20px;
}
nav ul#editors *{
	font-weight: bold;
}
nav ul#editors li {
	display:block;
	padding: 1px 0px 1px 10px;
	margin-bottom: 1px;
	/*background-color: #EEEEEE; */
	margin-left: -20px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
nav ul#editors li a {
	/*border-bottom: 1px dotted #cccccc;*/
	font-size: 80%;
}
nav ul#editors > li > a {
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
}

nav ul#editors > li:hover {
	background-color: #DDDDDD;
}
nav ul#editors li.category > a{
    /*background: url("img/arrow-green.png") 0% 50% no-repeat; */
	font-size: 95.8%;
	line-height: 1.5em;
	height: 21px;
	margin-left: -8px;
	/*padding-left: 5px;*/
}
nav ul#editors li.category > a:hover{
	/*background-color: #EEEEEE;
	margin-left: -15px;
	padding-left: 15px; */
}
nav ul#editors li.category > div {
	min-height: 171px;
}

nav ul#author-navigation {
	margin-bottom: 20px;
}
nav ul#author-navigation li{
    list-style: none;
    padding-left: 5px;
}
nav ul#author-navigation li.category > a{
    background: url("img/arrow-green.png") 0% 50% no-repeat;
	font-size: 95.8%;
	line-height: 1.5em;
	height: 21px;
	margin-left: -5px;
	padding-left: 5px;
}
nav ul#author-navigation li.category > a:hover{
	background-color: #EEEEEE;
	margin-left: -15px;
	padding-left: 15px;
}
nav ul#author-navigation li.category > div {
	min-height: 171px;
}

nav ul#other-menu {
	margin-left: 18px;
	margin-bottom: 20px;
}
nav ul#other-menu *{
	font-weight: bold;
}
nav ul#other-menu li {
	display:block;
	padding: 1px 20px 1px 10px;
	margin-bottom: 1px;
	background-color: #EEEEEE;
	margin-left: -20px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
nav ul#other-menu li a{
    list-style: none;
    padding-left: 15px;
    background: url("img/arrow-gray.png") 0% 50% no-repeat;
}
nav ul#other-menu li a:hover {
	background-color: #DDDDDD;
	padding-left: 15px;
}

nav ul#other-menu li:hover {
	background-color: #DDDDDD;
}

nav #searchform {
	width: 167px;
	height:26px;
	background-color: #CCCCCC;
	margin-left: -2px;
	margin-bottom: 23px;
	padding-left: 7px;
	padding-top: 5px;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
nav #searchform #s{
	border: 1px solid #eeeeee;
	width:132px;
	height:20px;
	float: left;
	margin-left: 2px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,"ＭＳ Ｐゴシック" , helvetica,verdana, san-serif;
	color: #AAAAAA;
	padding-left: 0.2em;
}

nav #searchform #searchsubmit{
	margin-left: 2px;
	margin-top: -1px;
}
nav ul#recommends * {
    font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,"ＭＳ Ｐゴシック" , helvetica,verdana, san-serif;
	font-weight: bold;
}

nav ul#recommends li{
	list-style-image: url("img/arrow-gray.png");
	margin-left: 1em;
	padding-left: 0;
	line-height: 1.5em;
	margin-top: 3px;
}
nav ul#recommends li>a{
	line-height: 1.5em;
	display:block;
}
nav ul#recommends li>a:hover{
	background-color:#000000;
	color:#FFFFFF;
}
nav ul#recommends li span{
    font-family:Times New Roman, "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", 'ＭＳ Ｐ明朝', serif;
/*    font-size: 80%;*/
    color:#AAA;
    font-weight: normal;
}
section {
/*	margin-left: 222px;*/
	margin-left: 230px;
	width: 668px;
	height: 0;
/*    overflow: hidden;  for displaying of border-bottom */
/*	margin-bottom: 2.0em;*/
}
/* for displaying of border-bottom */
section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html section {
    height: 1em;
    overflow: visible;
}
section header {
    width: 668px;
}
/* ---for displaying of border-bottom */

article {
	float: left;
	width: 300px;
	padding-left: 26px;
	padding-right: 5px;
	margin-bottom: 24px;
}

article h2 *{
	font-size: 130%;
}
article h2 {
	width: 280px;
	margin-bottom: 2.0em;
}
article .new {
	float: right;
	width: 47px;
	height: 23px;
	margin-left: 10px;
	margin-right: 20px;
/*
	font-family:'ヒラギノ角ゴ Pro W3' , "ＭＳ Ｐゴシック" , helvetica,verdana, san-serif;
	font-weight: bold;
	color: #ffffff;
*/
	text-indent: -9999px;
/*
			padding: 2px 5px 0px 4px;

			outline-width: 0;
			border-radius: 4px;
			-moz-border-radius: 4px;
*/
/*
			background-image: -webkit-gradient(linear, left top, left bottom,
					color-stop(0.0, rgba(255, 255, 255, 0.8)),
					color-stop(0.01, rgba(255, 255, 255, 0.6)),
					color-stop(0.4, rgba(255, 255, 255, 0.3)),
					color-stop(0.4, rgba(255, 255, 255, 0.2)),
					color-stop(1.0, rgba(255, 255, 255, 0.0)));
			background-image: -moz-linear-gradient(top,
					rgba(255, 255, 255, 0.6) 0%,
					rgba(255, 255, 255, 0.3) 40%,
					rgba(255, 255, 255, 0.2) 40%,
					rgba(255, 255, 255, 0.0) 100%);
			color: #fff;
			text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
*/
			background-color: #ffffff;
			background-image: url(img/new.gif)
}
article > p {
	width: 280px;
	margin-bottom: 2.0em;
	text-align: justify;
}
article > p, article > p *, article > ul *, article > ol *, article > blockquote * {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,"ＭＳ Ｐゴシック" , helvetica,verdana, san-serif;
}
article > ul *, article > ol * {
/*	margin-left: 1.5em;*/
	list-style-position:inside;
}

article * p.caption * {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, "ＭＳ Ｐゴシック" , helvetica,verdana, san-serif;
	font-weight: bold;
}
article.berlin {
	border-left: 3px solid #66cc00;
}
article.dailylife {
	border-left: 3px solid #3399ff;
}
article.howabout {
	border-left: 3px solid #6633ff;
}
article.really {
	border-left: 3px solid #ff3300;
}
article.media {
	border-left: 3px solid #ff9900;
}
article.nonukes {
	border-left: 3px solid #ffdd00;
}
article p a, article ul a, article ol a, article table a, article b a {
	color: #0000FF;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
article p a:hover, article ul a:hover, article ol a:hover, article table a:hover, article b a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
}
article * a.more-link{
	font-family:Times New Roman, "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", 'ＭＳ Ｐ明朝', serif;
	color: #0066FF;
	font-weight: bold;
	float: right;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: -2.0em;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
article * a.more-link:hover {
	color: #FFFFFF;
	background-color: #0066FF;
}

article * a.more-link:after {
	clear:both;
}
article aside * {
	width: 100%;
	font-weight: bold;
	font-size: 110%;
}
article aside span.author *, article aside span.category *, span.comments a{
	padding-left: 4px;
	padding-right: 4px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
article aside span.category *{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 100%;
}
span.author:hover *, span.category:hover *, span.comments a:hover{
	background-color:#000000;
	color:#FFFFFF;
}

.pagination {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 2.0em;
/*	width: 350px;*/
	position:relative;
/*	left: 50%;
	float: left;*/
}
.pagination:after{
    display:block;
    clear:both;
    height: 0;
    visibility: hidden;
    content: ".";
}
.pagination .num, .pagination .next, .pagination .prev, .pagination .first, .pagination .last {
/*	position:relative;*/
/*	left: -50%;*/
    display: -moz-inline-box;
    display: inline-block;

}
.pagination .num a {
	display: block;
/*	float: left;*/
	border: solid 1px #aaaaaa;
/*	padding: 0 0.5em 0.5em 0;*/
	padding: 0.2em 0.5em;
	margin-left: 2px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
.pagination .prev a, .pagination .next a, .pagination .first a, .pagination .last a{
	display: block;
/*	float: left;*/
	margin-left: 2px;
	margin-right: 2px;
	padding: 0.2em 0.5em;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
.pagination .prev:hover a, .pagination .next:hover a, .pagination .first:hover a, .pagination .last:hover a{
	background-color: #aaaaaa;
}
.pagination .num:hover a{
	background-color: #aaaaaa;
}
.pagination .num.current {
/*	display: block;*/
/*	float: left;*/
	border: solid 1px #aaaaaa;
	background-color: #aaaaaa;
	padding: 0.2em 0.5em;
	margin-left: 2px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
/*	margin-right: 2px;*/
}
.pagination .num.current:hover {
	background-color: #444444;
	border-color: #444444;
	color: #ffffff;
}

.pagination .num.current:hover *{
	color: #ffffff;
}

footer {
	background-color: #eeeeee;
	text-align: center;
	padding: 2.0em;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	border-top-left-radius: 5px;		/* CSS3草案 */
	-webkit-border-top-left-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topleft: 5px;	/* Firefox用 */
	border-top-right-radius: 5px;		/* CSS3草案 */
	-webkit-border-top-right-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius-topright: 5px;	/* Firefox用 */
 clear:left;
	margin-bottom: -20px;
}
footer span {
	color: #444444;
	margin-left: auto;
	margin-right: auto;
}
footer a {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
footer a:hover {
	background-color: #DDDDDD;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	line-height: 18px;
	margin-bottom: 1.0em;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
}
.wp-caption img {
	margin: 0 0;
	max-width: 280px;
}
.wp-caption p.wp-caption-text {
	display: none;
	color: #000;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, "ＭＳ Ｐゴシック" , helvetica,verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}
.single .wp-caption p.wp-caption-text {
	display: block;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 32px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	article h2.entry-title a {
		fiont-size: 16px;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#article-list {
		margin-bottom: 8.0em;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
