/*
	Author:					Ian Gallacher
	Student Number:	s194275
	Version:				1.0 
	Last Edited:		25/5/14
*/
body {
	font-family: 'Open Sans', 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	color: #555;
	background: #fcfcfc;
	width: 70%;
	max-width: 800px;
	margin: 2% auto 2% auto;
}
header {
	margin-bottom: 5%;
}
header h1 {
	margin: 0 0 4% 0;
	color: #44BCDD;
	font-style: italic;
	font-weight: 700;
}
h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #333;
}
h2 {
	font-size: 1.5em;
	font-style: italic;
	color: #444;
} 
h3 {
	font-size: 1.1em;
	color: #444;
}
nav {
	background: #ccc;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline;
}
nav ul li a {
	display: inline-block;
	padding: 1%;
	margin: 0;
	min-width: 15%;
	text-align: center;
  background: #f2f2f2;
	color: #44BCDD;
	font-family: 'Verdana', 'Trebuchet MS', 'Sans-serif';
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
}
nav ul li a:hover {
	background: #fafafa;
	color: #000;
	text-decoration: none;
}
footer {
	padding: 3% 0 3% 0;
	margin-top: 10%;
	border-top: 1px solid #f2f2f2;
	font-size: 0.8em;
}
footer #footer_links {
	width: 50%;
	float: left;
}
footer #footer_copy {
	width: 50%;
	float: right;
	text-align: right;
}
a:link {
	color: #44BCDD;
	text-decoration: none;
}
a:visited {
	color: #44BCDD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000;
}
abbr {
	border-bottom: 1px dotted #000;
}
figure {
	float: right;
	padding: 2%;
	margin: 0 0 2% 2%;
	border-radius: 2%;
	border: 1px solid #f2f2f2;
	font-size: 0.8em;
}
figcaption {
	text-align: center;
}
ul.references li {
	margin-bottom: 2%;
}
aside.float-right {
	width: 25%;
	float: right;
	margin: 0 0 5% 5%;
	padding: 0 0 5% 5%;
	font-style: italic;
	font-weight: 700;
	font-size: 1.5em;
	text-align: right;
}
hr {
	border: 1px solid #f2f2f2;
}
#wrapper {
	padding: 5%;
	background: #fff;
	border-radius: 1%;
	border: 1px solid #f2f2f2;
}
