/*	Resets */

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

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

img{
	margin-top: 10%;
	max-width: 60%;
height: auto;
margin-bottom: 5%;
}


/*	Typography presets */

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 25%;
}

.large, h2 {
	font-size: 36px;
	line-height: 48px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #545454;
}

.bigger, h3 {
	font-size: 24px;
	line-height: 36px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	color: #333;
}

.big, h4 {
	font-size: 14px;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	color: #333;
}

 html, body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

p{
	line-height:22px;
	font-size: 1em;
	font-family: georgia, serif;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

a{
	color: #333;
	text-decoration: none;
}

.button{
	padding: 10px;
	border: 1px solid #333;
	border-radius: 5px;
}

a:hover{
	text-decoration: underline;
}



/* Selection colours */

::selection 	 	{background: #eee;}
::-moz-selection 	{background: #eee;}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: #eee;}



/*		Default Layout    */

.wrap {
	width: 80%;
	max-width: 1400px;
	color: #545454;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

.full_width{
	width: 100%;
	height: 100%;
}

.fixed{
	margin-top: -56px;
	width: 100%;
	background-color: #fff;
}

.one-col{
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
}

.content{
	padding: 10px;
}


/*		Tablet Layout: 640px.
		Inherits styles from: Default Layout.     */

@media only screen and (min-width: 640px) and (max-width: 980px) {
	
	.wrap {
		width: 80%;
	}

	.large, h1 {
		font-size: 48px;
		line-height: 45px;
	}

	.large, h2 {
		font-size: 30px;
	}

	.three-col{
		margin: 0;
		float: left;
		width: 100%;
	}

	.two_thirds-col{
		margin: 10px 0 10px 0;
		float: left;
		width: 100%;
	}

	.two-col, .six-col{
		margin: 0;
		max-width: 450px;
		width: 50%;
	}

	.four-col{
		margin: 0;
		max-width: 450px;
		width: 25%;
	}

}



/*		Mobile Layout: 240px.
		Inherits styles from: Default Layout.    */

@media only screen and (max-width: 640px) {
	
	.wrap {
		width: 85%;
	}

	.large, h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.large, h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.one-col, .two-col, .three-col, .four-col, .six-col{
		max-width: 620px;
		width: 100%;
	}
	
}

