@import url("bookAntiqua/stylesheet.css");
@import url("handOfSean/stylesheet.css");

*
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body
{
	font-family: book_antiquaregular, Georgia, "Times New Roman", serif;
	color: #000;
	background: #f9f8f6 url(background.png) top;
	margin: 0px;
	font-size: 100%;
}

h1,
h2,
h3
{
	font-family: hand_of_seanregular, helvetica, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h1
{
	font-size: 111%;
}

h2
{
	font-size: 107%;
}

h3
{
	font-size: 104%;
}

a
{
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:hover,
a:focus,
a:active
{
	text-decoration: underline;
}

img
{
	max-width: 100%;
	height: auto;
}

a img
{
	border: 0px;
}

#header img
{
	width: 90%;
	margin: auto;
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
}

#menu
{
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	z-index: 20;
	position: relative;
	overflow: hidden;
}

#menu li
{
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 3px;
}

#menu li:nth-child(2n+1),
#menu li.sel ~ li:nth-child(2n)
{
	padding: 0px;
	padding-right: 1px;
}

#menu li:nth-child(2n),
#menu li.sel ~ li:nth-child(2n+1)
{
	padding: 0px;
	padding-left: 2px;
}

#menu li:not(.sel) + li:not(.sel) + li:nth-child(2n + 1):last-child
{
	padding: 0px;
	width: 100%;
}

#menu li.sel
{
	display: none;
}

#menu li a
{
	width: 100%;
	background-color: #000;
	font-size: 122%;
	display: block;
	padding: 10px;
}

.banner
{
	width: 100%;
	z-index: 10;
	margin-top: -25px;
	position: relative;
}

#content
{
	width: 78%;
	margin: auto;
	padding-top: 50px;
}

.banner + #content
{
	padding-top: 0px;
}

#content a,
#tinymce a
{
	text-decoration: underline;
}

#content a:hover,
#content a:focus,
#content a:active
{
	text-decoration: none;
}

.bigLinks
{
	margin: auto;
	z-index: 20;
	position: relative;
	margin-top: -40px;
}

#content .bigLinks a,
#tinymce .bigLinks a
{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	color: #fff;
	font-family: hand_of_seanregular, helvetica, arial, sans-serif;
	font-size: 148%;
	text-align: center;
	background-color: #000;
	text-decoration: none;
	padding: 5px;
	box-shadow: 0px 0px 10px 5px #606060 inset, 0px 2px 5px 2px #202020;
}

#content .bigLinks a:hover,
#content .bigLinks a:focus,
#content .bigLinks a:active
{
	text-decoration: underline;
}

.smallLinks
{
	overflow: hidden;
}

.smallLinks a
{
	display: block;
	width: 47%;
}

.smallLinks img
{
	width: 100%;
}

.smallLinks .galleryLink
{
	float: left;
}

.smallLinks .mainLink
{
	float: right;
}

#footer
{
	background: url(footerBack.png) top repeat-x;
	text-align: center;
	height: 45px;
	margin-top: 10px;
	padding-top: 7px;
	font-weight: bold;
}

#overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	top: 0px;
	left: 0px;
	z-index: 9001;
}

#overlay img
{
	max-width: none;
}

/* tinymce universal formatting */
#tinymce {width: 320px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #000;}
#tinymce p { padding: 0 0 1em;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }

table
{
	margin: 10px 0px 20px;
	width: 100%;
}

table th
{
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	font-family: hand_of_seanregular, Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-top: 10px;
}

table td
{
	line-height: 25px;
	font-size: 16px;
	border-bottom: 1px dashed #000;
}

table.menu td:last-child
{
	font-weight: bold;
	padding-left: 10px;
}

.swipe
{
	overflow: hidden;
	position: relative;
}

.swipe-wrap
{
	overflow: hidden;
	position: relative;
}

.swipe-wrap > div
{
	float:left;
	width:100%;
	position: relative;
	margin: auto;
}

.swipe-wrap .image
{
	display: none;
	margin: auto;
}

.swipe-wrap .image img
{
	display: block;
}

.swipe-wrap .image:first-child
{
	display: block;
}

#swipeBullets
{
	text-align: center;
	padding: 10px 0px;
}

#swipeBullets a
{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: url(bullets.png) left no-repeat;
}

#swipeBullets .active
{
	background-position: right;
}

iframe#eveve{
 max-width:500px;
 width:100%;
 height:440px;
}
@media screen and (max-width: 480px) {
 iframe#eveve{ 
 height:480px;
 }  
} 