/*
Theme Name: Sample Theme
Theme URI: http://olnl.jp
Description: This is my sample theme.
*/

/* コンテナ */
/*
div#container {
	width: 960px;
	margin: auto;
	}
*/
/* ヘッダー */
/*
div#header { background-color: #a8d1ff; 
	padding-top: 38px;
	padding-bottom: 100px;
	}

div#header h1 { font-size: 1.875em; margin 0 20px;; }

div#header h1 a { text-decoration: none; color: #2b76cc; }

div#header p { font-size: 0.75em; margin 8px 20px 0; }
*/

/* メイン */
div#main {
	width: 790px;
	margin-right: 10px;
	float: left;
}

/* コンテンツ */
div#content {
	width: 620px;
	float: right;
	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 #2b76cc;
	padding: 18px;
	margin: 20px auto;
	}

div.post h2 {
	font-size: 0.875em;
	border-bottom: solid 1px #8cc63f;
	padding-bottom: 5px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	}

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 ;
	}

p.postinfo a {
	color: #2b76cc;
	}

/* ページリンク */
p.pagelink a {
	font-size: 0.75em;
	color: #2b76cc;
}

span.pageprev {
	float: left;
}

span.pagenext {
	float: right;
}

/* 左サイドバー */
div#left-sidebar {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div#left-sidebar h2 {
	background-color: #8cc63f;
	font-size: 0.75em;
	color: white;
	padding: 2px 8px;
	margin: 0;
	text-align: left;
}

div#left-sidebar li {
	font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 4px;
	padding-left: 6px;
	vertical-align: top;
}

div#left-sidebar li a {
	color: #000000;
	text-decoration: none;
}

div#left-sidebar ul {
	margin: 8px 8px 10px;
	padding: 0;
}

/* カレンダー */
#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-color: #8cc63f;
	color: white;
	padding: 2px 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;
}

/* RSS FEED */
p.feed {
	font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	/*border: solid 1px #8cc63f;*/
	/*padding: 5px;*/
	/*margin: 25px 0px;*/
}

p.feed a {
	color: #444444;
	text-decoration: none;
}

p.feed img {
	vertical-align: middle;
	margin-right: 8px;
}

/* 右サイドバー */
div#right-sidebar {
	width: 150px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}

div#right-sidebar h2 {
	background-color: #8cc63f;
	font-size: 0.75em;
	color: white;
	padding: 2px 8px;
	margin: 0;
	text-align: left;
}

/* 検索フォーム */
input#s {
	width: 140px;
	margin-bottom: 5px;
}
