/*
Theme Name: Hakkaku Theme
Theme URI: http://www.hakkaku.net/
Description: Basic Hakkaku Theme
Author: Hakkaku Institute Co.,Ltd.
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

p.clear {
	clear: both;
}

#container {
	width: 1000px;
	padding: 12px 1px 1px;
	margin: 0 auto;
	font-family: verdana, sans-serif;
	background: url(images/bar.jpg) no-repeat;
}
#header {
	background: url(images/logo.gif) no-repeat;
	height: 100px;
}
#menu {
	position: relative;
	top: 28px;
	left: 15px;
	_margin-top: 28px;
	_margin-left: 15px;
}
#menu a {
	display: block;
	float: left;
	padding: 2px 20px 2px 18px;
	font-size: 13px;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	background: url(images/icon02.gif) no-repeat 4px 7px;
	_background: url(images/icon02.gif) no-repeat 4px 5px;
}
#menu a:hover {
	color: black;
	text-decoration: none;
}
#description {
	position: relative;
	top: 52px;
	_top: 6px;
	width: 820px;
	font-size: 13px;
	color: dimgray;
	padding: 5px;
	text-align: right;
}
#bread {
	width: 980px;
	margin: 0 auto;
	padding: 0px 20px 4px;
	font-size: 12px;
}
#main {
	width: 980px;
	margin: 0 auto;
}
#footer {
	padding: 10px;
	margin-top: 20px;
	border-top: solid 2px lightgray;
}
#footer address {
	text-align: right;
	font-style: normal;
	font-size: 14px;
}
#footer address a.login {
	font-style: normal;
	font-size: 14px;
 	color: #000000;
 	text-decoration: none;
 	cursor: text;
}

/* -------------------- */

#something {
	height: 45px;
}

.adsDummy {
	background-color: lavender;
	border: solid 1px lightsteelblue;
	margin: 4px 0 8px 0;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: white;
}

.pageNavi {
	padding: 0 10px;
	font-size: 14px;
}


.sidePanel {
	background-color: floralwhite;
	padding: 0 0 16px 0;
}
.sidePanel h2.title {
	background: url(images/base02.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 2px 8px 2px 20px;
	_padding: 4px 8px 4px 20px;
	letter-spacing: 1px;
}

.sidePanel div.body {
	padding: 4px;
}
.sidePanel div.body ul li {
	background: url(images/icon06.gif) no-repeat 0 11px;
	padding: 4px 4px 4px 16px;
	list-style: none;
}
.sidePanel div.body ul li a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
.sidePanel div.body ul li a:hover {
	color: gold;
	text-decoration: underline;
}
.sidePanel div.body ul li span.title {
	font-weight: bold;
}
.sidePanel div.body ul li span.metadata {
	font-size: 12px;
	color: dimgray;
}

.sidePanel .author {
	padding: 4px 8px 6px 8px;
	margin-bottom: -1px;
	_margin-bottom: 0;
	border-left: solid 1px #ffbe37;
	border-right: solid 1px #ffbe37;
	_border: 0;
	border-bottom: dotted 1px #ffbe37;
}
.sidePanel .author li {
	display: block;
}

.sidePanel h2.title {
	font-size: 15px;
}

.sidePanel div.author .name {
	font-size: 16px;
}

.sidePanel div.author .image {
	margin: 6px 0;
}

.sidePanel div.author .description {
	font-size: 14px;
}


/* =============================== */
/* ===== default column style ==== */
/* =============================== */

#col1 {
	float: left;
	width: 160px;
	padding: 10px 15px 0 0;
}
#col2 {
	float: left;
	width: 550px;
	padding: 10px 15px 0 0;
}
#col3 {
	float: left;
	width: 240px;
	padding: 10px 0 0 0;
}

/* =============================== */
/* ===== default column style ==== */
/* =============================== */

#singleCol1 {
	float: left;
	width: 725px;
	padding: 10px 15px 0 0;
}
#singleCol2 {
	float: left;
	width: 240px;
	padding: 10px 0 0 0;
}

/* =============================== */
/* ========== index.php ========== */
/* =============================== */

#indexCol1 {
	float: left;
	width: 260px;
	padding: 10px 15px 0 0;
}

