div#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-family: sans-serif;
	/* overflow: hidden; */
	/* padding: 32px 0px 32px 0px; */
}
div#content {
	position: relative;
	width: 1080px;
	height: auto;
	border-radius: 25px;
	/* padding: 16px 0px 16px 0px; */
	margin: 0px auto;
	background: #ffffff url("/png/placeholder.png") repeat top left;
	background-size: 50px 100px;
	overflow: hidden;
	box-shadow: 24px 8px rgba(200, 200, 128, 0.4);
}

/* ------------------------------------------------------------------------------------------- HEADER -- */
header {
	position: relative;
	background: #ffffff url("/png/bg1.png") repeat;
	border-bottom: 4px dotted #000000;
	height: auto;
}
header img {
	float: left;
}

/* ------------------------------------------------------------------------------------------- WEATHER -- */
div#weather {
	position: relative;
	background: #ffffff url("/png/bg4.png") repeat;
	transform: rotate(1deg);
	box-shadow: 10px 10px 8px 2px rgba(0, 0, 0, 0.6);

}
div#weather table {
	margin: 0px auto;
	padding: 0px;
}
div#weather table tr.icon td {
	position: relative;
	width: 140px;
	height: 140px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100%;
	border: 2px dashed #333333;
	padding-right: 16px;
}
div#weather table tr.label td {
	font-weight: bold;
	font-size: 1.2em;
	color: #ff1212;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------- STORY -- */
div#story {
	position: relative;
	background: #ffffff url("/png/bg2.png") repeat;
	/* transform: rotate(-0.5deg); */
	/* border-bottom: #333333 4px solid; */
	padding: 0px;
	margin: 0px;
	min-height: 600px;
}
div#story img {
	/* border: 16px solid #333333; */
	box-shadow: 10px 10px 8px 2px rgba(0, 0, 0, 0.6);
	width: 100%;
	max-height: 1080px;
}
div#story a.storynav {
	background: #ffffff url("/png/bg2.png") repeat;
	color: #ffffff;
	font-size: 6em;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
div#story a.storynav:hover {
	background: #ffffff url("/png/bg2.png") repeat;
	filter: brightness(1.2);
	color: #ff0000;
}
div#storynavblock {
	position: relative;
	display: grid;
	border-top: 4px solid #000000;
	grid-template-columns: auto auto auto auto;
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	margin-top: 10px;
	padding: 0px;
	margin: 0px;
}
div#storynavblock #first, #previous, #next, #last {
	opacity: 0;
}

/* ------------------------------------------------------------------------------------------- SHABBYMAP -- */
.shabbymapspot {
	position: absolute;
	cursor: pointer;
	/* border: 1px dashed red; */
	/* background-color: rgba(255, 0, 0, 0.4); */
}

