@charset "UTF-8";

.profile_section {
  border-spacing:0;
}

a:link,a:active,a:hover {
  color:#8F0039;
}

a:visited {
  color:#8F0039;
}

body {
  padding:0;
  margin:0;
  background-color:#cccccc;
  background-image:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334VjMtTjVqV0ZhMlU);
  background-position:center top;
  background-repeat:no-repeat;
  background-attachment:fixed;
  color:#93006E;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

div.nav {
  z-index:100;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  margin:0 auto;
  width:100%;
  text-align:center;
  background:#939;
  opacity:.2;
  filter:alpha(opacity=20);
  -webkit-transition:opacity 2s ease-in-out;
  -ms-transition:opacity 2s ease-in-out;
  -moz-transition:opacity 2s ease-in-out;
  -o-transition:opacity 2s ease-in-out;
  transition:opacity 2s ease-in-out;
  -webkit-transition-delay:1s;
  -moz-transition-delay:1s;
  -ms-transition-delay:1s;
  -o-transition-delay:1s;
  transition-delay:1s;
}

div.nav:hover {
  -webkit-transition:opacity .2s ease-in-out;
  -ms-transition:opacity .2s ease-in-out;
  -moz-transition:opacity .2s ease-in-out;
  -o-transition:opacity .2s ease-in-out;
  transition:opacity .2s ease-in-out;
  -webkit-transition-delay:0;
  -moz-transition-delay:0;
  -ms-transition-delay:0;
  -o-transition-delay:0;
  transition-delay:0;
  opacity:1;
  filter:alpha(opacity=100);
}

/* general styles */
div.nav ul,div.nav ul ul {
  list-style:none;
  padding:0;
  margin:0;
}

div.nav ul {
  z-index:100;
  height:30px;
  display:inline-block;
}