#indexCol2 {
	float: left;
	width: 450px;
	padding: 10px 15px 0 0;
}
#indexCol3 {
	float: left;
	width: 240px;
	padding: 10px 0 0 0;
}


/* =============================== */
/* ===== index.php 1st column ==== */
/* =============================== */

#topics {
	margin: 4px 0 8px 0;
	_border-left: solid 1px #ffbe37;
	_border-right: solid 1px #ffbe37;
	border-bottom: solid 1px #ffbe37;
}
#topics h2 {
	background: url(images/base03.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 2px 8px 2px 12px;
	_padding: 4px 8px 4px 12px;
}
#topics a.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#topics a.title:hover {
	color: gold;
}
#topics .topic {
	padding: 4px 8px 6px 8px;
	margin-bottom: -1px;
	_margin-bottom: 0;
	border-left: solid 1px #ffbe37;
	border-right: solid 1px #ffbe37;
	_border: 0;
	border-bottom: dotted 1px #ffbe37;
}
#topics .topic h3 {
	background: url(images/icon02.gif) no-repeat 0 6px;
	_background: url(images/icon02.gif) no-repeat 0 10px;
	font-size: 13px;
	padding: 0 0 4px 14px;
	_padding: 6px 0 4px 14px;
	line-height: 16px;
}
#topics .topic h3 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#topics .topic h3 a:hover {
	color: gold;
}
#topics .topic p.date {
	text-align: right;
	font-size: 12px;
	color: dimgray;
	padding-bottom: 4px;
}
#topics .topic div.description {
	font-size: 13px;
	color: #333333;
}

/* -------------------- */

#products {
	margin: 4px 0 8px 0;
	_border-left: solid 1px #ffbe37;
	_border-right: solid 1px #ffbe37;
	border-bottom: solid 1px #ffbe37;
}
#products h2 {
	background: url(images/base03.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 2px 8px 2px 12px;
	_padding: 4px 8px 4px 12px;
}
#products a.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#products a.title:hover {
	color: gold;
}
#products .product {
	padding: 4px 8px 6px 8px;
	margin-bottom: -1px;
	_margin-bottom: 0;
	border-left: solid 1px #ffbe37;
	border-right: solid 1px #ffbe37;
	_border: 0;
	border-bottom: dotted 1px #ffbe37;
}
#products .product h3 {
	background: url(images/icon02.gif) no-repeat 0 6px;
	_background: url(images/icon02.gif) no-repeat 0 10px;
	font-size: 13px;
	padding: 0 0 4px 14px;
	_padding: 6px 0 4px 14px;
	line-height: 16px;
}
#products .product h3 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#products .product h3 a:hover {
	color: gold;
}
#products .product div.description p {
	font-size: 13px;
	color: #333333;
}
#products .product img {
	padding: 4px 0 0;
}

/* -------------------- */

#sitemap {
	margin: 4px 0 8px 0;
	border-left: solid 1px #ffbe37;
	border-right: solid 1px #ffbe37;
	border-bottom: solid 1px #ffbe37;
}
#sitemap h2 {
	background: url(images/base03.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 2px 8px 2px 12px;
	_padding: 4px 8px 4px 12px;
}
#sitemap h2.sitemapSearchName {
	background: url(images/icon02.gif) no-repeat 2px 11px;
	_background: url(images/icon02.gif) no-repeat 2px 12px;
	font-size: 13px;
	padding: 6px 0 4px 14px;
	line-height: 16px;
}
#sitemap #links-right {
	margin: 0 4px 4px 4px;
}
#sitemap li {
	line-height: 18px;
	font-size: 11px;
	list-style: none;
}
#sitemap a {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
#sitemap a:hover {
	color: gold;
}


/* =============================== */
/* ===== index.php 2nd column ==== */
/* =============================== */

