@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#fff;
  background-color:#fff;
  background-image:url;
  background-position:bottom left -10px,bottom right 5px;
  background-repeat:no-repeat,no-repeat;
  background-attachment:fixed;
  padding:0;
  margin:0;
}

a,a:visited {
  color:#fff;
  text-decoration:none;
}

a:hover,a:focus {
  color:#fff;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/* ==========================================================================
   Top Navagation
   ========================================================================== */
.navbar {
  background-color:#cc99ff;
  position:fixed;
  left:0;
  top:0;
  height:30px;
  width:100%;
  z-index:600;
  box-shadow:0 3px 20px 3px rgba(0,0,0);
  font-size:1rem;
  line-height:1;
}

.nav {
  width:1000px;
  margin:0 auto;
  display:block;
}

.nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
  overflow:hidden;
}

.nav li {
  float:left;
}

.nav a:link,.nav a:visited {
  display:block;
  width:auto;
  height:20px;
  font-size:5px pt;
  color:#000;
  background-color:#cc99ff;
  text-align:center;
  padding:5px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
}

.nav a:hover,.nav a:active {
  background-color:#ff99ff;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_friends,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile {
  width:920px;
  margin:-10px auto;
  background:#fff url(http://jamisonballs.com/Images/lia/background.png) top center no-repeat;
  box-shadow:0 0 10px 1px rgba(0,0,0,0);
  font-size:.875em;
  line-height:1.25;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

#profile_avatar,#username_container,#gender_container,#country_container,#city_container,#ethnicity_container,#marital_status_container,#occupation_container,#school_container,#body_type_container,#hair_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#favorite_food_container,#pets_container,#automobile_container,#status_container,#schedule_day_0_container,#schedule_day_1_container,#schedule_day_2_container,#schedule_day_3_container,#schedule_day_4_container,#schedule_day_5_container,#schedule_day_6_container,#schedule_converted,#profile_schedule,#weight_container,#height_container,#age_container,#sexual_preference_container {
  display:none;
}

#profile_header {
  padding:20px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #000;
  border:1px solid rgba(0,0,0,0);
  box-shadow:0 1px 3px rgba(0,0,0,0);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:#000;
  font-size:1.25rem;
  font-weight:bold;
  border-bottom:#000 solid 2px;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
}

.profile_section_content {
  z-index:auto;
}

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  border-radius:0;
  box-shadow:none;
}

img.bw {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:1s;
  -webkit-transition:1s;
}

img.bw:hover {
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.images {
  margin-top:20px;
}

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

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background-color:#000;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:500;
  box-shadow:0 -3px 10px 1px rgba(0,0,0);
  color:#000;
  display:block;
  height:20px;
}  
}