@charset "UTF-8";

a:visited {
  text-decoration:none;
  font-weight:normal;
}

body {
  margin:0 auto 70px;
  padding-top:60px;
  width:900px;
  background-color:#ffffff;
  background:rgb(229,229,229);
  background:-moz-linear-gradient(top,rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(229,229,229,1)),color-stop(100%,rgba(255,255,255,1)));
  background:-webkit-linear-gradient(top,rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
  background:-o-linear-gradient(top,rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
  background:-ms-linear-gradient(top,rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
  background:linear-gradient(to bottom,rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',endColorstr='#ffffff',GradientType=0);
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:px #;
  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=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  background:rgb(238,238,238);
  background:-moz-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,238,238,1)),color-stop(99%,rgba(204,204,204,1)));
  background:-webkit-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:-o-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:-ms-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:linear-gradient(to bottom,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  padding:15px;
  color:#333333;
  font-family:'Century Gothic';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -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 1px 0 #ffffff;
  text-indent:5px;
  font-variant:small-caps;
}

.heading:before {
  content:'â–·';
  margin-left:4px;
  margin-right:4px;
  font-size:13px;
  color:#000000;
}

.label:before {
  content:'â˜†';
  margin-left:4px;
  margin-right:4px;
  font-size:12px;
  color:#000000;
}

.content {
  padding:5px;
}

img {
  border:none;
}

.user_comment_textarea_small {
  width:780px;
  height:20px;
  font-size:14px;
  background:rgba(255,255,255,.5);
  colot:#000;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  margin-top:12px;
  padding:15px;
  -webkit-box-shadow:0 1px 2px 1px rgba(44,50,50,0.50);
  -moz-box-shadow:0 1px 2px 1px rgba(44,50,50,0.50);
  box-shadow:0 1px 2px 1px rgba(44,50,50,0.50);
}

.user_comment_textarea_big {
  width:780px;
  height:100px;
  padding:15px;
  background:rgba(255,255,255,.5);
  color:#333;
  margin-top:12px;
  -webkit-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  -moz-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
}

input {
  color:#069;
  text-shadow:0 1px 7px #666;
  border:1px solid #F00;
}

.photo_gallery_image {
  padding:5px;
  width:80px;
  height:80px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background:rgb(136,137,137);
  background:-moz-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(136,137,137,1)),color-stop(1%,rgba(246,248,249,1)),color-stop(50%,rgba(229,235,238,1)),color-stop(51%,rgba(190,198,198,1)),color-stop(99%,rgba(245,247,249,1)),color-stop(100%,rgba(136,137,137,1)));
  background:-webkit-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-o-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:-ms-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  background:linear-gradient(to bottom,rgba(136,137,137,1) 0%,rgba(246,248,249,1) 1%,rgba(229,235,238,1) 50%,rgba(190,198,198,1) 51%,rgba(245,247,249,1) 99%,rgba(136,137,137,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888989',endColorstr='#888989',GradientType=0);
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

.photo_gallery_image:hover {
  padding:5px;
  width:80px;
  height:80px;
  background:rgb(136,137,137);
  background:-moz-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(136,137,137,1)),color-stop(1%,rgba(186,187,188,1)),color-stop(50%,rgba(195,201,200,1)),color-stop(52%,rgba(81,81,81,1)),color-stop(99%,rgba(171,172,173,1)),color-stop(100%,rgba(136,137,137,1)));
  background:-webkit-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:-o-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:-ms-linear-gradient(top,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  background:linear-gradient(to bottom,rgba(136,137,137,1) 0%,rgba(186,187,188,1) 1%,rgba(195,201,200,1) 50%,rgba(81,81,81,1) 52%,rgba(171,172,173,1) 99%,rgba(136,137,137,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888989',endColorstr='#888989',GradientType=0);
}

.wall_post_avatar {
  padding:5px;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  border-top:1px solid #ccc;
  border-bottom:1px inset rgba(153,153,153,.6);
  background:rgb(226,226,226);
  background:-moz-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,226,226,1)),color-stop(50%,rgba(219,219,219,1)),color-stop(51%,rgba(209,209,209,1)),color-stop(100%,rgba(254,254,254,1)));
  background:-webkit-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-o-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:-ms-linear-gradient(top,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background:linear-gradient(to bottom,rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2',endColorstr='#fefefe',GradientType=0);
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .3s ease-in-out;
}

.wall_post_avatar:hover,.wall_post_avatar>.img:hover {
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-transform:rotate(12deg);
  -moz-transform:skewx(0deg) translatex(20px);
  -webkit-transform:rotate(12deg);
  -o-transform:rotate(12deg);
  -ms-transform:rotate(12deg);
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.2);
  -webkit-box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
  box-shadow:3px 5px 10px 0 rgba(50,50,50,0.75);
}

.wall_post_avatar> .img_radius_shadow:hover {
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
}

.wall_post_avatar > img {
  border:1px inset #888;
}

.profile_section_background {
  border:1px solid rgba(51,51,51,.3);
}

.wall_post_info {
  height:22px;
  border-radius:12px 2px 0 0;
  -moz-border-radius:12px 2px 0 0;
  -ms-border-radius:12px 2px 0 0;
  -o-border-radius:12px 2px 0 0;
  -webkit-border-radius:12px 2px 0 0;
  padding-top:4px;
  text-indent:11px;
  border-bottom:1px inset rgba(153,153,153,.5);
  width:900px;
  background:rgb(206,206,206);
  background:-moz-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(206,206,206,1)),color-stop(100%,rgba(254,255,255,1)));
  background:-webkit-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-o-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-ms-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:linear-gradient(to bottom,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece',endColorstr='#feffff',GradientType=0);
  font-weight:normal;
}

