/* Base */
@import url(./.shared-blogzine/themes/common/base-weblog.css);




/* Theme */
@import url(./.shared-blogzine/themes/kaminogoya/theme-layout-only.css);


/* Custom */
/* general page elements */

a
{
	text-decoration: underline;
	font-weight: bold;
}
a:link
{
	color: #993300;
}
a:visited
{
	color: #CC6600;
}
a:active
{
	color: #993300;
}
a:hover
{
	color: #993300;
}

/* layout */

body
{
	margin: 0;
	background: #ffffb0;
/*	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
*/
	font-weight: normal;
	font-size: small;
	line-height: 180%;
}

#container
{
	width: auto;
}

#container-inner
{
	color: #000000;
	font-size: medium;
	border: 0;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #333;
	background: #ffff66;
	text-align: left;
}

#banner-inner
{
        color: #A0522D;
	padding: 8px;
}

#banner a
{
        color: #A0522D;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
}
#banner-header a
{
	text-decoration: none;
}

#banner-description
{
	margin: 0;
	font-weight: bold;
	font-size: small;
}

/* content */

.content-nav { margin-top: 0; }

.content-header
{
	margin: 0 0 20px;
	padding: 5px 0 0;
	font-size: x-large;
}

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px;
	border-bottom: 1px solid #663300;
	color: #663300;
	padding: 3px;
	font-size: medium;
	text-align: left;
}

.entry
{
	overflow: visible;
}

.entry-header
{
	color: #000000;
	font-size: x-large;
	border: 0;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: normal;
}

.entry-header a
{
	text-decoration: none;
}
.entry-header a:link
{
	color: #000000;
}
.entry-header a:visited
{
	color: #000000;
}
.entry-header a:active
{
	color: #993300;
}
.entry-header a:hover
{
	color: #993300;
}


.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 20px;
	color: #663300;
	font-size: medium;
	font-style: italic;
	line-height: normal;
	text-align: left;

}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;
}


/* modules */

.module-header
{
	margin: 5px 0;
	border: 0;
	color: #663300;
	font-size: medium;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px;
	color: #663300;
	font-size: small;
	line-height: 150%;
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 1px solid #333;
}

.module-photo .module-content
{
	text-align: right;
}

.module-powered { text-align: left; }

/* moblog1 tweaks */

	.layout-moblog1 #container
	{
		width: 780px;
	}

	.layout-moblog1 #alpha
	{
		width: 200px;
	}

	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}

	.layout-moblog1 #beta
	{
		width: 380px;
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
	}

	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}


/* moblog2 tweaks */

	.layout-moblog2 #container
	{
		width: 780px;
	}

	.layout-moblog2 #alpha
	{
		width: 100px;
	}

	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}

	.layout-moblog2 #beta
	{
		width: 350px;
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
	}

	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
	}

	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px;
		background: #fff;
	}

	.layout-moblog2 .module-photo img { width: 100px; height: auto; }

/* one-column tweaks */

	.layout-one-column #container
	{
		width: auto;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 1px solid #A0522D;
		padding: 0.4em;
	}

/* two-column-right tweaks */

	.layout-two-column-right #container
	{
		width: auto;
	}

	.layout-two-column-right #alpha
	{
		width: 80%;
	}

	.layout-two-column-right #alpha-inner
	{
		padding: 0.4em 0.4em 0.4em 1em;
	}

	.layout-two-column-right #beta
	{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 20%;
		background: #ffff99;
		overflow: hidden;
	}

	.layout-two-column-right #beta-inner
	{
		padding: 0.5em;
	}

blockquote
{
	padding: 0em 0.5em;
	border: 2px solid #CC6600;
	margin: 0.5em 0.5em;
	visibility: visible;

}

pre
{
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

h4
{
	font-size: large;
	font-weight: bold;
}

p
{
        margin-top: 0em;
        margin-bottom: 0em;
        padding: 0.6em 0em;
}

ul, ol
{
        margin-top: 0.6em;
        margin-bottom: 0.6em;
}

table
{
        margin-top: 0.6em;
        margin-bottom: 0.6em;
	overflow: scroll;
}

