/*
	keitr.com Stylesheet
	Copyright (C) 2007-2008 Keito Uchiyama. All rights reserved.

	Assumes YUI Reset + Fonts CSS

	Color palette from:
	http://www.colourlovers.com/palette/247734/%E6%9D%B1%E4%BA%AC%E8%8A%B1%EF%BC%91
*/
body, table {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 9pt;
}
html {
    background-color:#333;
}
body {
    text-align: center;
    padding-top: 20px;
}
html.inframe body {
	text-align: left;
	padding: 0;
}
html.inframe {
	background-color: #FFFFFF;
}
a:link,a:visited,a:active {
    color: #a6522d;
    text-decoration: none;
}
a:link:hover,a:visited:hover,a:active:hover {
	color: #452F2A;
    text-decoration: underline;
}
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #478e0d;
	margin: .5em 0;
}
.byline {
	font-size: 77%;
	font-weight: normal;
	color: #452F2A;
}
h2 {
	font-size: 105%;
	font-weight: bold;
	color: #555;
	margin: .5em 0 1em 0;
	padding-bottom: 4px;
	text-transform: uppercase;
	border-bottom: solid 2px #ccc;
	letter-spacing: .3em;
}
p {
	margin-bottom: 1em;
	line-height: 130%;
}
ul, ol { margin:1em; }
ul li { list-style-type: disc; }
ul, ol { margin-left:2em; }
ol li {
	list-style: decimal outside;
	line-height: 130%;
}
strong { font-weight: bold; }

/* Classes */
.floater { float: right; margin: .8em 0 .8em .8em; }
.floater img { border: solid 1px black; }
.floater div { font-size: 85%; }

table.data { margin-bottom: 1em; }
table.data th {
	font-weight: bold;
	border-bottom: solid 2px #478e0d;
	padding: .2em .5em;
	margin-right: .3em;
}
table.data td {
	border-bottom: solid 1px #cedba2;
	padding: .2em .5em;
	margin-right: .3em;
}

/* Specific */
#page {
	margin: 0 auto 0 auto;
	text-align:left;
	background-color: #ffffff;
	width: 700px;
  float: left;
}
#header {
	height: 151px;
	background: url('images/keitr_squirrel.jpg') no-repeat;
	padding-bottom: 24px;
}
#navbarb {
	position: absolute;
	top: 162px;
	background: #478e0d;
	width: 700px;
	height: 21px;
	/* All four required to achieve opacity in all browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#navbar {
	position: absolute;
	top: 162px;
	width: 700px;
}
#navbar ul {
	margin: 0;
	padding-left: .5em;
}
#navbar ul li {
	display: block;
	float: left;
	list-style-type: none;
	width: 6em;
	text-align: center;
	padding: 3px 0;
}
#navbar ul li a {	
	color: #cedba2;
	font-weight: bold;
}
#navbar ul li:hover a {
	text-decoration: underline;
}
#header ul li:hover {
	cursor: pointer;
}
#header ul li.sel a {
	color: #000;
}
#header ul li.sel {
	background-color: #fff;
	border-top: solid 3px #478e0d;
	position: relative;
	top: -3px;
}
#content { padding: 0 1em .5em 1em; }
#footer {
	padding: .8em 1em;
	font-size: 85%;
	color: #bbbbbb;
  clear: both;
  margin-right: 170px;
}
#footer a { color: #bbbbbb; }
#infobar {
	background-color:#F4F695;
	padding:.5em 1em;
	margin-bottom:1em;
}
#infobar hr {
	color: #88211C;
	border: none;
	border-top: solid 1px #88211C;
	height: 1px;
}
pre {
	background-color:#F4F695;
	padding:1em;
	margin-bottom:1em;
	font-family: Consolas, Monaco, Courier, "Courier New";
}
dd {
  margin-left: 2em;
  margin-bottom: 1em;
}
ul.instructions li {
  margin-bottom: .5em;
}
#gad {
  float: left;
  padding-left: 10px;
}
#rapper {
  width: 890px;
  margin: 0 auto;
}

