@charset "utf-8";
/*
Theme Name: hewidesr-orange
Description: ヘッダーサイズを幅980pxのマックスにした使い勝手のいいテンプレートです。ダイドバーは右側。イメージカラーはオレンジジュース。
Version: 1.1
License: GNU General Public License
License URI: license.txt
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
input[type=submit] {
	font-family: "メイリオ", "ＭＳ Ｐゴシック" , "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Collective size designation  */
.entry-meta,
.entry-utility,
.nav-previous,
.nav-next,
.comment-meta{
	font-size: 11px;
}


/* =Layout
-------------------------------------------------------------- */
#wrapper {
	width: 980px;
	margin: 10px auto;
	text-align:center;
}
#header,
#access{
	width: 100%;
}
#main {
	width: 100%;
}
#container {
	float: left;
	margin: 0 -330px 0 0;
	width: 100%;
}
#content,
.pan{
	margin: 0 350px 0 20px;
}
#primary {
	float:right;
	width: 310px;
	margin: 0 20px 0 0;
}
#footer {
	clear: both;
	width: 100%;
	height: 130px;
}


/* =Structure
-------------------------------------------------------------- */
/* the header area */
#branding{
	padding-top: 10px;
	margin: 0 auto;
}

/* the main area */
#container { 
	padding-top: 10px;
}
/* Structure the footer area */
#colophon{ 
	padding: 95px 10px 5px;
}
#site-info {}
#site-generator {
	width: 1px; /* adjustment */
	height: 1px; /* adjustment */
}


/* LAYOUT: One column, no sidebar */
#container.one-column #content {
	float: none;
	width: 640px;
	margin: 0 auto;
}

/* LAYOUT: Full width, no sidebar */
#container.single-attachment #content {
	float: none;
	margin: 0 auto;
	width: 900px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffb157;
	margin-bottom:10px;/* IE6 ajustment */
}
body,
input,
textarea {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}


/* Title elements */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5em;
	margin: 30px 0 20px 0;
	font-weight: bold;
}
h1,
h2{
	font-size: 22px;
	border-bottom : #fccb00 3px solid; 
}
h3{
	font-size: 18px;
	border-left : #fccb00 8px solid; 
}
h4{
	font-size: 16px; 
}
h5{
	font-size: 14px;
}

/* text Element */
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #333;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 10px;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}


/* Paragraph */

p {
	margin-bottom: 18px;
}
tt{
	font-size: 14px;
	line-height: 21px;
}

hr {
	clear: both;
	height: 1px;
	border: 1px dashed #ccc;
	margin-bottom: 18px;
}

/* Ordered List / Unordered List */
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}

ul li{
	line-heihgt:1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}

/* Definition list */
dl {
	padding: 10px;
	margin: 0 0 24px 0;
	background: #b8d200;
}
dt {
	background: 98ad00 ;
	font-weight: bold;
	padding: 8px 4px 4px 20px;
	text-align:left;
	margin-bottom:0;
}
dt a:hover{}
dt a:link,
dt a:visited {}
dd {
	margin-bottom: 15px;
	background: #dae68c;
	padding: 10px 2px;
	color: #333;
	font-size: 12px;
}
dd img{
	float:left;
	margin-left:5px;
	border: #FFF 3px solid;
}
dd a:hover img{
	border: #ccc 3px solid;
	*border: #FFF 3px solid;/* IE6 adjustment */
}

/* Anchor text */
a{
	color: #22ac38;
	text-decoration: none;
}
a:visited {
	color: #00887a;
}
a:active,
a:hover {
	text-decoration: underline;
	color: #e4007f;
}


/* table */
table {
	border: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
tr th,
thead th,
tr td,
thead td{
	line-height: 18px;
	border-top: 1px solid #ccc;
	padding: 9px 24px;
}
tr th,
thead th{
	font-weight: bold;
	text-align:center;
	background-color:#efefef;
}
tr td {
}
tr.odd td {
	background: #FEFBE9;
}

/* form */
fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
input[type=submit] {
	color: #333;
	
}
input{
	margin-bottom: 18px;
	font-size: 14px;
	width: auto;
}
input.file,
input.button {
	margin-right: 24px;
}
select {
	margin: 0 0 24px 0;
}

textarea {
	width: 98%;
}
label {
}

p input{
	margin:0;
	padding:0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* Code / Others */
pre,
kbd,
var {
	font-size: 14px;
	line-height: 21px;
}
code {
	font-size: 13px;
}
pre,
code{
	width:90%;
}


/* =Wrapper
-------------------------------------------------------------- */
#wrapper {
	background: #efefef url(images/wrapper_bg.jpg) repeat top left;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}


/* =Header
-------------------------------------------------------------- */
#header{
	background: #fcc914 url(images/header_bg.jpg) repeat-y right top;
}
#site-title {
	float: left;
	border: 0; /* reset */
	margin: 4px 0 0 10px;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
}
#site-title a:link,
#site-title a:visited {
}
#site-title a:hover {
}
#site-description {
	color:#fff;
	float: left;
	font-style: italic;
	margin: 10px 0 0 10px;
	line-height: 1em;
}