#introduce {
	margin: 4px 0 12px 0;
	background-color: floralwhite;
	border: solid 1px #d3d3d3;
}
#introduce h2 {
	background: url(images/base02.gif) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding: 2px 8px 2px 20px;
	_padding: 4px 8px 4px 20px;
	letter-spacing: 1px;
}
#introduce a.title {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#introduce a.title:hover {
	color: gold;
}
#introduce .explanation {
	padding: 4px 8px 6px 8px;
	margin-bottom: -1px;
	_margin-bottom: 0;
	border-left: solid 1px #ffbe37;
	border-right: solid 1px #ffbe37;
	_border: 0;
	border-bottom: dotted 1px #ffbe37;
}
/* -------------------- */

#recommendedSeries {
	margin: 4px 0 12px 0;
}

#recommendedSeries h2 {
	padding: 0 0 2px 4px;
	margin: 0 0 4px; 0;
	font-size: 14px;
	border-bottom: solid 2px #ffbe37;
}
#recommendedSeries p.more {
	text-align: right;
}

#recommendedSeries p.more a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

#recommendedSeries p.more a:hover {
	color: gold;
}

div.seriesInfo {
	margin: 4px 0 4px 0;
	padding: 8px;
	width: 96%; /* IE6 の文字が消えるバグ対策 */
	background-color: floralwhite;
	border: solid 1px #d3d3d3;
}

div.seriesInfo img {
	margin: 0 10px 4px 0;
	height: 80px;
	width: 80px;
	float: left;
}

div.seriesInfo h3.title a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

div.seriesInfo h3.title a:hover {
	color: gold;
}

div.seriesInfo p.metadata {
	margin: 10px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
	color: dimgray;
}

div.seriesInfo div.description p {
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	color: #333333;
}

a.seriesInfoSimple {
	display: block;
	margin: 4px 0 4px 0;
	padding: 8px;
	width: 92%; /* IE6 の文字が消えるバグ対策 */
	background-color: floralwhite;
	border: solid 1px #d3d3d3;
	text-decoration: none;
}
a.seriesInfoSimple:hover {
	background-color: gold;
}
a.seriesInfoSimple h3.title {
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.seriesInfoSimple div.description p {
	margin: 6px 0px 0px 0px;
	font-size: 10px;
	color: #333333;
}

/* -------------------- */

#articles {
	margin: 4px 0 8px 0;
}
#articles h2 {
	background: url(images/base02.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 2px 8px 2px 20px;
	_padding: 4px 8px 4px 20px;
	letter-spacing: 1px;
}
#articles a.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#articles a.title:hover {
	color: gold;
}

#articles .article {
	background: url(images/icon05.gif) no-repeat 6px 19px;
	_background: url(images/icon05.gif) no-repeat 6px 13px;
	padding: 6px 6px 4px 16px;
	border-bottom: dotted 1px gray;
}
#articles .article h3 {
	padding: 2px;
}
#articles .article h3 a.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#articles .article h3 a.title:hover {
	color: gold;
}
#articles .article p.metadata {
	text-align: right;
	font-size: 12px;
	color: dimgray;
}
#articles .article div.description p {
	padding: 2px;
	font-size: 13px;
	color: #333333;
}
/* -------------------- */
#series {
	margin: 4px 0 8px 0;
}
#series h2 {
	background: url(images/base02.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: black;
	padding: 2px 8px 2px 20px;
	_padding: 4px 8px 4px 20px;
	letter-spacing: 1px;
}
#series a.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#series a.title:hover {
	color: gold;
}

#series .article {
	padding: 6px 6px 4px 0px;
}
#series .article h3 {
	padding: 2px;
}
#series .article h3 a.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#series .article h3 a.title:hover {
	color: gold;
}

#series img{
	margin: 3px 3px 3px 3px;
	vertical-align: top;
	float:left;
	width : 6em ; 
	height : 6em ;
}

#series table{
	width: 100%;
}

#series td {
	padding: 4px 0px 4px 0px;
}

#series td.meta{
	text-align: right;
	vertical-align: bottom;
	font-size: 12px;
	color: dimgray;
	border-bottom: dotted 1px gray;
}

#series td.desc{
	text-align: left;
	vertical-align: top;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	font-size: 13px;
	color: #333333;
}

#series td.img{
	text-align: left;
	vertical-align: top;
}

#series td a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
#series td a:hover {
	color: gold;
}

#series p.metadata {
	text-align: right;
	font-size: 12px;
	color: dimgray;
}

