@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccc;
	background-color: #333;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Designed and developed by:


     _       _          __  __       ____      _     _   _             
    | | __ _| | _____  |  \/  | ___ / ___|   _(_)___| |_(_) ___  _ __  
 _  | |/ _` | |/ / _ \ | |\/| |/ __| |  | | | | / __| __| |/ _ \| '_ \ 
| |_| | (_| |   <  __/ | |  | | (__| |__| |_| | \__ \ |_| | (_) | | | |
 \___/ \__,_|_|\_\___| |_|  |_|\___|\____\__,_|_|___/\__|_|\___/|_| |_|
                                                                       

Jake McCuistion

*/

h1, h2, h3 {
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
}
h1 {
		font-size: 26px;
		margin: 6px 0 0 4px;
}
h2 {
		font-size: 22px;
		margin-bottom: 4px;
}
h3 {
		font-size: 18px;
		margin-bottom: 4px;
}
p {
	display: block;
	width: 550px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #ccc;
	margin-bottom: 14px;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
#sidebar {
	float: left;
	margin: 160px 20px 0 28px;
	width: 300px;
}
#sidebar img {
	margin: 10px 0;
	border: 1px solid #ccc;
}
#page {
	float: left;
	width: 550px;
}

.container {
	width: 960px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccc;
	margin: 0 auto; 
	padding: 0 10px 10px 10px;
}

.content {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccc;
	margin-top: 20px;
}

.alignRight { 
	float: right;
	margin-left: 8px;
}
.alignLeft { 
	float: left;
	margin-right: 8px;
}
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}