/**
 * Master Stylesheet
 *
 * @project Cathance Web Sites
 * @site http://cathance.com
 * @copyright 2009
 * @author Colin Michael <colin@grassyhillsoftware.com>
 * @date 2009-10-30
 * @version 2009.10.30.1
 * @cssdoc version 0.1
 * @colordef #000070; dark blue (Background)
 * @colordef #1e1e1e; light black (Content)
 * @colordef #202070; medium dark blue (h1)
 * @colordef #404070; faded dark blue (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
 */
html {
	background-color:#000070;
	color:#1e1e1e;
}
body {
	font:0.9em/1.15em "Palatino Linotype", "Lucida Grande", Lucida, serif;
}
a {
	color:#404080;
	font-size:inherit;
}
h1 {
	color:#202080;
	font-size:1.4em;
	font-variant:small-caps;
	margin:10px;
}
h2 {
	color:#404080;
	font-size:1.2em;
	font-variant:small-caps;
	margin:10px;
}
h3 {
	color:#404080;
	font-size:1em;
	font-variant:small-caps;
	margin:8px;
}
hr {
	color:#008;
	border:0;
	height:1px;
	margin:10px auto;
	text-align:center;
	width:96%;
}
p {
	text-align:justify;
}
p:first-letter {
	margin-left:15px;
}

/**
 * ID Selectors
 *
 * @section id
 */
#contact {
	background:white;
	border-top:5px solid orange;
	font-family:arial, helvetica;
	height:45px;
	margin-top:320px;
	padding:5px;
	width:720px;
}
#content {
	background:white;
	color:#1e1e1e;
	float:left;
	height:320px;
	width:385px;
}
#iframe {
	height:320px;
	width:385px;
}
#menu {
	background:white;
	height:30px;
	width:730px;
}
	#menu table {
		border-collapse:collapse;
		height:30px;
		width:730px;
	}
		#menu table tr {

		}
			#menu table tr th {
				background:yellow;
				padding:4px;
				text-align:center;
			}
			#menu table tr th:hover {
				background:orange;
			}
	#menu a {
		color:#1e1e1e;
		font-weight:bold;
		text-decoration:none;
	}
#page-outer {
	background:white;
	border:5px solid yellow;
	height:540px;
	margin:20px auto 0;
	width:740px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#page-inner {
	border:5px solid orange;
	height:530px;
	width:730px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#slides {
	background:green;
	color:#1e1e1e;
	float:right;
	height:320px;
	padding:0;
	width:345px;
}
#title {
	background:white url(../images/cathance-title.jpg) no-repeat scroll 0 0;
	border-bottom:5px solid orange;
	height:115px;
	width:730px;
}

/**
 * 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;
}
.m5 {
	margin:5px;
}
.m10 {
	margin:10px;
}
.m25 {
	margin:25px;
}
.mauto {
	margin-left:auto;
	margin-right:auto;
}
.med {
	font-size:medium;
}
.pad5 {
	padding:5px;
}
.small {
	font-size:0.8em;
}
.u {
	text-decoration:underline;
}
.xsmall {
	font-size:0.75em;
}

