@charset "UTF-8";

a:link,a:active,a:hover {
  color:#000;
}

a:visited {
  color:#000;
}

#profile_about_me {
  min-height:800px;
}

#profile_header .profile_section_background,#header_bar,#footer_bar,#tags_container,#about_me_label,.recent_photos,#profile_main_photo .heading,#profile_interests_content #meaning_life_label,#username_label,#profile_interests_content .heading,#profile_interests_content .label,#profile_main_photo .profile_section_background {
  display:none;
}

#profile {
  position:absolute;
  top:47px;
  width:1200px;
  display:block;
}

#profile_main_photo {
  position:absolute;
  right:450px;
  top:100px;
  z-index:100;
}

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

body {
  width:1200px;
  margin:0 auto;
  background-color:#ffffff;
  background:hotpink no-repeat fixed;
  background-size:1920px;
  color:#ffffff;
  font-family:'Georgia';
  font-weight:normal;
  font-style:italic;
  font-size:18px;
}

.profile_section_content {
  color:#000;
  border:0 none #ccac2f;
  padding:0;
  margin:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #bdbbbb;
  -moz-box-shadow:0 0 0 #bdbbbb;
  box-shadow:0 0 0 #bdbbbb;
}

#about_me_value {
  text-align:center;
  width:1200px;
  min-height:500px;
}

.profile_section_background {
  background-color:transparent;
  background-color:aquamarine;
  filter:alpha(opacity=30);
  opacity:.3;
}

.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:5px;
  background-color:aquamarine;
  color:#473416;
  font-family:'Georgia';
  font-weight:normal;
  font-style:italic;
  font-size:18px;
  -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:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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

.area table {
  border-collapse:separate;
  empty-cells:hide;
  float:left;
  padding-right:2px;
  margin:.5%;
}

.area td {
  border:0 solid black;
  background-color:transparent;
  text-align:center;
  font-size:14px;
  font-family:Courier New;
  font-weight:normal;
  color:#FFFFFF;
}

.area table tr td:nth-child(1),tr td:nth-child(3) {
  width:180px;
  height:180px;
  float:left;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  left:2px;
  overflow:hidden;
  background:grey;
  border-left:2px solid aquamarine;
  border-top:2px solid aquamarine;
  border-bottom:2px solid aquamarine;
  border-bottom-left-radius:10px;
  border-top-left-radius:10px;
}

.area table tr td:nth-child(2),tr td:nth-child(4) {
  width:220px!important;
  background-color:pink;
  border-top:2px solid aquamarine;
  border-bottom:2px solid aquamarine;
  border-right:2px solid aquamarine;
  border-bottom-right-radius:10px;
  border-top-right-radius:10px;
  font-size:24px;
  font-family:'Georgia';
}

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

#profile_about_me_friends,#profile_schedule,#profile_photo_galleries,#profile_interests_content {
  padding-bottom:100px;
}

#username_value {
  position:absolute;
  top:30px;
  left:450px;
  font-size:60px;
  color:pink;
  font-weight:bold;
}

#menu {
  width:100%;
  margin:0 auto;
  position:fixed;
  top:0;
  left:0;
  padding:10px 0 0;
  padding-left:5%;
  list-style:none;
  background-color:#111;
  background-image:linear-gradient(aquamarine,#ff0);
  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 25px;
  color:#000;
  font-family:'Rousseau Regular';
  font-size:16px;
  text-transform:uppercase;
  font:bold 16px/25px;
  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(aquamarine,#111);
  -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;
}

#profile_comments {
  opacity:.8;
  filter:alpha(opacity=80);
}

#profile_header {
  position:fixed;
  bottom:-2px;
  left:0;
  height:3%;
  background-image:linear-gradient(aquamarine,#fff);
  z-index:300;
  color:black;
}

#status_container {
  bottom:-2px;
  left:0;
  position:fixed;
  z-index:600;
  font-size:20px;
}

#unix_last_login_container {
  bottom:-2px;
  position:fixed;
  right:0;
  z-index:600;
  font-size:20px;
}

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

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

#blurb_container {
  display:none;
}

#profile_avatar,#profile_header .heading,#unix_last_updated_container {
  display:none;
}

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