@charset "UTF-8";

BODY {
  background:black;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:RIGHT;
}

body {
  background-image:url(http://i229.photobucket.com/albums/ee107/stazj/8b578246-da23-41b4-89e9-efde5520ffe0_zps8fb8ee53.jpg);
}

div {
  color:#ffffff;
}

.clock,#clock {
  display:none;
}

div.content.about_me table tr:nth-child(2) {
  display:none;
}

#schedule {
  margin-top:76px!important;
  color:#ef18f2;
  margin-bottom:76px!important;
  font-weight:bold!important;
  font-size:.9em!important;
  width:510px;
  background:rgba(0,0,0,.8);
  border-radius:5px;
  border:1px solid #f21888;
  padding:10px!important;
  height:290px!important;
  box-shadow:0 0 15px 10px rgba(0,0,0,.6);
  margin-left:0!important;
}

#schedule td {
  height:20px!important;
  line-height:20px!important;
  font-weight:bold!important;
  font-size:.975em!important;
}

#schedule div {
  height:20px!important;
  line-height:20px!important;
  font-weight:bold!important;
  font-size:.8em!important;
  text-align:center!important;
}

.gallery_image {
  border:0;
}

.gallery_image img {
  width:80px;
  height:80px;
  border:8px solid #ffffff;
  border-radius:8px;
  borderradius:8px;
  -moz-border-radius:8px;
  -moz-border-radius:8px;
  margin:0 10px 4px -6px;
  -webkit-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -moz-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -ms-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -o-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
}

.gallery_image img:hover {
  border:10px solid #ff1588;
  -webkit-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -moz-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -ms-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -o-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
}