/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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

body {
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

img {
  margin: 0;
  padding: 0;
  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;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
  background: url("../img/page-bg.jpg") repeat scroll center 0 transparent;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 22px;
}

body.home {
  background: url("../img/page-bg-home.jpg") repeat scroll center 0 transparent;
}

.wrapper {
  margin: auto;
  width: 997px;
  position: relative;
  z-index: 10;
}

#header {
  background: url("../img/header-bg.png") repeat-x scroll center 0 transparent;
  height: 93px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.home #header {
  background: url("../img/header-bg-home.png") repeat-x scroll center 0 transparent;
}

#hl {}

#hr {}

#logo {
  display: block;
  float: left;
  margin: 0 0 0 22px;
  padding: 0;
}

.menu-main-menu-container {
  float: right;
}

.menu-main-menu-container ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.menu-main-menu-container ul li {
  display: inline;
  float: left;
  position: relative;
}

.menu-main-menu-container ul a {
  color: #FFFFFF;
  display: block;
  font-family: 'Unica One',cursive;
  font-size: 16px;
  height: 60px;
  padding: 23px 16px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-main-menu-container ul li.current-menu-item a, #header ul li.current-page-ancestor a {
  background: url("../img/nav-over.png") repeat-x scroll 0 center transparent;
	color: #f2c7a0; 
}

.menu-main-menu-container ul a span {
  font-family: 'Cherry Swash',cursive;
  font-weight: normal;
  text-transform: none;
}

#inner-bg {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto auto;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

#inner-bg.home {
	background-image: url(../img/castle-home.jpg);
}
#inner-bg.img1 {
	background-image: url(../img/inner-bg1.jpg);
}
#inner-bg.img2 {
	background-image: url(../img/inner-bg2.jpg);
}
#inner-bg.img3 {
	background-image: url(../img/inner-bg3.jpg);
}
#inner-bg.img4 {
	background-image: url(../img/inner-bg4.jpg);
}
#inner-bg.img5 {
	background-image: url(../img/inner-bg5.jpg);
}

#content-top {
  background: url("../img/content-top-bg.png") repeat-x scroll 0 0 transparent;
  height: 10px;
  left: 0;
  position: absolute;
  top: 240px;
  width: 100%;
  z-index: 10;
}

.home #content-top {
  top: 543px;
}

#content {
  background: url("../img/content-bg.png") repeat-x scroll 0 0 transparent;
  margin: 147px 0 0;
  min-height: 480px;
  padding: 30px;
  position: relative;
}

.home #content {
  background: url("../img/content-bg-home.png") repeat-x scroll 0 0 transparent;
  margin-top: 450px;
}

#buttons {
  position: absolute;
  right: 12px;
  top: -60px;
}

#buttons a {
  float: left;
  margin: 0 0 0 12px;
}

#cl {
  background: url("../img/content-side-bg.png") repeat-y scroll 0 0 transparent;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
}

#cr {
  background: url("../img/content-side-bg.png") repeat-y scroll 0 0 transparent;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
}

#main, #right {
	float: left;
	display: inline;
	position: relative;
}

#main {
  width: 604px;
}

#main.wide {
	float: none;
	width: 100%;
}

table.upcoming {
	width: 100%;
}

table.upcoming td {
  text-align: center;
  vertical-align: top;
  width: 25%;
}

.fullCalendar {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 10px;
}

body .fc-events-holder .fc-event-list-holder h3.fc-event-list-date-header {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}

.fc-event-list-content h4 {
  font-size: 20px;
  margin: 0;
}

body .fc-event-list-content h5 {
  font-size: 15px;
  margin: 5px 0;
}

body .fc-event-list-content label {
  font-size: 15px;
}

body .fc-event-list-content .fc-event-list-subtitle {
  font-size: 15px;
}

.home .entry {
  margin-top: 8px;
}

.home .entry h1 {
  position: relative;
  top: -5px;
}

#right {
  margin: 0 0 0 30px;
  width: 302px;
  position: relative;
}

#right.mobile { display: none; }

#right.wide { display: block; }

#right .widget {
	margin: 0 0 10px 0;
}

#right p {
	margin: 0 0 10px 0;
}

#right ul {
  border-bottom: 1px solid #82D2BA;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

#right ul li {
  margin: 10px 0;
}

#right ul li.current-menu-item a {}

