@charset "UTF-8";

body {
  Â font-family:Helvetica,Arial,Freesans,sans-serif sans-serif;
  Â font-size:1rem;
  Â line-height:1;
  Â color:#ffffff;
  Â background-color:#e0e0e0;
  Â background-image:url(http://1.bp.blogspot.com/-v9498ha30LA/VSvMIVuubuI/AAAAAAAAHxg/9U8X2kT_DSA/s1600/1376651kilt38tey4.gif);
  Â background-position:top left;
  Â background-repeat:repeat;
  Â background-attachment:fixed;
  Â padding:0;
}

a,a:visited {
  Â color:#CC00CC;
  Â text-decoration:none;
}

a:hover,a:focus {
  Â color:#fff;
  Â text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  Â font-wight:bold;
  Â text-decoration:underline;
}

#username_label:hover,#gender_label:hover,#body_type_label:hover,#ethnicity_label:hover,#hair_label:hover,#eyes_label:hover,#weight_label:hover,#height_label:hover,#age_label:hover,#country_label:hover,#sexual_preference_label:hover,#smoke_label:hover,#drink_label:hover,#marital_status_label:hover,#occupation_label:hover,#cam_score_label:hover,#city_label:hover,#drugs_label:hover,#school_label:hover,#favorite_food_label:hover,#pets_label:hover,#automobile_label:hover {
  Â font-size:17px;
  Â color:#fff;
  Â text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  Â font-wight:bold;
  Â background-position:200px 0;
}

#username_value,#gender_value,#body_type_value,#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value {
  Â font-size:17px;
  Â color:#fff;
  Â background-position:-80px 0;
}

#username_value:hover,#gender_value:hover,#body_type_value:hover,#ethnicity_value:hover,#hair_value:hover,#eyes_value:hover,#weight_value:hover,#height_value:hover,#age_value:hover,#country_value:hover,#sexual_preference_value:hover,#smoke_value:hover,#drink_value:hover,#marital_status_value:hover,#occupation_value:hover,#cam_score_value:hover,#city_value:hover,#drugs_value:hover,#school_value:hover,#favorite_food_value:hover,#pets_value:hover,#automobile_value:hover {
  Â font-size:17px;
  Â color:#fff;
  Â text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,45,149),0 0 16px rgb(255,45,149),0 0 32px rgb(255,45,149),0 0 40px rgb(255,45,149),0 0 50px rgb(255,45,149);
  Â font-wight:bold;
}

ul {
  Â padding:0;
  Â margin:0;
  Â list-style-type:none;
}

ol {
  Â padding:0;
  Â margin:0;
  Â list-style-type:none;
}

.twocolumn {
  Â -moz-column-count:2;
  Â -webkit-column-count:2;
  Â column-count:2;
}

#profile_header_container .heading {
  Â display:none;
}

#profile_header_container {
  Â margin:70px 115px 0;
}

#header_bar,#footer_bar,#profile_main_photo,#profile_schedule,#profile_friends
> div:nth-child(1) {
  Â display:none;
}

#profile_about_me .heading {
  Â display:none;
}

.about_me_text {
  Â margin:-17px 0 0 195px;
}

#profile {
  Â width:930px;
  Â margin:40px auto -10px;
  Â background:#000 url(http://4.bp.blogspot.com/-PV5JQZh0k5w/VSvEV1wphKI/AAAAAAAAHxA/H2gGGroUQ0E/s1600/template_1.png) top center no-repeat;
  Â box-shadow:0 0 20px 3px #333;
  Â font-size:.875em;
  Â line-height:1.25;
}

#profile_header {
  Â padding:360px 0 0;
}