.wall_post_body {
  height:auto;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -ms-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  margin-top:0;
  text-indent:11px;
  border-bottom:1px solid rgba(102,102,102,0.5);
  width:813px;
  margin-left:70px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  background:rgb(56,56,56);
  background:-moz-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(56,56,56,1)),color-stop(1%,rgba(206,206,206,1)),color-stop(100%,rgba(237,237,237,1)));
  background:-webkit-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:-o-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:-ms-linear-gradient(top,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  background:linear-gradient(to bottom,rgba(56,56,56,1) 0%,rgba(206,206,206,1) 1%,rgba(237,237,237,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838',endColorstr='#ededed',GradientType=0);
}

.wall_post_info a:link {
  color:#036;
  text-decoration:none;
  font-size:14px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

.wall_post_info a:hover {
  color:#C00;
  text-decoration:none;
  font-size:14px;
}

.wall_post_info a:hover:after {
  content:'Â« Visit Profile';
  width:110px;
  height:20px;
  margin-left:2px;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  text-indent:5px;
  font-size:11px;
  color:#222;
}

div#profile_about_me {
  background:rgba(102,102,102,.1);
  padding-bottom:5px;
  font-size:13px;
  color:#222;
  font-weight:normal;
  line-height:13px;
  font-family:Century Gothic;
  text-shadow:0 1px 0 #ffffff;
  border-radius:8px 8px 0 0;
  -moz-border-radius:8px 8px 0 0;
  -ms-border-radius:8px 8px 0 0;
  -o-border-radius:8px 8px 0 0;
  -webkit-border-radius:8px 8px 0 0;
}

div.profile_section {
  line-height:13px;
  font-size:12px;
}

.wall_post_time,#tags_label,#tags_value,#header_bar,#footer_bar {
  display:none;
}

div#profile_header.profile_section {
}