#right ul a {
  background: url("../img/sidenav-green.png") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  height: 41px;
  line-height: 41px;
  text-decoration: none;
  text-indent: 10px;
  text-transform: uppercase;
}

#right ul li.current-menu-item a {
  background: url("../img/sidenav-purple.png") no-repeat scroll 0 0 transparent;	
}

#right ul li.blue a {
  background: url("../img/sidenav-blue.png") no-repeat scroll 0 0 transparent;
  font-family: 'Cherry Swash',cursive;
  height: 38px;
  line-height: 38px;
  text-transform: none;
}

#header ul li a:hover, 
#right ul li a:hover { 
	color: #f2c7a0; 
}

.widget_search {}

.widget_search label { display: none; }

.widget_search #s {
  background: url("../img/search-bg.png") no-repeat scroll 0 0 transparent;
  border: medium none;
  color: #666666;
  font-family: "Unica One",sans-serif;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  padding: 0 0 0 35px;
  width: 149px;
}

.widget_search #searchsubmit { display: none; }

#homerow {
  display: block;
  height: 193px;
}

#homerow .widget {
  display: inline;
  float: left;
  margin: 0 16px 0 0;
  position: relative;
  width: 300px;
}

#homerow .widget:last-child { margin-right: 0; }

.widget.recent-posts-plus {
  background: url("../img/block-news.png") repeat scroll 0 0 transparent;
  color: #FFFFFF;
  height: 193px;
  position: relative;
}

.widget.recent-posts-plus h3 { display: none; }

.widget.recent-posts-plus dl {
  margin: 15px 15px 0;
}

.widget.recent-posts-plus dt {
  display: none;
}

.widget.recent-posts-plus dd {
  font-size: 12px;
  font-style: italic;
  margin: 0;
  text-shadow: 0 0 2px #000000;
}

.widget.recent-posts-plus a {
	color: #fff;
	text-decoration: none;
}


#footer {
  background: url("../img/footer-bg.jpg") repeat-x scroll center 0 transparent;
  height: 455px;
  position: relative;
  width: 100%;
}

.home #footer {
  background: url("../img/footer-bg-home.jpg") repeat-x scroll center 0 transparent;
}
	
#fl {
  background: url("../img/footer-left.png") no-repeat scroll 0 0 transparent;
  height: 260px;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
  display: block;
}

.home 	#fl {
  background: url("../img/footer-left-home.png") no-repeat scroll 0 0 transparent;
}

#fr {
  background: url("../img/footer-right.png") no-repeat scroll 0 0 transparent;
  height: 260px;
  right: -10px;
  position: absolute;
  top: 0;
  width: 10px;
  display: block;
}

.home #fr {
  background: url("../img/footer-right-home.png") no-repeat scroll 0 0 transparent;
}
	
#footer-nav .social {
	margin: 10px 0 0 0;
}

#right .social {
  position: absolute;
  right: 0;
  top: 0;
}

#footer-nav {
  float: left;
  margin: 38px 0 0 38px;
  padding: 0;
  text-align: left;
  width: 275px;
}

#footer-nav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#footer-nav li {}

#footer-nav a {
  color: #ffffff;
  font-family: "Unica One",sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.home #footer-nav a {
  color: #ffffff;	
}

#footer-nav a {
  font-size: 19px;
}

#signup {
  background: url("../img/footer-ornament.png") no-repeat scroll center 200px transparent;
  color: #8AAB7C;
  display: block;
  float: left;
  font-family: "Unica One",sans-serif;
  font-size: 16px;
  height: 350px;
  padding: 38px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 320px;
}

#signup p {
  margin: 0 0 15px;
  position: relative;
}

#signup label {
  color: #60761D;
  left: 6px;
  position: absolute;
  top: 8px;
  z-index: 10;
}

.home #signup label {
  color: #afcede;	
}

#signup input {
  background: none repeat scroll 0 0 #313E2A;
  border: medium none;
  color: #60761D;
  font-family: "Unica One",sans-serif;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  padding: 0 5px;
  width: 290px;
}

#signup input[type="submit"] {
  background: none repeat scroll 0 0 #CCCCCC;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  color: #444444;
  font-family: "Unica One",sans-serif;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  width: auto;
}

.home #signup input {
	background: #1d3e51;
	color: #4e7285;
}