#profile_avatar {
  Â margin:3px 20px 0;
  Â padding:4px;
  Â background-color:#9B369B;
  Â border:0;
  Â border:solid 2px #a807a8;
  Â -moz-border-radius-topleft:75px;
  Â -moz-border-radius-topright:75px;
  Â -moz-border-radius-bottomleft:75px;
  Â -moz-border-radius-bottomright:75px;
  Â -webkit-border-top-left-radius:75px;
  Â -webkit-border-top-right-radius:75px;
  Â -webkit-border-bottom-left-radius:75px;
  Â -webkit-border-bottom-right-radius:75px;
  Â border-top-left-radius:75px;
  Â border-top-right-radius:75px;
  Â border-bottom-left-radius:75px;
  Â border-bottom-right-radius:75px;
  Â -webkit-animation:spin .5s linear;
  Â -moz-animation:spin .5s linear;
  Â animation:spin .5s linear;
  Â animation-duration:.5s;
  Â -webkit-animation-duration:.5s;
  Â -moz-animation-duration:.5s;
  Â -o-animation-duration:.5s;
  Â -ms-animation-duration:.5s;
}

@-moz-keyframes spin {
  Â  100% {
    Â Â Â -moz-transform:rotate(360deg);
  }
}

@-webkit-keyframes spin {
  Â  100% {
    Â Â Â -webkit-transform:rotate(360deg);
  }
}

@keyframes spin {
  Â  100% {
    Â Â Â -webkit-transform:rotate(360deg);
    Â Â Â transform:rotate(360deg);
  }
}

  
}

.profile_section {
  Â border-spacing:0;
}

.profile_section .heading {
  Â background:#9B369B;
  Â color:#fff;
  Â height:40px;
  Â font-size:1.065rem;
  Â font-weight:normal;
  Â padding:10px 0 0 15px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
  Â margin-bottom:20px;
}

.profile_section_content {
  Â z-index:auto;
}

#profile_about_me {
  Â margin:20px 0;
}

#about_me_value {
  Â display:block;
  Â margin:0 auto 0 -20px;
}

.buttons {
  Â width:940px;
  Â height:200px;
  Â margin:150px -10px 0;
  Â padding:0;
  Â background:url(http://3.bp.blogspot.com/-7wXkA9R2QKo/VStldoF_mcI/AAAAAAAAHu8/OCbbbpYKoAE/s1600/purple_glitter_bar.png) no-repeat;
  Â margin-top:66px;
}

.amazon {
  Â margin:0;
}

img {
  Â -webkit-border-radius:0;
  Â -moz-border-radius:0;
  Â border-radius:0;
  Â -webkit-box-shadow:0;
  Â -moz-box-shadow:0;
  Â box-shadow:0;
}

.img_radius_shadow {
  Â -webkit-border-radius:0;
  Â -moz-border-radius:0;
  Â border-radius:0;
  Â -webkit-box-shadow:0;
  Â -moz-box-shadow:0;
  Â box-shadow:0;
}

#img_preview {
  Â -webkit-border-radius:0;
  Â -moz-border-radius:0;
  Â border-radius:0;
  Â -webkit-box-shadow:0;
  Â -moz-box-shadow:0;
  Â box-shadow:0;
}

.container {
  Â display:block;
  Â margin:0 0 0 20px;
}

.in_page_anchor {
  Â padding-top:50px;
  Â margin-top:-50px;
  Â display:inline-block;
}

#profile_password_photo_galleries {
  Â padding-top:45px;
  Â margin-top:-45px;
  Â display:inline-block;
}

.photo_gallery_previews {
}

#meaning_life_label {
  Â margin-top:15px;
}

/************************************* 

Â Â Â Â Â Â Â  Store

**************************************/
.store {
  Â font-size:1rem;
  Â line-height:1;
}

.store a {
  Â color:#000;
  Â text-decoration:none;
}

.store-header {
  Â border-bottom:#666 solid 2px;
  Â margin:auto;
  Â color:#fff;
  Â font-size:27px;
  Â text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(215,44,207),0 0 16px rgb(215,44,207),0 0 32px rgb(215,44,207),0 0 40px rgb(215,44,207),0 0 50px rgb(215,44,207);
  Â font-wight:bold;
  Â padding:10px 0 0 15px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
}

