@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lato-light-webfont.svg#LatoLightRegular') format('svg'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'), 
		 url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/Lato-Regular.svg#svgFontName') format('svg'), /* Legacy iOS */
		 url('../fonts/Lato-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/Lato-Regular.woff') format('woff'); /* Modern Browsers */
	font-weight: normal;
    font-style: normal;
}

body {
	font-family: Lato, Helvetica, Arial, sans-serif, serif;
	color: #000;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

a,a:visited {
	color: #105aa1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #105aa1;
}

.inner {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

header {
	width: 100%;
	height: 106px;
	background-color: #fff;
}

header img.logo {
	float: left;
	margin-top: 10px;
}

header div.r {
	float: right;
	margin-top: 35px;
}

header h3 {
	float: left;
	font-weight: normal;
	font-size: 110%;
	margin-top: 7px;
}

header div.r img {
	float: left;
	margin-left: 20px;
}

#tweetbox {
	width: 100%;
	height: 123px;
	background-color: #f3f3f3;
	padding-top: 39px;
	text-align: center;
}

#tweetbox h3 {
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
	line-height: 130%;
}

#tweetbox a {
	color: #0196cf;
	font-size: 85%;
}

#tweetbox img {
	vertical-align: text-top;
}

#moviebox {
	width: 100%;
	height: 532px;
	padding: 20px 0;
	background-color: #e0e0e0;
	text-align: center;
}

#whoisbox {
	width: 100%;
	background-color: #f3f3f3;
	padding: 30px 0;
}

#whoisbox .who {
	float: left;
	line-height: 140%;
	padding-top: 15px;
}

#whoisbox .who h3 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 20px;
}

#whoisbox .who p + p {
	margin-top: 15px;
}

#upcoming {
	width: 271px;
	height: 234px;
	padding: 15px;
	margin-left: 18px;
	background-color: #105aa1;
	color: #fff;
	float: left;
}

#upcoming h3 {
	font-size: 160%;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

#upcoming a {
	color: #fff;
	text-decoration: underline;
}

#upcoming ul {
	height: 170px;
	overflow: hidden;
	list-style: none;
}

#upcoming li {
	font-size: 70%;
	line-height: 14px;
	padding: 7px 0px;
}

#upcoming li label {
	float: left;
	width: 70px;
}

#upcoming a.left {
	font-size: 90%;
	padding-top: 10px;
	float: left;
}

#upcoming a.right {
	font-size: 90%;
	float: right;
	padding-top: 10px;
}

#contactbox {
	width: 100%;
	height: 372px;
	padding-top: 18px;
	background-color: #fff;
}

#contactbox div.get {
	float: left;
	width: 301px;
	height: 351px;
	background-color: #105aa1;
	margin-left: 18px;
}

#contactbox div.get a.getlink {
	font-size: 130%;
	color: #fff;
	display: block;
	width: 291px;
	height: 40px;
	padding: 10px 0 0 10px;
}

#contactbox div.get a:hover {
	text-decoration: none;
	color: #fff;
}

#contactbox div.headshot {
	float: left;
	width: 301px;
	height: 351px;
	background-color: #e0e0e0;
	margin-left: 18px;
}

#contactbox div.headshot a.headlink {
	font-size: 130%;
	color: #105aa1;
	display: block;
	width: 291px;
	height: 40px;
	padding: 10px 0 0 10px;
}

#contactbox div.headshot a:hover {
	text-decoration: none;
	color: #105aa1;
}

#contactbox div.book {
	float: left;
	width: 301px;
	height: 351px;
}

#contactbox div.book img.book {
	width: 198px;
}

#contactbox div.book a.booklink {
	font-size: 130%;
	color: #fff;
	background-color: #105aa1;
	display: block;
	width: 291px;
	height: 37px;
	padding: 14px 0 0 10px;
}

footer {
	width: 100%;
	height: 40px;
	padding-top: 28px;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 90%;
	color: #8a8a8a;
}

#shirts {
	width: 100%;
	padding-top: 27px;
	background-color: #fff;
	overflow: auto;
}

#shirts h3 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 20px;
}

/*
 * Store links and buttons
 */

.header-btn--shop {
	background: #0054a3;
	border-radius: 3px;
	color: #fff !important;
	display: block;
	float: left;
	font-size: 14px;
	margin-left: 20px;
	padding: 9px 1em;
	text-decoration: none !important;
	text-shadow: none;
	text-transform: uppercase;
}


.button--shop-now {
	background-color: #fff;
	float: right;
	height: 271px;
	width: 271px;
}

.img--shop-now {
	height: 90%;
	margin: 13px auto;
}

.clearfix {
	clear: both;
}

@media screen and (max-device-width: 480px) {
	.header-btn--shop {
		display: none;
	}

	.button--shop-now {
		float: none;
		margin: 1em auto 0;
	}
}

/*------------------------------------*\
	$IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust:none;
		padding: 5px;
    }
	
	header {
		height: 50px;
	}
	
	div.inner {
		width: 100%;
	}
	
	header img.logo {
		margin: 1em 0;
		width: 100px;
		height: 30px;
	}
	
	header div.r {
		margin-top: 1em;
	}
	
	header div.r h3 {
		display: none;
	}
	
	#whoisbox {
		width: 100%;
		background-color: #fff;
		padding-bottom: 0;
	}
	
	#whoisbox div.who {
		width: 271px;
		float: none;
		clear: both;
		height: auto;
		margin: 0 auto;
		line-height: 120%;
	}
	
	#upcoming {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	
	#contactbox {
		float: none;
		clear: both;
	}
	
	#contactbox div.get {
		float: none;
		clear: both;
		height: auto;
		margin: 0px auto 15px;
	}
	
	#contactbox div.headshot {
		float: none;
		clear: both;
		height: auto;
		margin: 10px auto;
	}
	
	#shirts {
		float: none;
		clear: both;
		height: auto;
	}
	
	#shirts div.shirt {
		float: none;
		clear: both;
		height: auto;
		margin: 0px auto 15px;
	}
	
	footer {
		display: none;
	}
	
}
