/**
@prefix : <http://purl.org/net/ns/doas#> .
<http://www.bisonpets.com/screen.css> a :CSSStylesheet;
 :title "Often Pasted Seal stylesheet";
 :shortdesc "Stylesheet for HTML5 pages of this site";
 :created "2010-02-03T16:33:38+09:00";
 :release [:revision "1.0.0"; :created "2010-02-03T16:33:38+09:00"];
 :author [:name "Often Pasted Seal"; :homepage <http://www.bisonpets.com/> ];
 :license <http://creativecommons.org/licenses/BSD/> .
*/


body {
	color: #A19D9A;
	background: #F8F5EC;
	font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
}

h1, h2, h3 {
	color: #3E3530;
	font-weight: normal;
}

h1 {
	font-size: 182%;
}

h2 {
	font-size: 153.9%;
}

h3 {
	font-size: 138.5%;
}

p, ul, ol {
	line-height: 1.8;
}

ul, ol {

}

a {
	color: #3E3530;
	text-decoration: none;
}

a:link,
a:visited {

}

a:hover,
a:active {
	border-bottom: solid 1px #ff0000;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 100px;
	background: #3C3230;
	border-bottom: 10px solid #4F4440;
}

#header {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}

/* Logo */

#logo {
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 24px;
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 182%;
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	font: normal 108% Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search,
#selectbox {
	padding: 20px 0 0 0;
	float: right;
	width: 280px;
	height: 60px;
}

#search form,
#selectbox form {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 41px;
}

#search fieldset,
#selectbox fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	padding: 1px 5px;
	border: 1px solid #DEDEDE;
	width: 170px;
	color: #5D781D;
	background: #FFFFFF;
	text-transform: uppercase;
}

#search-submit {
	border: none;
	width: 50px;
	height: 22px;
	color: #000000;
	background: #B9B9B9;
}

/* Menu */

#menu {
	width: 980px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 130px;
	height: 30px;
	margin-right: 1px;
	padding: 9px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	padding-left: 0;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#page-bgtop {
	padding: 20px 0;
}
/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0 0 0 0;
}

.post {
	margin-bottom: 40px;
	border-bottom: 1px dotted #E7E2DC;
}

.post .title {
	/*height: 41px;*/
	padding: 7px 0 0 30px;
	letter-spacing: -.5px;
}

.post .title a {
	color: #3E3530;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0 30px 0 30px;
	text-align: left;
	font-weight: bold;
	font-size: 85%;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0 30px 20px 30px;
	padding-bottom: 20px;
	/*text-align: justify;*/
}

.links {
	padding-top: 20px;
	font-size: 93%;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0 20px 0 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
	margin: 0 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 85%;
	font-style: italic;
}

#sidebar h2,
#sidebar legend {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 123.1%;
}

#sidebar legend {
	margin-left: 0;
	padding-left: 0;
}

#sidebar p {
	margin: 0;
	padding: 0 30px 20px 30px;
	/*text-align: justify;*/
}

#sidebar li h2,
#sidebar li p {
	padding-left: 20px;
}

#sidebar a {
	border: none;
	color: #A19D9A;
}

#sidebar a:hover {
	border-bottom: solid 1px #333333;
	color: #8A8A8A;
	/*text-decoration: underline;*/
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #F1EDE4;
	border-top: 1px solid #EBE8DF;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	color: #A0A0A0;
	font-size: 77%;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #8A8A8A;
}
