@charset "UTF-8";

/* This coding is copyrighted by MathGuy81. No one should use,duplicate or modify this coding for themselves as it is against the copyright law. */
#profile {
  top:0;
  position:absolute;
  width:930px;
  box-shadow:0 0 0 0 #333;
  background-color:transparent;
}

#gender_container,#drink_container {
  display:none;
}

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

#profile_header {
  width:940px!important;
  height:10px!important;
  background-size:auto 600px;
  background-repeat:no-repeat;
  background-position:290px 45px;
}

#profile_main_photo {
  display:none;
}

#profile_avatar {
  display:none;
}

body {
  width:940px!important;
  margin:0 auto;
  background:url(https://img.mfcimg.com/photos2/130/13016035/421-370-297-558-8814656.jpg) no-repeat;
  background-size:auto 1000px;
  background-position:right 20px;
  font-size:14px;
  font-weight:bold;
  padding:10px;
}

div #profile_about_me.profile_subsection {
  font-size:20px;
  line-height:45px;
  width:500px;
  color:black;
}

#username_container,#body_type_container,#hair_container,#weight_container,#country_container,#smoke_container,#drugs_container {
  background:url(https://www.shabbypaints.com/wp-content/uploads/2013/05/pink-chalked-line.png);
  background-position:500px 0;
  border-radius:4px;
}

#username_value {
  font-family:'Rock Salt';
  font-size:40px;
  text-transform:capitalize;
}

#username_label {
  display:none;
}

.container {
  display:block;
  margin:-2px;
}

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

a:link,a:visited,a:hover,a:active {
  color:#4DC5D6;
  font-weight:900;
}

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

.profile_section_content .heading,.video,.title {
  padding:5px;
  margin:-5px;
  background:url(https://www.shabbypaints.com/wp-content/uploads/2013/05/pink-chalked-line.png);
  background-position:500px 0;
  background-size:auto 100px;
  width:500px;
  color:Black;
  font-family:'Caveat';
  font-size:30px;
  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 {
  background:linear-gradient(pink,white);
  filter:alpha(opacity=.0);
  opacity:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}

.content {
  padding:5px;
}

#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:0 0 0 -12px;
}

#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:url(https://www.shabbypaints.com/wp-content/uploads/2013/05/pink-chalked-line.png) no-repeat;
  background-size:100% 50px;
  background-position:center;
  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;
}

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

#menu a {
  float:left;
  height:25px;
  padding:0 40px;
  color:black;
  font-family:'Ceviche One';
  text-transform:uppercase;
  font:bold;
  font-size:25px;
  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: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 {
  bottom:5px;
  left:2px;
  position:fixed;
  z-index:600;
  color:white;
  display:none;
}

#status_value a {
  text-decoration:none;
}

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

#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;
  display:none;
  font-family:'Playball';
}

#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:0 0 0 -12px;
}

.tip {
  min-height:500px;
  overflow-y:none;
  padding-top:25px;
  margin-left:-12px;
  background:url(https://img.mfcimg.com/photos2/130/13016035/437-838-990-466-8814653.jpg);
}

.tip pre {
  font-size:20px;
  color:black;
  position:absolute;
  right:55px;
  font-family:'Playball';
}

.groupie {
  min-height:500px;
  overflow-y:none;
  padding-top:25px;
  margin-left:-12px;
  background:url(https://img.mfcimg.com/photos2/130/13016035/809-423-380-876-8806900.jpg);
  background-size:940px;
}

.groupieb pre {
  text-align:center;
}

.groupie h1 {
  font-family:'Rock Salt';
  text-align:center;
  color:black;
}

.groupieb h2 {
  font-family:'Rock Salt';
  text-align:center;
}

.groupie pre {
  text-align:center;
  font-size:20px;
  color:pink;
  position:absolute;
  font-family:'Playball';
}

.area {
  min-height:300px;
  overflow-y:none;
  padding-top:25px;
}

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 hotpink;
  width:200px;
  height:200px;
}

.caption a {
  display:block;
  font-size:14px;
  font-weight:bold;
  color:black;
  text-decoration:none;
  font-family:Georgia,Times,Times New Roman,serif;
  text-shadow:2px 2px 5px hotpink;
}

.sell {
  height:400px;
  overflow-y:auto;
  margin-left:-12px;
}

.sell img {
  width:200px;
  height:200px;
}

.sell table {
  border-collapse:separate;
  empty-cells:hide;
  float:left;
  padding-right:12px;
  margin:3%;
}

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

.sell table tr td:nth-child(1),tr td:nth-child(3) {
  width:200px;
  height:200px;
  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:pink;
  border-left:2px solid hotpink;
  border-top:2px solid hotpink;
  border-bottom:2px solid hotpink;
  border-bottom-left-radius:10px;
  border-top-left-radius:10px;
}

.sell table tr td:nth-child(2),tr td:nth-child(4) {
  width:200px!important;
  background-color:pink;
  border-top:2px solid hotpink;
  border-bottom:2px solid hotpink;
  border-right:2px solid hotpink;
  border-bottom-right-radius:10px;
  border-top-right-radius:10px;
  font-size:14px;
}

.sell h1 {
  color:black;
  font-size:14px;
  text-decoration:none;
  font-family:'Rock Salt';
}

.sell a {
  color:black;
  font-size:12px;
  text-decoration:none;
  font-weight:200;
}

.sell p {
  font-weight:600;
}

@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");
}

@font-face {
  font-family:'Rock Salt';
  font-style:normal;
  font-weight:400;
  src:local('Rock Salt'),local(RockSalt),url(https://fonts.gstatic.com/s/rocksalt/v6/Q94aHXFHGip10K5uxi1jOFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
}