baloon
/*Stick Notes________________________________________________________________*/
.magnifytext    {z-index: 110; width: 42%; position: absolute; text-align: center; top: 30px; left: 10px; font-size: 1.9em; font-weight: bolder;}
.magnifylens    {z-index: 200; margin: 0px; padding: 0px;}

.magnify        
{
    float:left; 
    width:95%; 
    z-index: 100; 
    margin:0px; 
    padding: 0px; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}


.sticky ul, 
.sticky li,
.stickymag ul, 
.stickymag li           {list-style:none;}
.sticky ul, 
.stickymag ul           {overflow:hidden; padding: 1em;}
.sticky  li             {margin: 1em; float:left;}
.sth1                   {margin: 5px 0px 5px 5px; font: normal normal bold 1.4em Ampersand ; text-decoration: underline}
.sth2                   {margin: 5px 0px 5px 5px; font: normal normal bold 1.2em Ampersand;}
.sth1                   {color: #C10F33;}
.sth2                   {color: #014F99;}
.sticky li .stitem      {display: block; margin-left: 5px; font: normal normal normal 1.2em Ampersand;}
.stickymag li .sth1, 
.stickymag li .sth2     {font: normal normal normal 1.7em Ampersand; line-height: 22px;} 
.stickymag li .stitem   {font: normal normal normal 1.6em Ampersand; line-height: 22px;}
.stickymag li .stitem   {display: block; }
.stickymag li .sth1     {margin-top: 15px;}

.stickydiv              
{
    float: left; 
    position: relative; 
    width: 110%; 
    padding: 0; 
    left:-30px; 
    top: -45px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}


.sticky li a,
.stickymag li a
{
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    padding:.3em;
    -webkit-box-shadow: 5px 5px 7px rgba(0,0,0, .7);
    -moz-box-shadow: 5px 5px 7px rgba(0,0,0, .7);
    box-shadow: 5px 5px 7px rgba(0,0,0, .7);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-transition: -webkit-transform .15s linear;
    -moz-transition: -moz-transform .15s linear;
    -ms-transition: -ms-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    transition: transform .15s linear;
}

.sticky li a
{
    height:8em;
    width:13.5em;    
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.stickymag li a
{
    height:10em;
    width:13em;
    padding: 1em;
    text-align: center;
    position: absolute; 
    z-index: -1;
    top: 20px; 
    left: 3px;
    background-color: #efd7f8;  
    -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    -moz-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    box-shadow: 10px 10px 7px rgba(0,0,0,.7);
} 

.sticky li:nth-child(2) a
{
    position:relative;
    top:5px;
    background:#cfc;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.sticky li:nth-child(3) a
{
    position:relative;
    top:-5px;
    background:#ccf;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

.sticky li:nth-child(4) a
{
    position:relative;
    top:-10px;
    background:#fcf;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.sticky li a:hover, .sticky li a:focus {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    -moz-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-animation: news 5s linear 1s;
    -moz-animation: news 5s linear 1s;
    -ms-animation: news 5s linear 1s;
    -o-animation: news 5s linear 1s;
    animation: news 5s linear 1s;
}

/* news flash*/
.newsflash
{
    position: absolute;
    top: 5%;
    left: 15%;
    width: 220px;
    height: 291px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-animation: news 7s linear 1s; 
    -moz-animation: news 7s linear 1s; 
    -ms-animation: news 7s linear 1s; 
    animation: news 7s linear 1s; 
}

.newsh1             {font-size: 3.2em; color: #C10F33; font-weight: bolder; text-shadow: 1px 1px 0px #91122C, 2px 2px 0px #91122C, 4px 4px 3px rgba(0,0,0,.2);}
.newsh2             {font-size: 1.6em; color: #F27022; font-weight: bolder;}
.newsitem           {font-size: 1.4em; color: #014F99;}

.newsflash:hover, .newsflash:focus
{
    -webkit-animation-play-state: paused; 
    -moz-animation-play-state: paused; 
    -ms-animation-play-state: paused; 
    -o-animation-play-state: paused; 
    animation-play-state: paused;
}

.news
{
    position: absolute;
    top: 105px;
    left: 135px;
    z-index: 11000;
    width: 330px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

@-webkit-keyframes news    
{
    0%   {visibility: visible; opacity: 0;}
    20%  {opacity: 1;} 
    80%  {opacity: 1;} 
    to   {visibility: hidden; opacity: 0;}
}
@-moz-keyframes news    
{
    0%   {visibility: visible; opacity: 0;}
    20%  {opacity: 1;} 
    80%  {opacity: 1;} 
    to   {visibility: hidden; opacity: 0;}
}
@-ms-keyframes news    
{
    0%   {visibility: visible; opacity: 0;}
    20%  {opacity: 1;} 
    80%  {opacity: 1;} 
    to   {visibility: hidden; opacity: 0;}
}
@keyframes news    
{
    0%   {visibility: visible; opacity: 0;}
    20%  {opacity: 1;} 
    80%  {opacity: 1;} 
    to   {visibility: hidden; opacity: 0;}
}
/* balloon animation______________________________________________________________*/

.bday 
{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 11000;
    width: 90%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    font: normal normal bolder 150% Ampersand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}


.bdh1           {font-size: 1.8em; font-weight: bolder; text-shadow: 2px 2px 3px rgba(0,0,0,.2)}
.balloon img    {width: 100%;}
.balloon a      {text-decoration: none; color: #fff;}

.balloon, balloon:active {
    position: absolute;
    top: 100%;
    left: 25%;
    width: 240px;
    height: 291px;
    z-index: 88888;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-animation: float 14s linear 2s 1; 
    -moz-animation: float 14s linear 2s 1; 
    -ms-animation: float 14s linear 2s 1; 
    -o-animation: float 14s linear 2s 1; 
    animation: float 14s linear 2s 1;
    -webkit-animation-play-state: running; 
    -moz-animation-play-state: running; 
    -ms-animation-play-state: running; 
    -o-animation-play-state: running; 
    animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}


.balloon:hover, .balloon:focus
{
    -webkit-animation-play-state: paused; 
    -moz-animation-play-state: paused; 
    -ms-animation-play-state: paused; 
    -o-animation-play-state: paused; 
    animation-play-state: paused;
}

@-webkit-keyframes float    
{
    0%   {top: 470px;}
    9%   {-webkit-transform: rotate(5deg);} 
    11%  {-webkit-transform: rotate(5deg);} 
    20%  {-webkit-transform: rotate(0deg);} 
    29%  {-webkit-transform: rotate(-5deg);} 
    31%  {-webkit-transform: rotate(-5deg);} 
    40%  {-webkit-transform: rotate(0deg);} 
    49%  {-webkit-transform: rotate(3deg);} 
    51%  {-webkit-transform: rotate(3deg);} 
    60%  {-webkit-transform: rotate(0deg);} 
    69%  {-webkit-transform: rotate(-6deg);} 
    71%  {-webkit-transform: rotate(-6deg);} 
    80%  {-webkit-transform: rotate(0deg);} 
    89%  {-webkit-transform: rotate(4deg);} 
    91%  {-webkit-transform: rotate(4deg);} 
    to   {-webkit-transform: rotate(0deg); top:-250px;}
}

@-moz-keyframes float
{
    0%   {top: 470px;}
    9%   {-moz-transform: rotate(5deg);} 
    11%  {-moz-transform: rotate(5deg);} 
    20%  {-moz-transform: rotate(0deg);} 
    29%  {-moz-transform: rotate(-5deg);} 
    31%  {-moz-transform: rotate(-5deg);} 
    40%  {-moz-transform: rotate(0deg);} 
    49%  {-moz-transform: rotate(3deg);} 
    51%  {-moz-transform: rotate(3deg);} 
    60%  {-moz-transform: rotate(0deg);} 
    69%  {-moz-transform: rotate(-6deg);} 
    71%  {-moz-transform: rotate(-6deg);} 
    80%  {-moz-transform: rotate(0deg);} 
    89%  {-moz-transform: rotate(4deg);} 
    91%  {-moz-transform: rotate(4deg);} 
    100% {-moz-transform: rotate(0deg); top:-250px;}
}

@-ms-keyframes float
{
    0%   {top: 470px;}
    9%   {-ms-transform: rotate(5deg);} 
    11%  {-ms-transform: rotate(5deg);} 
    20%  {-ms-transform: rotate(0deg);} 
    29%  {-ms-transform: rotate(-5deg);} 
    31%  {-ms-transform: rotate(-5deg);} 
    40%  {-ms-transform: rotate(0deg);} 
    49%  {-ms-transform: rotate(3deg);} 
    51%  {-ms-transform: rotate(3deg);} 
    60%  {-ms-transform: rotate(0deg);} 
    69%  {-ms-transform: rotate(-6deg);} 
    71%  {-ms-transform: rotate(-6deg);} 
    80%  {-ms-transform: rotate(0deg);} 
    89%  {-ms-transform: rotate(4deg);} 
    91%  {-ms-transform: rotate(4deg);} 
    100% {-ms-transform: rotate(0deg); top:-250px;}
}


@keyframes float
{
    0%   {top: 470px;}
    9%   {transform: rotate(5deg);} 
    11%  {transform: rotate(5deg);} 
    20%  {transform: rotate(0deg);} 
    29%  {transform: rotate(-5deg);} 
    31%  {transform: rotate(-5deg);} 
    40%  {transform: rotate(0deg);} 
    49%  {transform: rotate(3deg);} 
    51%  {transform: rotate(3deg);} 
    60%  {transform: rotate(0deg);} 
    69%  {transform: rotate(-6deg);} 
    71%  {transform: rotate(-6deg);} 
    80%  {transform: rotate(0deg);} 
    89%  {transform: rotate(4deg);} 
    91%  {transform: rotate(4deg);} 
    100% {transform: rotate(0deg); top:-250px;}
}

/* Chalkboard__Maximum of 10 images__________________________________________________________*/
@font-face {font-family: EraserDust; src: url('erasdust.ttf'), url('erasdust.eot');} /* IE9 */

.chalk          {font-family: EraserDust;  }
.chalkh1        {color: #fcf; font-size: 1.7em; padding-bottom: 0px; padding-bottom: 0px;}
.chalkh2        {color: #cfc;}
.chalkh3        {color: #ccf;}
.chalkp         {color: #fff; padding-bottom: 0px; line-height: .98;}
.pfont          {font-size: 1.6em;}


.board          
{
    z-index: 1; 
    margin: 5px;
    height: 420px;
    width: 395px;
    padding: 5px;
    background-image: url('Images/board.jpg'); 
    border: 12px #00ACCE solid;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 0px #1B9BB4, 2px 2px 0px #1B9BB4, 3px 3px 0px #1B9BB4, 4px 4px 0px #1B9BB4, inset 1px 1px 0px #1B9BB4, inset 2px 2px 0px #1B9BB4, inset 3px 3px 0px #1B9BB4, inset 4px 4px 0px #1B9BB4 ;
    -moz-box-shadow: 1px 1px 0px #1B9BB4, 2px 2px 0px #1B9BB4, 3px 3px 0px #1B9BB4, 4px 4px 0px #1B9BB4, inset 1px 1px 0px #1B9BB4, inset 2px 2px 0px #1B9BB4, inset 3px 3px 0px #1B9BB4, inset 4px 4px 0px #1B9BB4 ;
    box-shadow: 1px 1px 0px #1B9BB4, 2px 2px 0px #1B9BB4, 3px 3px 0px #1B9BB4, 4px 4px 0px #1B9BB4, inset 1px 1px 0px #1B9BB4, inset 2px 2px 0px #1B9BB4, inset 3px 3px 0px #1B9BB4, inset 4px 4px 0px #1B9BB4 ;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;                
}

.imgchalk    {z-index: 900; margin: 0px; padding: 0px;}

.chalkpieces        
{
    float:left; 
    width:95%; 
    z-index: 800; 
    margin:0px; 
    padding: 0px;
    position: absolute;
    left: 170px;
    top: 320px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.boardcontent   {z-index: 3;}

.polaroids      
{
    position: relative; 
    width: 390px; 
    height: 360px;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;    
}

.picwrap
{
    -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    -moz-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    box-shadow: 10px 10px 7px rgba(0,0,0,.7);            
    color: #333;
    padding: 5px;
    background: white;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;            
}

.polaroids .pic {
    text-decoration: none;

}

.pic caption    {background-color: #fff; color: grey; text-align: left; caption-side: bottom; padding: 3px;}

/*.polaroids td   {width: 300px; text-align: center;} */
.polaroids .picwrap:nth-of-type(1) {
    left: -60px;
    top: -70px;
    z-index: 11;
    -webkit-transform: scale(.5) rotate(3deg);
    -moz-transform: scale(.5) rotate(3deg);
    -o-transform: scale(.5) rotate(3deg);
    transform: scale(.5) rotate(3deg);
}

.polaroids .picwrap:nth-of-type(2) {
    left: 43px;
    top: -80px;
    z-index: 11;
    -webkit-transform: scale(.5) rotate(-1deg);
    -moz-transform: scale(.5) rotate(-1deg);
    -o-transform: scale(.5) rotate(-1deg);
    transform: scale(.5) rotate(-1deg);
}

.polaroids .picwrap:nth-of-type(3) {
    left: 140px;
    top: -90px;
    z-index: 13;
    -webkit-transform: scale(.5) rotate(-10deg);
    -moz-transform: scale(.5) rotate(-10deg);
    -o-transform: scale(.5) rotate(-10deg);
    transform: scale(.5) rotate(-10deg);
}

.polaroids .picwrap:nth-of-type(4) {
    left: -70px;
    top: -15px;
    z-index: 14;
    -webkit-transform: scale(.5) rotate(-4deg);
    -moz-transform: scale(.5) rotate(-4deg);
    -o-transform: scale(.5) rotate(-4deg);
    transform: scale(.5) rotate(-4deg);
}

.polaroids .picwrap:nth-of-type(5) {
    left: 140px;
    top: -25px;
    z-index: 15;
    -webkit-transform: scale(.5) rotate(4deg);
    -moz-transform: scale(.5) rotate(4deg);
    -o-transform: scale(.5) rotate(4deg);
    transform: scale(.5) rotate(4deg);
}

.polaroids .picwrap:nth-of-type(6) {
    left: -50px;
    top: 20px;
    z-index: 16;
    -webkit-transform: scale(.5) rotate(18deg);
    -moz-transform: scale(.5) rotate(18deg);
    -o-transform: scale(.5) rotate(18deg);
    transform: scale(.5) rotate(18deg);
}

.polaroids .picwrap:nth-of-type(7) {
    left: 115px;
    top: 25px;
    z-index: 17;
    -webkit-transform: scale(.5) rotate(-3deg);
    -moz-transform: scale(.5) rotate(-3deg);
    -o-transform: scale(.5) rotate(-3deg);
    transform: scale(.5) rotate(-3deg);
}

.polaroids .picwrap:nth-of-type(8) {
    left: -57px;
    top: 79px;
    z-index: 18;
    -webkit-transform: scale(.5) rotate(-11deg);
    -moz-transform: scale(.5) rotate(-11deg);
    -o-transform: scale(.5) rotate(-11deg);
    transform: scale(.5) rotate(-11deg);
}

.polaroids .picwrap:nth-of-type(9) {
    left: 50px;
    top: 83px;
    z-index: 19;
    -webkit-transform: scale(.5) rotate(3deg);
    -moz-transform: scale(.5) rotate(3deg);
    -o-transform: scale(.5) rotate(3deg);
    transform: scale(.5) rotate(3deg);
}

.polaroids .picwrap:nth-of-type(10) {
    left: 140px;
    top: 81px;
    z-index: 20;
    -webkit-transform: scale(.5) rotate(12deg);
    -moz-transform: scale(.5) rotate(12deg);
    -o-transform: scale(.5) rotate(12deg);
    transform: scale(.5) rotate(12deg);
}

.polaroids .picwrap:hover,  .polaroids .picwrap:focus {
    z-index: 30;
    top: 10px;
    left: 45px;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}