/* ------------------------------------------------------------------------------------------- SHABBYMART -- */
div#shabbymart {
	position: relative;
	transform: rotate(0.5deg);
	padding: 0px;
	margin: 0px;
	margin-left: -2px;
}
div#shabbymart h2 {
	font-weight: bold;	
	color: #BE5B4C;
}
div#shabbymart p {
	font-weight: bold;
	padding: 0px 32px 0px 32px;
	text-align: left;
}
div#shabbymart .shabbymart_popup {
	position: absolute;
	background: #ffffff url("/shabbymart/shabbymart_bg.png") repeat;
	transform: rotate(0.5deg);
	top: 20px;
	left: 240px;
	width: 600px;
	height: 620px;
	margin: 0px auto;
	background-color: #ffffff;
	border: 4px dashed #BE5B4C;
	border-radius: 15px;
	display: none;
	text-align: center;
}
.scroll_me {
	animation: scroller 8s linear infinite;
}
@keyframes scroller {  
    from {
        background-position: 0% 0%;
    }
    
    to {
        background-position: -35% 35%;
    }
}
div#shabbymart img.shabbymart_icon {
	position: absolute;
	width: 100px;
	cursor: pointer;
}
.pulse_me {
	animation: pulser 1s linear infinite;
}
@keyframes pulser {  
	100% { transform: scale(1.2,1.2); }
}
div#shabbymart img.shabbymart_close {
	position: absolute;
	top: 10px;
	left: 540px;
	width: 50px;
	cursor: pointer;
}
/* ------------------------------------------------------------------------------------------- SHABBYZOO -- */
div#shabbyzoo {
	position: relative;
	transform: rotate(-0.8deg);
	margin-left: -8px;
	border: 4px dashed #ffffff;
}
div#shabbyzoo img#shabbyzoo_map {
	width: 1080px;
	box-shadow: 16px 16px rgba(0, 0, 0, 0.4);
}
div#shabbyzoo div.shabbyzoo_environments {
	position: absolute;
	cursor: pointer;
}
div#shabbyzoo div#enclosures {
	position: absolute;
	padding-top: 32px;
	width: 1080px;
	height: 700px;
	top: 0px;
	left: 0px;
	display: none;
}
div#shabbyzoo div.enclosure {
	position: relative;
	width: 1000px;
	display: none;
	margin: 0px auto;
	background: #ffffff url('/shabbyzoo/boards.png') repeat-y right top;
	border:4px solid #000000;
	border-radius: 16px;
	text-align: center;
}
div#shabbyzoo .shabbyzoo_close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 16px 16px 0px 0px;
	width: 50px;
	cursor: pointer;
}
div#enclosures video {
	/* height: 420px; */
	width: 800px;
	border: 4px solid black;
	background-color: #000000;
}
div#enclosures table {
	background-color: #D2B48C;
	width: 100%;
	height: 140px;
	border-radius: 16px;
	margin: 0px;
	padding-top: 5px;
}
div#shabbyzoo td {
	width: 200px;
}
div#shabbyzoo strong {
	font-size: 1.1em;
	padding: 2px 8px 2px 8px;
	color: #ffffff;
	background-color: #3F362A;
	font-weight: bold;
}
div#enclosures p {
	color: #444444;
	font-weight: 600;
} 
div#shabbyzoo td img {
	height: 200px;
	margin-left: 0px;
	margin-top: 16px;
}
div#shabbyzoo td {
	vertical-align: top;
}
div#shabbyzoo td.exhibit {
	text-align: center;
}

/* ------------------------------------------------------------------------------------------- SHABBYPARK -- */
div#shabbypark {
	position: relative;
	font-family: 'Permanent Marker', cursive;
	font-size: 22px;
	transform: rotate(-1deg);
	padding: 0px;
	margin: 0px;
}

/* ------------------------------------------------------------------------------------------- SHABBYCLUB -- */
div#shabbyclub {
	position: relative;
	font-family: 'Permanent Marker', cursive;
	font-size: 22px;
	transform: rotate(-1deg);
	padding: 0px;
	margin: 0px;
}

/* ------------------------------------------------------------------------------------------- PIGANDBOT -- */
div#pigandbot {
	position: relative;
	font-family: 'Permanent Marker', cursive;
	font-size: 22px;
	transform: rotate(-1deg);
	padding: 0px;
	margin: 0px;
}

/* ------------------------------------------------------------------------------------------- SHABBYU -- */
div#shabbyu {
	position: relative;
	transform: rotate(0.4deg);
	margin-left: -8px;
	border: 4px dashed #FEC938;
	background-color: #ffffff;
}
div#shabbyu .shabbyu_close {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 16px 16px 0px 0px;
	width: 50px;
	cursor: pointer;
}
div#shabbyu div#courses {
	position: absolute;
	padding-top: 32px;
	width: 1080px;
	height: 700px;
	top: 0px;
	left: 0px;
	display: none;
	background-color: #ffffff;
}

/* ------------------------------------------------------------------------------------------- SHABBYSTATE -- */
div#shabbystate {
	position: relative;
	margin-left: -20px;
}
div#shabbystate input#shabbyname {
	position: absolute;
	display: block;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff0000;
	border: none;
	outline: none;
	top: 126px;
	left: 210px;
	width: 270px;
	height: auto;
	font-size: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
