@charset "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. /
UTF-8;
a:link,a:active,a:hover {
  color:#fff;
}

a:visited {
  color:#fff;
}

a {
  text-decoration:none;
  color:white;
}

#about_me_value img {
  width:100%;
  text-align:left;
  padding:0;
  display:block;
}

#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 {
  display:none;
}

#profile_header_container {
  position:relative;
  right:6%;
  top:890px;
}

#profile_header #avatar_holder {
  width:100%;
  height:925.5px;
  position:absolute;
  top:0;
  left:0;
  filter:alpha(opacity=100);
  opacity:1;
  background:url(https://img.mfcimg.com/photos2/174/17429896/103-565-315-135-8031097.jpg) no-repeat;
  background-size:940px;
  background-position:center;
}

#profile_header .profile_section_background {
  position:absolute;
  background-color:white;
  height:865px;
  width:300%;
  top:-15%;
  left:-55%;
  filter:alpha(opacity=20);
  opacity:.2;
}

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

body {
  width:940px;
  margin:0 auto;
  color:#C0F6FF;
  font-family:'Raleway';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  background:url(https://img.mfcimg.com/photos2/174/17429896/450-467-816-239-8002752.png) no-repeat fixed;
  background-size:1920px;
}

#profile_about_me {
  width:940px;
  margin:760px auto 0;
  display:table;
  min-height:800px;
}

#profile_friends {
  margin:0 auto;
  width:100%;
}

#profile_password_photo_galleries .profile_section_content {
  margin:10px auto 20px;
  width:100%;
}

.profile_section_content {
  color:#C0F6FF;
  font-family:Arial Black;
  border:0 none #;
  padding:0;
  margin:0;
  -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_background {
  background-size:100%;
  background-color:silver;
  filter:alpha(opacity=50);
  opacity:.5;
}

.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,.video {
  padding:0;
  margin:0;
  color:#cdcdcd;
  font-size:66px;
  font-family:'Alex Brush',cursive;
  text-shadow:5px 2px 5px #000;
  text-align:center;
  -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;
}

.club img {
  width:650px;
  height:300px;
  text-align:center;
  display:block;
}

.club {
  text-align:center;
  line-height:40px;
  padding-bottom:20px;
}

.club_name {
  text-align:center;
  font-size:50px;
  font-family:'Alex Brush';
}

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

.content {
  padding:5px;
}

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

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

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

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

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

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

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

#profile_comments #user_comment_comment {
  width:880px;
  height:100px;
}

.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;
  padding-left:25%;
  list-style:none;
  background-color:#111;
  background-image:linear-gradient(silver,#fff);
  border-radius:0;
  box-shadow:0 2px 1px #9c9c9c;
}

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

#menu a {
  float:left;
  height:25px;
  padding:0 52px;
  color:black;
  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:0;
  z-index:99999;
  background-image:linear-gradient(silver,#fff);
  -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(hotpink,#fff);
}

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

.tipmenu {
  text-align:center;
  background:url(https://img.mfcimg.com/photos2/174/17429896/540-355-650-574-8031016.jpg) no-repeat;
  background-size:400px;
  height:600px;
  border:2px double;
  width:935px;
  margin-left:0;
  margin-right:0;
}

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

.tipmenu h1 {
  padding-left:420px;
  font-size:60px;
  font-family:'Sacramento';
}

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

div.preview img {
  margin-bottom:60px;
  border-radius:5px;
  border:5px solid white;
  width:285px;
  height:155px;
}

.caption a {
  display:block;
  font-size:20px;
  font-weight:bold;
  font-family:'Alex Brush';
  color:silver;
  text-decoration:none;
}

@font-face {
  font-family:'Sacramento';
  src:url(http://www.fontsaddict.com/fontface/sacramento.ttf);
}

@font-face {
  font-family:'Alex Brush';
  src:url(http://www.fontsaddict.com/fontface/alex-brush.ttf);
}

.name {
  position:absolute;
  top:-150px;
  left:250px;
  font-size:80px;
  color:black;
  font-family:'Alex Brush';
}