/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/
	* {
		padding: 0; 
		margin: 0;
		}
	body {
		font-family: helvetica, arial, verdana, sans-serif;
		color: #222;
		font-size: 90%;
		background-color: #fff4e9;
		 }
	h1 { 
		font-size: 4em;
		margin-top: 35px;
	}

	h2 { 
		color: #222;
		font-size: 2.5em;
		margin: 12px 0;
	}
	h3 {
		color: #555;
		font-size: 2em;
		margin: 2px 0;
	}
	p {
		font-size: 1.1em;
		margin: 2px 0;
	}
	table {
		border-collapse: collapse;
	}
	td {
		padding: 8px 10px;
		font-size: 1em;
	}
	hr {
		width: 75%;
		border: 1px solid #fbe8d6;
		margin: 20px 0;
	}
	ul{
		list-style: none;
	}
	li{
		font-size: 1em;
		padding: 6px 0px;
	}
	a, img{
		border: 0;
	}
	
	.image{
		border: 4px solid #ffd9b5;
		margin: 20px 30px 10px 0;
	}
	
	a:link, a:visited, a:active{
	 color: #000;
	 text-decoration: none;
	 }

	a:hover {
	 color: #222; 
	 text-decoration: underline;
	 }
	
	#top h1 { 
		font-size: 5em;
		margin-top: 35px;
		font-family: 'times new', serif;
		font-weight: 100;
	}

	#top h2 { 
		color: #555;
		font-size: 3em;
		margin: 2px 0;
		font-family: 'times new',  serif;
		font-weight: 100;		
	}

	#top{
		background-image: url(freya.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-color: #fbe8d6;
		min-height: 450px;
		padding-left: 320px;
		border-bottom: 10px solid #ffd9b5;
		border-top: 10px solid #ffd9b5;
		
	}
	
	#about{
		padding: 15px 0 0 5px;
	}
	
	#content{
		padding-left: 120px;
		padding-top: 10px;
	}
	#content li{
		padding: 6px 8px;
	}
	.dark {
		background-color: #fbe8d6;
	}
	#biography {
		font-size: 12px;
		width: 60%;
	}
	#biography p{
		margin-bottom: 8px;
	}