/*
   style.css
   simple2
   
   Created by Ryan Rorison on 2007-05-12.
   Copyright 2007 Ryan Rorison(soggyfries). All rights reserved.
*/

@import url( "master.css" );

body {
	font: 62.5%/2 Georgia, serif;
    background: #fcfcfc;
	color: #444;
	text-align: left;
}

/* Base Elements */
/* ====================================== */
p {
	font-size: 14px;
	line-height: 20px;
}
li {
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3, h4 {
	font-family: "Futura", sans-serif;
    color: #333;
    margin: 10px 0;
	text-shadow: #637474 0 0 1px;
}
h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 40px;
	line-height: 1;
}
h2 {
	font-size: 20px;
	line-height: 40px;	
}
h3 {
	font-size: 20px;
	line-height: 1;
}

a {
	color: #222;
}
a:hover {
	color: #555;
}

ol, ul {
	list-style-position: outside;
	margin: 2em;
}

/* Classed Elements */
/* ====================================== */
img.block {
	display: block;
}
img.right {
	float: right;
}
img.left {
	float: left;
}

/* Specific Elements */
/* ====================================== */
div#package {
	width: 64em;
	margin: 0 auto;
	text-align: left;
	padding: 2em;
}