box-shadow: 5px 4px 3px #888888;@font-face {
  font-family: "Staccato";
  src: url("staccato222_bt-1.ttf") format("truetype");
}

@font-face {
  font-family: "Kaushan Script";
  src: url("kaushanscript-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lobster Two";
  src: url("lobstertwo-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Great Vibes";
  src: url("greatvibes-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Courgette";
  src: url("courgette-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Pamega";
  src: url("pamega demo.ttf") format("truetype");
}

@font-face {
  font-family: "Marienda One";
  src: url("meriendaone-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Canterbury";
  src: url("canterbury.ttf") format("truetype");
}

@font-face {
  font-family: "kleymissky";
  src: url("kleymissky_0283.ttf") format("truetype");
}

@font-face {
  font-family: "sncscrp";
  src: url("ksncscrp.ttf") format("truetype");
}

@font-face {
  font-family: "condiment";
  src: url("condiment-regular.ttf") format("truetype");
}

@font-face {
  font-family: "camille";
  src: url("camille.ttf") format("truetype");
}

@font-face {
  font-family: "avocado";
  src: url("avocado.ttf") format("truetype");
}

@font-face {
  font-family: "chancur";
  src: url("chancur.ttf") format("truetype");
}

@font-face {
  font-family: "nosifer";
  src: url("nosifer-regular.ttf") format("truetype");
}

@font-face {
  font-family: "creepster";
  src: url("creepster-regular.ttf") format("truetype");
}  

*
{
  position:relative;
}

body
{
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background: #FDDCBB;
  background-image: url(images/backgrounds/bg_34.jpg);
  background-attacment: fixed;
}

ul {
  margin-left: -20px;
  width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: left;
  font: 26px Arial, sans-serif;
  list-style: none;
}

li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.clack 
{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 110px;
  height: 28px;
  background: transparent url(images/sprite_click.png) no-repeat;
  background-position: -220px 0;
  cursor: pointer; 
}

.clack:after
{
  content: "";
  display: table-cell;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_click.png) no-repeat;
  background-position: -110px 0;
  opacity: 0;
  -webkit-transition: opacity .7s;
  -moz-transition:    opacity .7s;
  -o-transition:      opacity .7s;
}
 
.clack:hover:after { opacity: 1; }

.clack:hover ~ .clacklink {color: #990000;}

.clacklink
{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 5px;
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.column
{
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.column.left
{
  width: 100px;
  margin-top: 50px;
  margin-left: 140px; 
  line-height: 18px;
  position: fixed;
}

.column.right
{   
  margin-left: 260px;
  width: 700px;
}

.download 
{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 150px;
  height: 45px;
  background: transparent url(images/sprite_download_button.png) no-repeat;
  background-size: 300px 45px;
  background-position: 0px 0;
  cursor: pointer; 
}

.flexcol
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flexrow
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.info
{
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  background-color: #f8f1d1;
  border: 8px ridge #993300;
  border-radius: 10px;
  box-shadow: 5px 4px 3px #888888;
  position: relative;
}

a.link8
{
  text-decoration: none;
  color: #000099;
}

a.link8:hover { color: #990000; }

.clickit 
{
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background: transparent url(images/sprite_click_ball.png) no-repeat;
  background-position: 0 0;  
}

.clickit:after
{
  content: "";  
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background: transparent url(images/sprite_click_ball.png) no-repeat;
  background-position: -90px 0;
  opacity: 0;
  -webkit-transition: opacity .7s;
  -moz-transition:    opacity .7s;
  -o-transition:      opacity .7s;
}
 
.clickit:hover:after { opacity: 1; }

.clickit:hover ~ .link5 { text-decoration: underline; color: #000000; }

.clickit:hover ~ .link8 { color: #990000; }

.link2
{
  text-decoration: none;
  margin-left: 10px;
  margin-right: auto;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  color: #000066;
  cursor: pointer; 
  -webkit-transition: color ease 0.5s;
  -o-transition: color ease 0.5s;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.link2:hover
{ 
  color: #990000;
  border: none;
  box-shadow: none;
}

.link2, .grow2 {
  pointer-events: auto;
}

.link5, .link8
{
  font-family: arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.link5
{  
  color: #990000;
}

.link8
{
  color: #000000;
}

.ed { position: relative; }

.bulletin_header_archive
{
  margin-left: 60px;
  xdisplay: flex;
  xalign-items: center;
  xjustify-content: center;
  width: 630px;
  height: 300px;
  background: transparent url(images/backgrounds/bulletin_archive_header_shadow.png) no-repeat;
  background-size: contain;
  z-index: -2;
}

p
{
  font-family: arial;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.center
{
  font-family: arial;
  font-size: 20px;
  margin: auto;
  padding: 0;
}

.grow 
{
  padding: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow:hover 
{
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 100;
}

.grow1
{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow1:hover 
{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 10;
}

.grow2
{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow2:hover 
{
  -webkit-transform: scale(2.0);
  -moz-transform: scale(2.0);
  -ms-transform: scale(2.0);
  -o-transform: scale(2.0);
  transform: scale(2.0);
  z-index: 10;
}

.grow3
{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow3:hover 
{
  -webkit-transform: scale(3.0);
  -moz-transform: scale(3.0);
  -ms-transform: scale(3.0);
  -o-transform: scale(3.0);
  transform: scale(3.0);
  z-index: 10;
}

.grow5
{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow5:hover 
{
  border: none;
  -webkit-transform: scale(5.0);
  -moz-transform: scale(5.0);
  -ms-transform: scale(5.0);
  -o-transform: scale(5.0);
  transform: scale(5.0);
  z-index: 10;
}

.grow8
{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.grow8:hover 
{
  border: none;
  background: #FFFFFF;
  -webkit-transform: scale(8.0);
  -moz-transform: scale(8.0);
  -ms-transform: scale(8.0);
  -o-transform: scale(8.0);
  transform: scale(8.0);
  z-index: 10;
}

img.rotate
{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

img.rotate:hover
{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.link2, .linkblack, .grow2 {
  pointer-events: auto;
}

.linkblack
{
  text-decoration: none;
  margin-left: 10px;
  margin-right: auto;
  font: bold 26px/24px sans-serif;
  color: #000000;
  padding: 3px 5px 3px 5px;
  border-radius: 10px;
  border-width: 6px;
  border-color: transparent;
  border-style: solid;
}

.linkblack:hover
{
  color: #9900000;
  border-color: #993300;
  cursor: pointer;
}

.minion_pointer {
  display: inline-block;
  width: 80px;
  height: 83px;
  background: transparent url(images/sprite_minion_left.png) no-repeat;
  background-size: 160px 83px;
  background-position: 0 0;
}

.minion_pointer_up {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: transparent url(images/sprite_minion_up.png) no-repeat;
  background-size: 160px 80px;
  background-position: 8px 0;
}

.moderator{
  display: inline-block;
}

.moderator.smiley{
  width: 70px;
  height: 70px;
  background: transparent url(images/smiley_moderator_12.png) no-repeat;
  background-size: 70px 70px;
  padding-right: 10px;
}

.moderator.minion{
  width: 70px;
  height: 90px;
  background: transparent url(images/minion_moderator.gif) no-repeat;
  background-size: 70px 90px;
}

.pic
{
  position: relatve;
  width: 220px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border-width: 8px;
  border-color: #993300;
  border-style: double;
}

.smiley_pointer {
  display: inline-block;
  width: 87px;
  height: 60px;
  background: transparent url(images/sprite_smiley_points.png) no-repeat;
  background-size: 174px 60px;
  background-position: 0 0;
}

.smiley_pointer_up {
  display: inline-block;
  width: 91px;
  height: 60px;
  background: transparent url(images/sprite_smiley_points_up.png) no-repeat;
  background-size: 182px 60px;
  background-position: 0 0;
}

.pointer {
  pointer-events: none;
}

.pointer:hover > .minion_pointer { background-position: -80px 0; }

.pointer:hover > .smiley_pointer { background-position: -87px 0; }

.zonk:hover > .smiley_pointer_up { background-position: -95px 0; }

.zonk:hover > .minion_pointer_up { background-position: -77px ; }


