@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:930px;
  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 {
  display:none;
}

#profile_header {
  width:940px!important;
  height:540px!important;
  background:url(https://img.mfcimg.com/photos2/194/19498374/119-417-210-214-8277681.jpg);
  background-size:935px;
  background-repeat:no-repeat;
  background-position:7px 10%;
  padding-bottom:10px;
}

#profile_main_photo {
  display:none;
}

#profile_avatar {
  display:none;
}

body {
  width:930px!important;
  margin:0 auto;
  background:url(http://b.rarewallpapers.com/media/wallpapers_1920x1080/1/purple-stardust-377.jpg);
  background-size:1920px;
  background-position:left;
  background-repeat:no-repeat;
  background-attachment:fixed;
  font-size:14px;
  font-family:Rockwell,Courier Bold,Courier,Georgia,Times,Times New Roman,serif;
  padding:10px;
}

.container {
  display:block;
  margin:0;
}

#about_me_value {
  width:930px;
  display:block;
}

#about_me_value img {
  width:930px;
}

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

.profile_section_content {
  color:#FFFFFF;
  background-color:transparent;
  border:0 none;
  filter:alpha(opacity=100);
  opacity:1;
}

.profile_section_content .heading,.video {
  padding:0;
  margin:0;
  color:#76aeec;
  font-size:40px;
  font-weight:oblique;
  font-family:Goudy Old Style,Garamond,Big Caslon,Times New Roman,serif;
  text-shadow:5px 2px 5px purple;
  -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-color:hotpink;
  filter:alpha(opacity=20);
  opacity:.2;
}

.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:.8;
  filter:alpha(opacity=80);
}

.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:936px;
  margin:0 auto;
  position:fixed;
  top:0;
  padding:12px 0 0;
  list-style:none;
  background-color:#111;
  background-image:linear-gradient(purple,#111);
  border-radius:0;
  box-shadow:0 2px 1px #9c9c9c;
  margin-left:-3px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  z-index:500;
}

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

#menu a {
  float:left;
  height:25px;
  padding:0 30px;
  color:#fff;
  text-transform:uppercase;
  font:bold 16px/25px Arial,Helvetica;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}

#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(purple,#000);
  -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:21px;
  background:url(http://www.csuchico.edu/chicostatements/_assets/images/dropdown-arrow.png) no-repeat right 5px;
}

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

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

#status_value a {
  text-decoration:none;
}

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

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

#last_login_string_container .label {
  min-width:60px;
}

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

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