/*  
Theme Name: UpReach
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Jake McMurchie
Author URI: http://www.jakemc.co.uk/
*/



/* Begin Typography & Colors */
body {
	font-size: 56.25%;/* resets 1em to 9px. 62.5%;  Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	}

#content {
	font-size: 1.2em;
	line-height: 1.4em;
	}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	}
h2, #content h1 {
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: 0.1em
	}
h3 {
	font-size: 1.2em;
	}
h4 {
	font-size: 1em;
	}

a, a:link {
	background: transparent;
	color: #00a2e2;
	}
a:visited {
	background: transparent;
	color: #0077bb;
	}
a:hover {
	background: transparent;
	color: #f90;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	background: transparent;
	color: #f90;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h4 a:visited, h4, h4 a, h4 a:visited {
	background: transparent;
	color: #00a2e2;
	text-decoration: none;
	}
h2 a:hover, h3 a:hover, h4 a:hover {
	background: transparent;
	color: #f90;
	text-decoration: none;
	}
/* End Typography & Colors */


/* Begin sundry Tags & Classes */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alt {
	background-color: #f0f8fa;
	border-top: 1px solid #cdd;
	border-bottom: 1px solid #dcdd;
	}
/* End Various Tags & Classes*/