@charset "UTF-8";

html,body {
  margin:0;
  padding:0;
  height:100%;
  background:url(http://www.hostintro.com/chloe/woodrepeat.jpg) repeat;
}

/* These elements are the main content sections we do not want seen. */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_schedule,#profile_about_me > div:nth-child(1),.wall_post_time,#avatar_holder,#profile_friends,#profile_interests_content,#profile_comments {
  display:none;
}

/* These elements are the main content information we do not want seen. */
#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#cam_score_container,#school_container,#tags_container {
  display:none;
}

.vipnamesside1 {
  width:459px;
  margin-left:10px;
  font-family:"Brush  MT",cursive;
  font-size:20px;
  color:#FF0000;
  line-height:1;
  display:table-cell;
  vertical-align:middle;
  font-weight:bold;
}

.vipnamesside2 {
  width:459px;
  margin-left:10px;
  font-family:"Brush  MT",cursive;
  font-size:20px;
  color:#FF0000;
  line-height:1;
  display:table-cell;
  vertical-align:middle;
  font-weight:bold;
}

#profile,#maincontainer {
  top:0;
  margin:0 auto;
  width:1000px;
}

#maincontainer img {
  vertical-align:middle;
}

#topsection {
  margin:10px;
  height:100%;
}

#contentwrapper {
  width:100%;
}

#contentcolumn {
}

#leftcolumn {
  float:left;
  margin-left:-100%;
  background:#FF0000;
  color:#FFFFFF;
}

#footer {
  height:100%;
  clear:left;
  width:790px;
  background:#000000;
  color:#FFFFFF;
  text-align:center;
  padding:4px 0;
}

#footer a {
  color:#FFFFFF;
  text-decoration:none;
}

#footer a:hover {
  color:#FF0000;
  text-decoration:none;
}

.innertubemid {
  text-align:center;
  line-height:5;
  width:1000px;
  margin:10px;
  margin-top:0;
}

/* New stuff. */
.content_filler {
  margin:0;
  padding-top:10px;
  padding-bottom:10px;
  background:#d5b68a;
  width:1000px;
  color:#FF0000;
  font-family:"Brush  MT",cursive;
  font-size:15px;
  line-height:1;
}

h1 {
  color:#802A2A;
}

img .videos {
  display:block;
}

.image {
  float:left;
  margin:0 auto;
  width:306px;
}

table {
  margin:0 auto;
}

.image img {
  -webkit-transition:all 1s ease;
/* Safari and Chrome */
  -moz-transition:all 1s ease;
/* Firefox */
  -o-transition:all 1s ease;
/* IE 9 */
  -ms-transition:all 1s ease;
/* Opera */
  transition:all 1s ease;
}

.image:hover img {
  -webkit-transform:scale(1.25);
/* Safari and Chrome */
  -moz-transform:scale(1.25);
/* Firefox */
  -ms-transform:scale(1.25);
/* IE 9 */
  -o-transform:scale(1.25);
/* Opera */
  transform:scale(1.25);
}

td.video {
  width:300px;
  vertical-align:top;
}