@charset "UTF-8";

#header {
  position:absolute;
  top:0;
  height:449px;
/*Change this depending on how much height you want at 
the top*/
  width:1024px;
/*Ditto for width*/
  left:0;
  right:0;
  margin:auto;
}

table {
  margin-top:449px;
}

/*change this to match what you set the 
height above to.*/
table table {
  margin-top:0;
}

a:link,a:active,a:hover {
  color:#FF00FF;
}

a:visited {
  color:#990066;
}

body {
  background-color:#000000;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
}

body,td {
  color:#cc66ff;
  font-family:'';
  font-weight:bold;
  font-style:;
  font-size:12px;
}

td .clock {
  font-size:9px;
}

.container_padding {
  padding:1px;
  height:100%;
}

.container_transparency {
  height:100%;
  width:100%;
  filter:alpha(opacity=100);
  background:;
}

.container {
  color:#cc66ff;
  border:px #;
  padding:4px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  padding:4px;
  background-color:#;
  color:#cc66ff;
  font-family:'';
  font-weight:bold;
  font-style:;
  font-size:14px;
}

.content {
  padding:4px;
}

.ruleslink {
  width:160px;
  height:98px;
  display:block;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-AKcAEgXu028/UhSnwN5rCUI/AAAAAAAABgw/9xK56yHCBWI/s1600/rules+still.gif) center top no-repeat;
}

.ruleslink:hover {
  background-image:url(http://1.bp.blogspot.com/-4DmX833oRJ4/UhSn13AekjI/AAAAAAAABg4/CpX6us4hacA/s1600/rulesbf.gif);
}

.videoslink {
  width:160px;
  height:98px;
  display:block;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-STHeURLALV8/UhSn9PEXdAI/AAAAAAAABhA/1PsLS6HGoDs/s1600/vid+still.gif) center top no-repeat;
}

.videoslink:hover {
  background-image:url(http://3.bp.blogspot.com/-5_PpHWS_tOw/UhSoDDeyxfI/AAAAAAAABhI/0KzJwYZwcU4/s1600/vidbf.gif);
}

body {
  background-image:url(http://2.bp.blogspot.com/-l9yi-R7WnVI/UhSgjzScWLI/AAAAAAAABgE/wFH65UGRv6c/s1600/center+butterfly.jpg);
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:top center;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color:#000000;
  filter:alpha(opacity=10);
  background:rgba(0,0,0,0.0);
}

body {
  width:1024px!important;
  padding:40px 0 0;
}

body[style] {
  margin:auto!important;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

.link-twitter a {
  display:block;
  width:249px;
  height:160px;
  float:left;
  background:transparent url(http://2.bp.blogspot.com/-OOZz_rDm-ek/VNMSWG3H33I/AAAAAAAAHic/dyftTGKQNAY/s1600/twitter_purple.png) no-repeat;
  position:relative;
  margin:215px 0 0 -5px;
  text-indent:-3000px;
}

.link-twitter a:hover {
  background-position:0 -160px;
}

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

.interests_info {
  display:none;
}

#schedule {
  margin-top:376px!important;
  color:#ef18f2;
  margin-bottom:231px!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 effect*/
.gallery_image img,.grid2colb,div[style='border: none; float:left; margin-right: 5px; margin-bottom: 5px; text-align: center;'] a img {
  padding:9px;
  margin-bottom:5px;
  background:rgba(133,133,133,0.5);
  border:1px solid #fff;
  -webkit-box-shadow:inset 0 0 5px 0 #21a210,inset 0 3px 3px -3px #40b606b,0 2px 3px 0 #7a7a7a;
  -moz-box-shadow:inset 0 0 5px 0 #21a210,inset 0 3px 3px -3px #40b606,0 2px 3px 0 #7a7a7a;
  box-shadow:inset 0 0 5px 0 #21a210,inset 0 3px 3px -3px #40b606b,0 2px 3px 0 #7a7a7a;
  -webkit-transition:all 0;
  -moz-transition:all 0;
  transition:all 0;
}