@charset "UTF-8";

a:link,a:active {
  color:#8B0000;
  text-decoration:none;
  font-weight:bold;
}

a:hover,a:visited {
  color:#c29f41;
}

h3 {
  font-size:20px;
  text-align:center;
}

body {
  background-color:#ffffff;
  background-color:#8B0000;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#000000;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.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 {
  padding:5px;
  background-color:#808080;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

/* ----- CUSTOM CSS BY BACONDOUGLAS ----- */
/* This adds the background image and changes the width and alignment of the main body */
body {
  background-color:#ffffff;
  background-color:#8B0000;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-image:url(https://image.ibb.co/ihtW4b/vintage_vector_bg.jpg);
  margin:0 auto;
  width:960px;
}

a.no-hover {
  color:#8B0000;
}

/* This contains the main content area to 960px width and utilizes a gradient on the background */
#profile {
  display:table;
  width:960px;
  -webkit-overflow-scrolling:touch;
  margin:0 auto;
  background:#E8D8CB linear-gradient(135deg,#6b0019 0%,#8d0222 53%,#cc1e47 100%);
}

/* This hides the heading in the div with a class of .heading in the #profile_header_container */
#profile_header_container .heading {
  display:none;
}

/* Navigation */
.cl-nav,.cl-social {
  text-align:center;
  background-color:#606060;
  padding:15px 0 0;
}

ul {
  display:inline-table;
  list-style:none;
  padding:0;
  position:relative;
  .nav-linksullifloat:left;
}

.nav-links li,.social-links li {
  display:inline;
  font-size:18px;
  padding:10px;
  text-decoration:none;
}

.nav-links ul li a,.social-links ul li a {
  color:#8B0000;
  font-weight:bold;
  display:block;
  padding:13px 20px;
  text-decoration:none;
}

a:hover {
  text-decoration:none!important;
}

.findrow-link {
  color:#8B0000!important;
}

.findrow-link:hover {
  color:#c29f41!important;
}

/* Banner CSS */
.main-banner {
  background-image:url(https://image.ibb.co/jWb3jb/CL_Banner2.jpg);
  width:960px;
  height:660px;
}

h1.banner-h1 {
  margin:0;
  position:relative;
  top:30px;
  left:370px;
  font-size:90px;
  text-shadow:4px 4px 8px #000000;
  color:#8B0000;
  font-family:cursive;
}

/* Social Links */
li.social-follow-text {
  color:#8B0000;
  vertical-align:middle;
  font-size:30px;
  text-transform:uppercase;
}

a.cl-instagram {
  background-image:url(https://image.ibb.co/guFP7w/CL_Instagram_B.png);
  width:64px;
  height:64px;
  display:inline-block;
  vertical-align:middle;
}

a.cl-reddit {
  background-image:url(https://image.ibb.co/j0DoZb/CL_Reddit_B.png);
  width:64px;
  height:64px;
  display:inline-block;
  vertical-align:middle;
}

a.cl-twitter {
  background-image:url(https://image.ibb.co/ko3Bnw/CL_Twitter_B.png);
  width:64px;
  height:64px;
  display:inline-block;
  vertical-align:middle;
}

a.cl-instagram:hover {
  background-image:url(https://image.ibb.co/dKArnw/CL_Instagram_G.png);
}

a.cl-reddit:hover {
  background-image:url(https://image.ibb.co/f2nFEb/CL_Reddit_G.png);
}

a.cl-twitter:hover {
  background-image:url(https://image.ibb.co/ds9TZb/CL_Twitter_G.png);
}

/* Gallery CSS */
.cl-gallery {
  width:960px;
  background-color:#cccccc;
  border-radius:10px;
  clear:both;
  margin-top:20px;
  border:1px solid #cccccc;
}

.gallery-heading,.about-heading {
  font-family:Helvetica,sans-serif;
  color:#8B0000;
  text-align:center;
  font-size:30px;
  margin-top:10px;
}

.cl-gallery img {
  border-radius:50px;
  opacity:.7;
}

.cl-gallery img:hover {
  opacity:1;
}

.cl-gallery ul {
  margin:0 auto;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}

.cl-gallery li {
  display:inline;
  margin-right:10px;
}

/* THREE BOX LAYOUT */
#three-box-container {
  text-align:center;
  margin:0 auto;
}

.featured-box {
  background-color:#cccccc;
  margin:16px;
  color:#000000;
  border-radius:10px;
}

.tips {
  width:46%;
  height:520px;
  padding:10px;
  float:left;
  margin-right:20px;
  display:inline-block;
}

.stacked-features {
  width:100%;
  height:auto;
  clear:both;
  margin:0 auto;
  display:block;
}

.stacked-features-side {
  width:50%;
  padding:10px;
  float:left;
  display:inline-block;
  text-align:left;
}

.stacked-features-side .featured-box {
  background-color:#cccccc;
  width:90%;
  height:100px;
  margin:16px;
  padding:10px;
  color:#000000;
  display:block;
  border-radius:10px;
}

table.tip-menu {
  margin:12px auto;
  width:90%;
}

table.tip-menu td {
  font-size:12px;
}

.table-heading {
  font-weight:bold;
}

.table-heading td:first-child {
  width:70%;
}

.table-heading td:nth-child(2) {
  width:30%;
}

table.tip-menu td:first-child {
  text-align:left;
}

.tip-menu td:nth-child(2) {
  text-align:right;
}

/* ABOUT ME SECTION */
.cl-about {
  background-color:#cccccc;
  border-radius:8px;
  padding:10px;
  margin:25px 0;
}

.cl-about p {
  text-align:left;
}

/* RATING SECTION */
div#profile_friends {
  background-color:#cccccc;
  border-radius:8px;
  padding:10px;
}

#profile_friends .heading {
  font-family:Helvetica,sans-serif;
  color:#8B0000;
  text-align:center;
  font-size:30px;
  background-color:#cccccc;
}

/* SCHEDULE SECTION */
#profile_schedule .profile_section_background {
  background-color:#cccccc;
}

#profile_schedule .heading {
  font-family:Helvetica,sans-serif;
  color:#8B0000;
  text-align:center;
  font-size:30px;
  margin-top:10px;
  background-color:#cccccc;
}

#profile_schedule .label {
  padding-left:280px;
  padding-right:30px;
}

div#schedule_converted {
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
}

/* Hide these items */
#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#favorite_food_container,#tags_container,#pets_container,#automobile_container,span#about_me_label,div#profile_about_me .heading,#profile_header,#profile_photo_galleries,#profile_interests_content,#header_bar,#profile_main_photo,#footer_bar,#google-adwords {
  display:none;
}