/*
Theme Name: harv
Description: 
Version:1.0.0
Author:Koji Toma
*/

/* コンテナ */
div#container	{width: 800px;
	margin: auto}

/* ヘッダー */
div#header	{height: 150px;
        background-image: url(img/header.jpg);
	text-align: center;}

div#header h1	{font-size: 1.875em;
	text-indent: -9999px;
	background-image: url(img/logo24.png);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
        height: 40px;
	margin-top: 30px;
	margin-left: 40px;
	_margin-left: 20px;
	float: left;
}

div#header h1 a	{text-decoration: none;
	color: #FFFFFF}

div#description {font-size: 1em;
        color: #ffffff;
	display: block;
	margin: 42px 0px 0px 10px;
	float: left;
}

/* コンテンツ */
div#content	{width: 555px;
	float: left;
	margin-bottom: 20px}

p#pagetitle	{font-size: 0.875em;
	font-weight: bold;
	color: #2b76cc;
	border: dotted 1px #2b76cc;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px}

/* 記事 */
div.post	{border: solid 1px #cccccc;
	padding: 15px;
	margin: 15px auto}

div.post h2	{background-image: url(img/mark.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0.875em;
	border-bottom: solid 1px #aaaaaa;
	padding: 0px 0px 3px 20px;
	margin: 0}

div.post h2 a	{text-decoration: none;
	color: #000000}

div.post p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

p.postinfo	{color: #2b76cc;
	text-align: right;
	margin: 20px 0 0;
	clear: both}

p.postinfo a	{color: #2b76cc}


/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

div.post img	{border: none}

.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 2px}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}

/* コメント */
#comments	{clear: both}

div#com	{border: solid 1px #999999;
	padding: 0 18px;
	margin-top: 45px}

textarea	{width: 400px}

div#com h3	{font-size: 0.875em;
	border-bottom: solid 1px #999999;
	padding-bottom: 3px;
	margin-top: 20px}

div#com p	{font-size: 0.75em}

div.compost	{border-bottom: dotted 1px #cccccc}

p.cominfo	{text-align: right}

div#com a	{color: #2b76cc}

p#comfeed img	{vertical-align: middle}

p#comfeed a	{color: black;
	text-decoration: none}

p#comfeed	{background-color: #eeeeee;
	padding: 8px;
	margin-top: 30px}

p#trurl	{background-color: #eeeeee;
	padding: 8px;
	margin-bottom: 30px}

/* ページリンク */
p.pagelink a	{font-size: 0.75em;
	color: #2b76cc}

span.pageprev	{float: left}

span.pagenext	{float: right}

/* カレンダー */

#wp-calendar	{width: 100%;

	margin-bottom: 20px;

	font-size: 0.75em}



#wp-calendar a	{color: #2b76cc}

#wp-calendar td, #wp-calendar th {text-align: center}

#wp-calendar caption	{background-image: url(img/menubar.png);
background-repeat: no-repeat;
color: white;
padding: 6px 8px;
text-align: left}

#wp-calendar #prev	{text-align: left;
padding-top: 3px;
padding-left: 3px}

#wp-calendar #next	{text-align: right;
padding-top: 3px;
padding-right: 3px}

/* サイドバー */
div#sidebar	{width: 220px;
	float: right;
	margin: 20px auto;
}

div#sidebar h2	{background-image: url(img/menubar.png);
	background-repeat: no-repeat;
        background-position: left center;
        font-size: 0.75em;
	color: white;
	padding: 6px 8px;
	margin: 0}

div#sidebar li	{font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
        background-position: left center;
	padding-left: 16px;
	vertical-align: top}

div#sidebar li a	{color: #000000;
	text-decoration: none}

div#sidebar ul	{margin: 8px 8px 20px;
	padding: 0}

/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	padding: 5px;
	margin: 20px 10px 10px 0px}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}

/* フッター */
div#footer	{height: 80px;
        background-image: url(img/footer.jpg);
        text-align: center;
	clear: both}

address	{
        color: #ffffff;
        font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	padding-top: 15px}

address a	{color: #666666}