/*** Nav***/
#hn-minimal {
  display:inline-block;
  width:896px;
  height:33px;
  position:absolute;
  top:-196px;
  left:-268px;
  padding:5px;
  background:rgb(175,175,175);
  background:-moz-linear-gradient(top,rgba(175,175,175,1) 1%,rgba(128,128,128,1) 38%,rgba(128,128,128,1) 49%,rgba(59,59,59,1) 50%,rgba(59,59,59,1) 82%,rgba(43,43,43,1) 97%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(175,175,175,1)),color-stop(38%,rgba(128,128,128,1)),color-stop(49%,rgba(128,128,128,1)),color-stop(50%,rgba(59,59,59,1)),color-stop(82%,rgba(59,59,59,1)),color-stop(97%,rgba(43,43,43,1)));
  background:-webkit-linear-gradient(top,rgba(175,175,175,1) 1%,rgba(128,128,128,1) 38%,rgba(128,128,128,1) 49%,rgba(59,59,59,1) 50%,rgba(59,59,59,1) 82%,rgba(43,43,43,1) 97%);
  background:-o-linear-gradient(top,rgba(175,175,175,1) 1%,rgba(128,128,128,1) 38%,rgba(128,128,128,1) 49%,rgba(59,59,59,1) 50%,rgba(59,59,59,1) 82%,rgba(43,43,43,1) 97%);
  background:-ms-linear-gradient(top,rgba(175,175,175,1) 1%,rgba(128,128,128,1) 38%,rgba(128,128,128,1) 49%,rgba(59,59,59,1) 50%,rgba(59,59,59,1) 82%,rgba(43,43,43,1) 97%);
  background:linear-gradient(to bottom,rgba(175,175,175,1) 1%,rgba(128,128,128,1) 38%,rgba(128,128,128,1) 49%,rgba(59,59,59,1) 50%,rgba(59,59,59,1) 82%,rgba(43,43,43,1) 97%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf',endColorstr='#2b2b2b',GradientType=0);
  -webkit-box-shadow:inset 0 -2px 30px 0 rgba(255,255,255,0.5);
  -moz-box-shadow:inset 0 -2px 30px 0 rgba(255,255,255,0.5);
  box-shadow:inset 0 -2px 30px 0 rgba(255,255,255,0.5);
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
  border:solid 1px rgba(102,102,102,.4);
  text-align:center;
  overflow:hidden;
}

.minimal {
  display:inline-block;
  position:relative;
  top:-7px;
  display:inline-block;
  min-width:70px;
  height:100%;
  padding-top:15px;
  text-decoration:none;
  border-right:1px solid rgba(102,102,102,1);
  margin-right:-5px;
  font-size:14px;
  color:#CCC;
  letter-spacing:1px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  padding-left:7px;
  padding-right:7px;
}

.minimal:a,.minimal:visited {
  background:rgba(51,51,51,.0);
  color:#CCC;
  text-shadow:0 1px 8px #00CC99;
  border-left:1px solid rgba(0,0,0,0.0);
}

.minimal:link {
  background:rgba(51,51,51,.0);
  color:#333;
  text-shadow:0 1px 8px #000;
  border-left:1px solid rgba(0,0,0,0.0);
}

.minimal:hover {
  background:rgba(51,51,51,.6);
  color:#FFF;
  text-shadow:0 1px 0 #000;
  border-left:1px solid rgba(0,0,0,1);
  -webkit-box-shadow:inset 0 -10px 21px 0 rgba(50,50,50,0.75);
  -moz-box-shadow:inset 0 -10px 21px 0 rgba(50,50,50,0.75);
  box-shadow:inset 0 -10px 21px 0 rgba(50,50,50,0.75);
}

#top {
  display:block;
  width:3px;
  height:3px;
  position:absolute;
  top:-7000px;
  left:-1000px;
}

#toTop,#toTop:link {
  display:inline-block;
  width:50px;
  text-align:center;
  height:22px;
  font-size:14px;
  background:rgb(238,238,238);
  background:-moz-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,238,238,1)),color-stop(99%,rgba(204,204,204,1)));
  background:-webkit-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:-o-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:-ms-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  background:linear-gradient(to bottom,rgba(238,238,238,1) 0%,rgba(204,204,204,1) 99%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
  position:fixed;
  right:2px;
  bottom:2px;
  border:1px solid #666;
  padding-top:5px;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
}

