/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/*
Modified By: Chris Gaunt
Contact: chris@nihongonotes.com
*/

body {
  font-family: "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
  color: #333333;
  margin: 0;
}

a { 
	color: #0088CC;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:#0088CC;
}

a:hover {
	color: #0088CC;
}

a:active {
	color: #0088CC;
}

h1 {
	/* 22px */
	font-size: 167%;
}

h2 {
	/* 16px */
	font-size: 123.1%;
}

h3 {
	/* 14px */
	font-size: 108%;
}

h1 {
  margin: 0 0 0.6em 0;
}

h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 0.6em 0 0.4em 0;
}

h1,h2,h3 {
  color:#000000;
}

h1 a, h2 a, h3 a {
  color:#000000 !important;
}

h1 a:visited, h2 a:visited, h3:visited a {
  color:#666 !important;
}

h1 a:hover, h2 a:hover, h3:hover a {
  color: #0088CC !important;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}

p {
  line-height:1.4em;
}

optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 3em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
	margin-bottom:0.4em;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
	margin-bottom:0.4em;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
table {
  margin-top:0.4em;
  width:100%;
}

/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

input[type="text"] {
  padding:2px;
}

div.hr, div.hr-thin {
  height: 1px;
  border-bottom:solid 1px #CCC;
  margin:1em 0;
}
div.hr-thin hr, div.hr hr {
  display: none;
}

div.hr-thin {
  margin:0.3em 0;
}