@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
@font-face {
    font-family: 'desigersbold';
    src: url('fonts/desib__-webfont.eot');
    src: url('fonts/desib__-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/desib__-webfont.woff2') format('woff2'),
         url('fonts/desib__-webfont.woff') format('woff'),
         url('fonts/desib__-webfont.ttf') format('truetype'),
         url('fonts/desib__-webfont.svg#desigersbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	5;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94.246%;
	padding-left: 0.3769%;
	padding-right: 0.3769%;
}
#Menu {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'desigersbold', cursive;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px #6B9E49;
	word-spacing: 20px;
	letter-spacing: 2px;
	background-image: url(images/BackgroundBar.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: auto;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
#Abner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.IndubitablyFont {
	font-family: 'desigersbold', cursive;
	font-size: 125%;
	letter-spacing: 2px;
	word-spacing: 20px;
	text-shadow: 1px 1px 1px #6B9E49;
	font-weight: bold;
}
.IndubitablyFont2 {
	font-family: 'desigersbold', cursive;
	font-size: 150%;
	letter-spacing: 2px;
	word-spacing: 20px;
	text-shadow: 1px 1px 1px #6B9E49;
	font-weight: bolder;
}
.ZombieFamilyLogo {
	width: 174px;
	clear: left;
	float: left;
	padding-right: 15px;
	padding-left: 50px;
}
#Error {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: white;
	border-radius: 25px;
	padding-left: 1em;
	padding-top: 4em;
	padding-bottom: 1em;
	padding-bottom: 4em;
}
#ThankYou {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: white;
	border-radius: 25px;
	padding-left: 1em;
	padding-top: 4em;
	padding-bottom: 1em;
	padding-bottom: 4em;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 94.4345%;
	padding-left: 0.2827%;
	padding-right: 0.2827%;
}
#Menu {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'desigersbold', cursive;
	font-weight: bold;
	font-size: 18px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Abner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Error {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ThankYou {
	clear: none;
	float: left;
	margin-left: 0.5988%;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 94.623%;
	max-width: 1232px;
	padding-left: 0.1884%;
	padding-right: 0.1884%;
	margin: auto;
}
#Menu {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: 'desigersbold', cursive;
	font-weight: bold;
	font-size: 18px;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 33.0677%;
	display: block;
}
#Abner {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.8007%;
	display: block;
}
#Error {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 24.7011%;
	display: block;
}
#ThankYou {
	clear: none;
	float: left;
	margin-left: 0.3984%;
	width: 24.7011%;
	display: block;
}
}
