﻿/**
 * Master Stylesheet
 * 
 * @project Scale Hobbies
 * @site http://www.Scale-Hobbies.com
 * @copyright 2010
 * @author Colin Michael <grassyhillsoftware@gmail.com>
 * @date 2010-02-20
 * @version 2010.00.00.2
 * @cssdoc version 1.0-pre
 * @colordef #f0f0f0;  (Background)
 * @colordef #1e1e1e; light black (Content)
 * @colordef #1e1e1e;  (h1)
 * @colordef #808080; (h2, h3, a:all)
 * @fontdef Arial, Helvetica, sans-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-color:#300000;
	color:#0c0c0c;
	font:0.9em/1.1em Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
}
a {
	color:#900000;
}
h1, h2, h3, h4, h5 {
    font-variant:small-caps;
}
h1 {
	color:#800000;
	font-size:1.5em;
}
h2 {
	color:#1c1c1c;
	font:1.2em/1.2em sans-serif;
	margin-bottom:5px;
}
h3 {
	color: #000080;
	font-size: 1.1em;
}
h4 {
    font-size:1em;
}
p {
    font-size:0.9em;
    margin-bottom:5px;
	text-align:justify;
}

/**
 * ID Selectors
 * 
 * @section id
 */
#banner {
    background-color:#7c7c7c;
    text-align:center;
}
#main {
    background-color:inherit;
    margin:0 auto;
    width:900px;
}
/**
 * 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;
	margin-right:10px;
}
.indent20 {
	margin-left:20px;
	margin-right:20px;
}
.indent30 {
	margin-left:30px;
}
.indent40 {
	margin-left:40px;
}
.indent100 {
	margin-left:100px;
}
.justify {
	text-align:justify;
}
.m-10 {
    margin-top:-10px;
}
.m0 {
    margin:0;
}
.m5 {
	margin:5px;
}
.m10 {
	margin:10px;
}
.m25 {
	margin-left:25px;
}
.mauto {
	margin-left:auto;
	margin-right:auto;
}
.mb-15 {
    margin-bottom:-15px;
}
.small {
	font-size:0.85em;
}
.u {
	text-decoration:underline;
}
.ulist li {
	list-style-type:disc;
	line-height:1.2em;
	margin:0 0 0 25px;
	text-align:justify;
}
.xsmall {
	font-size:0.75em;
}