.store-list {
/*background-color: #F3C;*/
  Â border:5px solid #c0c;
  Â margin:auto;
  Â height:432px;
  Â overflow:auto;
}

.three-plus-half-rows {
  Â height:500px;
}

.four-rows {
  Â height:575px;
}

.four-plus-half-rows {
  Â height:655px;
}

.store-footer {
  Â border-top:#666 solid 2px;
  Â margin:auto;
  Â height:15px;
  Â margin-bottom:20px;
}

.store-footer-message {
  Â color:#666;
  Â margin:auto;
  Â border-top:#444 solid 2px;
  Â font-size:.8rem;
  Â padding:10px 0 0 15px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
  Â margin-bottom:20px;
}

.store-item {
  Â width:49%;
  Â height:135px;
  Â margin:.5%;
  Â float:left;
  Â background-color:#F3C;
  Â border-radius:8px;
  Â padding-right:5px;
  Â text-align:left;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
  Â position:relative;
  Â overflow:hidden;
}

.store-item .image {
  Â width:40%;
  Â height:100%;
  Â position:absolute;
  Â left:0;
  Â top:0;
  Â z-index:10;
}

.image img {
  Â height:100%;
}

.store-item .desc {
  Â width:59.7%;
  Â height:100%;
  Â background-color:#FFF;
  Â position:absolute;
  Â right:0;
  Â top:0;
  Â padding:0 5px;
  Â z-index:20;
  Â -moz-transition:.5s .5s ease-in-out;
  Â -o-transition:.5s .5s ease-in-out;
  Â -webkit-transition:.5s .5s ease-in-out;
  Â transition:.5s .5s ease-in-out;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
}

.store-item:hover .desc,.store-item:hover .desc a {
  Â background-color:rgba(94,9,116,0.8);
  Â color:#eee;
  Â width:100%;
  Â padding:0 40px;
}

.desc .title {
  Â height:16px;
  Â width:100%;
  Â margin:7px 0 0;
  Â font-size:1em;
  Â font-weight:bold;
}

.desc-content {
  Â height:85px;
  Â width:100%;
  Â overflow:hidden;
  Â -ms-text-overflow:ellipsis;
  Â -o-text-overflow:ellipsis;
  Â text-overflow:ellipsis;
  Â display:-webkit-box;
  Â -webkit-line-clamp:6;
  Â -webkit-box-orient:vertical;
  Â font-size:.75em;
  Â line-height:1.2;
}

.desc-content ul {
  Â list-style-type:disc;
  Â list-style-position:inside;
}

.desc-content li {
  Â margin:1.5px;
  Â font-size:.75rem;
  Â line-height:1;
}

.desc-footer {
  Â height:20px;
  Â width:100%;
  Â text-align:right;
  Â padding-right:5px;
  Â position:absolute;
  Â bottom:5px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
  Â z-index:30;
}

.item-tag {
  Â font-size:.625em;
  Â color:#fff;
  Â background-color:#000;
  Â padding:2px 10px;
  Â border-radius:8px;
}

.purchase {
  Â background-color:#990067;
}

.purchase:hover {
  Â background-color:#000000;
}

.store-list::-webkit-scrollbar {
  Â -webkit-appearance:none;
  Â width:12px;
  Â height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  Â border-radius:8px;
  Â border:2px solid #999;
  Â background-color:#ccc;
}

/************************************* 

Â Â Â Â Â Â Â Â  Videos

**************************************/
.videos {
  Â font-size:1rem;
  Â line-height:1;
}

.videos a {
  Â color:#000;
  Â text-decoration:none;
}

.videos-header {
  Â border-bottom:#666 solid 2px;
  Â margin:auto;
  Â color:#fff;
  Â font-size:27px;
  Â text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(215,44,207),0 0 16px rgb(215,44,207),0 0 32px rgb(215,44,207),0 0 40px rgb(215,44,207),0 0 50px rgb(215,44,207);
  Â font-wight:bold;
  Â padding:10px 0 0 15px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
}