/* This is the custom header image */
#branding img {
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */
#access,
#access ul ul a{
	background: #fc7300;
}
#access {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 12px 0;
}

#access a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 0 15px;
	color: #fff;
}
#access a:visited {
}

#access .menu-header,
#access .menu {
	font-size: 13px;
	margin: 0 auto;
}
#access .menu-header ul,
#access .menu ul {
	height: 1em;
	list-style: none;
	margin: 0;
}
#access .menu-header li,
#access .menu li {
	float: left;
	position: relative;
	border-right: #fff 1px solid;
}
#access li:hover > a,
#access ul ul :hover > a {
	text-decoration: underline;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	border: 0;
}
#access ul ul a {
	display:block;
	line-height: 1.5em;
	padding: 5px 10px;
	width: 160px;
	height: auto;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}


/* =Main
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
}



/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom: 30px;
	text-align: left;
}

.post,
#comments{
	padding-bottom: 10px;
	margin-bottom: 25px; 
	border-bottom: 1px solid #ccc;
}


#content h2{
	padding-left: 5px;
}
#content h3{
	padding-left: 5px;
}

/* --- entry-title --- */
h1.entry-title,
h2.entry-title {
	zoom: 1;
	height: 30px;
	margin: 0;
	padding: 18px 5px 10px 8px;
	font-size: 21px;
	text-indent: 20px;
	background: url(images/title_main_bg.jpg) repeat-x center left;
	border: #fccb00 1px solid;
	border-left: #fccb00 5px solid;
}
h1.entry-title a:link,
h1.entry-title a:visited,
h2.entry-title a:link, 
h2.entry-title a:visited {
	color: #333;
}
h1.entry-title a:active,
h1.entry-title a:hover,
h2.entry-title a:active, 
h2.entry-title a:hover {
	color: #333;
}


/* --- title (pickup / none) --- */
.pickup {
	background: url(images/title_pick_bg.jpg) no-repeat center right;
	zoom: 1;
	padding: 18px 5px 10px 8px;
	border: 0;
	margin-bottom: 0px;
}
.none{
	zoom: 1;
}

/* --- page-title (category archives) --- */
.page-title {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 36px 0;
}
.page-title span {
	color: #999;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}


/* --- .pan --- */
.pan {
	text-align: left;
	line-height: 1em;
	padding: 8px 0;
	margin-bottom: 10px;
	background: #efefef;
}
.pan ol {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}
.pan ol li {
	display: inline;
}
.pan a{
}
.pan a:visited{
}

.date img {
	border: none;
	margin: 0;
}


/* --- .entry-content --- */
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


/* --- page-link --- */
.page-link {
	clear: both;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	padding: 0.5em 0.75em;
}
.page-link a:active,
.page-link a:hover {
}


/* --- body.page --- */
body.page .edit-link {
	clear: both;
	display: block;
}


/* 2column guide-menu */
.contentmenu {
	font-size: 13px;
	margin: 10px 2px;
	padding-top:10px;
	clear: both;
}
.contentmenu h3{
	margin: 0; /* reset*/
	border: 0; /* reset*/
	zoom: 1;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
	color: #999;
}
.menu01,
.menu02 {
	width: 275px;
	padding: 10px;
	background: #f2f2f2;
}
.menu01{
	float: left;
	margin: 0 8px 30px 0;
}
.menu02 {
	float: right;
	margin: 0 0 30px 0;
}

.menu01 ul,
.menu02 ul{
	padding: 5px;
	margin:0;
}
.menu01 li,
.menu02 li{
	width: auto;
	line-height: 2.5em;
	text-indent: 5px;
	border-bottom: #ccc 1px solid;
	list-style: none;
	list-style-position: inline;
}
.menu01 li a,
.menu02 li a{
}
.menu01 li a:hover,
.menu02 li a:hover {
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#commentform p{
	margin: 0:
}
#comments ul,
#comments ol {
	margin-bottom: 10px;
}
h3#comments-title {
}
#comments .navigation {
	padding: 0 0 15px 0;
}
h3#comments-title,
h3#reply-title {
	background: none; /* reset */
	border: 0; /* reset */
	margin: 0; /* reset */
	font-size: 20px;
	font-weight: bold;
}
h3#reply-title {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 3px dotted #ccc;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
	font-style: italic;
	font-size: 12px;
}
.commentlist .avatar { 
	position: absolute;
	*position: absolute;
	_position: relative;
	top: 4px;
	left: 0;
}
.comment-author {
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
}
.comment-author cite {
	color: #339;
}
.comment-author .says {
	font-style: normal;
}
.comment-meta {
	padding-left: 50px;
	margin-bottom: 20px;
}
.reply {
	font-size: 13pt;
}
.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 {
	display: block;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* =respond (put comments)
------------------------------------------------------------- */
#respond input{
	width: 98%;
	margin: 0 0 10px 0;
}

