@charset "UTF-8";

body {
  background-color:#000;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-color:#000;
  background-position:center center;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/photos2/273/27392985/390-775-870-415-11405979.jpg);
  margin-bottom:30px;
}

/*Default img Properties*/
.img_radius_shadow {
  -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;
}

/*Header Table*/
#profile_header {
  display:block;
  height:30px;
}

/*Top Links and Time - Hidden*/
#header_bar {
  display:none;
}

/*Main Profile Table*/
#profile {
  display:table;
  width:900px;
  margin:auto;
}

/*Main Table Rows*/
.profile_row {
  margin:0;
  padding:0;
}

/*Main Table Cells*/
.profile_section {
  margin:0;
  padding:0;
}

/*Cell Content*/
.profile_section_content {
  color:#0000FF;
  border:0 #000000;
  padding:0;
  margin:0;
}

/*Header properties*/
.profile_section_content .heading {
  padding:5px;
  background-color:#000;
  color:#000000;
  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;
}

/*Default Cell Background*/
.profile_section_background {
  background-color:transparent;
  background-color:#;
  filter:alpha(opacity=100);
  opacity:1;
}

/*Profile Avatar - Hidden*/
#profile_avatar {
  display:none;
}

#avatar_holder {
  display:none;
}

/*All Headers*/
.heading {
  display:none;
  margin-bottom:0;
  padding-bottom:0;
}

/*Main Status*/
#status_container {
  display:block;
  position:absolute;
  top:5px;
  right:15px;
}

/*The word "Status"*/
#status_label {
  text-align:right;
  padding-right:3px;
  color:#F36;
}

/*Contains online status, email link and wall link*/
#status_value {
  color:white;
}

/*Status link attributes*/
#status_value a:link,#status_value a:visited {
  color:#99F;
}

/*Profile Headline - Hidden*/
#blurb_container {
  display:none;
}

/*Last Login - Hidden*/
#unix_last_login_container {
  display:none;
}

/*Last Updated - Hidden*/
#unix_last_updated_container {
  display:none;
}

/*Main Photo Cell*/
#main_photo {
  width:250px;
  margin-bottom:0;
}

/*Main Photo Properties*/
#profile_main_photo {
  background-image:url(http://img109.imageshack.us/img109/5637/p4cr.png);
  -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;
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:0;
  margin-left:0;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  height:200px;
}

/*Recent Picture Previews*/
.recent_photos {
  display:inline-block;
  width:250px;
  margin-top:5px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

/*About Me Cell*/
#profile_about_me {
  background-image:url(http://img109.imageshack.us/img109/5637/p4cr.png);
  -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;
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  margin-left:10px;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
}

/*About Me Labels Font*/
#profile_about_me .label {
  display:inline;
  color:#eeeeee;
  padding-left:10px;
  padding-right:0;
  text-shadow:2px 4px 3px rgba(0,0,0,0.3);
}

/*About Me Values Font*/
#profile_about_me .value {
  color:yellow;
  text-shadow:2px 4px 3px rgba(0,0,0,0.3);
}

/*Meaning Of Life Cell*/
#meaning_life_container .label {
  display:none;
}

/*Friends Cell*/
#profile_friends {
  background-image:url(http://img109.imageshack.us/img109/5637/p4cr.png);
  -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;
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  margin-left:10px;
  margin-top:10px;
  margin-right:0;
  margin-bottom:0;
}

/*Friends Labels Font*/
#profile_friends .label {
  color:white;
  padding-left:10px;
  text-shadow:2px 4px 3px rgba(0,0,0,0.3);
}

/*Photo Gallery Selection Pane Spacingl*/
#password_photo_gallery_control {
  margin:10px;
}

#photo_gallery_control {
  margin:10px;
}

/*Protected Photo Gallery Selection Panel*/
#password_photo_gallery_previews {
  background-image:url(http://img109.imageshack.us/img109/5637/p4cr.png);
  -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;
  padding-left:0;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  margin-left:0;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
}

/*1st Protected Photo Gallery Panel*/
#profile_photo_gallery_241677 {
/*Get tag suffix number from viewing html source code after adding each new gallery and create new style tag for them*/
  background-image:url(http://img109.imageshack.us/img109/5637/p4cr.png);
  -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;
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  margin-left:0;
  margin-top:6px;
  margin-right:0;
  margin-bottom:0;
}

