body {
	font-family: 'Oxygen', sans-serif;
	background:url('./images/body-bg-repeat.png') repeat top center;
	font-size: 14px;
	line-height: 125%;
}
p {
	margin-bottom: 15px;
	line-height: 130%;
}
h1, h2,h3,h4 {
	font-weight: bold;
	line-height: 130%;
}
h1 {
	font-size: 2.5em;
	margin-bottom: 10px;

}
h2 {
	font-size: 1.75em;
	margin: 15px 0;
}
h3 {
	font-size: 1.5em;
}
li {
	list-style: disc;
	margin-left: 40px;
}
a {
	cursor: pointer !important;
	pointer-events: all;
}
.red, section.packages h3  {
	color: #e64101;
}
.green, span.green, a {
	color: #009961;
}
.bgGreen, .content p a {
	background: #009961;
	color: #FFF;
	padding:2px 4px; 
}
.bgRed {
	background: #e64101;
	color: #FFF;
	padding:1px 2px;
}
.red, span.red {
	color: #e64101;
}
.fltRgt {
	float: right;
}
.description {
	width: 420px;
}
.wrapper {
	width: 960px;
	margin:0 auto;
	position: relative;
}
.cleared {
	clear: both;
}
.centered {
	text-align: center;
}
.copy {
	padding: 20px 0; 
}
header#main {
	margin-bottom:-130px;
	height: 360px;
    background: url('images/header-bg.png') 50% 0 no-repeat;
}
#bunting {
	height: 50px;
	width: 100%;
	background: url(images/bunting.png) repeat-x;
	top: 179px;
	position: absolute;`
}
#logo a {
	margin: 0 auto;
	width: 455px;
	height: 182px;
	display: block;
}
.feature-banner, .logo {
	float: left;
	position: relative;
	z-index: 99;
}
.feature-banner img{
	max-width: 560px;
	margin-top: 10px;
	border-radius: 10px;
	border: solid 3px #FFF;
}
.colMiddle .logo {
	margin:15px auto 30px auto;
}
.content {
	clear: both;
}
.content, input, textarea {
	position: relative;
	background: url('./images/trans-bg.png') repeat top left;
	padding: 5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-radius: 5px;
	border:none;
}
.contentHm {
	min-height: 1405px;
	text-align: center;
    width: 530px;
    padding: 15px 15px 30px 15px;
    margin-left: 13px;
    margin-right: 13px;
}
#slider {
	min-height: 360px;
}
.contentHm h2 strong {
	color: #009961;
	font-weight: bold;
}
.contentHm h2 em {
	color: #e64101;
	font-weight: bold;
}
.noticeBoard {
	background: url(images/notice-board.png) 0 0 no-repeat;
	width: 146px;
	height: 183px;
	padding: 135px 20px 54px 20px;
	text-align: center;
}
.noticeBoard p  {
	color: #FFF;
	line-height: 2em;
}
.noticeBoard p span {
	color: #fffd38;
}
.noticeBoard p span, .noticeBoard a {
	font-weight: bold;
}
.noticeBoard a {
	color: #FFF;
}
.footerhm {
	clear: both;
	text-align: center;
}
.footerhm img {
	border: solid 3px #FFF;
	border-radius: 10px;
}
.colLeft, .colRight, .colMiddle {
	float: left;
}
.colLeft {
	width: 688px;
}
.home .colLeft, .home .colRight, .gallery .colLeft {
	width: 185px;
}
.gallery .colLeft {
	width: 205px;
	margin-right: 30px;
}
/*packages page*/
.package-roll .content, .contact .content {
	width: 668px;
	position: relative;
}
.package-roll .content h2 {
	text-align: center;
	font-size: 3.25em;
	padding: 10px 0;
}
section.packages, .borderTop {
	background: url('./images/gradSeperator.png') no-repeat top center;
	padding: 15px 0 5px 0;
	display: inline-block;
	width: 100%;
	margin: 10px 0 10px 0;
}
section.packages h3 {
	font-size: 2em;
	padding: 10px 10px 13px 10px;
}
span.image_placeholder {
	display: block;
	width: 200px;
	height: 150px;
}
span.image_placeholder, section.packages img {
	margin: 0 25px 5px 10px;
	float: left;
}
section.packages img, section.events img  {
	border:solid 4px #FFF;
	box-shadow: 1px 2px 5px #000;
}
section.events img  {
  width: 92%;
  margin-top: 5px;
}
/*events page*/
section.events {
  text-align: center;
  float: left;
  margin: 10px 0px;
  width: 50%;
}
section.events h2 {
	color: 
}
section.events p {
	margin: -5px auto 0 auto;
	padding: 7px 5px;
	width: 285px;
}
/*Gallery*/
.gallery nav#mainMenu {
	left:32%;
}
.gallery .content {
	float: left;
    width: 100%;
    clear: none;
    padding-bottom: 50px;
}
.gImg {
	float: left;
	width: 48%;
	margin: 5px 1% 5px 1%;
}
.gImg img {
	width: 100%;
	border-radius: 10px;
	border:solid 3px #FFF;
}
/*main nav*/
nav#mainMenu {
	position: absolute;
	left: 33%;
	bottom: -125px;
	width: auto;
}
.event-roll nav#mainMenu {
	left: 27%;
}
.home nav#mainMenu {
	bottom: -110px;
	left: 105px;
}
nav ul li {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0;
}
nav ul li a{
	display: block;
	background: url('./images/nav-sprite.png') no-repeat;
	height: 135px;
	width:88px;
}
nav ul li a:hover, input.btn:hover {
	opacity: .8;
}
nav ul li.home a{
	background-position: 0 0;
}
nav ul li.events a{
	background-position: -118px -3px;
}
nav ul li.gallery a{
	background-position: -228px -3px;
}
nav ul li.buy a{
	background-position: -333px 0;
}
nav ul li.contact a{
	background-position: -451px 0;
}

/*contact page*/
.contact .content {
	padding: 50px 10px;
}
.contact .copy {
	text-align: center;
}
#comment-input input, textarea {
	padding: 15px 5px;
	margin-bottom: 10px;
}
input.btn, .btn {
	background: #e64101;
	padding: 10px 20px;
	color: #FFF;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-appearance: none;
}
#comment-submit, #comment-textarea {
	float: left;
	margin-top: 5px;
}
#comment-textarea textarea {
	width: 351px;
}
#comment-input input {
	width:170px;
}
#comment-submit {
	margin-left: 5px;
}
#comment-input {
	float: left;
}
#comment-submit input {
	padding: 31px 69px;
	font-size: 1.25em;
	-webkit-appearance: none;
}
#contactF {
	width:600px;
	margin:20px auto;
	padding: 0 0 50px 60px;
}
.contact .content {
	width:100%;
	text-align:center;
}

/*alerts*/
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #e64101;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}

.footLeft {
	background: url(images/footer-ride.png) 50% no-repeat;
	height: 307px;
	width: 336px;
	float: left;
	margin-top: -27px;
}
.footRight {
	background:url(images/footer-coaster.png) 50% no-repeat;
	height: 346px;
	width: 445px;
	float: right;
	margin-top: -69px;
}
.home .footLeft{
	margin-top: -130px;
}
.home .footRight {
	margin-top: -169px;
}
/*slider*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  list-style: none;
  margin-left: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius: 5px;
  }