/* (*)Aster risk */
.required{
	color: #c33;
}

/* =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: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	margin: 5px;
}
.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;
	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;
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #333;
	line-height: 18px;
	*height:18px;	/* IE6 hack */
	padding: 5px;
}
.navigation a{
}
.navigation a:visited{
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 48%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
#nav-above {
	margin: 0 0 5px 0;
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Widget Areas
-------------------------------------------------------------- */
#primary{
	padding-top: 10px;
	background: #ebebeb;
}
/* reset */
#primary h2,
#primary h3,
#primary h4{
	margin: 0;
	border: 0;
}

/* --- Selector --- */
.widget-area a:link,
.widget-area a:visited {
}
.widget-area a:active,
.widget-area a:hover {
}

/* --- side-slider --- */
.widget-area ul {
	margin: 0px;
	list-style: none;
	text-align: left;
}
.widget-container{  /* .widget-area ul li */
	margin: 0 0 18px 0;
	padding: 2px 2px 5px;
	background: #efefef;
}

/* --- widget title --- */
.widget-title {
	width:100%-2px;
	font-size: 14px;
	padding: 5px 10px;
	margin-bottom: 10px !important; 
	background: url(images/widget_title_bg.jpg) repeat-x center left;
}


/* --- side-slider level one --- */
.widget-area ul ul,
.widget-area ul div ul {
	margin: 0 5px 2px;
	list-style: disc;
	padding-left:20px;
}
.widget-area ul ul li,
.widget-area ul div ul li {
	margin-bottom: 4px;
}
.widget-area ul ul li a,
.widget-area ul div ul li a{
	color: #666;
	height:100%;
	display:block;
	padding:2px 5px;
}
.widget-area ul ul li a:hover,
.widget-area ul div ul li a:hover  {
}

/* --- side-slider level two --- */
.widget-area ul ul ul{
	margin-top: 2px;
	padding:0;
}
.widget-area ul ul ul li {
	list-style: circle;
	margin-left:20px;
}
.widget-area ul ul ul li a,
.widget-area ul ul ul li a:hover {
}


/* --- side-slider search --- */
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}



/* --- widget calendar --- */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

/* --- widget rss --- */
.widget_rss a.rsswidget {
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}



/* =Footer
-------------------------------------------------------------- */
#footer {
	background: #333;
	color:#ccc;
	font-size: 14px;
	text-align:right;
}

#colophon {}
#site-info {
	text-align: right;
}
#site-info a {}
#site-info a:hover {}
#site-generator {
	font-style: italic;
	position: relative;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =ClearFix
-------------------------------------------------------------- */

dd:after,
#header:after,
#branding:after,
#main:after,
/*#container:after,*/
.menu:after,
.contentmenu:after{
	content : '';
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}
* html dd,
* html #header,
* html #branding,
* html #main,
/** html #container,*/
* html .menu,
* html .contentmenu{
	clear : both;
	overflow : hidden;
}
*:first-child+html dd,
*:first-child+html #header,
*:first-child+html #branding,
*:first-child+html #main,
/* *:first-child+html #container,*/
*:first-child+html .menu,
*:first-child+html .contentmenu{
	clear : both;
	overflow : hidden;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =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;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#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;
	}
}

