@charset "UTF-8";

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

a:visited {
  color:#;
}

#profile_friends {
/* display:none;*/
}

body {
  background-color:#ffffff;
  background-color:#1B1B1B;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
/*http://kingpawd.ddns.net/mymfc/jim/dec/steelkingjim.html*/
  background-image:url(https://hotk.ddnsking.com/images/background.jpg);
}

.profile_section_content {
  color:#666666;
  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=80);
  opacity:.8;
}

.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:#1B1B1B;
  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 CONTENT CSS =================================*/
.header_links,.header_links a {
  color:white;
}

.header_links a:link {
  color:white;
}

.header_links a:active {
  color:grey;
}

.header_links a:hover {
  color:black;
}

#server_time table tbody tr {
  color:white;
}

.footer_links,.footer_links a {
  color:white;
}

/*============================MY CSS=============================================================================*/
#about_me_value {
  display:block;
}

#my_wrapper {
}

/*============================SOCIAL LINKS CSS=============================================================================*/
/* main div */
#social_links {
/*text-align: center;*/
  margin-bottom:20px;
}

/*span Click these links to follow me*/
#social_links_info {
  font-size:22px;
  color:black;
  position:relative;
  bottom:40px;
}

/*a social link images*/
#twitter {
}

#pointer {
  position:relative;
  bottom:35px;
}

#instagram {
}

#amazon {
}

#tumblr {
}

/*============================================== MAIN CONTENT ===========================================*/
#my_main_content {
}

#designby {
}

/*=================================================== TITLE =============================================*/
#title {
  margin-bottom:20px;
  display:none;
}

#days {
}

/*============================TIP MENU CSS=============================================================================*/
#tip_menu {
  margin-bottom:40px;
}

#tip_menu_title {
  color:#000000;
  color:#1B1B1B;
  font-size:20px;
  font-family:"Verdana";
}

#tip_menu_table {
  color:black;
/*border: 1px solid black;*/
  border-radius:15px 50px;
  background:#525252;
  padding:20px;
/*height: 200px;*/
  table-layout:fixed;
}

#tip_menu_table th,#tip_menu_table td {
  border-collapse:collapse;
  padding:5px;
  overflow:hidden;
}

#tip_menu_table tr:nth-child(even) {
  background-color:transparent;
}

#tip_menu_table tr:nth-child(odd) {
  background-color:#eee;
}

/*============================ CANDAYCANE HEART CSS=============================================================================*/
#candyHeart {
}

/*============================TEAM NAUGHTY CSS=============================================================================*/
#team_naughty {
  margin-bottom:20px;
}

#team_naughty_title {
  color:#1B1B1B;
  background-color:#525252;
  border-radius:25px;
  font-size:20px;
  font-family:"Verdana";
  margin-bottom:5px;
}

#team_naughty_members_table {
/*border: 2px solid #000000;*/
  font-size:12px;
  border-radius:25px;
  background:#525252;
  padding:20px;
  width:250px;
  color:black;
}

#team_naughty_members_table th {
  border-bottom:2px solid black;
/*color: #000000;*/
  font-size:15px;
  border-collapse:collapse;
}

/*============================ CANDYCANE KEY CSS=============================================================================*/
#candyKey {
}

/*============================CURRENT VIDEOS CSS=============================================================================*/
#my_videos {
}

#my_videos_title {
  font-size:26px;
  color:#1B1B1B;
  background-color:#525252;
}

#my_videos_table {
  color:black;
  border:2px solid #525252;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  border-collapse:collapse;
  table-layout:fixed;
}

#my_videos_table tr:nth-child(even) {
  background-color:transparent;
}

#my_videos_table tr:nth-child(odd) {
  background-color:#eee;
}

#my_videos_table td,#my_videos_table th {
  text-align:center;
  padding:3px 7px;
  border:1px solid #525252;
  font-size:1.1em;
}

#my_videos_table th {
  font-size:1.6em;
  font-weight:bold;
}

.image img {
  height:150px;
}

.title {
  width:150px;
}

.empty {
  border:2px solid transparent;
  background-color:transparent;
}

.ps {
  color:#1B1B1B;
  text-align:center;
  font-size:20pt;
  font-weight:bold;
}