/*Main Public Photo Gallery Selection Panel*/
#photo_gallery_previews {
  background-image:url(http://img109.imageshack.us/img109/5637/p4cr.png);
  -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;
  padding-left:0;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  margin-left:0;
  margin-top:0;
  margin-right:0;
  margin-bottom:10px;
}

/*1st Public Photo Gallery Panel*/
#profile_photo_gallery_3 {
/*Get tag suffix number from viewing html source code after adding each new gallery and create new style tag for them*/
  background-image:url(http://www.ajsneed.com/u4ric420/images/transparency.png);
  -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;
  padding-left:10px;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  margin-left:0;
  margin-top:-4px;
  margin-right:0;
  margin-bottom:10px;
}

/*Interests & Hobbies*/
#profile_interests_content {
  background-image:url(http://img30.imageshack.us/img30/7866/7byi.png);
  -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;
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  margin-left:0;
  margin-top:0;
  margin-right:0;
  margin-bottom:100px;
}

/*Message Wall*/
#profile_comments {
}

/*Hides backgrounds from the avatar and info panels in the new comment panel*/
#new_comment .wall_post_avatar,#new_comment .wall_post_info {
  background:none;
}

/* Move's message poster's name down */
#new_comment .wall_post_info {
  background:none;
  padding-top:14px;
}

/*New Comment Panel*/
#new_comment {
  background-image:url(http://www.ajsneed.com/u4ric420/images/transparency.png);
  -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;
  padding-left:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  margin-bottom:0;
  position:relative;
  top:-20px;
}

/*Comment Input Form*/
#new_comment_inputs {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:0;
  width:auto;
  position:relative;
  top:-15px;
}

/*Small Comment Input Box Properties*/
.user_comment_textarea_small {
  width:250px;
  height:30px;
  padding:5px;
}

/*Big Comment Input Box Properties*/
.user_comment_textarea_big {
  width:750px;
  height:70px;
  padding:5px;
}

/*Message Wall*/
#comments {
  position:relative;
  top:-15px;
  margin:0;
}

/*Main Member Message Panels*/
.wall_post {
  position:relative;
  top:0;
  margin-top:19px;
  margin-bottom:0;
}

/*Avatar of Message Poster*/
.wall_post_avatar {
  background-image:url(http://www.ajsneed.com/u4ric420/images/transparency.png);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:4px;
  position:relative;
  top:0;
  left:0;
}

.wall_post_avatar img {
  width:90px;
  height:90px;
}

/*Message author's name*/
.wall_post_info {
  padding:0;
  margin:0;
  position:relative;
  left:-5px;
  text-shadow:-1px 0 black,0 2px black,1px 0 black,0 -1px black;
}

.wall_post_info a:link,.wall_post_info a:visited {
  text-decoration:none;
  color:#FFF;
  font-family:"Times New Roman",Times,serif;
  font-weight:bold;
  font-style:normal;
  font-size:18px;
}

.wall_post_info a:hover {
  text-decoration:underline;
}

.wall_post_info a:active {
  color:red;
}

/*Time message was posted*/
.wall_post_time {
  position:relative;
  top:-4px;
  left:0;
  padding:0;
  color:yellow;
  text-shadow:-1px 0 black,0 2px black,1px 0 black,0 -1px black;
}

/*Main body of member's message*/
.wall_post_body {
  background-image:url(http://www.ajsneed.com/u4ric420/images/transparency.png);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  color:#FFFFFF;
  padding:5px;
  width:auto;
  position:relative;
  top:0;
}

/*Bottom Links*/
#footer_bar {
  display:none;
}

/*Default Link Properties*/
a:link,a:active,a:hover {
  color:#F36;
}

a:visited {
  color:#C39;
}

/*Sets the transparent background color for mfc mail and password entry - currently light blue*/
#cboxOverlay {
  background:#99ccff;
}

/*Custom div IDs*/
#playmates {
  background-image:url(http://s10.postimg.org/eb1ck1r6x/BB_Playmates_2.png);
  padding-left:5px;
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  margin-left:10px;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
}

#vid {
  position:absolute;
  height:240px;
  width:340px;
  top:342px;
  right:554px;
}

#sigbanner1 {
  position:absolute;
  height:50px;
  width:300px;
  top:36px;
  right:40px;
  z-index:20;
}