.videos-list {
/*background-color: #F3C;*/
  Â border:5px solid #c0c;
  Â margin:auto;
  Â height:432px;
  Â overflow:auto;
}

.three-plus-half-rows {
  Â height:500px;
}

.four-rows {
  Â height:575px;
}

.four-plus-half-rows {
  Â height:655px;
}

.videos-footer {
  Â border-top:#666 solid 2px;
  Â margin:auto;
  Â height:15px;
  Â margin-bottom:20px;
}

.videos-footer-message {
  Â color:#666;
  Â margin:auto;
  Â border-top:#444 solid 2px;
  Â font-size:.8rem;
  Â padding:10px 0 0 15px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
  Â margin-bottom:20px;
}

.videos-item {
  Â width:49%;
  Â height:135px;
  Â margin:.5%;
  Â float:left;
  Â background-color:#F3C;
  Â border-radius:8px;
  Â padding-right:5px;
  Â text-align:left;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
  Â position:relative;
  Â overflow:hidden;
}

.videos-item .image {
  Â width:40%;
  Â height:100%;
  Â position:absolute;
  Â left:0;
  Â top:0;
  Â z-index:10;
}

.image img {
  Â height:100%;
}

.videos-item .desc {
  Â width:59.7%;
  Â height:100%;
  Â background-color:#FFF;
  Â position:absolute;
  Â right:0;
  Â top:0;
  Â padding:0 5px;
  Â z-index:20;
  Â -moz-transition:.5s .5s ease-in-out;
  Â -o-transition:.5s .5s ease-in-out;
  Â -webkit-transition:.5s .5s ease-in-out;
  Â transition:.5s .5s ease-in-out;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
}

.videos-item:hover .desc,.videos-item:hover .desc a {
  Â background-color:rgba(94,9,116,0.8);
  Â color:#eee;
  Â width:100%;
  Â padding:0 40px;
}

.desc .title {
  Â height:16px;
  Â width:100%;
  Â margin:7px 0 0;
  Â font-size:1em;
  Â font-weight:bold;
}

.desc-content {
  Â height:85px;
  Â width:100%;
  Â overflow:hidden;
  Â -ms-text-overflow:ellipsis;
  Â -o-text-overflow:ellipsis;
  Â text-overflow:ellipsis;
  Â display:-webkit-box;
  Â -webkit-line-clamp:6;
  Â -webkit-box-orient:vertical;
  Â font-size:.75em;
  Â line-height:1.2;
}

.desc-content ul {
  Â list-style-type:disc;
  Â list-style-position:inside;
}

.desc-content li {
  Â margin:1.5px;
  Â font-size:.75rem;
  Â line-height:1;
}

.desc-footer {
  Â height:20px;
  Â width:100%;
  Â text-align:right;
  Â padding-right:5px;
  Â position:absolute;
  Â bottom:5px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
  Â z-index:30;
}

.item-tag {
  Â font-size:.625em;
  Â color:#fff;
  Â background-color:#000;
  Â padding:2px 10px;
  Â border-radius:8px;
}

.purchase {
  Â background-color:#990067;
}

.purchase:hover {
  Â background-color:#000000;
}

.videos-list::-webkit-scrollbar {
  Â -webkit-appearance:none;
  Â width:12px;
  Â height:12px;
}

.videos-list::-webkit-scrollbar-thumb {
  Â border-radius:8px;
  Â border:2px solid #999;
  Â background-color:#ccc;
}

/************************************* 

Â Â Â Â Â Â Â Â  Ratings and Admire

**************************************/
#average_rating img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  Â background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  Â display:inline;
  Â -moz-box-sizing:border-box;
  Â box-sizing:border-box;
  Â width:23px;
  Â height:20px;
  Â padding-left:23px;
}

