/* I AM JAMES HILL designed by Tim Lucas http://toolmantim.com */

@font-face {
  /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
  font-family: 'CallunaRegular';
  src: url('type/CallunaRegular/Calluna-Regular.eot');
  src: local('Calluna Regular'), local('Calluna-Regular'), 
  url('type/CallunaRegular/Calluna-Regular.woff') format('woff'), 
  url('type/CallunaRegular/Calluna-Regular.ttf') format('truetype'), 
  url('type/CallunaRegular/Calluna-Regular.svg#Calluna-Regular') format('svg');
}


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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
  
a {
  color: #b8bdc1;
  text-decoration: none;
}

a:hover {
  color: #CBD0D5;
}

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  
body {
  font-family: "CallunaRegular", "Lucida Grande", arial, sans-serif;
  color: #b8bdc1;
  background: #E4E7ED;
  min-height: 538px;
}

h1.site-header {
  position: absolute;
  top: 50px;
  left: 65px;
  width: 294px;
  height: 75px;
  text-indent: -10000px; }
  
h1.site-header span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(images/logo.png) no-repeat; }
  
h3.section-header {
  position: absolute;
  top: 250px;
  left: 300px;
  width: 352px;
  height: 187px;
  text-indent: -10000px; }
  
h3.section-header span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(images/five-ways-logo.png) no-repeat; }
  
h4 {
  display: inline;
  font-weight: bold;
  color: #8F9295;
}

ol.section-nav {
  position: absolute;
  top: 450px;
  left: 300px;
  text-align: right;
  width: 352px;
}

div.nav {
  margin-bottom: 10px;
  text-align: right;
}

div.nav a {
  font-size: 10pt;
}

div.image {
  position: absolute;
  top: 50px;
  left: 800px;
}

div.image img {
  height: 800px;
  border: 10px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.statement {
  position: absolute;
  top: 50px;
  left: 2000px;
  width: 500px;
}

div.statement div.body {
  font-size: 20px;
}

div.statement div.body p {
  margin-bottom: 10px;
  color: #A7AAAD;
  text-align: justify;
}

div.details {
  position: absolute;
  top: 50px;
  left: 2600px;
  width: 900px;
}

div.detail-images div {
  float: left;
}

div.detail-images div.first {
  margin-right: 60px;
}

div.detail-images img {
  height: 400px;
  border: 10px solid white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

div.behind-the-scenes {
  position: absolute;
  top: 50px;
  left: 3600px;
  width: 800px;
}

div.credits {
  position: absolute;
  top: 50px;
  left: 4500px;
  width: 500px;
}

div.credit-lists {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px;
}

div.credit-lists h5 {
  margin-left: 4px;
  font-weight: bold;
  text-decoration: underline;
}

dl.credits
{
	float: left;
	width: 500px;
	margin: 1em 0;
	padding: 0;
}

.credits dt
{
	clear: left;
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

.credits dd
{
	float: left;
	width: 260px;
	margin: 0;
	padding: 5px;
	text-align: right;
}


div.clear {
  clear: both;
}


#profile {
  position: absolute;
  top: 150px;
  left: 50px;  
}

#details {
  position: absolute;
  top: 0;
  left: 510px;
  width: 500px;
}

#details h3 {
  font-weight: bold;
  font-size: 24px;
}

#details p {
  margin-bottom: 10px;
}

#details a {
  text-decoration: underline;
}