/* Put your own custom CSS styles here. */
body {
	background-color: #ffffff;

}

#responsive-tab a {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-size: 1.4em;
}
a.ord {
	color: #0000ff;
	padding: 2px;
	-webkit-transition: background-color color 0s ease-in-out;
	transition: background-color 0s ease-in-out;
	-webkit-transition-delay: .2s; /* Safari */
    transition-delay: .2s;
}
a.ord:hover {
	background-color: rgba(255, 83, 0, 1);
	color: white;
	text-decoration: none;
	border-radius: 2px;
}
a.ord:visited {
	text-decoration: none;
}
img.center {
	margin: auto;
    height: 100%;
    border: 3px solid /*#008080#ff7e00#6b6b47#ff9900*/#ff5300;
    padding: 10px;
	
}
div.center {
	margin: auto;
    height: 100%;
    border: 3px solid /*#008080#ff7e00#6b6b47#ff9900*/#ff5300;
    padding: 10px;
}

.topMargin {
	height: 150px;
}

.topMargin p {
	font-family: 'Oswald', sans-serif;
	color: /*#6b6b47*/#ff5300;
	margin: 15px 15px 0 0;
	font-size: 3em;
	float: right;
}

.topLogo  {
	
	
	width: 110px;
	height: auto;
	margin: 20px 0 0 20px;
	
}

.stickyHeader  {
		position: fixed;
		z-index: 1;
}


p.dl {
		color: #ff0000;
		font-family: 'Oswald', sans-serif;
		text-align: justify;
		text-justify: inter-word;
		font-size: 1.6em;
}





/*menu style*/

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);*/
#cssmenu {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;*/
  font-family: 'Laila', serif;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 2px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  /**display: inline;
  zoom: 1;*/
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
  z-index: 1;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
  border-radius: 2px;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 220px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 2px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: /*#3366ff*/#ff5300 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 22px 11px 22px;
  text-decoration: none;
  color: #747474;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: /*#d80041#3366ff#ff9900*/#ff5300;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
	height: 50px;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -65%;
	height: 50px;
	
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: /*#d80041#ff9900*/#ff5300;
    background-position: 95% 170%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
	background: #dfdfdf;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
  #cssmenu > ul li.register > a{
    background-image: none;
	background-color: #ff884d;
	color: #ffffff;
	text-shadow: 0px 1px 0px #000;	
  }
  #cssmenu > ul li.register > a:hover {
    background-image: none;
	color: #ffffff;
	background-color: #ff884d; 
  }
  #cssmenu > ul li.login > a{
    background-image: none;
	background-color: #ff5300;
	color: #ffffff;
	text-shadow: 0px 1px 0px #000;
  }
  #cssmenu > ul li.login > a:hover {
    background-image: none;
	color: #ffffff;
	background-color: red; 
  }
  
}



table .schedule, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	width: 33%;
	height: 25px;
	column-width: auto;
	}
	
table .schedule th {
	text-align: center;
	background-color: #797979;
	
	
	}
/*mt.php table 2*/
table.mtSchedule {
  width: 100%;
  table-layout: fixed;
}
.mtSchedule td.ten {
  width: 10%;
  padding: 4px;
}

.mtSchedule th.ten {
  width: 10%;
  padding: 4px;
}
/* see me */
.mtSchedule td {
  border: 2px solid black;
  padding: 4px;
}

.mtSchedule th {
	  background: skyblue;
	  padding: 4px;
}

/*end mt.php table 2*/

/*mt.php table 1*/
table.mt {
  width: 100%;
  table-layout: fixed;
}
.mt td.ten {
  width: 10%;
  padding: 4px;
}

.mt th.ten {
  width: 10%;
  padding: 4px;
}
/* see me */
.mt td {
  border: 2px solid black;
  padding: 4px;
}

.mt th {
	  background: skyblue;
	  padding: 4px;
}
/* end mt.php table 1*/

table .grant, td, tr  {
	
	border: 0;

	
}
	




/*Register and Login must fit in oneline with all*/

@media (max-width: 991px) {
	#cssmenu > ul li a {
	  display: block;
	  padding: 12px 16px 11px 7px;
	  text-decoration: none;
	  color: #747474;
	  text-shadow: 0px 1px 0px #fff;
	}

}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
	  /*display: block;*/
    display: inline-block !important;
    /*display: inline;
    zoom: 1;*/
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
  #cssmenu > ul li span.login {
	color: #ffffff;
  }
}
/*@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}*/

/*end of cherry menu*/


