@charset "utf-8";
/* Global CSS Document */
/* GHOULIE MANOR CSS Version 1.00 */

/* ######################################## */

body {
	color: #509156;
}

section {
	overflow: hidden;
}

footer {
	width: auto;
}

#map {
	margin: 0 20px;
	height: 350px;
	width: 90%;
	border-style: none;
	overflow: hidden;
	min-width: 225px;
}

#nav-toggle {display: none;} /* Controls the display of the Menu Toggle */

.dmxGoogleMaps {
	width: 90%!important;
	height: auto;
	margin: 15px;
	margin-left: 0;
	background-color: #a1a4a1!important;
	margin-left: auto;
	margin-right: auto;
}

.dmxGMDirections {
	width: 100%!important;
	max-width: 600px;
	background-color: #eee;
	margin-left: auto;
	margin-right: auto;
}

img.adp-marker {padding-right: 30px;} /* Overrides Marker padding for Driving Directions */

.ac_input {margin-left: 15px; margin-bottom: 50px;}

/* ######################################## */

/* ~~ TYPOGRAPHY ~~ */

body {
	font-family: 'Alegreya', serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 { font-family: "cabazon",sans-serif; }

p {}

article p {margin-bottom: 1em;}

nav { font-family: 'Creepster', serif; }

h3, h4, h5, h6 {font-family: 'Creepster', serif;}

strong {font-weight: 700;}

em {
	font-weight: 400;
	font-style: italic;
}

article ol li {
	list-style: decimal;
	margin-left: 4em;
	padding-bottom: .75em;
}

article ul li {
	margin-left: 4em;
	list-style: disc;
	padding-bottom: .75em;
}

article ul.media li {
	margin-left: auto;
	list-style: none;
	padding-bottom: inherit;
}

.small { font-size: small; }

/* ######################################## */

/* ~~ LINKS ~~ */

a:link {
	color: #6BAD72;
	text-decoration: underline;
}

a:visited {
	color: #48824E;
	text-decoration: underline;
}

a:hover, a:active, a:focus { text-decoration: none; }

.sidebarBlock h1 a, .sidebarBlock h2 a, .sidebarBlock h3 a, .sidebarBlock h4 a, .sidebarBlock h5 a, .sidebarBlock h1 a, .sidebarBlock h6 a {
	color: #FFF;
	text-decoration: none;
}

aside a, aside a:link, aside a:visited, aside a:hover, aside a:active, aside a:focus {text-decoration: none;}

/* ######################################## */

/* ~~ MISC FLOAT/CLEAR CLASSES ~~ */

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.padding {
	padding: 5px;
}

hr {
	content: url(../_images/flourish.png);
	margin: 1em auto;
	background: url(../_images/flourish.png) no-repeat;
	height: 75px;
	width: 142px;
	text-align: center;
	border-style: none;
}

.openDates1 {color: #FFDE00 }

.openDates2 {color: #FFF;}

.openDates3 {color: #F00;}

.flashReq {display: none;}

/* Formatting for HTML within banner code links */
textarea {
	background: #17222B;
	margin: 5px;
	padding: 5px;
	border: 1px solid #33495b;
	color: #FFF;
	font-family: "Lucida Console", Monaco, monospace;
	width: 75%;
	height: 50px;
}
