@charset "UTF-8";

a:link {
  color:#F60;
}

a:active {
  color:#F00;
}

a:hover {
  color:#F00;
  text-shadow:0 1px 2px #000;
}

a:visited {
  color:#F60;
}

body {
  background-color:#fff;
  background-position:;
  background-attachment:;
  background:;
  background-repeat:;
}

body,td {
  color:#000;
}

body,td {
  font-weight:normal;
  font-style:normal;
  font-size:17px;
  font-family:'Century Gothic',Helvetica,sans-serif;
}

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

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

.container_transparency {
  height:100%;
  width:100%;
  background-color:transparent!important;
  filter:alpha(opacity=100);
  background:;
}

.container {
  color:#666666;
  position:relative;
  padding:5px;
  height:100%;
  background-color:transparent;
}

.container .heading {
  display:block;
  padding:5px;
  color:#F00;
  text-shadow:0 1px 1px #000;
  height:30px;
  font-family:'Century Gothic',Helvetica,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:19px;
  border-radius:7px;
  -webkit-border-radius:7px;
  -o-border-radius:7px;
  -moz-border-radius:7px;
  background:#a90329;
  background:-moz-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));
  background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-o-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:-ms-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);
  background:linear-gradient(to bottom,#a90329 0%,#8f0222 44%,#6d0019 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
}

.content {
  padding:5px;
}

.interests_info {
  display:none;
}

.gallery_image {
  border:0;
}

.gallery_image img {
  width:70px;
  height:70px;
  border:6px solid #000;
  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:6px solid #ff9616;
  -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);
}

.thumbnail {
  width:80px;
  height:80px;
  display:block;
  float:left;
  margin:-2px 0 0 -10px;
  padding:8px 22px 9px 10px;
  background:url(http://i963.photobucket.com/albums/ae117/dexdesign2002/mfcdesign/comm2.png);
}

.wall_info {
  width:inherit;
  font-weight:700;
  color:#989898;
  text-decoration:none;
  padding:10px;
  background:#4c4c4c;
  background:-moz-linear-gradient(top,#4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4c4c4c),color-stop(48%,#2c2c2c),color-stop(51%,#000000),color-stop(100%,#131313));
  background:-webkit-linear-gradient(top,#4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
  background:-o-linear-gradient(top,#4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
  background:-ms-linear-gradient(top,#4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
  background:linear-gradient(top,#4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0);
  margin:5px 0 0 115px;
  border:3px solid #222222;
  border-bottom:none;
  border-top-right-radius:8px;
  border-top-left-radius:8px;
  -moz-border-radius-topright:8px;
  -moz-border-radius-topleft:8px;
}