@charset "UTF-8";

UTF-8;
UTF-8;
/* This coding is copyrighted by MathGuy81 and DinoDummy. No one should use,duplicate or modify this coding for themselves as it is against the copyright law. */
#profile {
  top:0;
  position:absolute;
  width:940px;
  box-shadow:0 0 0 0 #333;
  background-color:transparent;
}

#profile_avatar,#header_bar,#footer_bar,#about_me_label,#profile_interests_content .heading,#profile_interests_content .label,#unix_last_updated_container,#profile_interests_content .label,.recent_photos,#profile_main_photo .heading,#profile_main_photo .profile_section_background,#profile_header .profile_section_background,#age_container {
  display:none;
}

#profile_header {
  width:940px!important;
  height:400px!important;
  background:url(https://img.mfcimg.com/photos2/193/19353718/309-573-765-377-8437203.jpg);
  background-size:600px;
  background-repeat:no-repeat;
  background-position:180px 45px;
}

#profile_about_me span {
  color:white;
}

#profile_main_photo {
  display:none;
}

#profile_avatar {
  display:none;
}

body {
  width:940px!important;
  margin:0 auto;
  background:url(http://pcwallart.com/images/landscape-sunset-wallpaper-3.jpg);
  background-size:100%;
  background-repeat:no-repeat;
  background-attachment:fixed;
  font-size:14px;
  font-family:"Georgia";
  padding:10px;
}

.container {
  display:block;
  margin:0 -5px;
}

#about_me_value {
  width:940px;
  display:block;
  text-align:center;
}

a:link,a:visited,a:hover,a:active {
  color:black;
}

.profile_section_content {
  color:orangered;
  background-color:transparent;
  border:0 none;
  filter:alpha(opacity=99);
  opacity:.99;
  font-family:'Indie Flower';
}

.profile_section_content .heading,.video {
  padding:0;
  margin:0;
  color:black;
  font-family:'Bangers';
  font-size:30px;
  font-weight:bold;
  text-shadow:5px 2px 5px red;
  -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;
  -webkit-text-shadow:5px 2px 5px #000;
  -moz-text-shadow:5px 2px 5px #000;
}

.profile_section_background {
  background:linear-gradient(#F07B7B,antiquewhite);
  filter:alpha(opacity=99);
  opacity:.99;
}

.content {
  padding:5px;
}

#username_container,#gender_container,#sexual_preference_container,#marital_status_container {
  display:none;
}

#profile_about_me .heading {
  display:none;
}

#header_bar,#footer_bar {
  display:none;
}

#profile_interests_content .heading {
  display:none;
}

#about_me_label,#profile_interests_content .label {
  display:none;
}

.video {
  margin:-50px 0 0 -12px;
}

#profile_comments {
  opacity:.99;
  filter:alpha(opacity=99);
}

.corner img {
  bottom:20px;
  right:20px;
  position:fixed;
  width:75px;
}

#new_comment {
  margin-left:26px;
  margin-right:-28px;
  padding:20px;
}

#profile_comments #user_comment_comment {
  width:600px;
  height:80px;
}

.wall_post_avatar img {
  border-radius:15px;
  border:silver solid 2px;
}

.wall_post_info {
  padding-left:40px;
}

.wall_post_body {
  background:#fff;
  min-height:75px;
  color:black;
  font-weight:bold;
}

#menu {
  width:940px;
  margin:0 auto;
  position:fixed;
  top:0;
  padding:10px 0 0;
  list-style:none;
  background-color:#111;
  background-image:linear-gradient(#F07B7B,antiquewhite);
  border-radius:0;
  box-shadow:0 2px 1px #9c9c9c;
  margin-left:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  z-index:500;
}

#menu li {
  float:left;
  padding:0 0 10px;
  position:relative;
}

#menu a {
  float:left;
  height:25px;
  padding:0 55px;
  color:#000;
  text-transform:uppercase;
  font:bold 16px/25px;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
  font-family:'Dosis';
}

#menu li:hover > a {
  color:#fafafa;
}

#menu li:hover > ul {
  display:block;
}

