/* @override http://jrgould.dyndns.org:8888/Clancys/style.css */

body, html{
	font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #000;
	color: #fff;
}
a img{
	border: none;
}
a{
	border: none;
	text-decoration: none;
}


.style1 {
	color: #FFFFFF;
	
	font-size: large;
	text-align: center;
	background-image: url('Images/GreenFilter.png');
}
.style2 {
	text-align: center;
}
.style3 {
	background-image: url('Images/Backgrounds/Background%207.png');
}
a:visited {
	color: #fff;
}
a:active {
	color: #004C06;
}
a {
	color: #fff;
}
a:hover {
	color: #FFFF00;
}
.style6 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
		background-image: url('Images/GreenFilter.png');
}
.style7 {
	text-align: center;
	background-image: url('Images/GreenFilter.png');
	padding: 5px 0;
}
.style16 {
	
	font-size: large;
}
em.style16{
	font-size: .8em;
	font-style: normal;
	line-height: 1.6;
}
.style17 {
	border-width: 0px;
}

#calendar-wrap{
	margin-bottom: 10px;
}

#thirds{
	margin: 20px;
}

td.nav{
	background-image: url('Images/GreenFilter.png');
	height: 35px;
}
td.nav a{
	display: block;
	float: left;
	text-align: center;
	width: 16.666%;
	font-weight: bold;
	padding-top: 5px;
	font-size: 1.2em;
}

h1, h2, h3, h4{
	font-family: Sancreek, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:  0 0 10px 0;
}

#contact-wrap{
	text-align: center;
	font-size: 1.5em;
}
#contact-wrap #contact, #contact-wrap #hours{
	width: 40%;
	float: left;
	padding: 0 4%;
	margin:  1%;
	
	background-color: rgba(255,255,255, .15);
	
	box-shadow:0px 0px 13px rgba(0,0,0,.5), inset 0px 0px 15px rgba(255,255,255,.25);
	border-radius: 10px
}
#contact-wrap #hours{
	float: right;
}
small{
	font-size: .7em;
}

#thirds .third{
	width: 30%;
	float: left;
	margin: 0 2.4% 0 0%;
	padding: .5em;
	overflow: hidden;
	
	background-color: rgba(255,255,255, .15);
	
	box-shadow:0px 0px 13px rgba(0,0,0,.5), inset 0px 0px 15px rgba(255,255,255,.25);
	border-radius: 10px
	
}

#thirds .first.third{
}
#thirds .last.third{
	margin-right: 0;
}
.third ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.third ul li{
	margin-bottom: .2em;
}
.third{
	font-size: 1.1em;
}
.third h1, .third h2, .third h3, #contact-wrap h1{
	font-size:1.5em;
	margin: 0 0 10px;
	color: #FAFF64;
	font-family: Sancreek, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px rgba(255,255,255,.3), 0 -1px 1px rgba(2,0,0,1);
}
.third h1 em, .third h2 em, .third h3 em{
	display: block;
	font-size: .65em;
	font-weight: normal;
}

#today-special{
	margin:  0 0 50px 0;
}
#today-special h1{
	margin: 0;
	font-family: Sancreek, "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0 -1px 2px #000;
}

div.social-icons{
	padding: 5px 0 0 0;
}
div.social-icons a{
	margin: 2px 5px 0 0;
}
div.social-icons a img{
	padding: 1px 0;
}
div.social-icons a:hover{
	background: rgba(255,255,255,.1);
}
div.social-icons a:hover img{
	padding: 0px 0 2px 0;
}


.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear, .clearing{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}