
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: circle; }
ol li {font-family: "Museo300Regular", Helvetica, sans-serif;
font-weight: 300;
font-size: 1.2em;
line-height: normal;	
color: white;
padding-bottom: .2em;
}
nav ul, nav li { margin: 0; list-style:none; list-style-image: none;}
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}



/*------------------------------ TYPEFACE ---------------*/
 
h1
{
	font-family: "Museo500Regular", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 5.4em;
	color: white;
	line-height: normal;
}

h2
{
	font-family: "Museo500Regular", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 3em;
	line-height: normal;
	margin-bottom: 1em;
}

h3
{
	font-family: "Museo500Regular", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 2em;
	line-height: normal;
}

h3.book
{
	font-family: "Museo500Regular", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 1.35em;
	line-height: normal;
	
}

h4
{
	font-family: "Museo300Regular", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	line-height: normal;
}

p
{
	font-family: "Museo300Regular", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	line-height: normal;
}

nav a, nav a:visited, nav a:active
{
	font-family: "Museo300Regular", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.7em;
	line-height: normal;
	color: white;
	text-decoration: none;
}

nav a:hover
{
	color: #17C2C2;	
}

a, a:active, a:visited
{
	font-family: "Museo300Regular", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: normal;
	color: #17C2C2;
	text-decoration: none;
}

a:hover
{
	color: white;	
}

a.big, a.big:active, a.big:visited
{
	font-family: "Museo500Regular", Helvetica, sans-serif;
	font-weight: 500;
	font-size: 2em;
	line-height: normal;
	text-decoration: none;
	color: #17C2C2;
}

a.big:hover
{
	text-decoration: underline;
	color: #17C2C2;
}

.footer p
{
	font-family: "Museo300Regular", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: normal;
}

.footer a, .footer a:active, .footer a:visited
{
	font-family: "Museo300Regular", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: normal;
	color: white;
	text-decoration: none;
}

.footer a:hover
{
	color: #17C2C2;	
}

.white
{
	color: white;
}

.blue
{
	color: #17C2C2;
}

.stone
{
	color: #C7BDB3;
}

.dark
{
	color: #373737;
}



/*---------------------------------------------LAYOUT ---------------------*/


body
{
	background-color: #534D45;
}

header
{
	padding-top: 1em;
}


nav
{
	padding-bottom: 3em;
	margin-top: -.8em;
}

.nav ul
{
	text-align: right;
}

.nav ul li
{
	display: inline-block;
	margin-left: 1em;
}

.mainImage
{
	margin: 0;
	padding: 0;
}

.mainImage img
{
	min-width: 100%;
}

.about
{
	margin: 3em 0 4em 0;
}

.quote
{
	margin-top: 6.5em;
	text-align: center;
}
.publications
{
	padding: 3em 20px 4em 20px;
	background: url('/img/stone.jpg') no-repeat left top;
	background-size: cover;
}

.contact
{
	padding-top: 3em;
	padding-bottom: 4em;
	background-color: white;
}

.otherWork
{
	margin: 3em 0 4em 0;
}

.footer
{
	margin: 3em 0 3em 0;
}


.bookTitle
{
	padding: 3em 0 .3em 0;
	border-bottom: 1px solid #373737;
}

.bookDescription, .bookPrice
{
	padding: .4em 0;
	border-bottom: 1px solid #373737;
}

.bookPrice a, .bookPrice a:active, .bookPrice a:visited, #publicationsTxt a, #publicationsTxt a:active, #publicationsTxt a:visited, #articlesTxt a, #articlesTxt a:active, #articlesTxt a:visited, #reportTxt a, #reportsTxt a:active, #reportsTxt a:visited

{
	float: right;
	color: white;
	text-decoration: none;
}

.bookPrice a:hover, #publicationsTxt a:hover, #articlesTxt a:hover, #reportTxt a:hover
{
	color: #17C2C2;
	text-decoration: none;
}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Smaller screens */

@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.8em;
	}
	
	h1
	{
		font-size: 4.4em;
	}
	
	h4
	{
		font-size: 1.4em;
	}
	
	nav a, nav a:visited, nav a:active
	{
		font-size: 1.4em;
	}
	

	}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
	font-size: 10px;
	-webkit-text-size-adjust: none;
	}
	
		
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}

	h1
	{
		font-size: 3.5em;
	}
	
	
}


@media handheld and (orientation:portrait) {


}

@media handheld and (orientation:landscape) {


}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1)
{

h1
{
	font-size: 3.5em;
}

	

.nav ul li
{
	margin-left: 1em;
}

}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}