/*  
Theme Name: alan foreman animation
Theme URI: http://alanforemananimation.com/
Description: Alan's website.
Version: 1.0
Author: Sam Foreman
Author URI: http://forepac.com/
*/
		
		body {
		color: #000;
		background-color: #fff;
		font-family: helvetica, sans-serif;
		font-size: 0.8em;
		line-height: 1.2em;
		}
		
		div#container {
		width: 800px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		}
		
		div#nav {
		float: left;
		text-align: right;
		width: 125px;
		}
		
		div#content {
		float: right;
		width: 655px;
		padding-left: 20px;
		}
		
		div#footer {
		clear: both;
		}
		
		h2 {
		font-weight: normal;
		color: #c00;
		font-size: 2.0em;
		margin-top: 35px;
		}
		
		h1 {
		color: #000;
		font-weight: normal;
		font-size: 3.5em;
		margin-bottom: 0px;
		}
		
		h3 {
		font-weight: normal;
		color: #c00;
		font-size: 1.5em;
		}

		p {
		line-height: 1.2em;
		}
		
		p#copyright {
		padding-left: 5px;
		padding-right: 20px;
		color: #666;
		font-size: 0.9em;
		}
		
		div#nav ul {
		list-style-type: none;
		padding-top: 15px;
		padding-left: 0px;
		}
		
		div#nav ul li {
		margin-bottom: 5px;
		margin-right: 20px;
		}
		
		div#nav ul li a {
		padding: 10px;
		display: block;
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 1.1em;
		}
		
		div#nav ul li a:hover {
		padding: 10px;
		font-weight: bold;
		color: #c00;
		}

		div#content ul li {
		margin-bottom: 5px;
		}

a {
color: #c00;
}
		