.logo img  {
	width: 100%;
}
.logo h1 {
	color: #ffffff;
	background-color: #ff5300; 
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.mainColOne, .mainColTwo, .mainColThree {
	margin: 20px 0 40px 0;
}
.mainColOne ul li, .mainColTwo ul li, .mainColThree ul li{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

.mainColTwo, .mainColThree {
	border-left: 1px solid rgba(0,0,0,.4);
}

.extension {
	
max-width:100%;
max-height:100%;
	
}

/*div.disneyland  p {
    color: #ff0000;
	font-size: 1em;
	text-align: justify;
    text-justify: inter-word;
}*/
p {
	margin: 10px;
	text-align: justify;
	/*font-family: 'Kalam', cursive;*/
	/*font-family: 'Laila', serif;*/
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

.headerLeftCol p, .headerRightCol  p {
	text-align: center;
}

.pCaption{
	text-align: center;
}

h1 {
		font-family: 'Oswald', sans-serif;
		text-align: center;
		margin: 25px 10px 10px 10px;
		font-size: 1.6em;
}

.headingOne {
		display: none;
}

h2 {
		font-family: 'Oswald', sans-serif;
		margin: 10px;
		font-size: 1.2em;
}

h1, h2 {
	color: /*#008080#ff7e00#6b6b47#ff9900*/#ff5300;
}

/*leading-support.php*/
h3 {
		font-family: 'Roboto', sans-serif;
		margin: 10px;
		font-size: 1em;
		text-align: center;
}

/*index.php*/
h4 {
	font-family: 'Oswald', sans-serif;
	color: #ff0000;
	/*font-weight: bold;*/
	font-size: 1.4em;
	text-align: justify;
    text-justify: inter-word;
}
.inColumn {
	border: 2px solid #ff5300;
	box-shadow: 6px 6px 3px #888888;
}
figcaption {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
}
.comments {
	border-top: 1px solid #888888;
}

/*staff-board.php*/

.footer {
	margin-bottom: 40px;
	border-top: 1px solid rgba(0,0,0,.4);
	padding-top: 15px;
}

.footer p {
	font-size: 1em;
}

/*po-home page*/
.boxed {
	border: 1px solid #444;
}	

/*.footer a {
	font-family: 'Roboto', sans-serif;
	color: #0000ff;
	text-decoration: none;
}

.footer a:hover {
		color: #ff7e00;
		text-decoration: underline;
}*/

.under480 {
	display: none;
}
.pc {
	display: inline;
}
.ph {
	display: none;
}
.copyright p {
	text-align: justify;
}
.signup p {
	text-align: right;
	font-weight: bold;
}


form.footerForm {
	float: right;
	margin: 10px 10px 0 -15px;
}
form.donateForm {
	margin: 3% 3% 3% 3%;
}

.regFloatRight {
	float: right;
}
.logFloatRight {
	float: right;
}

/*audition form*/

.auditionLabel {
	margin: 10px 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}
.auditionDiv {
	margin: 0 10px 0 25px;
}
label {
	font-size: .8em;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin-left:15px; 
	margin-right:15px;
}
input[type=text], input[type=email], input[type=date], input[type=tel], select {
	width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.submitButton {
	margin: 15px 0 30px 0;
}
input[type=submit]  {
	width: auto;
    background: blue; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 255, .8), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, .8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 255, .8), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, .8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 255, .8), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, .8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 255, .8), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, .8)); /* Standard syntax */
    color: white;
    padding: 6px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	-webkit-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}

input[type=submit]:hover  {
	background: #ff0000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 255, 1), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 255, 1), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 255, 1), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 255, 1), rgba(0, 0, 255, .4) 40%, rgba(0, 0, 255, 1)); /* Standard syntax */



}

input:disabled {
	background: #ff0000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* Standard syntax */

}

input:disabled:hover {
	background: #ff0000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 0, 0, 1), rgba(255, 0, 0, .4) 40%, rgba(255, 0, 0, 1)); /* Standard syntax */

}
/*submit2.php*/

.submit2 p {
	text-align: center;
	padding: 10px 0 40px 0;
}

/*podiv.php*/
.podivTable {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
}

/*donate.php*/
.noBullets {
	list-style-type:none;
}
.textAlignCenter {
	text-align: center;
}
/*about-ecys.php*/
.mission {
	text-align: justify;
	line-height: 180%;
}

/*table, th, td {
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	padding: 6px;
}
table {
	width: 95%;
}
th, td {
	height: 40px;
	text-align: left;
}*/

@media screen and (max-width: 769px) {
	.logo{
		display: none;
	}
	.headingOne {
		display: inline;
		margin: 0 0 0 0;
	}
	.mainColTwo, .mainColThree {
	border-left: none;
	border-bottom: none;
	border-top: 1px solid rgba(0,0,0,.4);
	}
	
	.footer {
	margin-bottom: 25px;
	border-top: 1px solid rgba(0,0,0,.4);
	padding: 10px 0 10px 0;
	background-color: rgba(0,0,0,.1);
	}
	.lgScreen {
		display: none;
	}

	

	
 
}
	
	

@media screen and (max-width: 600px) {
	.logo{
		display: none;
	}
	.ph {
		display: inline;
	}
		.pc {
		display: none;
	}
	form .footerForm {
	float: right;
	margin: 10px 10px 0 0;
	
	
	}
	

}


@media screen and (max-width: 480px) {
	.logo{
		display: none;
	}

	h1 {
		 font-size: 1.8em;
	}
	h2 {
		font-size: 1.3em;
	}



}