/* Sub-menu */
#menu li ul {
  list-style:none;
  margin:0;
  padding:0;
  display:none;
  position:absolute;
  top:35px;
  left:40%;
  z-index:99999;
  background-image:linear-gradient(#F07B7B,antiquewhite);
  -moz-border-radius:5px;
  border-radius:5px;
  text-align:center;
}

#menu ul li {
  float:none;
  margin:0;
  padding:0;
  display:block;
  box-shadow:0 1px 0 #111111,0 2px 0 #777777;
}

#menu ul li:last-child {
  box-shadow:none;
}

#menu ul a {
  padding:10px;
  height:auto;
  line-height:1;
  display:block;
  white-space:nowrap;
  float:none;
  text-transform:none;
}

#menu ul a:hover {
  background-color:#0186ba;
  background-image:linear-gradient(#04acec,#0186ba);
}

#menu li .drop {
  padding-right:15px;
  background:url(http://www.csuchico.edu/chicostatements/_assets/images/dropdown-arrow.png) no-repeat right 8px;
  background-size:8px;
}

#menu li:hover .drop {
  background:url(http://www.csuchico.edu/chicostatements/_assets/images/dropdown-arrow.png) no-repeat right 10px;
  background-size:8px;
}

#profile_password_photo_galleries,#profile_photo_galleries,#profile_interests_content {
  opacity:.99;
}

#profile_header .container {
  position:fixed;
  bottom:5px;
  left:6px;
  z-index:600;
  color:black;
  width:220px;
}

#status_container {
  bottom:-2px;
  left:0;
  position:fixed;
  z-index:600;
  color:black;
  padding-bottom:15px;
}

#status_value a {
  text-decoration:none;
  color:orangered;
}

#unix_last_broadcast_container {
  bottom:-2px;
  position:fixed;
  right:-4px;
  z-index:600;
  color:black;
}

#unix_last_broadcast_container .value {
  text-decoration:none;
  color:orangered;
}

#status_container .label {
  min-width:40px;
  color:gold;
}

#unix_last_broadcast_container .label {
  min-width:60px;
  color:gold;
}

#blurb_container,#profile_header_container .heading,#profile_main_photo {
  display:none;
}

.video {
  margin:0 0 0 -12px;
}

.wheel {
  width:940px;
  height:450px;
  background:url(http://www.flipperland.be/media/images/bg.jpg) no-repeat;
  background-size:940px;
  background-position:0;
  margin:-45px 0 -15px -12px;
  color:goldenrod;
  text-align:center;
  opacity:.99;
}

.wheel h1 {
  font-family:'Bangers';
  font-size:60px;
  text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}

.wheel pre {
  font-size:20px;
  font-weight:900;
}

.tipmenu {
  text-align:center;
  background:url(https://img.mfcimg.com/photos2/193/19353718/710-217-478-297-8221986.jpg) no-repeat;
  background-size:500px 350px;
  height:350px;
  border:2px #000 double;
  width:936px;
  margin:-6px 0 6px;
  color:white;
}

.tipmenu pre {
  font-family:Arial Black;
  padding-left:480px;
  font-size:14px;
  padding-bottom:40px;
}

.tipmenu h1 {
  padding-left:480px;
  font-family:'Bangers';
  font-size:60px;
  text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
}

@font-face {
  font-family:'Bangers';
  font-style:normal;
  font-weight:400;
  src:local(Bangers),local(Bangers-Regular),url(https://fonts.gstatic.com/s/bangers/v8/yJQgrSMUoqRj-0SbnQsv4g.woff2) format("woff2");
}

@font-face {
  font-family:'Dosis';
  font-style:normal;
  font-weight:400;
  src:local('Dosis Regular'),local(Dosis-Regular),url(https://fonts.gstatic.com/s/dosis/v4/4hYyXH_8WmbBLamf6WjLwg.woff2) format("woff2");
}

@font-face {
  font-family:'Indie Flower';
  font-style:normal;
  font-weight:400;
  src:local('Indie Flower'),local(IndieFlower),url(https://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6ugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
}