/* =============================== */
/* ===== index.php 3rd column ==== */
/* =============================== */

#search {
	background-color: floralwhite;
	margin: 4px 0 12px 0;
	padding: 6px 4px;
	border: solid 1px #ffbe37;
}
#search h2 {
	background: url(images/icon10.gif) no-repeat 8px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0 8px 1px 28px;
}
#search form {
	padding: 1px 8px;
}

.specialTopic {
	margin: 4px 0 8px 0;
	border: solid 1px #666666;
}

.specialTopic h2 {
	background: url(images/base01.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 2px 8px 2px 20px;
	_padding: 2px 8px 4px 20px;
	letter-spacing: 1px;
}
.specialTopic div.description p {
	padding: 4px 8px;
	font-size: 13px;
	color: #333333;
}
.specialTopic .image {
	margin: 4px 0;
	padding: 0 8px;
}
.specialTopic .image h4 {
	font-weight: bold;
	font-size: 12px;
}
.specialTopic .image img {
}

#activities {
	margin: 4px 0 8px 0;
	border: solid 1px #666666;
}

#activities h2 {
	background: url(images/base01.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 2px 8px 2px 20px;
	_padding: 2px 8px 4px 20px;
	letter-spacing: 1px;
}
#activities div.description p {
	padding: 4px 8px;
	font-size: 13px;
	color: #333333;
}
#activities p.more {
	padding: 4px 8px;
	font-size: 13px;
	text-align: right;
}

#activities h4 {
	display: none;
}

#activities ul.st-related-posts {
	padding: 4px 8px 4px 12px;
}
#activities ul.st-related-posts li {
	background: url(images/icon03.gif) no-repeat 0 8px;
	_background: url(images/icon03.gif) no-repeat 0 7px;
	padding: 4px 0 4px 16px;
	font-size: 13px;
	color: #333333;
	list-style: none;
}


/* =============================== */
/* ========== single.php ========= */
/* =============================== */

.single {
	padding: 8px 8px 16px 8px;
	letter-spacing: 1px;
}
.single h3 {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: solid 1px #d3d3d3;
}
.single h3 a.title {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 0 0 8px 0;
}
.single h3 a.title:hover {
	color: gold;
}
.single p.metadata {
	padding: 12px 0 8px 0;
	margin: 0 0 28px 0;
	text-align: right;
	font-size: 13px;
	color: dimgray;
}
.single p.trackback {
	margin: 0 0 28px 0;
	padding: 8px 16px;
	border: solid 1px #d3d3d3;
	background-color: floralwhite;
	font-size: 12px;
	color: dimgray;
}
.single div.comments {
	padding: 0 0 0 12px;
	width: 80%;
}
.single div.comments div.comment {
	padding: 12px 0 4px 0;
	border-bottom: dotted 1px #d3d3d3;
}
.single div.comments div.comment p {
	padding: 0 0 4px 0;
	font-size: 13px;
}
.single div.comments div.comment p strong {
	padding: 0 0 4px 26px;
	background: url(images/icon12.gif) no-repeat 0 1px;
}
.single div.comments div.comment .metadata {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.single div.comments #commentForm {
	margin: 20px 0 0 0;
}
.single div.comments #commentForm label {
	font-size: 14px;
}
.single div.comments #commentForm p {
	margin: 0 0 6px 0;
}

.single .singleArticlePages {
	text-align: center;
	margin: 24px auto;
}
.single .singleArticlePages a {
	border: solid 1px #666666;
	padding: 4px;
	margin: 0 2px;
	text-decoration: none;
	color: orange;
}
.single .singleArticlePages a:hover {
	background-color: gold;
	color: white;
}
.single fieldset {
	display: none;
}

/* -------------------- */
/* ・ｽ・ｽ・ｽe・ｽL・ｽ・ｽ・ｽﾌス・ｽ^・ｽC・ｽ・ｽ   */
/* -------------------- */

