/**
 * Master Stylesheet
 * 
 * @project Grassy Hill Software
 * @site http://grassyhillsoftware.com
 * @copyright 2009
 * @author Colin Michael <colin@grassyhillsoftware.com>
 * @date 2009-02-12
 * @version 2009.02.20.1
 * @cssdoc version 1.0-pre
 * @colordef #b0e0b0; medium green (Background)
 * @colordef #1e1e1e; light black (Content)
 * @colordef #006600; dark green (h1)
 * @colordef #336633; faded dark green (h2, h3, a:all)
 * @fontdef "Palatino Linotype", "Lucida Grande", Lucida, serif
 */

/**
 * Reset
 * 
 * @section reset
 * @see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 

/**
 * HTML Tag Selectors
 * 
 * General tags and pseudos only
 * 
 * @section tags
 */
body {
	background:#b0e0b0 url(../images/bkg.jpg) no-repeat fixed center;
	color:#1e1e1e;
	font:1.0em/1.3em "Palatino Linotype", "Lucida Grande", Lucida, serif;
}
a {
	color:#363;
	font-size:inherit;
}
h1 {
	color:#006600;
	font-size:1.5em;
	font-variant:small-caps;
	margin:10px 10px 5px 0;
}
h2 {
	color:#336633;
	font-size:1.3em;
	font-variant:small-caps;
	margin:10px 10px 5px 0;
}
h3 {
	color:#336633;
	font-size:1em;
	font-variant:small-caps;
	margin:8px 8px 4px 0;
}
hr {
	color:#070;
	background-color:#770;
	border:0;
	height:1px;
	margin:10px auto;
	text-align:center;
	width:96%;
}
img {
	border:0;
}
p {
	margin:0 0 5px 0;
	text-align:justify;
}
p:first-letter {
	margin-left:25px;
}

/**
 * ID Selectors
 * 
 * @section id
 */
#content {
	background:white;
	border:2px solid #006000;
	color:#1e1e1e;
	margin:5px auto 20px auto;
	padding:15px 20px;
	width:800px;
}
#top {
	background:white;
	border:2px solid #006000;
	margin:5px auto;
	padding:7px 20px 20px;
	width:800px;
}
#top ul {
	margin-top:15px;
}

/**
 * Class Selectors
 * 
 * @section class	
 */
.alc {
	text-align:center;
}
.alr {
	text-align:right;
}
.b {
	font-weight:bold;
}
.border1 {
	border:1px solid black;
	padding:4px;
}
.i {
	font-style:italic;
}
.indent5 {
	margin-left:5px;
}
.indent10 {
	margin-left:10px;
}
.indent25 {
	margin-left:25px;
}
.indent100 {
	margin-left:100px;
}
.justify {
	text-align:justify;
}
.letters {
	background:#b0e0b0 url(../images/bkg.jpg) no-repeat fixed center;
	border:1px solid #006000;
	display:inline;
	font-family:"Courier New", "Andale Mono", Courier, monospace, Monaco;
	font-size:48px;
	list-style-type:none;
	margin:0 25px 5px 0;
	padding:0 10px;
	text-align:center;
}
.links {
	background:#b0e0b0 url(../images/bkg.jpg) no-repeat fixed center;
	display:inline;
	border:1px solid #006000;
	font-family:"Courier New", "Andale Mono", Courier, monospace, Monaco;
	font-size:1.3em;
	list-style-type:none;
	margin:5px 25px 5px 0;
	padding:10px;
	text-align:center;
}
.m5 {
	margin:5px;
}
.m10 {
	margin:10px;
}
.m25 {
	margin:25px;
}
.mauto {
	margin-left:auto;
	margin-right:auto;
}
.med {
	font-size:medium;
}
.menu {
	background:white;
	border:2px solid #006000;
	color:#004000;
	margin:20px auto;
	padding:22px 20px;
	text-align:center;
	width:800px;
}
.small {
	font-size:0.9em;
}
.u {
	text-decoration:underline;
}
.xsmall {
	font-size:0.8em;
}

