/* * * * * * */
/* CSS Reset */
/* * * * * * */

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;
}
body {
	line-height: 1;
	padding: 0 0 50px;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
.none { display: none; }
/* End Clearfix */

/* * * * * * * * */
/* General Setup */
/* * * * * * * * */

html { background: #312004 url(../images/bg-wood-brown.png); }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/top_bg.jpg) repeat-x top;
}
.clear { clear: both; }
p {
	text-align: left;
	line-height: 20px;
}
a {
	color: #e8a900;
	text-decoration: none;
}
a img { border: none; }
a:hover { text-decoration: none; }
a.more {
	display: block;
	background: url(../images/bullet.gif) no-repeat left;
	padding: 0 0 0 20px;
	margin: 15px 0 0;
	float: right;
}
a.details {
	display: block;
	background: url(../images/bullet.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin: 5px 0 0;
}
img.left_pic {
	float: left;
	margin: 0 20px 20px 0;
	border: 5px #e6e2d8 solid;
}
a.button {
	width: 103px;
	height: 41px;
	background: url(../images/more_about_bg.png) no-repeat center;
	text-align: center;
	line-height: 41px;
	margin: 0 20px;
	color: #564926;
	text-shadow: 1px 1px #f8d67f;
}
h1, h2, h3, h4 {
	font-family: 'Ovo', serif;
	color: #53462e;
}
h1 span, h2 span, h3 span, h4 span { color: #e8a900; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0 0 25px;
}
h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

/* * * * * */
/* Layout  */
/* * * * * */

.right { float: right; }
.left, .left_full, .left14, .left13, .left23, .left12 { float: left; }
.left_full { padding: 40px 40px 0; }
.left14, .left13, .left23, .left12 { padding: 40px 0 0 40px; }
.left14 { width: 200px; }
.left13 { width: 280px; }
.left23 { width: 600px; }
.left12 { width: 440px; }

/* * * * * * * * * * * * * */
/* Main Content Structure  */
/* * * * * * * * * * * * * */

#main_container {
	margin: auto;
	width: 1000px;
}
#center_container {
	padding: 0 0 35px;
	background: #ffffff;
}

/* * * * * * * * * * */
/* Header Structure  */
/* * * * * * * * * * */

#header {
	background: url(../images/header_texture.jpg) no-repeat center center;
	padding: 55px 0 30px;
	font-family: 'Great Vibes', cursive;
	text-align: center;
}
.title {
	font-size: 72px;
	color: #4c402b;
}
.title a { color: #4c402b; }
.description {
	font-size: 24px;
	color: #e8a900;
	padding: 10px 0 0;
}

/* * * * * * * * * */
/* Menu Structure  */
/* * * * * * * * * */

.menu {
	text-align: center;
	width: 100%;
	background: url(../images/menu_bg.jpg) no-repeat center bottom;
	height: 70px;
}
ul#main_menu { list-style: none; }
ul#main_menu li {
	position: relative;
	padding: 0 22px;
	display: inline-block;
}
ul#main_menu li a {
	font-family: 'Ovo', serif;
	color: #ffffff;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
}
ul#main_menu li a.selected {
	font-family: 'Ovo', serif;
	color: #e8a900;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	background: url(../images/menu_bullet.gif) no-repeat bottom center;
}
ul#main_menu li a:hover {
	color: #e8a900;
	background: url(../images/menu_bullet.gif) no-repeat bottom center;
}
ul#main_menu ul {
	position: absolute;
	top: 70px;
	left: 0;
	background: #ededed;
	display: none;
	opacity: 0;
	list-style: none;
}
ul#main_menu ul li {
	position: relative;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}
ul#main_menu ul li a {
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #434343;
	height: 40px;
	line-height: 40px;
}
ul#main_menu ul li a:hover {
	background: #e5e5e5;
	color: #434343;
}

/* * * * * */
/* Slider  */
/* * * * * */

