/*
   style.css
   Home Junior* Academie
   
   Created by John van Dijk on 2009-12-18.
   Copyright 2009 Ruby Libre. All rights reserved.
*/
/* @group global */
body {
  overflow: hidden;
}
.container {
  background: transparent url('../images/home/bg_all.jpg') no-repeat 50% 10px;
  height: 659px;
  padding-top: 10px;
  position: relative;
}
h1 {
  height: 60px;
  left: 300px;
  position: absolute;
  top: 390px;
  width: 150px;
}
h1 a {
  background: transparent url('../images/home/bg_enter.jpg');
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -100em;
  width: 100%;
}
/* @end */

/* @group warning */
#warning {
  background: transparent url('../images/home/bg_warning.png') no-repeat;
  height: 0;
  overflow: hidden;
  padding: 143px 0 0 360px;
  position: absolute;
  right: 325px;
  top: 10px;
  width: 0; 
  z-index: 20;
}
/* @end */

/* @group address */
address {
  background: transparent url('../images/home/bg_address.png') no-repeat 0 0;
  bottom: 10px;
  display: block;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 71px 0 0 450px;
  position: absolute;
  left: 50%;
  width: 0;
  z-index: 30;
}
/* @end */

/* @group stickies */
#stickies {
  position: relative;
  z-index: 40;
}
#stickies .sticky {
  position: absolute;
  min-height: 206px;
  height: auto !important;
  height: 206px;
  width: 225px;
}
#stickies .sticky img {
  position: absolute;
}
#stickies .sticky .notes {
  cursor: default;
  left: 0;
  top: 0;
  padding: 15px 25px 30px 20px;
  position: relative;
  width: 180px;
}
#stickies .sticky .notes * {
  font-family: arial, sans-serif;
}
#stickies .sticky .notes h2 {
  font-size: 18px;
}
#stickies .sticky .notes p {
  font-size: 16px;
}

/* @end */

/* @group student-section */
#student-section {
  top: 10px;
  height: 86px;
  right: 0;
  position: absolute;
  width: 86px;
  z-index: 100;
}
#student-section p {
  margin: 0;
  height: 100%;
  padding: 0;
  width: 100%;
}
#student-section a {
  background: transparent url('../images/home/icon_student.png') no-repeat left top;
  top: 0;
  display: block;
  height: 86px;
  position: absolute;
  right: -20px;
  width: 86px;
}
#student-section span {
  background: transparent url('../images/home/bg_student.png') no-repeat;
  display: block;
  height: 24px;
  left: -140px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 26px;
  width: 135px;
}
/* @end */

#facebook {
  background: url('../images/fb-icon.png');
  display: block;
  height: 48px;
  overflow: hidden;
  width: 48px;
  text-indent: -999em;
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
}
#facebook:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
}
