@charset "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_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,#profile_friends,div.profile_section_background,#age_container,#tags_container {
  display:none;
}

#cam_score_container {
  position:relative;
  left:40%;
}

.name {
  position:absolute;
  top:-1300px;
  font-size:50px;
  text-align:center;
  line-height:20px;
  width:100%;
}

.name img {
  width:1800px;
}

#profile_header {
  position:relative;
  top:700px;
  padding-bottom:20px;
  width:100%;
  height:500px;
  background:url(https://img.mfcimg.com/photos2/242/24204418/250-451-388-717-10894248.jpg);
  background-size:100%;
  background-repeat:no-repeat;
  background-position:center;
}

#profile_main_photo {
  display:none;
}

#profile_avatar {
  display:none;
}

body {
  margin:0 auto;
  width:975px;
  background:white;
  background-size:cover;
  background-position:right 50px;
  font-size:14px;
  font-weight:bold;
  padding:10px;
}

#profile {
  margin-left:-30px;
  width:102%;
  box-shadow:0 0 0 0 #333;
  background-color:transparent;
}

.container {
  display:block;
  margin-left:20px;
}

#about_me_value {
  position:absolute;
  top:900px;
  width:100%;
  display:block;
  text-align:left;
  margin:20px 10px;
}

#about_me_value img {
  width:100%;
  text-align:center;
  margin-left:-28px;
}

a:link,a:visited,a:hover,a:active {
  color:black;
  font-weight:900;
}

.profile_section_content {
  font-family:'Raleway',sans-serif;
  color:black;
  font-size:20px;
  background-color:transparent;
  border:0 0 none;
  filter:alpha(opacity=.99);
  opacity:.99;
  line-height:50px;
}

.profile_section_content .heading,.video,.title {
  font-family:'Raleway',sans-serif;
  text-align:center;
  color:black;
  background:transparent;
  font-size:50px;
  font-weight:bold;
  -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;
}

.title h1 {
  font-size:50px;
}

.title {
  margin:14px 0 0 -10px;
  background:filter:alpha(opacity=.6);
}

.profile_section_background {
  background:white;
  opacity:.8;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}

.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;
}

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

.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:100%;
  margin:0 auto;
  position:fixed;
  top:0;
  left:0;
  padding:10px 0 0;
  list-style:none;
  background:white;
  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;
  text-align:center;
}

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

#menu a {
  float:left;
  height:30px;
  width:100%;
  padding:0 19px;
  color:#000;
  font:bold;
  font-size:20px;
  text-decoration:none;
  position:relative;
  left:-260px;
  font-family:'Raleway',sans-serif;
}

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

#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:linear-gradient(pink,white);
  -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;
}

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

#status_value a,#member_type_value {
  text-decoration:none;
  font-size:14px;
  color:#000;
  position:relative;
  bottom:15px;
}

#unix_last_broadcast_container {
  position:fixed;
  right:-55%;
  z-index:600;
  color:white;
  display:none;
}

#status_container .label {
  min-width:40px;
  font-size:14px;
  color:#000;
  position:relative;
  bottom:15px;
}

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

#status_value #show_message_dialog {
  display:none;
}

#profile_header .container {
  position:fixed;
  margin-left:0;
  bottom:-8px;
  background:white;
  height:20px;
  right:-55%;
  z-index:600;
  color:black;
}

#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,#profile_about_me_friends {
  opacity:.99;
}

.boxed {
  display:inline-table;
  text-align:center;
  width:100%;
  margin-left:-7px;
  height:500px;
  min-height:840px;
  border:2px solid gold;
  margin-bottom:20px;
  font-size:20px;
  color:black;
}

.boxed2 {
  display:inline-table;
  text-align:center;
  background:url(https://img.mfcimg.com/photos2/242/24204418/205-453-294-974-10894374.png) no-repeat local,url(https://img.mfcimg.com/photos2/242/24204418/786-143-267-272-10894361.png) no-repeat local,url(https://img.mfcimg.com/photos2/242/24204418/370-228-317-344-10894368.png) no-repeat local,url(https://img.mfcimg.com/photos2/242/24204418/569-320-192-409-10894360.png) no-repeat local,url(https://img.mfcimg.com/photos2/242/24204418/322-759-386-738-10894363.png) no-repeat local;
  background-position:90% 5%,10% 25%,90% 50%,10% 75%,90% 95%;
  background-size:250px 380px,320px 450px,390px 520px,320px 450px,390px 520px;
  width:100%;
  margin-left:-7px;
  height:500px;
  min-height:3000px;
  border:2px solid gold;
  margin-bottom:20px;
  font-size:18px;
  color:black;
}

.sided {
  display:inline-table;
  text-align:center;
  width:50%;
  margin-left:-7px;
  height:500px;
  min-height:840px;
  margin-bottom:20px;
  font-size:20px;
  color:black;
}

.area {
  width:100%;
  text-align:center;
  padding-bottom:100px;
}

div.preview {
  display:inline-table;
}

div.preview {
  margin-bottom:0;
  border-radius:5px;
  border:5px solid none;
  width:200px;
}

.caption a {
  display:block;
  font-size:20px;
  font-weight:bold;
  font-family:'Raleway';
  color:#000;
  text-decoration:none;
  width:50%;
}

.me,.rules,.tip,.vid,.club,.ht,.event {
}

/* latin-ext */
@font-face {
  font-family:'Raleway';
  font-style:normal;
  font-weight:400;
  src:local(Raleway),local(Raleway-Regular),url(https://fonts.gstatic.com/s/raleway/v11/YZaO6llzOP57DpTBv2GnyFKPGs1ZzpMvnHX-7fPOuAc.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:'Raleway';
  font-style:normal;
  font-weight:400;
  src:local(Raleway),local(Raleway-Regular),url(https://fonts.gstatic.com/s/raleway/v11/QAUlVt1jXOgQavlW5wEfxQLUuEpTyoUstqEm5AMlJo4.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;
}