html, button, input, select, textarea { color: #222; }

body
{
	font-size: 100%;
	line-height: 1.4;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #666;
	padding: 0;
	margin: 0;
	background: #7a1d15 url(../pics/background-tile.png) top repeat-x;
}

::-moz-selection
{
	background: #b3d4fc;
	text-shadow: none;
}

::selection
{
	background: #b3d4fc;
	text-shadow: none;
}

a { color: #e54622; }
a:visited { color: #e54622; }
a:hover { color: #e54622; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 400; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }

hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

h1
{
	font-size: 26px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 0 0 0 0;
	padding-top: 35px;
	text-align: center;
}

h2
{
	font-size: 26px;
	color: #666;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding-top: 35px;
	text-align: left;
	margin: 0 0 15px 0;
}

sub, sup
{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { vertical-align: middle; }

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

textarea { resize: vertical; }

.chromeframe
{
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

p
{
	font-size: .8em;
	line-height: 1.4;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #666;
}

/* ==========================================================================
   Site Styles
   ========================================================================== */

#top-bar
{
	background: url('../pics/top-bar.png') top repeat-x;
	padding: 0;
	margin: 0 auto;
	height: 100px;
}

#homepage-img
{
	margin: 0 auto;
	width: 100%;
	height: 554px;
	padding: 0;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

#nav
{
	width: 100%;
	margin: 0 auto;
	border: 0px solid blue;
	padding: 0 0 0 0;
	height: 45px;
	background: #333;
	overflow: hidden;
}

#nav ul
{
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 980px;
	text-align: center;
	border: 0px solid yellow;
}

#nav li
{
	margin: 0 auto;
	display: inline;
	padding: 0;
	list-style: none;
	text-align: center;
}

#nav li a
{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 300;
	font-size: 13px;
	padding: 0 5px;
}

#nav li a:hover, #nav li.onstate a { color: #999; }

#nav li.on a
{
	color: #666;
	font-weight: 400;
}

#container
{
	width: 100%;
	margin: 0 auto;
	border: 0px solid red;
	background: #fff;
}

#bodycopy
{
	width: 980px;
	border: 0px solid red;
	padding: 0;
	background: #fff;
	margin: 0 auto;
}

#bodycopy p, #bodycopy ul
{
	font-size: .8em;
	line-height: 1.8;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #666;
	margin: 0 0 2% 0;
}

div.column-50
{
	width: 45%;
	margin: 0 2% 2% 0%;
	border: 0px solid red;
	float: left;
	font-size: 14px;
	line-height: 1.4;
	font-family: 'Lato', sans-serif;
	color: #666;
}

img.right
{
	float: right;
	margin: 0 0 0 20px;
}

.thumbnail
{
	height: 200px;
	width: auto;
	float: left;
	margin: 0 .8% 1% 0;
	display: block;
	border: 1px solid #ddd;
}

#large-img
{
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 2% 1% 0;
}

#footer
{
	font-size: 13px;
	text-align: center;
	clear: both;
	padding: 2% 0;
	color: #b18a86;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .05em;
}

p.question
{
	font-weight: bold;
	color: #ef4d26;
	padding-bottom: 0;
	border-top: 1px dotted #ccc;
	padding-top: 1%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Small tablet landscape (1024x768) */

@media (max-width: 1024px)
{
	#container
	{
		width: 96%;
		margin: 0 auto;
		padding: 2%;
	}
	
	#bodycopy
	{
		width: 100%;
		border: 0px solid red;
		padding: 0;
		background: #fff;
		margin: 0 auto;
	}
	
	#nav ul
	{
		margin: 0 auto;
		padding: 10px 0 0 0;
		width: 100%;
		text-align: center;
		border: 0px solid yellow;
	}
	
	#nav li a { font-size: 70%; }
}

/* Small tablet landscape (800x600) */

@media (max-width: 800px)
{
	#container
	{
		width: 96%;
		margin: 0 auto;
		padding: 2%;
	}
	
	#nav li a { font-size: 11px; }
}

/* Tablet portrait (768x1024) */

@media (max-width: 768px)
{
	#container
	{
		width: 96%;
		margin: 0 auto;
		padding: 2%;
	}
	
	#nav li a { font-size: 50%; }
	.mobile-img { width: 100%; }
}

/* Small tablet portrait (600x800) */

@media (max-width: 600px)
{
	#container
	{
		width: 96%;
		margin: 0 auto;
		padding: 2%;
	}
}

/* Mobile landscape (480x320) */

@media screen and (max-width: 480px)
{
	#container
	{
		width: 96%;
		margin: 0 auto;
		padding: 2%;
	}

	#nav
	{
		background: #333;
		height: 60px;
		margin-top: 0;
	}
	
	#nav li a { font-size: 11px; }
}

/* Mobile portrait (320x480) */

@media (max-width: 450px)
{
	#container
	{
		width: 96%;
		margin: 0 auto;
		padding: 2%;
	}
	
	#top-bar { height: 50px; }
	
	#homepage-img
	{
		margin: 0 auto;
		width: 100%;
		height: 200px !important;
		padding: 0;
		background: #fff;
		text-align: center;
		overflow: hidden;
	}
	
	.slider
	{
		float: none;
		width: 100% !important;
		height: 200px;
		position: none;
		padding-bottom: 0;
		margin: auto;
		border: 0px solid red;
	}
	
	.sliderContent
	{
		float: left;
		width: 100% !important;
		height: 200px;
		clear: both;
		position: none;
		overflow: hidden;
		border: 0px solid blue;
	}
	
	.sliderContent .item img
	{
		width: 50% !important;
		float: left;
		height: auto;
		background: #fff;
		border: 0px solid pink;
	}
	
	#nav
	{
		background: #333;
		height: 180px;
		margin-top: 0;
	}
	
	#nav li a
	{
		font-size: 11px;
		display: block;
		clear: both;
		border-bottom: 1px solid #666;
		padding: .8% 0;
	}
	
	h1
	{
		font-size: 20px;
		color: #fff;
		font-weight: 200;
		text-transform: uppercase;
		letter-spacing: .2em;
		margin: 0 0 0 0;
		padding-top: 10px;
		text-align: center;
	}
	
	#bodycopy img { width: 50%; margin: 0; }
	img.mobile-img { width: 100% !important; }

.thumbnail
{
	height: 100px !important;
	width: auto !important;
	float: left;
	margin: 1% !important;
	display: block;
	border: 1px solid #ddd;
}

	#footer { font-size: 11px; }
	body { font-size: 90%; }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir
{
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before
{
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden
{
	display: none !important;
	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: " ";
	display: table;
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print
{
	
}