@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 {
  width:100%;
  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:-500px;
  background-position:center;
  filter:alpha(opacity=100);
  opacity:1;
  background:;
  background-position:0 180px;
}

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

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

body {
  width:940px;
  margin:0 auto;
  background-color:#ffffff;
  background:url(http://i296.photobucket.com/albums/mm167/TheMathGuy81/Super-Evelyn_zpsrogdfgpl.png) fixed no-repeat bottom left,url(http://i296.photobucket.com/albums/mm167/TheMathGuy81/Classy-PurplePink_zpsjankg3me.png) fixed no-repeat;
  color:#000000;
  font-family:'Lucida Console';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
  background-size:auto 600px,1920px;
  z-index:4;
}

#profile_about_me {
  width:940px;
  margin:550px 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:#fff;
  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-color:transparent;
  background-color:#aa7243;
  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:50px;
  font-family:'Alex Brush',cursive;
  -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;
  text-shadow:5px 2px 5px #000;
}

.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 img {
  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(purple,black);
  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 24px;
  color:white;
  text-transform:uppercase;
  font:bold 16px/25px Arial,Helvetica;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}

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

#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(purple,black);
  -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(purple,black);
}

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

.name {
  position:absolute;
  top:-500px;
  left:150px;
  font-size:100px;
  color:black;
  font-family:'DJB Fresh Start';
  -webkit-text-shadow:5px 2px 5px #000;
  -moz-text-shadow:5px 2px 5px #000;
  text-shadow:5px 2px 5px #000;
}

@font-face {
  font-family:'DJB Fresh Start';
  src:url(http://www.fontsaddict.com/fontface/djb-fresh-start.ttf);
}

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

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

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

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