#address {
  float: right;
  margin: 38px 38px 0 0;
  text-align: right;
}

#address a {
  color: #FFFFFF;
}

#address a:hover { 
	color: #f2c7a0; 
}

#address p {
  color: #FFFFFF;
  font-family: "Unica One",sans-serif;
  font-size: 18px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

#credit {
  line-height: 15px;
}

#credit a {
  color: #AFCEDE;
  font-size: 12px;
  margin: 0 8px 0 0;
}

a.morelink {
  display: block;
  margin: 15px 0 0 15px;
}

h1 {
  color: #0B4D75;
  font-family: "Open Sans",sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 25px;
  padding: 0;
}

h2, h3, h4, h5, h6 {}

h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h3 {}

article ul {
  list-style: none outside none;
  margin: 0 0 25px;
  padding: 0;
}

article li {
  background: url("../img/bullet.png") no-repeat scroll 0 9px transparent;
  margin: 0 0 0 27px;
  padding: 0 0 0 15px;
}

article .gform_wrapper li {
	background: none;
	margin: 0;
	padding: 0;	
}

p {
  margin: 0 0 25px;
}

a {
	color: #007ed7;
	text-decoration: none;
}

.home #signup {
  color: #afcede;	
}

#breadcrumbs { display: none; }

.mobile { display: none; }

.clr { clear: both; }


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

@media only screen and (max-width: 640px) {
	
	.wrapper { width: 640px; min-width: 480px; }
	
	#hl, #hr,
	#fl, #fr,
	#cl, #cr,
	#content-top,
	#signup,
	div.widget_search,
	div.Widget_Include_Post,
	#header .menu-main-menu-container {
		display: none;
	}

	#header {
	  width: 640px;		
	}
	
	#logo {
	  float: none;
	  margin: 0;
	  text-align: center;
	}

	#content {
	  margin-top: 220px;
	  padding: 30px 30px 1px;
	}

	.home #content {
	  margin-top: 315px;
	}
	
	#buttons {
	  left: 0;
	  position: relative;
	  right: 0;
	  top: 0;
	}
	
	#buttons a {
	  display: inline-block;
	  float: none;
	  margin: 0 0 12px 12px;
	}

	#inner-bg {
	  background-size: 900px auto;
	  top: 120px;
	  width: 640px;
	}

	#breadcrumbs { display: block; }

	#main {
	  margin: 0 0 30px;
	  min-height: auto;
	  width: 100%;
	}
	
	.mobile {
	  display: block;
	}
	
	.menu-main-menu-container {
	  float: none;
	}

	.menu-main-menu-container ul a {
	  background: url("../img/sidenav-blue.png") repeat scroll 0 0 transparent;
	  display: block;
	  font-size: 18px;
	  margin: 0 0 12px 12px;
	  padding: 23px 16px 0;
	  width: 87px;
	}
		
	#homerow {
	  height: auto;
	}
	
	#homerow .widget {
	  display: block;
	  float: none;
	  margin: 0 auto 30px;
	}
	
	#homerow .widget:last-child {
	  margin-right: auto;
	}

	#right {
	  margin: 0;
	  width: 100%;
	  
	}
		
	#right.mobile { display: block; }

	#right.wide { display: none; }

	#right ul {
	  margin: auto;
	  width: 302px;
	}

	#right a {}

	#footer {
	  height: auto;
	  padding-bottom: 20px;
	  width: 640px;
	}
	
	#footer-nav {
	  float: none;
	  margin: 0;
	  padding: 30px 0 0;
	  text-align: center;
	  width: 100%;
	}
		
	#footer-nav a {
	  font-size: 22px;
	}
		
	#footer-nav .social { margin: 10px 0 0 0; }
	
	#address {
	  float: none;
	  margin: 40px 0 0;
	  text-align: center;
	}
		
	#address img {
	  height: 140px;
	  width: auto;
	}
	
	#credit { display: none; }
	
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	.wrapper { width: 1024px; min-width: 960px; }

	#header {
	  width: 1024px;		
	}

	#inner-bg {
	  width: 1024px;
	}

	#footer {
	  width: 1024px;		
	}

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

	.wrapper { width: 1024px; min-width: 960px; }

	#header {
	  width: 1024px;		
	}

	#inner-bg {
	  width: 1024px;
	}

	#footer {
	  width: 1024px;		
	}
}

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}