@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 {
  top:0;
  position:absolute;
  width:940px;
  box-shadow:0 0 0 0 #333;
  background-color:transparent;
  margin:0 auto;
}

#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 #avatar_holder {
  width:930px;
  height:450px;
  margin:45px 0 0 -10px;
  background:url(https://img.mfcimg.com/photos2/218/21857014/250-265-513-602-9589117.jpg);
  background-size:940px auto;
  background-repeat:no-repeat;
  padding-bottom:80px;
  border:5px solid black;
}

#profile_main_photo {
  display:none;
}

#profile_avatar {
  display:none;
}

body {
  width:940px!important;
  margin:0 auto;
  background:url(https://simoninthelakes.files.wordpress.com/2013/06/dsc0030.jpg) no-repeat fixed;
  background-size:cover;
  font-size:14px;
  font-weight:bold;
  padding:10px;
  line-height:40px;
}

.container {
  display:block;
}

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

#profile_interests_content .container {
  width:auto;
  display:block;
  text-align:center;
  padding-bottom:10px;
}

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

.profile_section_content {
  color:black;
  font-family:'Cinzel';
  font-weight:600;
  background-color:transparent;
  border:0 0 none;
  filter:alpha(opacity=.99);
  opacity:.99;
}

.profile_section_content .heading,.title,.video {
  font-family:'Cinzel';
  background-position:800px 150px;
  color:black;
  text-align:left;
  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;
}

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

.title {
  margin:-15px 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;
  margin:0 -30px;
  padding:10px 0 0;
  list-style:none;
  background:#ffc0eb;
  border-radius:0;
  box-shadow:0 2px 1px #9c9c9c;
  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 40px;
  color:white;
  font-family:'Satisfy';
  text-transform:uppercase;
  font:bold;
  font-size:20px;
  text-decoration:none;
}

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

#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:#AA8CC5;
  -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 {
  bottom:5px;
  left:2px;
  position:fixed;
  z-index:600;
  color:white;
}

#status_value a {
  text-decoration:none;
}

#unix_last_broadcast_container {
  bottom:5px;
  position:fixed;
  right:-55%;
  z-index:600;
  color:white;
}

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

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

#status_value #show_message_dialog {
  display:none;
}

#profile_header .container {
  bottom:5px;
  position:fixed;
  right:-55%;
  z-index:600;
  color:black;
  font-family:'Cormorant SC';
}

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

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

.area {
  min-height:300px;
  overflow-y:auto;
}

div.preview {
  vertical-align:top;
  display:inline-block;
  text-align:center;
  width:320px;
  margin-right:60px;
  margin-left:60px;
}

div.preview img {
  margin-bottom:60px;
  border-radius:5px;
  border:5px solid black;
  width:295px;
  height:255px;
}

.caption a {
  display:block;
  font-size:14px;
  font-weight:bold;
  color:black;
  text-decoration:none;
  font-family:'Ceviche One';
}

.tip {
  border:5px solid black;
  width:928px;
  margin-left:-40px;
  background:grey;
}

.tipmenu {
  text-align:center;
  background:url(https://img.mfcimg.com/photos2/218/21857014/825-714-531-673-9589005.jpg) no-repeat;
  background-size:430px 900px;
  height:900px;
  border:2px double;
  width:937px;
  margin-left:-42px;
  margin-right:0;
}

.tipmenu pre {
  padding-left:420px;
  font-size:14px;
  padding-bottom:40px;
}

.tipmenu h1 {
  padding-left:420px;
  font-size:45px;
}

@font-face {
  font-family:'Playball';
  font-style:normal;
  font-weight:400;
  src:local(Playball),local(Playball-Regular),url(https://fonts.gstatic.com/s/playball/v6/sSjR6AJRrIl2FxjhncYng_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
}

/ latin /
@font-face {
  font-family:'Cinzel';
  font-style:normal;
  font-weight:400;
  src:local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v4/i2BwM1Eq2JyiNOY_VrkubOvvDin1pK8aKteLpeZ5c0A.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,U+E0FF,U+EFFD,U+F000;
}