/*	SilverTales - base.css - 27/09/2018 - Updated: 27/09/2018	*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;}
     
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;}
     
table {
    border-collapse: collapse;
    border-spacing: 0;}



html	{	background-color: #272727;	}
b, strong	{	font-weight: bold;	}
i	{	font-style: italic;	}
b.note	{	font-weight: bold; color: red;	}
.clear	{	clear: both;	}
p.signature
	{	font-family: 'Bilbo', cursive; font-size: 24pt; margin-top: 15px;	}



img.social
{	display: inline-block; margin: 0px 10px; width: 32px; height: auto;
}


#DisplayText
{	font-size: 14pt;
}
#DisplayText ul {list-style-type: circle;}

@media screen and (max-width: 1000px) {
.event-holder
{	max-width: 800px;	margin: 10px auto;	border: 1px solid #555555;	}
	.event-map {
	position: relative;
	overflow: hidden;
	padding-top: 225px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}
	.event-holder p	{ font-size: 10pt;	margin: 15px 0 15px 40px;	}
}
@media screen and (min-width: 1000px) {
.event-holder
{	max-width: 850px;	margin: 10px auto;	border: 1px solid #555555;	}
	.event-map {
	position: relative;
	overflow: hidden;
	padding-top: 250px;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}
}



.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