div.nav ul li {
  border-radius:16px;
  border-width:3px;
  border-color:#8000FF;
  border-style:groove;
  background:#832174;
  background:-o-linear-gradient(top,#F6C 0%,#939 100%);
  background:linear-gradient(top,#F6C 0%,#939 100%);
  background:-ms-linear-gradient(top,#F6C 0%,#939 100%);
  background:-moz-linear-gradient(top,#F6C 0%,#939 100%);
  background:-webkit-linear-gradient(top,#F6C 0%,#939 100%);
  min-width:180px;
}

div.nav ul > li {
  display:block;
  float:left;
  position:relative;
}

div.nav ul a {
  font-weight:bold;
  color:#F5D2F7;
  display:block;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:12px;
  line-height:30px;
  padding:0 5px;
  text-decoration:none;
}

/* onhover styles */
div.nav ul li:hover {
  background:#C400C4;
  background:linear-gradient(top,#F6C 0%,#939 40%);
  background:-o-linear-gradient(top,#F6C 0%,#939 40%);
  background:-ms-linear-gradient(top,#F6C 0%,#939 40%);
  background:-moz-linear-gradient(top,#F6C 0%,#939 40%);
  background:-webkit-linear-gradient(top,#F6C 0%,#939 40%);
}

div.nav ul li:hover > a {
  font-weight:bolder;
  color:#FFF;
}

div.nav ul li:hover > a:hover {
  border-radius:15px;
  background-image:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334NWx2amxYMGNJV00);
  background-position:center;
}

div.nav .dropdown:after {
  content:'\0020  \0020 \25BA';
}

div.nav .dropdown:hover:after,div.nav ul li:hover a.dropdown:after {
  content:'\0020  \0020 \25BC';
}

/* submenu styles */
div.nav ul ul {
  z-index:100;
  left:0;
  max-height:0;
  position:absolute;
  top:100%;
}

div.nav ul ul li {
  opacity:0;
  filter:alpha(opacity=0);
  visibility:hidden;
  margin-left:-3px;
  text-align:left;
  border-radius:15px;
  border-top:1px solid #906;
  border-bottom:1px solid #96C;
}

div.nav ul ul li:hover {
  background:#C400C4;
  background:linear-gradient(top,#F0F 0%,#939 40%);
  background:-o-linear-gradient(top,#F0F 0%,#939 40%);
  background:-ms-linear-gradient(top,#F0F 0%,#939 40%);
  background:-moz-linear-gradient(top,#F0F 0%,#939 40%);
  background:-webkit-linear-gradient(top,#F0F 0%,#939 40%);
}

div.nav ul ul li:hover a {
  color:#ffffff;
}

div.nav ul > li:hover ul,div.nav ul > li:focus ul {
  max-height:2000px;
  z-index:100;
}

div.nav ul > li:hover ul li,div.nav ul > li:focus ul li {
  opacity:1;
  filter:alpha(opacity=100);
  visibility:visible;
}

div#header_bar {
  opacity:0;
  filter:alpha(opacity=0);
  min-width:1000px;
  height:30px;
}

div#profile {
  width:1000px;
  margin:auto;
  border:1px #cccccc solid;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  background-color:#fff0f9;
  background-image:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334alhMUVNGamU4Z0E);
  background-repeat:no-repeat;
  -webkit-box-shadow:0 0 10px #777777;
  -moz-box-shadow:0 0 10px #777777;
  box-shadow:0 0 10px #777777;
}

div#avatar_holder {
  padding:5px;
}

div#profile_header_container {
  float:right;
}

div#profile_header_container div.label,div#profile_header_container div span.label,div#profile_header_container div span.value {
  display:none;
}

#profile_main_photo {
  margin:0 0 0 5px;
  display:block;
  float:left;
  position:absolute;
}

#main_photo {
  margin-bottom:10px;
}

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

img.img_radius_shadow,div.images a img {
  margin:2px;
  padding:3px;
  background-color:#760058;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.recent_photos img {
  width:73px;
  height:73px;
}

.recent_photos img:hover,div#img_preview,div.images a:hover img {
  background-color:#D633FF;
}

.profile_section_background {
  background-color:transparent;
  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 {
  display:none;
}

.content {
  padding:0;
}

#profile_about_me .container {
  display:block;
  margin:7px 0 7px 280px;
}

#profile_about_me .container#about_me_container {
  display:block;
  margin:0;
  padding:3px 3px 3px 0;
  width:100%;
  background-color:transparent;
}

#profile_about_me .container#about_me_container #about_me_label {
  display:none;
}

#profile_about_me .container#about_me_container #about_me_value {
  display:block;
  text-align:center;
}

#profile_about_me .container span {
  padding:0 3px;
  font-size:12px;
  line-height:12px;
}

.social a {
  float:left;
  display:block;
  width:300px;
  height:150px;
  text-indent:-3000px;
  background-repeat:no-repeat;
  background-position:0 0;
  position:relative;
}

.social a#twitter {
  background:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334OTF2NWZHZExqc00) no-repeat;
  margin:74px 20px 0;
}

.social a#FS {
  background:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334akFGVGdGOFlBR1E) no-repeat;
  margin:74px 20px 0;
}

.social a#youtube {
  background:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334dzVzU1NLS1hVQ1k) no-repeat;
  margin:-12px 20px 0;
}

.social a#amazon {
  background:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334VkZESmcyUDFzMmM) no-repeat;
  margin:-12px 20px 0;
}

.social a#twitter:hover,.social a#FS:hover,.social a#youtube:hover,.social a#amazon:hover {
  background-position:0 -150px;
}

div.social {
  text-align:center;
  height:340px;
  margin-left:270px;
}

div.main_content {
  margin-top:30px;
  padding-top:0;
  text-align:center;
}

