/*
Theme Name: Ollie basic
Theme URI: http://olliefielding.com
Description: Basic blue structure 
Version: 1
Author: Ollie Fielding
Author URI: http://olliefielding.com
Tags: blue, cv

	Ollie v.1
	 http://olliefielding.com

*/

/* Begin Typography & Colors */
#wrapper p {
	margin: 1em 0;
	font-size: 1em;
	}	
#wrapper h1 a {
	text-decoration: none;
    color: #000000;
	}
#wrapper h1 a:hover {
	text-decoration: underline;
	}
#wrapper h2 {
	margin: 0;
	font-size: 1.6em;
    color: #FFBB00;
	border-bottom: dashed 1px #FFFFFF;
	}	
#wrapper h2 a {
	text-decoration: none;
    color: #FFBB00;
	}
#wrapper h2 a:hover {
	text-decoration: none;
    color: #FFBB00;
	}
#wrapper h4 {
	float: right;
	text-decoration: none;
    color: #999999;
    margin: 0.5em;
    font-style: italic;
}
#wrapper p {
	line-height: 2em;
}
.description {
	margin: 0 0 1em 0;
	text-align: center;
	font-style: italic;
	color: #999999;
	
}
	
