@charset "UTF-8";

/**
 * Colors:
 *   Dark-rose:    #CD5C5C
 *   Goldenrod:    #DAA520
 *   Light-coral:    #F08080
#main_photo {
  -moz-box-shadow:0 0 5px 5px #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

/*
img#main_photo {
          border-radius: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
}
*/
#about_me_label {
  display:none!important;
}

#about_me_container {
  float:left;
  width:100%;
  margin-left:0;
}

#about_me_value {
  float:left;
  width:100%;
}

#tip_and_amazon_container {
  max-width:800px;
  margin:0 auto;
}

#tip_menu_table {
  width:275px;
  margin:20px;
}

#tip_menu_table td:first-child {
  width:225px;
}

#amazon_table {
  margin:20px;
}

#amazon_logo {
  background:#FFF;
  padding:8px;
  margin:5px;
/*
  border-radius: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
*/
  -moz-box-shadow:0 0 5px 5px #871611;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

#house_rules_container {
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}

#flight_table {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px;
  background:#7f7f7f;
  background:rgba(0,0,0,0.5);
  -moz-box-shadow:0 0 5px 5px #FFF;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

#flight_table img {
  width:100%;
  height:auto;
  background:#FFF;
  -moz-box-shadow:0 0 5px 5px #871611;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

#flight_table td {
  text-align:center;
}

/* class stripped_rounded_table */
.my_table,.social_media_tables {
  margin-bottom:10px;
  border-collapse:collapse;
  border-spacing:0;
  background:#7f7f7f;
  background:rgba(0,0,0,0.5);
/*
          border-radius: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
*/
  -moz-box-shadow:0 0 5px 5px #FFF;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

.my_table th {
  vertical-align:center;
  padding:10px;
  font-size:24px;
}

.my_table td {
  vertical-align:center;
  padding:7px 15px;
}

img.my_table {
  vertical-align:middle;
}

/*
.stripped_rounded_table tr:last-child td:first-child, .stripped_rounded_table tr:last-child th:first-child {
          border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
     -moz-border-radius: 0 0 0 10px;
}

.stripped_rounded_table tr:last-child td:last-child, .stripped_rounded_table tr:last-child th:last-child {
          border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
     -moz-border-radius: 0 0 10px 0;
}

.stripped_rounded_table tr:last-child th:only-child, .stripped_rounded_table tr:last-child td:only-child {
          border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
}
*/
.stripped_table tbody tr:nth-child(odd) {
  background:rgba(163,142,91,0.44);
  background:#c0a669;
}

.social_media_tables {
  width:400px;
  margin-left:auto;
  margin-right:auto;
}

.social_media_tables tr td {
  width:200px;
  padding:20px;
  text-align:center;
}

.styled_list {
  list-style:decimal inside;
  padding:0;
  background:#7f7f7f;
  background:rgba(0,0,0,0.5);
/*
          border-radius: 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
*/
  -moz-box-shadow:0 0 5px 5px #FFF;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

.styled_list li {
  padding:7px 15px;
}

.styled_list li:nth-child(even) {
  background:rgba(163,142,91,0.44);
  background:#c0a669;
}

.polaroid_container {
  width:100%;
  padding:30px 0;
  text-align:center;
}

.polaroid {
  width:250px;
  display:inline-block;
  padding:7px;
  border:1px solid #BFBFBF;
  background-color:#FFF;
  -moz-box-shadow:7px 7px 5px #871611;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

.polaroid:nth-of-type(5n+1) {
  -ms-transform:rotate(10deg);
/* IE 9 */
  -webkit-transform:rotate(10deg);
/* Safari */
  transform:rotate(10deg);
}

.polaroid:nth-of-type(5n+2) {
  -ms-transform:rotate(-8deg);
/* IE 9 */
  -webkit-transform:rotate(-8deg);
/* Safari */
  transform:rotate(-8deg);
}

.polaroid:nth-of-type(5n+3) {
  -ms-transform:rotate(6deg);
/* IE 9 */
  -webkit-transform:rotate(6deg);
/* Safari */
  transform:rotate(6deg);
}

.polaroid:nth-of-type(5n+4) {
  -ms-transform:rotate(-15deg);
/* IE 9 */
  -webkit-transform:rotate(-15deg);
/* Safari */
  transform:rotate(-15deg);
}

.polaroid:nth-of-type(5n+5) {
  -ms-transform:rotate(12deg);
/* IE 9 */
  -webkit-transform:rotate(12deg);
/* Safari */
  transform:rotate(12deg);
}

p.caption {
  font-size:18px;
  padding:0;
  margin:0;
  height:50px;
  color:#000;
}

.polaroid_no_bottom p.caption {
  height:0!important;
}

.polaroid img {
  width:100%;
  height:100%;
}

/*  Thermometer  */
compass/css3;
.flight_meter {
  padding:0;
  margin-left:30px;
  width:60px;
}

.meter_glass {
  background:#e5e5e5;
  border-radius:100px 100px 0 0;
  display:block;
  height:200px;
  margin:0 0 0 35px;
/* left margin moves the glass horizontally */
  padding:5px;
/* thickness of glass sides */
  position:relative;
  width:10px;
/* overall width of glass */
}

.meter_amount {
  background:#DAA520;
  border-radius:100px;
  display:block;
  width:10px;
  position:absolute;
  bottom:5px;
}

strong {
  display:block;
  text-align:right;
}

.meter_total {
  position:absolute;
  right:35px;
}

.meter_bulb {
  background:#e5e5e5;
  border-radius:100px;
  display:block;
  height:30px;
  margin:0 35px;
  padding:5px;
  position:relative;
  top:-20px;
  right:9px;
  width:30px;
}

.meter_red_circle {
  background:#DAA520;
  border-radius:100px;
  display:block;
  height:30px;
  width:30px;
}

.filler {
  background:#DAA520;
  border-radius:100px 100px 0 0;
  display:block;
  height:30px;
  width:20px;
  position:relative;
  top:-65px;
  right:-15px;
  z-index:30;
}

.profile_container {
  text-align:center;
}

.float_left {
  float:left;
}

.clear_div {
  clear:both;
}

/**
 *
 * Default CSS
 *
**/
a:link,a:active,a:hover {
  color:#FFFFFF;
}

a:visited {
  color:#FFFFFF;
}

body {
/*  background-color: #ffffff;*/
  background-color:#000000;
  background-image:url(https://img.mfcimg.com/photos2/193/19357594/588-594-429-143-13772254.jpg);
  background-repeat:repeat;
  background-attachment:fixed;
  color:#fbf9f9;
  font-family:"Trebuchet MS";
  font-weight:bold;
  font-style:normal;
  font-size:14px;
}

/*
#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/193/19357594/588-594-429-143-13772254.jpg);
}
*/
.profile_section_content {
  color:#fbf9f9;
  border:0 double #060000;
  padding:5px;
  margin:5px;
/*
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
*/
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

.profile_section_background {
  background-color:#566573;
  background-color:#080101;
  opacity:.6;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
}

.profile_section_content .heading {
  padding:12px;
  background-color:#DAA520;
  color:#000000;
  font-family:"Tahoma";
  font-weight:bold;
  font-style:normal;
  font-size:20px;
/*
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
*/
  -moz-box-shadow:0 0 5px 5px #FFF;
  box-shadow:rgba(0,0,0,0.15) 2.4px 2.4px 3.2px;
  -webkit-text-shadow:0 0 12px #FFFFFF;
  -moz-text-shadow:0 0 12px #FFFFFF;
  text-shadow:0 0 12px #FFFFFF;
}

.content {
  padding:5px;
}