#average_rating img[src="//1.bp.blogspot.com/-i2dmT3SDLFA/VLYHFkNpydI/AAAAAAAAHBo/_4rVgb8Zb1w/s1600/rating_off.png"] {
  Â background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  Â display:inline;
  Â -moz-box-sizing:border-box;
  Â box-sizing:border-box;
  Â width:23px;
  Â height:20px;
  Â padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-on.png"] {
  Â background:url(http://3.bp.blogspot.com/-S3Qi7ZuwkUI/VM_8m-rmu1I/AAAAAAAAHb8/QbCSTBCGG-s/s1600/profile_star_rating_on.png)no-repeat;
  Â display:inline;
  Â -moz-box-sizing:border-box;
  Â box-sizing:border-box;
  Â width:23px;
  Â height:20px;
  Â padding-left:23px;
}

#rating_value_bar img[src="https://img.mfcimg.com/profiles/prod/bundles/mfcprofile/vendor/img/star-off.png"] {
  Â background:url(http://1.bp.blogspot.com/-8ughy6xPO7Q/VM_85jQAK3I/AAAAAAAAHcI/mXSH67UlL0o/s1600/profile_star_rating_on.png)no-repeat;
  Â display:inline;
  Â -moz-box-sizing:border-box;
  Â box-sizing:border-box;
  Â width:23px;
  Â height:20px;
  Â padding-left:23px;
}

#rating_confirm {
  Â color:#811baf;
  Â text-transform:uppercase;
  Â font-weight:400;
  Â margin-left:10px;
  Â vertical-align:top;
}

#admirers_label form#new_admirer {
  Â position:absolute;
  Â margin-left:69px;
  Â margin-top:-15px;
  Â vertical-align:middle!important;
  Â text-transform:uppercase;
}

#admire_confirm {
  Â color:#FF0000;
}

#new_admirer {
  Â line-height:13px;
  Â z-index:3!important;
  Â position:absolute;
}

.link-amazon a {
  Â display:block;
  Â top:28px;
  Â width:258px;
  Â height:140px;
  Â float:left;
  Â margin-left:151px;
  Â background:transparent url(http://3.bp.blogspot.com/-lMUoQcQpZME/VNMSUt885qI/AAAAAAAAHiM/rORCuMHm3qY/s1600/amazon_purple.png) no-repeat;
  Â position:relative;
  Â text-indent:-3000px;
}

/************************************* 

Â Â Â Â Â Â Â  Top Members

**************************************/
.topmembers-header {
  Â margin:auto;
  Â color:#fff;
  Â font-size:27px;
  Â text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(215,44,207),0 0 16px rgb(215,44,207),0 0 32px rgb(215,44,207),0 0 40px rgb(215,44,207),0 0 50px rgb(215,44,207);
  Â font-wight:bold;
  Â padding:10px 0 0 15px;
  Â -moz-box-sizing:border-box;
  Â -webkit-box-sizing:border-box;
  Â box-sizing:border-box;
}

#topmembers {
  Â height:660px;
  Â background:url(http://2.bp.blogspot.com/-_2E-y5YIK7U/VSvIXvV-9SI/AAAAAAAAHxU/cXiAgrhJcAo/s1600/highesttip.png)no-repeat;
  Â margin-top:15px;
  Â margin-left:20px;
}

#lftcol {
  Â display:block;
  Â width:180px;
  Â height:340px;
  Â float:left;
  Â margin-top:50px;
  Â background:rgba(127,129,127,0.3);
  Â margin-left:25px;
  Â margin-right:1px;
  Â padding:10px;
  Â overflow:auto;
  Â font-size:18px;
  Â color:#f6c;
  Â text-shadow:-1px 1px 0 rgb(255,255,255),-1px 0 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,255,255),0 0 5px rgb(255,255,255),0 0 12px rgb(255,255,255),0 0 14px rgb(255,255,255),0 0 22px rgb(0,0,0),0 0 34px rgb(0,0,0);
  Â font-wight:bold;
  Â text-align:center;
  Â border:solid 4px #000000;
  Â -moz-border-radius-topleft:20px;
  Â -moz-border-radius-topright:0;
  Â -moz-border-radius-bottomleft:0;
  Â -moz-border-radius-bottomright:18px;
  Â -webkit-border-top-left-radius:20px;
  Â -webkit-border-top-right-radius:0;
  Â -webkit-border-bottom-left-radius:0;
  Â -webkit-border-bottom-right-radius:18px;
  Â border-top-left-radius:20px;
  Â border-top-right-radius:0;
  Â border-bottom-left-radius:0;
  Â border-bottom-right-radius:18px;
}

