@charset "UTF-8";

a:link,a:active,a:hover {
  color:#0162b4;
  text-shadow:4px 4px 6px #000000;
}

a:visited {
  color:#0162b4;
  text-shadow:4px 4px 6px #000000;
}

::-webkit-scrollbar {
  -webkit-appearance:none;
  width:18px;
  height:12px;
}

::-webkit-scrollbar-thumb {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:3px solid black;
  background-color:#F1396D;
}

::-webkit-scrollbar-thumb:hover {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:3px solid black;
  background-color:#F0668D;
}

::-webkit-scrollbar-track-piece {
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border:3px solid black;
}

body {
  background-color:#000000;
  text-shadow:4px 4px 6px #000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(http://www.ultimate-dvdr.com/prof/bkgrd4.jpg);
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
  -ms-animation-delay:1.5s;
}

.profile_section_content {
  color:#d8d8d8;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=0);
  opacity:0;
}

.img_radius_shadow {
  -webkit-border-radius:29px;
  -moz-border-radius:29px;
  border-radius:29px;
  -webkit-box-shadow:3px 3px 7px #000000;
  -moz-box-shadow:3px 3px 7px #000000;
  box-shadow:3px 3px 7px #000000;
}

.profile_section_content .heading {
  background-color:transparent;
  color:#f9f2ad;
  margin:auto;
  height:65px;
  font-size:3em;
  font-family:Aladin;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  margin:0;
  padding:0 0 300px;
}

.header_links {
  color:#000000;
}

#new_comment textarea {
  height:30px;
  width:300px;
  background-color:#000000;
  color:#ffffff;
}

/* latin-ext */
@font-face {
  font-family:'Aladin';
  font-style:normal;
  font-weight:400;
  src:local('Aladin Regular'),local(Aladin-Regular),url(http://fonts.gstatic.com/s/aladin/v5/WNgp5VtnuX7B9jN5DIBSSvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Aladin';
  font-style:normal;
  font-weight:400;
  src:local('Aladin Regular'),local(Aladin-Regular),url(http://fonts.gstatic.com/s/aladin/v5/wVGrTUPFgrm3-QmFS7QhdvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}