@charset "UTF-8";

a:link,a:active {
  color:#5CE62E;
  text-decoration:none;
  font-size:16px;
}

a:hover {
  color:#5CE62E;
  font-size:16px;
}

a:visited {
  color:#5CE62E;
  font-size:16px;
}

body {
  background:gray url(http://i76.photobucket.com/albums/j5/jaredmoran619/blac_zpsa7x0uvun.png) repeat fixed;
  font-family:Century Gothic,sans-serif;
  color:#66FF33;
  line-height:20px;
  font-size:16px;
  width:890px;
  margin:0 auto;
}

.profile_row #profile_header {
  background:url(http://i76.photobucket.com/albums/j5/jaredmoran619/Paris%20Background1.1_zpsleo8npr6.jpg) no-repeat center;
  display:table-cell;
  vertical-align:bottom;
  width:890px;
  height:600px;
  border-bottom:solid white 5px;
}

#profile {
  background:url(http://i76.photobucket.com/albums/j5/jaredmoran619/MainBackground1.1_zpsvzz8h8cd.jpg) no-repeat fixed center bottom;
  #profile_headerprofile_section_contentpadding:0;
  margin:0;
  height:45px;
}

#avatar_holder {
  position:absolute;
  margin:auto;
  right:0;
  left:0;
  margin-top:92px;
}

#profile_avatar {
  border:solid white 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me {
  margin-top:50px;
  text-align:center;
}

#profile_about_me .container {
  display:block;
  margin:0 auto;
  text-align:center;
}

#profile_about_me .label,#profile_about_me .value {
  display:inline-block;
  width:200px;
}

#profile_about_me .label {
  border-right:black solid 2px;
  text-align:center;
  padding-right:10px;
  margin-right:10px;
}

#profile_about_me .value {
  text-align:center;
  padding-left:0;
}

#TipMenu {
  display:block;
  width:700px;
  height:550px;
  margin:0 auto;
  overflow:hidden;
  background:url(../images/bg_demo2.png) #fdfdfd;
  background-repeat:no-repeat;
  background-size:100%;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0 2px 3px #ccc;
  -moz-box-shadow:0 2px 3px #ccc;
  -ms-box-shadow:0 2px 3px #ccc;
  -o-box-shadow:0 2px 3px #ccc;
  -webkit-box-shadow:0 2px 3px #ccc;
}

#TipMenu h1 {
  display:block;
  margin-top:0;
  text-align:center;
  color:#C06;
  font-weight:bold;
  font-size:50px;
  text-shadow:0 1px 0 #fff;
  border-bottom:1px solid #ccc;
  padding:10px;
  font-variant:small-caps;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
}

#TipMenu h1 span {
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
  color:#000000;
  margin-right:-15px;
}

#TipInfo {
  display:block;
  padding:10px;
  margin-top:2px;
  height:70px;
  overflow:auto;
  font-size:16px;
  font-family:Century Gothic;
  color:#C06;
  border-bottom:1px solid #ccc;
}

#TipWrapper {
  display:block;
  color:#000000;
  padding:10px;
  margin-top:10px;
  height:300px;
  overflow:auto;
}

.tiprequest {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:0 solid #CCC;
  font-size:15px;
  color:#000000;
  background:rgba(100%,100%,100%,0.4);
  font-weight:bold;
  height:auto;
}

.tiprequest:hover {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:5px solid #C06;
  font-size:15px;
  color:#000;
  text-indent:7px;
  background:rgba(100%,100%,100%,0.8);
}

.price {
  display:block;
  float:right;
}

.buy {
  display:block;
  padding:4px 14px;
  background:#000000;
  color:#000000;
  border:1px solid #ccc;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  margin-top:-3px;
  margin-right:5px;
}

.buy:hover {
  display:block;
  padding:4px 14px;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
  color:#c06;
  border:1px solid #ccc;
  text-align:center;
  margin-top:-3px;
  margin-right:5px;
  text-shadow:0 1px 0 #fff;
}

.tiprequest,.buy {
  transition:all .4s;
  -moz-transition:all .4s;
  -ms-transition:all .4s;
  -o-transition:all .4s;
  -webkit-transition:all .4s;
}

.sl::-webkit-scrollbar {
  width:8px;
  background:#000000;
}

.sl::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.sl::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#F06;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.7);
}

.sl::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(0,0,0,.5);
  border:1px solid #C06;
}