.single div.description h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 32px 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: solid 1px #d3d3d3;
}
.single div.description h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 4px 0;
}
.single div.description h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 4px 0;
}
.single div.description p {
	margin-top: 12px;
	padding: 8px 0;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
}
.single div.description div.img {
	margin: 8px 0;
}
.single div.description div.img p.figureTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.single div.description div.img p {
	margin: 0;
	padding: 0;
}
.single div.description div.img p img {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.single div.description blockquote {
	margin: 12px 24px;
	padding: 0 8px;
	background-color: lavender;
	border-left: solid 4px darkslateblue;
}
.single div.description div.column {
	margin: 12px 24px 24px 24px;
	padding: 8px;
	background: #f9f9f9 url(images/column.gif) no-repeat 8px 4px;
	border: solid 1px lightsteelblue;
	color: #666666;
}
.single div.description ul {
	margin: 6px 0;
	padding-left: 8px;
}
.single div.description ol {
	margin: 6px 0;
	padding-left: 28px;
}
.single div.description ul li {
	padding: 2px 0 2px 20px;
	background: url(images/icon05.gif) no-repeat 2px 7px;
	list-style: none;
}
.single div.description ol ul li {
	padding: 2px 0 2px 30px;
}
.single div.description ol li {
	padding: 2px 0;
}
.single div.description dl {
}
.single div.description dl dt {
	font-weight: bold;
	margin-top: 8px;
}
.single div.description dl dd {
	padding: 1px 0 4px 30px;
}
.single div.description table {
	border-collapse: collapse;
	margin: 4px 0;
}
.single div.description table tr {
}
.single div.description table th {
	background-color: darkslateblue;
	border: solid 2px white;
	padding: 4px 8px;
	color: white;
}
.single div.description table td {
	background-color: lavender;
	border: solid 2px white;
	padding: 4px 8px;
	color: #333333;
}

.single div.description div.code {
	margin: 8px 0;
}
.single div.description div.code p.figureTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.single div.description div.code pre {
	padding: 4px;
	width: 97%;
	overflow: auto;
	background-color: lavender;
	border: solid 1px lightsteelblue;
	font-size: 15px;
	font-family: monospace;
	color: #333333;
	letter-spacing: 0;
}

.single div.description p.figureTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.single div.description pre.code {
	padding: 4px;
	width: 97%;
	overflow: auto;
	background-color: lavender;
	border: solid 1px lightsteelblue;
	font-size: 15px;
	font-family: monospace;
	color: #333333;
	letter-spacing: 0;
}
.single div.description pre.code .synSpecial { color: #c000c0; }
.single div.description pre.code .synType { color: #008000; }
.single div.description pre.code .synComment { color: #0000c0; }
.single div.description pre.code .synPreProc { color: #c000c0; }
.single div.description pre.code .synIdentifier { color: #008080; }
.single div.description pre.code .synConstant { color: #c00000; }
.single div.description pre.code .synStatement { color: #804000; }

.single div.description pre.code span.tag { color: #0000ff; }
.single div.description pre.code span.attr { color: #000;  }
.single div.description pre.code span.value { color: #900; }
.single div.description pre.code span.str { color: #009900; }
.single div.description pre.code span.num { color: #009900; }
.single div.description pre.code span.keyword { color: #0000ff; }
.single div.description pre.code span.rem { color: #909; }


/* -------------------- */

.summary {
	background: url(images/icon05.gif) no-repeat 6px 19px;
	_background: url(images/icon05.gif) no-repeat 6px 13px;
	padding: 8px 8px 4px 16px;
	margin: 0 0 4px 0;
	letter-spacing: 1px;
	border-bottom: dotted 1px dimgray;
}
.summary h3 {
	margin: 0 0 8px 0;
}
.summary a.title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding: 0 0 4px 4px;
}
.summary a.title:hover {
	color: gold;
}
.summary div.description p {
	padding: 2px;
	line-height: 18px;
	font-size: 13px;
	color: #333333;
}
.summary p.metadata {
	padding: 0 0 4px 0;
	text-align: right;
	font-size: 12px;
	color: dimgray;
}


/* -------------------- */

/* =============================== */
/* ====== searchResultPage ======= */
/* =============================== */

.searchResultCol1 {
}

.searchResultPage .summary {
	margin: 0 0 4px 0;
	border: 0;
}
.searchResultPage .summary h3 {
	margin: 0 0 6px 0;
	font-size: 19px;
}
.searchResultPage .topicSummary h3 {
	/* background-image: url(images/topic.gif); topic・ｽﾅゑｿｽ・ｽ邱・ｽﾆゑｿｽ・ｽ・ｽA・ｽC・ｽR・ｽ・ｽ */
	border-left: solid 18px gold;
	padding-left: 12px;
}
.searchResultPage .productSummary h3 {
	/* background-image: url(images/product.gif); product・ｽﾅゑｿｽ・ｽ邱・ｽﾆゑｿｽ・ｽ・ｽA・ｽC・ｽR・ｽ・ｽ */
	border-left: solid 18px gold;
	padding-left: 12px;
}
.searchResultPage .summary a {
	color: blue;
	text-decoration: underline;
}
.searchResultPage .summary div.description {
	margin: 0 0 6px 0;
	font-size: 16px;
}
.searchResultPage .summary div.description p {
	padding: 0;
	line-height: 22px;
}
.searchResultPage .summary p.metadata {
	font-size: 16px;
	color: dimgray;
	text-align: left;
	padding: 4px 0;
}

/* =============================== */
/* =========== page.php ========== */
/* =============================== */

.cpPage #col1 {
	float: left;
	width: 160px;
	padding: 10px 15px 0 0;
}
.cpPage #col2 {
	float: left;
	width: 550px;
	padding: 10px 15px 0 0;
}
.cpPage #col3 {
	float: left;
	width: 240px;
	padding: 10px 0 0 0;
}

/* -------------------- */

#subMenu {
/*	background-color: floralwhite; */
}
#subMenu ul {
}
#subMenu ul li {
	list-style: none;
	border: solid 1px #ffbe37;
	background: floralwhite url(images/menubutton.png) no-repeat;
	padding: 2px;
	margin: 4px;
}
#subMenu ul li a {
	display: block;
	border-left: solid 3px #ffbe37;
	padding: 0 0 0 8px;
	margin: 2px 0 2px 6px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 2px;
	text-decoration: none;
}
#subMenu ul li a:hover {
	color: gold;
}

#pageContent {
}

#pageContent h3 {
	font-size: 26px;
	margin: 0 0 12px 0;
}

#pageContent h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 8px 0;
	padding: 4px 0 4px 4px;
	border-bottom: solid 2px #d3d3d3;
	background-color: lightyellow;
}
#pageContent h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 4px 0;
}
#pageContent h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 4px 0;
}
#pageContent p {
	margin-top: 12px;
	font-size: 16px;
	line-height: 24px;
}
#pageContent blockquote {
	margin: 12px 24px;
	padding: 0 8px;
	background-color: lavender;
	border-left: solid 4px darkslateblue;
}
#pageContent div.column {
	margin: 12px 24px 24px 24px;
	padding: 8px;
	background: #f9f9f9 url(images/column.gif) no-repeat 8px 4px;
	border: solid 1px lightsteelblue;
	color: #666666;
}
#pageContent ul {
	margin: 6px 0;
	padding-left: 8px;
}
#pageContent ol {
	margin: 6px 0;
	padding-left: 28px;
}
#pageContent ul li {
	padding: 2px 0 2px 20px;
	background: url(images/icon05.gif) no-repeat 2px 7px;
	list-style: none;
}
#pageContent ol li {
	padding: 2px 0;
}
#pageContent dl {
}
#pageContent dl dt {
	font-weight: bold;
	margin-top: 8px;
}
#pageContent dl dd {
	padding: 1px 0 4px 30px;
}
#pageContent table {
	border-collapse: collapse;
	margin: 4px 0;
}
#pageContent table tr {
}
#pageContent table th {
	background-color: darkslateblue;
	border: solid 2px white;
	padding: 4px 8px;
	color: white;
	font-weight: bold;
	text-align: left;
}
#pageContent table td {
	background-color: lavender;
	border: solid 2px white;
	padding: 4px 8px;
	color: #333333;
}
#pageContent table table {
	border-collapse: collapse;
}
#pageContent table table tr {
}
#pageContent table table th {
	background-color: lavender;
	border: 0;
	padding: 4px 8px 4px 0;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