.photo_gallery_previews,.images {
  text-align:center;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px #bf23c9;
  -webkit-border-radius:10px;
  background:#EDAAF1;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#bd24a6;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:hover {
  background:rgba(254,0,221,0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(254,0,221,0.4);
}

HTML,BODY {
  color:black;
  scrollbar-face-color:#bd24a6;
  scrollbar-arrow-color:#bd24a6;
  scrollbar-track-color:#EDAAF1;
  scrollbar-shadow-color:#bd24a6;
  scrollbar-highlight-color:#bd24a6;
  scrollbar-3dlight-color:#808080;
  scrollbar-darkshadow-Color:#202020;
}

div.games_backing {
  width:930px;
  margin:0 auto;
  background-color:#f5cdef;
  border-width:0 3px;
  border-color:#c213e1;
  border-style:ridge;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  -webkit-box-shadow:0 0 10px #FF00FF;
  -moz-box-shadow:0 0 10px #FF00FF;
  box-shadow:0 0 10px #FF00FF;
}

div.games_main {
  width:930px;
}

div.games {
  position:relative;
  width:296px;
  height:144px;
  display:inline-block;
  margin:5px;
}

div.games div {
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  position:absolute;
  top:0;
  left:0;
  width:296px;
  height:144px;
  -webkit-transition:height 1s;
/* For Safari 3.1 to 6.0 */
  transition:height 1s;
  overflow:hidden;
  -webkit-box-shadow:0 0 10px #777777;
  -moz-box-shadow:0 0 10px #777777;
  box-shadow:0 0 10px #777777;
  margin:5px 0;
}

div.games div:hover {
  height:395px;
  z-index:5;
  -webkit-box-shadow:0 0 10px #FF00FF;
  -moz-box-shadow:0 0 10px #FF00FF;
  box-shadow:0 0 10px #FF00FF;
}

.vid_content {
  border-spacing:0;
  width:930px;
  margin:auto;
  text-align:left;
  border-width:0 3px;
  border-color:#c213e1;
  border-style:ridge;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  background-color:#f5cdef;
  -webkit-box-shadow:0 0 10px #FF00FF;
  -moz-box-shadow:0 0 10px #FF00FF;
  box-shadow:0 0 10px #FF00FF;
}

.vidcontent {
  width:930px;
  height:140px;
  overflow:auto;
  border-width:2px 0;
  border-color:pink;
  border-style:solid;
  -webkit-border-radius:0 15px 0 0;
  -moz-border-radius:0 15px 0 0;
  border-radius:0 15px 0 0;
  -webkit-box-shadow:0 -5px 10px #FF66FF;
  -moz-box-shadow:0 -5px 10px #FF66FF;
  box-shadow:0 -5px 10px #FF66FF;
}

.vids {
  height:120px;
  overflow:hidden;
}

.vidcontent#double {
  height:260px;
}

.vidcontent#double .vids {
  height:240px;
}

.vid_container {
  position:relative;
  width:310px;
  height:120px;
  float:left;
  z-index:0;
}

.vid_container:before {
  content:url(https://drive.google.com/uc?export=download&id=0BxDf2Ry17334TGpvTlBUdHVQUDQ);
  position:relative;
  z-index:2;
  filter:alpha(opacity=0);
  opacity:0;
  -webkit-transition:opacity .3s ease-in-out;
  -moz-transition:opacity .3s ease-in-out;
  -ms-transition:opacity .3s ease-in-out;
  -o-transition:opacity .3s ease-in-out;
  transition:opacity .3s ease-in-out;
}

.vid_container:hover:before {
  filter:alpha(opacity=100);
  opacity:1;
}

.vid_container:after {
  filter:alpha(opacity=0);
  opacity:0;
  position:absolute;
  bottom:40%;
  left:30%;
  content:"-Buy this video-";
  z-index:4;
  padding:5px;
  border:1px solid #F375F7;
  background:#fdfdfd;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-transition:opacity .5s ease-in-out;
  -moz-transition:opacity .5s ease-in-out;
  transition:opacity .5s ease-in-out;
}

.vid_container:hover:after {
  filter:alpha(opacity=100);
  opacity:1;
  -webkit-transition:opacity .5s .5s ease-in-out;
  -moz-transition:opacity .5s .5s ease-in-out;
  transition:opacity .5s .5s ease-in-out;
}

.img_back {
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}

.img_offer {
  position:absolute;
  top:0;
  left:0;
  z-index:3;
}

.profile_subsection#profile_friends {
  margin:10px auto 0;
  width:500px;
  padding:5px;
  border:3px solid #c213e1;
  background-color:#f5cdef;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  -webkit-box-shadow:0 0 10px #FF00FF;
  -moz-box-shadow:0 0 10px #FF00FF;
  box-shadow:0 0 10px #FF00FF;
}

.container#tags_container {
  display:none;
}

#comments iframe {
  max-width:800px!important;
  max-height:600px!important;
}