#toTop:focus,#toTop:hover {
  display:inline-block;
  width:50px;
  text-align:center;
  height:22px;
  font-size:14px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -o-transition:all .5s;
  -ms-transition:all .5s;
  text-decoration:none;
  border:1px solid #666;
  padding-top:5px;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  background:rgb(206,206,206);
  background:-moz-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(206,206,206,1)),color-stop(100%,rgba(254,255,255,1)));
  background:-webkit-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-o-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:-ms-linear-gradient(top,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  background:linear-gradient(to bottom,rgba(206,206,206,1) 0%,rgba(254,255,255,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece',endColorstr='#feffff',GradientType=0);
}

::-webkit-scrollbar {
  height:10px;
  width:10px;
}

::-webkit-scrollbar-thumb {
  width:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #333;
  background:rgba(153,153,153,1);
}

#dmca {
  display:inline-block;
  position:fixed;
  bottom:-40px;
  width:100px;
  margin:0 auto;
  left:6px;
  height:26px;
  background:none;
  z-index:-66;
  opacity:.5;
  text-align:left;
  padding:10px;
}

#dmca:hover {
  display:inline-block;
  position:fixed;
  bottom:3px;
  width:500px;
  margin:0 auto;
  left:6px;
  height:26px;
  background:#666;
  z-index:-66;
  opacity:1;
  text-align:left;
  padding:10px;
  font-size:11px;
  color:#fff;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -o-transition:all .5s;
  -ms-transition:all .5s;
  text-shadow:none;
}

.dmca-show {
  display:inline-block;
  width:70px;
  height:15px;
  position:relative;
  top:-25px;
  text-align:center;
  color:#333;
  padding-top:2px;
  padding-bottom:2px;
  border:1px ridge #333;
  font-size:11px;
  font-weight:bold;
  background:rgb(49,153,4);
  background:-moz-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:-webkit-gradient(linear,left top,right top,color-stop(1%,rgba(49,153,4,1)),color-stop(3%,rgba(80,226,6,1)),color-stop(13%,rgba(80,226,6,1)),color-stop(50%,rgba(80,226,6,1)),color-stop(50%,rgba(229,229,229,1)),color-stop(73%,rgba(255,255,255,1)),color-stop(96%,rgba(255,255,255,1)),color-stop(100%,rgba(193,193,193,1)));
  background:-webkit-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:-o-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:-ms-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:linear-gradient(to right,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#319904',endColorstr='#c1c1c1',GradientType=1);
}

.dmca-show:hover {
  display:inline-block;
  width:70px;
  height:15px;
  position:relative;
  top:-25px;
  text-align:center;
  color:#333;
  padding-top:2px;
  padding-bottom:2px;
  border:1px ridge #333;
  font-size:11px;
  font-weight:bold;
  background:rgb(49,153,4);
  background:-moz-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:-webkit-gradient(linear,left top,right top,color-stop(1%,rgba(49,153,4,1)),color-stop(3%,rgba(80,226,6,1)),color-stop(13%,rgba(80,226,6,1)),color-stop(50%,rgba(80,226,6,1)),color-stop(50%,rgba(229,229,229,1)),color-stop(73%,rgba(255,255,255,1)),color-stop(96%,rgba(255,255,255,1)),color-stop(100%,rgba(193,193,193,1)));
  background:-webkit-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:-o-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:-ms-linear-gradient(left,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  background:linear-gradient(to right,rgba(49,153,4,1) 1%,rgba(80,226,6,1) 3%,rgba(80,226,6,1) 13%,rgba(80,226,6,1) 50%,rgba(229,229,229,1) 50%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 96%,rgba(193,193,193,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#319904',endColorstr='#c1c1c1',GradientType=1);
}

#spoilWrapper {
  display:inline-block;
  margin:0 auto;
  width:700px;
  height:170px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/bg_main_zpsdef57a02.png) repeat rgba(51,51,51,1);
  text-align:center;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
}

.amazon {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/amazon_zps9266eb55.png) no-repeat;
}

.amazon:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/amazon2_zpsdf7a11b2.png) no-repeat;
}

.vsecret {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/vsecret_zps1416ea43.png) no-repeat;
}

.vsecret:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/vsecret2_zps0b989bd8.png) no-repeat;
}

.offtips {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/offtips_zps36036a5c.png) no-repeat;
}

.offtips:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/offtips2_zpsf0222dc1.png) no-repeat;
}

.giftcard {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/giftcard_zps3b39f4ea.png) no-repeat;
}

.giftcard:hover {
  display:inline-block;
  width:110px;
  height:110px;
  background:url(http://i1331.photobucket.com/albums/w590/coltonjbrown/giftcard2_zps0a4c69f1.png) no-repeat;
}

.amazon:hover,.vsecret:hover,.offtips:hover,.giftcard:hover {
  -webkit-transition:.6s;
  -moz-transition:.6s;
  -o-transition:.6s;
  -ms-transition:.6s;
  transition:.6s;
}