#pageContent table table td {
	background-color: lavender;
	border: 0;
	padding: 4px 8px 4px 0;
	color: #333333;
	text-align: left;
}

#pageContent p.figureTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#pageContent pre.code {
	margin: 4px 0;
	padding: 4px;
	width: 97%;
	overflow: auto;
	background-color: lavender;
	border: solid 1px lightsteelblue;
	font-size: 15px;
	font-family: monospace;
	color: #333333;
	letter-spacing: 0;
}
#pageContent pre.code .synSpecial { color: #c000c0; }
#pageContent pre.code .synType { color: #008000; }
#pageContent pre.code .synComment { color: #0000c0; }
#pageContent pre.code .synPreProc { color: #c000c0; }
#pageContent pre.code .synIdentifier { color: #008080; }
#pageContent pre.code .synConstant { color: #c00000; }
#pageContent pre.code .synStatement { color: #804000; }

#pageContent pre.code span.tag { color: #0000ff; }
#pageContent pre.code span.attr { color: #000;  }
#pageContent pre.code span.value { color: #900; }
#pageContent pre.code span.str { color: #009900; }
#pageContent pre.code span.num { color: #009900; }
#pageContent pre.code span.keyword { color: #0000ff; }
#pageContent pre.code span.rem { color: #909; }

