@charset "utf-8";
@import url("../webfonts/Passion_One_Regular/stylesheet.css");
@import url("../webfonts/OpenSans_Regular/stylesheet.css");
body {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}
body#about-us {
	background-attachment: fixed;
	background-image: url(../img/bkgd.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}



body#home {
	background-image: url(../img/home-bkgd.jpg);
	position: relative;
}
body#gal {
	/* [disabled]background-image: url(../img/gallery-bkgd.jpg); */
	position: relative;
	background-color: rgba(51,51,51,1);
}
body#events {
	background-image: url(../img/events-bkgd.jpg);
	position: relative;
	background-color: rgba(51,51,51,1);
}
body#contact-us {
	background-image: url(../img/contact-bkgd.jpg);
	position: relative;
	background-color: rgba(51,51,51,1);
}




header {
	height: 215px;
	width: 100%;
	display: block;
	/* [disabled]background-color: #eee; */
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
}
p.tag {
	height: 80px;
	width: 300px;
	display: none;
	position: absolute;
	right: 1%;
	clear: both;
	background-image: url(../img/tag.png);
	text-indent: -9999px;
}
p.tag a {
	height: 80px;
	width: 300px;
	display: block;
	position: relative;
	/* [disabled]right: 1%; */
	text-indent: -9999px;
}


h1.logo {
	display: block;
	height: 223px;
	width: 150px;
	background-color: black;
	position: absolute;
	text-indent: -9999px;
	left: 30px;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}
h1.logo a {
	display: block;
	height: 223px;
	width: 150px;
	position: relative;
	background-repeat: no-repeat;
}


nav {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 200px;
	position: relative;
	left: 200px;
	display: block;
	clear: both;
	top: 60px;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li , nav ul li a{
	list-style-type: none;
	font-family: "Passion One Regular", cursive;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
nav ul li a {
	font-size: 1.8em;
}
nav ul li a:hover {
	color: rgba(0,0,102,1);
}
nav ul li a.current {
	color: rgba(255,153,0,1);
	cursor: default;
}







article {
	height: 400px;
	width: 100%;
	clear: both;
	/* [disabled]background-color: #fff; */
}
footer {
	height: 100px;
	width: 100%;
	background-color: #000;
	clear: both;
}
p.label {
	color: #CCC;
	text-transform: uppercase;
	font-family: "Passion One Regular", cursive;
	display: block;
	position: relative;
	text-align: center;
	top: 10px;
	font-size: 1.2em;
}
p.copy {
	color: #FFF;
	text-align: center;
	position: relative;
	bottom: 10px;
	font-family: "OpenSans Regular", serif;
	font-size: .8em;
}
#hold {
	background-color: rgba(204,204,204,.5);
	height: 180px;
	width: 280px;
	float: right;
	position: absolute;
	bottom: 490px;
	clear: both;
	left: 453px;
	padding: 5px;
	font-family: "Passion One Regular", cursive;
}
#hold h1 {
	font-size: 2em;
	color: rgba(0,79,197,1);
	text-transform: uppercase;
	margin: 2px;
}
#hold p {
	font-size: 1em;
}
#hold p.click {
	text-align: right;
	text-decoration: none;
	/* [disabled]color: rgba(255,255,255,1); */
	font-family: "Passion One Regular", cursive;
}
#hold p.click a {
	text-align: right;
	text-decoration: none;
	color: rgba(255,255,255,1);
	padding: 5px 10px;
	background-color: rgba(255,51,0,1);
	border-radius: 5px;
	letter-spacing: 0.1em;
}
#hold p.click a:hover {
	background-color: rgba(0,81,198,1);
	-webkit-transition: 2s; /* For Safari 3.1 to 6.0 */
    transition: 2s;
	-moz-transition: 2s;
	-o-transition: 2s;
}
#gallery {
	height: 281px;
	width: 187px;
	position: relative;
	margin: 80px 0px 10px 200px;
	border: 5px solid rgba(0,0,0,.7);
	clear: both;
}