#midcol {
  Â display:block;
  Â width:200px;
  Â height:150px;
  Â float:right;
  Â margin-top:-535px;
  Â background:rgba(51,51,51,0.5);
  Â margin-right:354px;
  Â padding:10px;
  Â overflow:auto;
  Â font-size:26px;
  Â color:#FFF;
  Â text-shadow:1px 1px 0 #DB10C9,-1px -1px 0 #630166,1px -1px 0 #C004DF,-1px 1px 0 #540166,-1px 1px 0 #E004B4,-2px 0 0 #600166,2px 0 0 #B605AD,3px 4px 11px #030003,3px 4px 11px #030003;
  Â font-wight:bold;
  Â font-family:"Times New Roman",Times,serif;
  Â text-align:center;
}

#rigcol {
  Â display:block;
  Â width:200px;
  Â height:340px;
  Â float:right;
  Â margin-top:50px;
  Â background:rgba(127,129,127,0.3);
  Â margin-right:55px;
  Â padding:10px;
  Â overflow:auto;
  Â font-size:18px;
  Â color:#f6c;
  Â text-shadow:-1px 1px 0 rgb(255,255,255),-1px 0 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(255,255,255),0 0 5px rgb(255,255,255),0 0 12px rgb(255,255,255),0 0 14px rgb(255,255,255),0 0 22px rgb(0,0,0),0 0 34px rgb(0,0,0);
  Â font-wight:bold;
  Â text-align:center;
  Â border:solid 4px #000000;
  Â -moz-border-radius-topleft:0;
  Â -moz-border-radius-topright:20px;
  Â -moz-border-radius-bottomleft:18px;
  Â -moz-border-radius-bottomright:0;
  Â -webkit-border-top-left-radius:0;
  Â -webkit-border-top-right-radius:20px;
  Â -webkit-border-bottom-left-radius:18px;
  Â -webkit-border-bottom-right-radius:0;
  Â border-top-left-radius:0;
  Â border-top-right-radius:20px;
  Â border-bottom-left-radius:18px;
  Â border-bottom-right-radius:0;
}

.link-amazon a:hover {
  Â background-position:0 -140px;
}

.link-twitter a {
  Â display:block;
  Â top:17px;
  Â margin-right:178px;
  Â width:249px;
  Â height:160px;
  Â float:r;
  Â float:right;
  Â background:transparent url(http://2.bp.blogspot.com/-OOZz_rDm-ek/VNMSWG3H33I/AAAAAAAAHic/dyftTGKQNAY/s1600/twitter_purple.png) no-repeat;
  Â position:relative;
  Â text-indent:-3000px;
}

.link-twitter a:hover {
  Â background-position:0 -160px;
}

.wall_post_body {
  Â background:none repeat scroll 0 0 #993399;
  Â border:1px dotted #717171;
}

.wall_post_body {
  Â box-shadow:0 0 13px rgba(0,0,0,0.1);
}

.wall_post_avatar img {
  Â box-shadow:0 0 13px rgba(0,0,0,0.1);
}

#wrap-me {
  Â width:960px;
}

.wall_post_info {
  Â display:inline-table;
  Â padding:5px 0;
}

.box-shadow {
  Â box-shadow:0 0 4px rgba(0,0,0,0.2);
  Â border:1px solid #ffffff;
}

#wall_poster_username {
  Â display:none;
}

.profile_section_content {
  Â z-index:inherit;
}

