﻿/* 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 {
	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;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 5, 2012 */

@font-face {
    font-family: 'kingthings_foundationregular';
    src: url('fonts/kingthings_foundation-webfont.eot');
    src: url('fonts/kingthings_foundation-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kingthings_foundation-webfont.woff') format('woff'),
         url('fonts/kingthings_foundation-webfont.ttf') format('truetype'),
         url('fonts/kingthings_foundation-webfont.svg#kingthings_foundationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
    height:100%;
    padding:30px;
    background:url('img/bg.jpg') repeat-x;
	background-color:#f8f9ea;
    font-family: 'kingthings_foundationregular';
}

#nav
{
    float:left;
    overflow:hidden;
    width:200px;
    margin-right:20px;
}

nav li
{
    font-size:22px;
    margin:10px 0px 10px 0px;
}

nav a
{
    color:#000;
    text-decoration:none;   
}

#content
{
	float:right;
	position:absolute;
	left:250px;
    height:100%;
    width:80%;
    line-height:20px;
    letter-spacing:1px;
    font-family:Georgia, Serif;
    margin:0 50px 50px 0px;
}

#content p
{
    margin-bottom:20px;
}

.contentimage
{
    float:right;
    width:20%;
    height:auto;
    margin-left:2%;
    margin-right:2%;
    min-width:200px;
}

h1
{
    font-size:60px;
    margin-bottom:50px;
}

h2
{
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
}
