/* CSS Document */
* { font-family: 'Open Sans', sans-serif; font-weight:normal !important; }
body { 
	background-color: #f37020;
}
#menu-wrap { /*background-color:#FFCC00; */
	background-color: #17181A;
	background-image: url("http://design.funatthepark.com/wp-content/uploads/2014/05/button1.gif");
	background-repeat: repeat-x;
	border-bottom:solid 2px #000;
}
#menu-wrap .list-inline li { border-color:#000; }
#menu-wrap .list-inline li:hover { background: url('http://design.funatthepark.com/wp-content/uploads/2014/06/ff.png');
  background-color: #005190;
  background-repeat: repeat-x;
  color: #FFF;
}
#menu-wrap .list-inline li:hover a { color:white; }
#menu-wrap .brand { padding-left:10px; }
#menu-wrap .brand img { max-height:56px; margin-top:2px; }

label { color:#000; }

.form-group { margin-bottom:10px; }
.form-group, input { text-align:left; }
.form-group input, .form-group select { color:#000; font-size:17px; }
.btn { 
  	background: url("http://design.funatthepark.com/wp-content/uploads/2014/05/button1.gif") repeat scroll 0% 0% transparent;
  	padding: 6px 10px;
  	border:solid 1px #000;
	color:#FFC235; 
	font-size:18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
	text-transform:uppercase;
	background-size:100% 100%;
}
#loading {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.75) url(../img/loading.gif) center center no-repeat;
}

h1 {
	background-color: #17181A;
  	background-image: url("http://design.funatthepark.com/wp-content/uploads/2014/05/button1.gif");
	background-repeat: repeat-x;
	font-size: 23px;
	color: #FFF;
	-moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.15);	
	margin:0;
}

.box { border:solid 7px #000; padding:15px; padding-top:20px; background:#FFCC00; margin:0px; box-shadow:0px 2px 2px #B94502; }

.box a { color:#BC0B0C; font-size:17px; }
.box p { color:#000; }
.box #message { color:#BB0024; font-size:15px; margin-top:0; }

#new-account-wrap p { color:#FFF; margin-bottom:0; }

.form-group input, .form-group select { 
	border:solid 1px #000;
	color: #000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 34px;
 }