.wall_post_avatar img {
  Â background:none repeat scroll 0 0 #F4F4F4;
  Â border:4px solid #993399;
  Â border-radius:50%;
  Â margin-top:30px;
  Â -webkit-transition:all .6s ease;
  Â -moz-transition:all .6s ease;
  Â -o-transition:all .6s ease;
  Â -ms-transition:all .6s ease;
  Â transition:all .6s ease;
}

/* Gallery */
.photo_gallery_preview {
  Â color:#fff;
  Â width:160px;
}

.photo_gallery_preview > a {
  Â -webkit-transition:all .5s ease;
  Â -moz-transition:all .5s ease;
  Â -o-transition:all .5s ease;
  Â transition:all .5s ease;
}

.photo_gallery_preview > a:hover {
  Â opacity:.7;
  Â -moz-transform:rotate(-10deg);
  Â -webkit-transform:rotate(-10deg);
}

.photo_gallery_preview .photo_gallery_count {
  Â font-size:14px;
}

.photo_gallery_preview a,.photo_gallery_preview a:link,.photo_gallery_preview a:active,.photo_gallery_preview a:hover,.photo_gallery_preview a:visited {
  Â color:#fff;
  Â text-decoration:none;
  Â white-space:nowrap;
}

.photo_gallery_image {
  Â border:solid 5px #6e026e;
  Â -moz-border-radius-topleft:75px;
  Â -moz-border-radius-topright:75px;
  Â -moz-border-radius-bottomleft:75px;
  Â -moz-border-radius-bottomright:75px;
  Â -webkit-border-top-left-radius:75px;
  Â -webkit-border-top-right-radius:75px;
  Â -webkit-border-bottom-left-radius:75px;
  Â -webkit-border-bottom-right-radius:75px;
  Â border-top-left-radius:75px;
  Â border-top-right-radius:75px;
  Â border-bottom-left-radius:75px;
  Â border-bottom-right-radius:75px;
}

#nv a {
  Â padding:11px 11px 4px 8px;
  Â display:inline-block;
  Â float:inherit;
  Â position:relative;
  Â text-transform:uppercase;
  Â border-left:0 solid #993399;
  Â border-right:0 solid #aaaaaa;
  Â color:#C09;
  Â -webkit-transition:all .5s;
  Â -moz-transition:all .5s;
  Â transition:all .5s;
  Â -ms-transition:all .5s;
  Â -o-transition:all .5s;
  Â text-shadow:-1px -2px 1px #000000,1px -2px 1px #000000,2px 2px 1px #000000,0px 2px 1px #000000,-2px 2px 1px #000000,-2px -1px 1px #000000;
  Â text-decoration:none;
  Â font-size:15px;
  Â padding:14px;
  Â font-wight:bold;
}

#nv a:hover {
  Â font-weight:bold;
  Â color:#FFF;
  Â padding:14px;
  Â background:rgba(205,54,223,0.3);
  Â -webkit-box-shadow:inset 0 10px 10px 0 #000;
  Â -moz-box-shadow:inset 0 5px 5px 0 #000;
  Â box-shadow:inset 0 5px 5px 0 #000;
  Â text-shadow:-4px 8px 9px #000;
  Â font-size:15px;
  Â position:relative;
  Â -moz-box-shadow:inset 0 0 29px #000000;
  Â -webkit-box-shadow:inset 0 0 29px #000000;
  Â box-shadow:inset 0 0 29px #000000;
  Â font-wight:bold;
}

#link_VIDEOS {
  Â position:absolute;
  Â top:1100px;
  Â width:1px;
  Â height:1px;
  Â background:transparent;
}

#link_SHOP {
  Â position:absolute;
  Â top:600px;
  Â width:1px;
  Â height:1px;
  Â background:transparent;
}

#link_TOPMEMBERS {
  Â position:absolute;
  Â top:1630px;
  Â width:1px;
  Â height:1px;
  Â background:transparent;
}