/* yui reset v2.6.0 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body {
	font-size: 62.5%;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
h1, h2, h3 {
	font-weight: bold;
	color: #000;
	margin: .5em 0;
}
h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
  
}
h2 {
	font-size: 2em;
	margin-bottom: 1em;
}
h3 {
  font-size: 1.4em;
}
strong {
  font-weight: bold;
}
#header {
	padding: 20px;
	background-color: #eee;
	border-bottom: 5px solid #ccc;
	position: relative;
}
#header h1 {
	font-size: 3em;
	color: #000;
	margin: 0 0 6px 0;
}
#header h1 a {
  color: #000;
  text-decoration: none;
}
#header h1 a:hover {
  text-decoration: underline;
}
#header h1 span {
	font-size: .8em;
	color: #666;
}
#header form {
  width: 65em;
  padding: 0 110px;
  margin: 0 auto;
	background: transparent url('/selkologo.png') no-repeat 0 0;
}
#query, #submit {
	font-size: 2.3em;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	border: 2px solid #333;
}
#query {
	padding: 6px 5px;
	margin: 8px 6px 6px 0;
	border-color: #333 #999 #999 #333;
	color: #333;
	width: 24em;
}
#query.empty {
	color: #999;
}
#query:focus {
	background-color: #ffc;
	border: 8px solid #000;
	margin: 2px 0 0 -6px;
	color: #000;
}
#submit {
	padding: 5px 10px;
	border-color: #999 #333 #333 #999;
	background-color: #ddd;
}

#spelling {
	margin-left: 6px;
	font-size: 2em;
	color: #666;
}
#spelling.hidden {
	display: none;
}
#spelling a {
	font-weight: bold;
}

/* index */
#container {
  width: 70em;
  margin: 2em auto;
  padding-left: 5em;
}
#main dl {
  border-bottom: 2px solid #666;
  margin-bottom: 4em;
  padding-bottom: 2em;
}
#main dt {
  font-size: 1.6em;
  margin-bottom: 5px;
}
#main dt a {
  color: #00f;
  font-weight: bold;
}
#main dt a:hover {
  text-decoration: underline;
}
#main dt a:visited {
  color: #800080;
}
#main dt a span {
  color: #00f;
  text-decoration: underline;
}

#main dd {
  font-size: 1.4em;
  padding-left: 1em;
  margin-bottom: 2em;
}

#poem {
  font-size: 1.3em;
  color: #666;
  text-align: center;
}
#poem p {
  margin-bottom: 1em;
}

/* search */

#results {
	width: 65em;
	margin: 0 auto;
}
#results span.total {
	display: block;
	font-size: 1.4em;
	margin-top: 1em;
	color: #444;
}
#results span.total strong {
	font-weight: bold;
	color: #000;
}
#results ul {
	margin-top: 2em;
}
#results li {
	position: relative;
	margin-bottom: 3em;
	padding: 3px 50px 3px 20px;
	border: 1px solid transparent;
}
#results li:hover {
	background-color: #eee;
	border: 1px solid #ddd;
}
#results li h2 {
  font-family: 'Droid Sans', Arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0 -15px;
}
#results li p,
#results li dl {
	font-size: 1.6em;
	line-height: 1.5em;
	margin-bottom: .5em;
}
#results li p:hover {
	cursor: pointer;
}
#results li h2 strong,
#results li h2 b {
	font-weight: bold;
	/*background-color: #ffc;*/
	padding: 2px 0;
	text-decoration: underline;
	color: #000;
}
#results li dd:before {
	content: '\2014\2003';
}

a.puhuri,
object.puhuri {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
}
.puhuri-highlight {
	color: #000;
	background-color: #ff9;
}

#search a.browse {
	font-size: 2em;
	display: block;
	margin-bottom: 2em;
}
#search a.browse.next {
	float: right;
}
#search a.browse.next:after {
	content: ' >';
}
#search a.browse.prev {
	float: left;
}
#search a.browse.prev:before {
	content: '< ';
}



