body {
	font-family: 'Open Sans', sans-serif;
	color: #363636;
	font-size: 15px;
	background: #edd9ac url(beach-mob.jpg) repeat-x center top;
	background-position: center top;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
}

h1, h2, h3 {
	font-family: 'Sancreek', cursive;
	text-transform: uppercase;
	text-shadow:  1px 1px 4px rgba(35,0,0,0.4);
	text-align: center;
	color: #203d68;
}

h1 {
	font-size: 40px;
	background: transparent url(bg-h1.png) no-repeat center bottom;
	padding: 0 0 30px 0;
	line-height: 1;
	margin: 15px 0;
}

h2 {
	font-size: 30px;
	margin: 10px 0;
}

h2.breaker {
	background: transparent url(bg-h1.png) no-repeat center top;
	padding: 30px 0 0 0;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 22px;
	margin: 10px 0;
}

p {
	line-height: 1.5;
	margin: 10px 0;
}

a {
	text-decoration: none;
}

#page a:link, #main-content a:visited {
	color: #d82524;
	border-bottom: 1px dotted #d82524;
}

#page a:hover {
	color: #363636;
	border-bottom: 1px dotted #363636;
}

#menu {
	background-color: #d82524;
	font-family: 'Sancreek', cursive;
	color: #ffe06c;
	font-size: 21px;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #470000;
	padding: 45px 0 10px 0;
	margin-top: -50px;
}

#menu-touch-link {
		padding: 10px 0;	
	}

ul.nav {
	display: none;
	font-family: 'Sancreek', cursive;
	padding: 0;
	margin: 0;
}

ul.nav li {
	font-size: 21px;
	list-style: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #470000;
}

ul.nav li a:link, ul.nav li a:visited, #footer ul.nav li a:link, #footer ul.nav li a:visited {
	color: #ffe06c
}

ul.nav li a:hover, ul.nav li.current a, #footer ul.nav li a:hover, #footer ul.nav li.current a  {
	color: #fff;
}

#wrapper {
	width: 96%;
	position: relative;
	margin: 0 auto;
}

#header {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#header img {
	width: 100%;
	height: auto;
}

#main-content {
	padding: 20px 3% 30px 3%;
	border-radius: 5px;
	margin: 0 3% 25px 3%;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(67,0,0,0.4);
	float: left;
}

#main-content.all-about-us {
	background-color: #d7f1f1
}

#main-content.what-we-do {
	background-color: #e2f3e4
}

#main-content.video-gallery {
	background-color: #ffe4e2
}

#main-content.books-and-dvd {
	background-color: #eee1ef
}

.side-content {
	margin: 0 3%;
}

#whats-on-block {
	padding: 10px 6%;
	border-radius: 5px;
	background-color: #fff3cb;
	box-shadow: 3px 3px 5px rgba(67,0,0,0.4);
	clear: both;
	text-align: center;
	margin-bottom: 25px;
}

#whats-on-block img {
	margin-left: -5px
}

#whats-on-block h2 {
	color: #991208;
}

#whats-on-block h3 {
	color: #3a3a3a;
}

#main-content img {
	width: 100%;
	height: auto;
}

#page {
	display: block;
	height: auto;
	background-color: #d82524;
}

.block {
	float: left;
}

.follow {
	background-color: #991208; 
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(67,0,0,0.4);
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.follow ul {
	float: right;
	padding: 8px;
}

.follow li {
	display: inline;
}

.follow h2 {
	color: #fff;
	text-align: left;
	text-shadow: none;
	padding: 20px 0 20px 20px;
	float: left;
	margin: 0 0 0 0;
	font-size: 22px;
}

#page .follow a:link, #page .follow a:visited {
	border-bottom: none;
}

.follow a:hover img {
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
}

#main-content img.flash-right {
	width: auto;
	height: auto;
	float: right;
	margin-top: -25px;
	z-index: 100;
	position: relative;
}

#main-content img.flash-left {
	width: auto;
	height: auto;
	float: left;
	z-index: 100;
	position: relative;
}



p.button-link {
	margin-top: 25px;
}

#page .button-link a:link, #page .button-link a:visited {
	background: #991208 url(arrow.png) no-repeat 15px center;
	color: #fff;
	padding: 9px 18px 9px 65px;
	border-radius: 5px;
	display: block;
	color: #fff;
}

