/* Begin: Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End: Reset */

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

/* Type */
@font-face {
    font-family: 'Junction';
    src: url('Junction-webfont.eot');
    src: url('Junction-webfont.eot?#iefix') format('embedded-opentype'),
         url('Junction-webfont.woff') format('woff'),
         url('Junction-webfont.ttf') format('truetype'),
         url('Junction-webfont.svg#junctionregularRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Cambria, Georgia, 'Times New Roman', serif;
	line-height: 150%;
}

h1 {
	font-family: 'Junction', 'Helvetica', 'Arial', sans-serif;
	font-size: 36px;
	line-height: 36px;
	margin: 10px;
    margin-bottom: 0;
    padding-right: 15px;
    padding-bottom: 0;
    float: left;
    /*border-right: 1px solid #CCCCCC;*/
    text-transform: uppercase;
}

h2, h3 {
	font-family: 'Junction', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	margin: 20px;
	text-transform: uppercase;
	letter-spacing: 0.085em;
    word-spacing: 0.085em;
}

h3 {
	font-size: 18px;
}

p, ul, ol {
	font-size: 18px;
	margin: 20px;
}

.itemised_list {
	list-style-type: disc;
}

li {
	margin: 10px 0;
}

#footer {
    clear: left;
    color: #CCCCCC;
    position: absolute;
    text-align: center;
    width: 960px;
}

#footer p {
	font-size: 13px;
	font-style: italic;
}

#footer p:hover {
    color: #666666;
}

/* Colours */
h1 a:link,
h1 a:visited {
	text-decoration: none;
	color: #666666;
}

h1 a:hover {
	color: #111111;
	text-decoration: none;
}

h2, h3 {
	color: #666666;
}

h2, h3,
h2 a:link, h3 a:link,
h2 a:visited, h3 a:visited {
	text-decoration: none;
}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

body {
	background-color: #fdfdfd;
	color: #666666;
}

a:link,
a:visited {
	color: #2AA198;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout */
.left {
	float: left;
}

.right {
	float: right;
}

.wrapper {
    border-top: 10px solid #333333;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}

#header {
    border-bottom: 2px solid #333333;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

#header #email {
    font-family: 'Junction', 'Helvetica', 'Arial', sans-serif;
    font-size:22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    padding-top: 28px;
}

#header #email a:link,
#header #email a:visited {
    color: #666666;
    text-decoration: none;
}

#header #email a:hover {
    color: #333333;
    text-decoration: underline;
}

#header #tag-line {
    font-family: 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #CCCCCC;
    padding-top: 0;
    padding-left: 2px;
    margin-left: 10px;
    margin-top: -6px;
    font-size: 20px;
    clear: left;
    float: left;
}

#nav {
    font-family: 'Junction', 'Helvetica', 'Arial', sans-serif;
    float: right;
    margin: 0;
    margin-top: 20px;
    padding: 0 10px 0 0;
}

#nav li {
    margin-top: 0;
    text-transform: uppercase;
    float: left;
    padding-left: 10px;
}

#nav li a:before {
    content: "{";
}

#nav li a:after {
    content: "}";
}

#content {
	overflow: hidden;
    clear: left;
}

#footer {
	overflow: hidden;
	clear: left;
	text-align: center;
	padding: 5px 0;
}

/* Projects */

#heading-projects {
    text-transform: lowercase;
    font-size: 20px;
    word-spacing: 0;
    letter-spacing: 0.01em;
}

#heading-projects:before {
    content: "{";
}

#heading-projects:after {
    content: "}";
}

.project {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    float: left;
    clear: left;
}

.project h3 {
    clear: left;
}

.project h3 a:link,
.project h3 a:visited {
    width: 100%;
    color: #999999;
}

.project h3 a:hover,
.project h3 a.active{
    text-decoration: none;
    color: #333333;
}

.project h3 span {
    float: right;
    color: #333333;
}

.project + .last {
    border-bottom: 1px solid #CCCCCC;
}

.portfolio-page {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 10px;
}

.portfolio-image {
    float: left;

}

.portfolio-text {
    float: right;
    width: 350px;
}

.portfolio-text p {
    margin: 0 0 20px 20px;
}

/* General */
.pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

