/*Strip the ul of padding and list styling*/
#main {
	width:100%;
	position:absolute;
	margin-top:8px;
	left: 0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.gall {
	width: 300px;
	height: auto;
}
#header {
	width:98%;
	height:80px;
	background-color: #2D5261;/*silver;*/
	-moz-box-shadow:0 0 3px #999;
	-webkit-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
	background-image:url(/img/logo1.png);
	background-repeat:no-repeat;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:0.6em;
	margin: 0 auto;
}
ul#menu {
    list-style-type:none;
    margin:0;
    padding:0;
    position: absolute;
    top: 38px;
    right: 0px;
    z-index: 30;
}
/*Create a horizontal list with spacing*/
ul#menu li {
    display:inline-block;
    float: left;
    margin-right: 15px;
}
/*Style for menu links*/
ul#menu li a {
    display:block;
    min-width:60px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size:14px;
color: #FFF;
    text-decoration: none;
font-family:Verdana, Geneva, sans-serif;
}
/*Hover state for top level links*/
li:hover a {
color: #8C4400;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family:Verdana, Geneva, sans-serif;
    text-decoration: none;
    color: #fff;
    //background: #19c589;
    text-align: center;
    padding: 10px 0;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
#submenu {
	width:98%;
	margin: 0 auto;
}
.cast {
	width:150px !important;
	height:auto;
	vertical-align: middle;
}
#container {
	width:98%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.strip {
    display: block;
	width: 100%;
}
#footer {
	width:100%;
	height:30px;
	float: right;
    margin-right: 20px;
    padding-top: 30px;
} 
#signUp {
	margin-bottom: 0px;
}
.vid {
	width:640px;
	height:480px;
}
.sound1 {
	width:100%;
	height:100px;
}
.sound2 {
	width:48%;
	height:100px;
}
.sound3 {
	width:32%;
	height:100px;
}
#about {
	width: 97%;
	max-width: 950px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-top:10px;
	word-wrap: break-word !important;
white-space: normal;
}
p {
font-family:Times,'Times New Roman', serif;
font-size:1.1em;
word-wrap: break-word !important;
white-space: normal;
padding-left: 10px;
padding-right: 10px;
}
/*Responsive Styles*/
@media screen and (max-width : 760px){
    /*Make dropdown links appear inline*/
    /*Make all menu links full width*/
    ul#menu, ul#menu li, ul#menu li a {
    width: 100%;
	background-color: #2D5261;/*silver;*/
    }
    ul#menu {
        position: static;
        display: none;
        right: 0;
      //  border: pink solid thick;
    }
    .strip {
	display: none;
}
img.gall {
display: none;
}
.castle {
	display: none !important;
}
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
        position: absolute;
        top: 36px;
        right: 22px;
    }
    div.burger {
    align: center;
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 5px 0;
}
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    #signUp {
	margin-bottom: 30px;
}
.vid {
	width:90%;
	height:320px;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-top:10px;
	word-wrap: break-word;
white-space: normal;
}
#galleria{
	height:428px;
	width: 740px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.cast {
	width:100px;height:auto;vertical-align: middle;
}
}
@media screen and (max-width : 480px){
	#header {
	height:110px;
	background-position: center left;
	}
	    .show-menu {

        top: 60px;
    }
    #signUp {
	margin-bottom: 50px;
}
img.gall {
	display: none;
}
.castle {
	display: none !important;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-top:10px;
}
.vid {
	width:90%;
	height:240px;
}
.sound1, .sound2, .sound3 {
	width:100%;
	height:80px;
}
#galleria{
	height:208px;
	width: 360px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.cast {
	width:100px;height:auto;vertical-align: middle;
}
	}