#page .button-link a:hover {
	background-color: #c91a0e;
}

#footer {
	clear: both;
	background: #800000;
	padding: 20px 0 35px 0;
	float: left;
	width: 100%;
	color: #fff;
	display: block;
	position: relative;
	min-width:1024px
}

#footer .nav {
	text-align: center;
}

#footer-info {
	margin-left: 3%;
}

#co-info, #imprint {
	font-size: 10px;
	margin-top: 15px;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #ffe06c
}

#footer h2 {
	text-align: left;
	color: #fff;
}

#mascot {
	display: none;
}
	
#main-content img.book-thumb {
	width: 20%;
	float: left;
	clear: both;
	box-shadow: 2px 2px 3px rgba(147,147,147,0.4);
}

#main-content.books-and-dvd h3, #main-content.books-and-dvd p {
	float: right;
	width: 75%;
	text-align: left;
}
	
.book-contact {
	margin-bottom: 45px;
}
	
#main-content.video-gallery a:link, #main-content.video-gallery a:visited  {
	border-bottom: none;
}

#main-content.video-gallery p {
	margin-bottom: 30px;
}


@media screen and (min-width: 768px) {

	body {
		background: #edd9ac url(beach.jpg) no-repeat center top;
	}
	
	#menu {
		background-color: transparent;
	}
	
	#menu-touch-link {
		display: none;	
	}	
	
	ul.nav {
		display: inherit;
	}

	ul.nav {
		text-align: center;
		
	}

	ul.nav li {
		display: inline;
		padding: 0 10px 0 15px;
		background: transparent url(nav-bullet.png) no-repeat left center;
	}
	
	ul.nav li:first-child {
		background-image: none;
	}
	
	#header-small {
		display: none;
	}
	
	#header {
		padding-top: 35px;
		background: transparent url(header.png) no-repeat center 20px;
		height: 293px;
		z-index: 200;
		position: relative;
	}
	
	#header ul.nav {
		position: absolute;
		top: 75%;
		right: 20px;
	}
	
	#header img#mascot {
		display: inherit;
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
	}

	#header img#mascot:hover {
		transform:rotate(3deg);
		-ms-transform:rotate(3deg); /* IE 9 */
		-webkit-transform:rotate(3deg); /* Safari and Chrome */
	}
	
	#wrapper {
		width: 1000px;
	}
	
	#page {
		margin-top: -90px;
		padding-top: 90px;
		margin-left: 8px;
		margin-right: 8px;
		background: #d82524 url(stripes.png) repeat left top;
	}
	
	#main-content {
		width: 56%;
		margin-right: 0;
		float: left;
	}
	
	.side-content {
		width: 30%;
		float: right;
		margin-left: 0;
	}
	
	#footer {
		background: #800000 url(bg-footer.png) repeat-x left top;
	}
	
	#footer .nav {
		margin-bottom: 60px;
	}
	
	#footer-inner {
		width: 1000px;
		margin: 0 auto;
		display: block;
	}
	
	#footer-info {
		float: left;
		width: 60%;
	}	
	
	#main-content img.align-right {
		width: auto;
		height: auto;
		float: right;
		clear: both;
		margin: 0 0 10px 10px;
	}

	#main-content img.align-left {
		width: auto;
		height: auto;
		float: left;
		clear: both;
		margin: 0 10px 10px 0;
	}
	
	#main-content.video-gallery a {
		width: 50%;
		float: left;
		clear: both;
		margin-bottom: 32px;
	}
	
	#main-content.video-gallery p {
		float: right;
		width: 45%;
	}
	
	#main-content.video-gallery a img {
			transform:rotate(-1deg);
		-ms-transform:rotate(-1deg); /* IE 9 */
		-webkit-transform:rotate(-1deg); /* Safari and Chrome */
			box-shadow: 2px 2px 4px rgba(67,0,0,0.4);

		
	}
	
	#main-content.video-gallery a:hover img {
		transform:rotate(-2deg);
		-ms-transform:rotate(-2deg); /* IE 9 */
		-webkit-transform:rotate(-2deg); /* Safari and Chrome */
	}

}