.slider_container {
	clear: both;
	background: center top/contain no-repeat url(../images/shadow_top.png);
	padding: 2.8% 0 0;
}
.flexslider {
	background: center bottom/contain no-repeat url(../images/shadow_bottom.png);
	padding: 0 40px 2.8%;
	zoom: 1;
}
.flexslider .slides > li { display: none; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	list-style: none;
	max-width: 100%;
	display: block;
	border: 10px #ededed solid;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flex-direction-nav { display: none; }
.flex-control-nav { display: none; }

/* * * * */
/* About */
/* * * * */

.about_pic {
	width: 147px;
	height: 147px;
	background: url(../images/about_pic_bg.jpg) no-repeat center;
	float: left;
	margin: 0 10px 0 0;
}
.about_pic img {
	width: 135px;
	height: 135px;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	-khtml-border-radius: 70px;
	margin: 6px 0 0 6px;
}
.about_right h2 {
	color: #e8a900;
	font-family: 'Great Vibes', cursive;
	font-size: 30px;
	padding: 0;
}
.about_right p {
	margin: 10px 0 0 20px;
}
a.more_about {
	width: 103px;
	height: 41px;
	background: url(../images/more_about_bg.png) no-repeat center;
	text-align: center;
	line-height: 41px;
	float: right;
	display: block;
	margin: 15px 0 0;
	color: #564926;
	text-shadow: 1px 1px #f8d67f;
}
.section_home h2 {
	width: 264px;
	height: 38px;
	background: url(../images/title_bg.gif) no-repeat center;
	line-height: 38px;
	padding: 0 0 0 15px;
	margin: 0 0 25px;
}
.section_home h2 span {
	color: #FFFFFF;
	text-shadow: 1px 1px #b48a38;
}
.section_home .map {
	border: 5px #e6e2d8 solid;
        margin: 0 10px;
        height: 160px;
}
.section_home p { margin: 10px; }
.section_home #defaultCountdown {
        height: 27px;
        padding: 5px;
        margin: 15px 10px 0;
        background-color: #ffffff;
        border-color: #e8a900;
}
a.section_more {
	margin: 10px auto auto;
	display: block;
	text-align: center;
}
.divider {
	width: 100%;
	height: 56px;
	clear: both;
	float: left;
	margin: 25px 0 0;
	background: url(../images/divider.jpg) no-repeat center top;
}
.content img {
	max-width: 100%;
	display: block;
}
.videocontainer { width: 100%; }
.name_divider {
	height: 58px;
	width: 100%;
	background: url(../images/name_divider.gif) no-repeat center;
	clear: both;
	margin: 40px 0 5px;
	float: left;
	clear: both;
	text-align: center;
	line-height: 58px;
	color: #FFFFFF;
	font-family: 'Great Vibes', cursive;
	font-size: 16px;
}
ul.list {
	padding: 0 0 45px;
	list-style: none;
	display: block;
	clear: both;
	float: left;
}
ul.list li {
	padding: 0 0 10px;
	display: block;
}
ul.list li a {
	display: block;
	padding: 0 0 0 20px;
	color: #000000;
}
ul.list li a:hover { color: #EF502C; }
.pages_title {
	height: 77px;
	width: 902px;
	background: url(../images/page_titles_bg.jpg) no-repeat center;
	clear: both;
	float: left;
	margin: 0 0 0 38px;
	padding: 0 0 0 20px;
	line-height: 100px;
}
.pages_title h2 { font-size: 25px; }
.pages_title h2 span { color: #ca7700; }
.tweet {
	background: #eeece6;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	padding: 10px;
	margin: 0 40px 0 0;
	border: 1px #e4e1d7 solid;
}
.tweet ul, .tweet ul li {
	list-style: none;
	line-height: 20px;
	font-style: italic;
}
.tweet ul li a { font-weight: bold; }
img.tweet_icon {
	padding: 0 0 0 20px;
	position: relative;
	top: -1px;
}

/* * * * * * * * * */
/* Responsiveness  */
/* * * * * * * * * */

/* screen < 3/3 => main_container = 2/3 */
@media screen and (max-width: 999px) {
	#main_container { width: 680px; }
	.title { font-size: 60px; }
	.flex-direction-nav li a {
		width: 45px;
		height: 42px;
		display: block;
		position: absolute;
		right: -10px;
		cursor: pointer;
		text-indent: -9999px;
	}
	.flex-direction-nav li a.next {
		background: url(../images/next.png) no-repeat center;
		bottom: 85px;
	}
	.flex-direction-nav li a.prev {
		background: url(../images/prev.png) no-repeat center;
		bottom: 40px;
	}
	.home_title {
		width: 100%;
		background: url(../images/divider.jpg) no-repeat center bottom;
	}
	.home_title h2 {
		float: none;
		font-size: 24px;
		padding: 0;
		font-family: 'Ovo', serif;
		letter-spacing: -0.5px;
		text-align: center;
		line-height: 30px;
	}
	.home_title h2 span { color: #e8a900; }
	.left_full, .left23, .left12 {
		width: 90%;
		float: left;
		padding: 5% 0 0 5%;
	}
	.fdivider { background: none; }
	.pages_title {
		height: 40px;
		width: 94%;
		background: #f6d683;
		clear: both;
		float: left;
		margin: 20px 0 0 2%;
		padding: 0 0 0 2%;
		line-height: 40px;
		border: 1px #ecc373 solid;
	}
	.pages_title h2 { font-size: 20px; }
	a.read_more {
		display:block;
		text-align: center;
		clear: both;
	}
	.navigation {
		clear: both;
		padding: 0 0 40px;
	}
}

/* screen < 2/3 => main_container = 1/3 */
@media screen and (max-width: 679px) {
	#main_container { width: 320px; }
	.title { font-size: 48px; }
	.menu { background: none; }
	a.read_more { padding: 0; }
	.about_pic {
		float: none;
		margin: auto;
	}
	.about_right h2 {
		padding: 10px 0;
		text-align: center;
	}
	.left14, .left13, .left23, .left12 { padding: 20px 0 0 20px; }
	.slider_container { display: none; }
}

/* screen < 1/3 => main_container = flexible */
@media screen and (max-width: 319px) {
	.title { font-size: 36px; }
	.about_right {
		width: 95%;
		padding: 0 0 0 5%;
	}
}

/* TODO: 1/3 at 320px, not 360px */
/* TODO: website needs to look good at 240px */