#pageContent h4.declaration {
	background: url(images/icon02.gif) no-repeat 2px 7px;
	padding: 0 0 0 18px;
	border: 0;
}



/* =============================== */
/* ========== index.php ========== */
/* =============================== */

.messagePage #col1 {
	padding: 20px 0 0 0;
	text-align: center;
}

.messagePage p {
	margin: 12px;
	font-size: 16px;
}

/* =============================== */
/* ========== Tag Cloud ========== */
/* =============================== */
#tagCloud {
	margin: 4px 0 8px 0;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
	display: block;
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}


/* ------ */

#pageDescription {
	margin: 20px 0 8px 0;
	padding: 8px;
	border: solid 1px dimgray;
	background-color: #f9f9f9;
}
#pageDescription h2.title {
	background: url(images/icon02.gif) no-repeat 6px 9px;
	padding: 4px 0 4px 20px;
	font-size: 16px;
}
#pageDescription div.body {
	margin: 8px;
	width: 95%;
}
#pageDescription div.body img {
	float: right;
	margin: 0 0 8px 8px;
}
#pageDescription div.body div.description {
	font-size: 14px;
}


#authorProfile {
	margin: 8px 0;
	padding: 8px;
	border: solid 1px dimgray;
	background-color: #f9f9f9;
}
#authorProfile h2.title {
	background: url(images/icon02.gif) no-repeat 6px 9px;
	padding: 4px 0 4px 20px;
	font-size: 16px;
}
#authorProfile div.body {
	margin: 8px;
	width: 95%;
}
#authorProfile div.body img {
	float: left;
	margin: 0 8px 8px 0;
}
#authorProfile div.body p.name {
	font-weight: bold;
}
#authorProfile div.body div.description {
	padding: 12px 0 2px 0;
	font-size: 14px;
}


#relatedPosts {
	margin: 16px 0 48px 0;
}
#relatedPosts h4 {
	display: none;
}
#relatedPosts h2.title {
	background: url(images/base01.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 2px 8px 2px 20px;
	_padding: 4px 8px 4px 20px;
	letter-spacing: 1px;
}
#relatedPosts ul.st-related-posts {
	margin: 4px;
}
#relatedPosts ul.st-related-posts li {
	background: url(images/icon06.gif) no-repeat 6px 11px;
	padding: 2px 4px 2px 22px;
	list-style: none;
}
#relatedPosts ul.st-related-posts li a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
#relatedPosts ul.st-related-posts li a:hover {
	color: gold;
	text-decoration: underline;
}


#feedList {
	margin: 48px 0 0 0;
}
#feedList h2 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
}
#feedList p.feed {
	padding: 4px 0 4px 12px;
	font-size: 11px;
	letter-spacing: 1px;
}
#feedList p.feed a {
	text-decoration: none;
	color: #000000;
}
#feedList p.feed a:hover {
	color: gold;
}
#feedList p.feed a img {
	padding: 0 6px 0 0;
}