/* ------------------------------------------------------------------------------------------- SHABBYTAG -- */
img.shabbytag.transform { 
	transition: all 0.5s ease;
}
img.shabbytag {
	position: absolute;
	opacity: 1;
	cursor: pointer;
	transform: rotate(0deg);
	filter: brightness(120%);
	box-shadow: 10px 10px 8px 2px rgba(0, 0, 0, 0.6);
	background-color: #ffffff;
	/* border: 2px dashed rgba(0, 0, 0, 1); */
}
img.shabbytag.transform_go {
	padding-top: 20px;
	opacity: 0;
	transform: rotate(4deg);
}
.blink_me {
	animation: blinker 1s linear infinite;
}
@keyframes blinker {  
	100% { filter: brightness(0.9); }
}

/* ------------------------------------------------------------------------------------------- TAGLINE AND CURRENTDATE -- */
div#taglinediv {
	width: 100%;
	text-align: center;
	background: #ffffff url("/png/bg3.png") repeat;
}
span#tagline {
	position: relative;
	font-weight: bold;
	background-color: #ffffff;
	padding: 0px 64px 0px 64px;
}
div#currentdate {
	position: relative;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	background: #ffffff url("/png/bg2.png") repeat;
}

/* ------------------------------------------------------------------------------------------- FOOTER -- */
footer {
	position: relative;
	height: auto;
	width: 100%;
	background: #ffffff url("/png/bg1.png") repeat;
	transform: rotate(-0.5deg);
	text-align: right;
	padding-top: .5em;
	margin-top: 12px;
	border-bottom: 4px dashed #000000;
}
footer p {
	padding-right: 16px;
}
footer div#copyright {
	padding-right: 16px;
	font-size: 0.8em;
}
footer div#copyright a {
	text-decoration: underline;
	color: #000000;
}
/* ------------------------------------------------------------------------------------------- SOCIAL -- */
/* ul.share-buttons {
	list-style: none;
	padding: 0;
	padding-top: 10px;
  	transform: rotate(-0.5deg);
}

ul.share-buttons li {
	display: inline;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

ul.share-buttons img{
	width: 32px;
} */
ul.share-buttons{
	list-style: none;
	padding: 0;
	padding-top: 10px;
  	transform: rotate(-0.5deg);
  }
  
  ul.share-buttons li{
	display: inline;
  }
  
  ul.share-buttons .sr-only{
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
  }
  
  ul.share-buttons img{
	width: 32px;
	}
/* ------------------------------------------------------------------------------------------- FONTS -- */

/* ------------------------------------------------------------------------------------------- GENERAL -- */
.redacted {
	background: #000000;
	color: #000000;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.selectable {
	user-select: all;
}
.cursor {
	cursor: pointer;
}
.red {
	color: #ff0000;
}
.upsidedown {
	transform: rotate(180deg);	
}
.bold {
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.break {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.normalcase {
	text-transform: none;
}
a {
	text-decoration: none;
}
div {
	padding: 2px;
}
img {
	border: 0px;
}
div#shaderzoo, div#shadermart, div#shadermap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	cursor: pointer;
}
.center {
	margin: 0px auto;
	text-align: center;
}
.left {
	text-align: left;
}
.dotted {
	border: 4px dotted #cccccc;
}
h1 {
	padding: 0px;
	margin: 0px;
}
h2 {
	padding: 0px;
	margin: 0px;
}
* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #ffffff url("/png/flagbg.png");
}
body, html {
	width:100%;
}

/* ------------------------------------------------------------------------------------------- FONT -- */
@font-face {
    font-family: 'si';
    src: url('PATH_TO/socicon.eot');
    src: url('PATH_TO/socicon.eot?#iefix') format('embedded-opentype'),
         url('PATH_TO/socicon.woff') format('woff'),
         url('PATH_TO/socicon.ttf') format('truetype'),
         url('PATH_TO/socicon.svg#icomoonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------------------------------------------------------- MEDIA -- */
/* check device width and make sure content is 100% of it
