@charset "UTF-8";

!OATHTAKER CODED Â© 2015
/-----------------------------------------------------------------------------------------------------------------------------
Intellectual Property & Copyright Notice
The design and content of this profile and all associated copyright and other intellectual property rights to the profile and the material on the profile are reserved.You may not copy,modify,republish or in any other way use the design,stylings and/or contents of this profile except as expressly permitted by the model or myself,and you must not download any material or copy and save any material to your computer without prior permission. Known infringers of intellectual property rights include: MFCDesignMaker,Spany82,Hankshill,jnsciretta,EvilDaddy.
-----------------------------------------------------------------------------------------------------------------------------/
html {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
}

@media only all and (max-width: 640px) and (max-height: 480px) {
  body {
    background-size:640px 480px;
    -moz-background-size:640px 480px;
    -webkit-background-size:640px 480px;
  }
}

@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:auto 100%;
  }
}

@media only screen and (orientation: landscape) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:100% auto;
  }
}

@font-face {
  font-family:'Oswald';
  src:url(http://www.fontsaddict.com/fontface/oswald.otf);
}

@font-face {
  font-family:'Oswald Light';
  src:url(http://www.fontsaddict.com/fontface/oswald-light.otf);
}

@font-face {
  font-family:'EssenceSans-Bold';
  src:url(http://www.fontsaddict.com/fontface/essencesans-bold.ttf);
}

@font-face {
  font-family:'Twisted Stallions';
  src:url(http://www.fontsaddict.com/fontface/twisted-stallions.ttf);
}

#nav {
  position:fixed;
  display:block;
  width:960px;
  top:0;
  margin:auto;
  overflow:hidden;
  z-index:99999;
}

#menu {
  list-style:none;
  position:fixed;
  display:block;
  width:940px;
  height:30px;
  top:0;
  margin:0 -10px;
  padding:10px 10px 0;
  background:rgb(244,154,193);
  background:-moz-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(244,154,193,1) 49%,rgba(244,154,193,1) 50%,rgba(252,236,252,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(244,154,193,1)),color-stop(49%,rgba(244,154,193,1)),color-stop(50%,rgba(244,154,193,1)),color-stop(100%,rgba(252,236,252,1)));
  background:-webkit-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(244,154,193,1) 49%,rgba(244,154,193,1) 50%,rgba(252,236,252,1) 100%);
  background:-o-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(244,154,193,1) 49%,rgba(244,154,193,1) 50%,rgba(252,236,252,1) 100%);
  background:-ms-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(244,154,193,1) 49%,rgba(244,154,193,1) 50%,rgba(252,236,252,1) 100%);
  background:linear-gradient(to bottom,rgba(244,154,193,1) 0%,rgba(244,154,193,1) 49%,rgba(244,154,193,1) 50%,rgba(252,236,252,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49ac1',endColorstr='#fcecfc',GradientType=0);
  z-index:9999;
}

#menu li {
  float:left;
  padding:0 9px 20px;
  position:relative;
  line-height:0;
}

#menu a {
  float:left;
  height:25px;
  display:block;
  line-height:20px;
  padding:0 12px;
  text-decoration:none;
  text-transform:uppercase;
  font-family:'Oswald Light',"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:.08em;
  font-size:1.25em;
  color:#FFFFFF;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
  overflow:hidden;
}

#menu li:hover > a {
  color:#F4FA58;
}

#menu li:hover > ul {
  display:block;
}

#menu ul {
  list-style:none;
  margin:0;
  padding:0;
  display:none;
  position:absolute;
  top:35px;
  left:0;
  z-index:99999;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:1em;
  background:#FF9999;
  background:-moz-linear-gradient(#444,#111);
  background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#111),color-stop(1,#444));
  background:-webkit-linear-gradient(#444,#111);
  background:-o-linear-gradient(#444,#111);
  background:-ms-linear-gradient(#444,#111);
  background:linear-gradient(#444,#111);
  -moz-box-shadow:0 0 2px rgba(255,255,255,.5);
  -webkit-box-shadow:0 0 2px rgba(255,255,255,.5);
  box-shadow:0 0 2px rgba(255,255,255,.5);
  -moz-border-radius:5px;
  border-radius:5px;
}

#menu ul ul {
  top:0;
  left:150px;
}

#menu ul li {
  float:none;
  margin:0;
  padding:0;
  display:block;
  -moz-box-shadow:0 1px 0 #111111,0 2px 0 #777777;
  -webkit-box-shadow:0 1px 0 #111111,0 2px 0 #777777;
  box-shadow:0 1px 0 #111111,0 2px 0 #777777;
}

#menu ul li:last-child {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}

#menu ul a {
  padding:10px;
  height:10px;
  width:130px;
  height:auto;
  line-height:1;
  display:block;
  white-space:nowrap;
  float:none;
  text-transform:none;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:1em;
  color:#FFF;
}

:first-child+html #menu ul a {
  height:10px;
}

#menu ul a:hover {
  background:#FF8F49;
  background:-moz-linear-gradient(#79C1E9,#6CA2BF);
  background:-webkit-gradient(linear,left top,left bottom,from(#79C1E9),to(#6CA2BF));
  background:-webkit-linear-gradient(#79C1E9,#6CA2BF);
  background:-o-linear-gradient(#79C1E9,#6CA2BF);
  background:-ms-linear-gradient(#79C1E9,#6CA2BF);
  background:linear-gradient(#79C1E9,#6CA2BF);
}

#menu ul li:first-child > a {
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
}

#menu ul li:first-child > a:after {
  content:'';
  position:absolute;
  left:30px;
  top:-8px;
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:8px solid #444;
}

#menu ul ul li:first-child a:after {
  left:-8px;
  top:12px;
  width:0;
  height:0;
  border-left:0;
  border-bottom:5px solid transparent;
  border-top:5px solid transparent;
  border-right:8px solid #444;
}

#menu ul li:first-child a:hover:after {
  border-bottom-color:#79C1E9;
}

#menu ul ul li:first-child a:hover:after {
  border-right-color:#D71010;
  border-bottom-color:transparent;
}

#menu ul li:last-child > a {
  -moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
}

#menu:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}

:first-child+html #menu {
  zoom:1;
}

a:link {
  text-decoration:none;
  color:#000;
  text-shadow:none;
}

a:visited {
  text-decoration:none;
  color:#000;
  text-shadow:none;
}

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

#profile_avatar,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#blurb_value,#about_me_label,#unix_last_updated_label,#unix_last_updated_value,#status_label {
  display:none;
}

#username_container,#camscore_container,#gender_container,#age_container,#country_container,#city_container,#ethnicity_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#body_type_container,#weight_container,#height_container,#hair_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#favorite_food_container,#pets_container,#automobile_container {
  display:block;
  width:400px;
  float:left;
}

#profile_interests_content .profile_section_content {
  display:inline-block;
  width:450px;
  text-align:center;
  margin-left:250px;
}

#profile_interests_content .profile_section_content .label {
  display:inline-block;
  width:450px;
  color:#DA528D;
  font-family:'EssenceSans-Bold',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  text-align:center;
  font-size:2em;
}

#status_value {
  position:absolute;
  top:90px;
  left:265px;
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  z-index:1;
}

#unix_last_login_label {
  position:fixed;
  top:1%;
  left:1%;
  font-family:Geneva,Helvetica,sans-serif;
  color:#000;
  font-weight:700;
  text-shadow:none;
  padding-left:5px;
  padding-right:5px;
}

#unix_last_login_value {
  position:fixed;
  font-weight:600;
  font-family:Geneva,Helvetica,sans-serif;
  color:#000;
  font-weight:600;
  top:2.5%;
  left:1%;
  padding-left:5px;
  padding-right:5px;
}

.heading {
  display:none;
}

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

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

body {
  font-family:Helvetica,Arial,sans-serif;
  font-size:.85rem;
  line-height:1rem;
  background:url(https://dl.dropbox.com/s/6rg5k98j62cmsfx/MS_Background.jpg) top center no-repeat;
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  text-rendering:optimizeLegibility;
  text-rendering:geometricPrecision;
  font-smooth:always;
  font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -webkit-font-smoothing:antialiased;
  -webkit-font-smoothing:subpixel-antialiased;
}

#profile {
  width:950px;
  margin:-8px auto 40px;
  background:url(https://dl.dropbox.com/s/9mmjr4gz01zbln9/MS_Header.jpg) top center no-repeat;
  background-color:#FADDF1;
  box-shadow:0 0 18px 3px #000033;
  line-height:.9;
}

#profile_header {
  padding:450px 0 0;
}

.profile_section_content {
  z-index:auto;
}

.profile_section_content .label {
  color:#DA528D;
  font-family:'EssenceSans-Bold',Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:700;
  font-size:1.3em;
  line-height:.95em;
  font-style:normal;
  letter-spacing:1px;
}

.profile_section_content .value {
  color:#000;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:500;
  font-style:normal;
  letter-spacing:2px;
  font-size:.8rem;
  line-height:.95rem;
}

#profile_photo_galleries {
  position:relative;
  border-radius:5px;
}

.photo_gallery_name {
  display:block;
  width:auto;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  text-decoration:none;
  color:#FF0080;
  width:auto;
  height:auto;
  font-weight:500;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:14px;
}

.photo_gallery_count {
  text-decoration:none;
  color:#000;
  font-size:.85rem;
  font-weight:500;
}

#profile_friends {
  width:940px!important;
  position:relative;
}

#favorite_models_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#favorite_models_container .value a {
  background:#F49AC1;
  color:#000;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
  height:auto;
  margin-top:5px;
}

#favorite_models_container a:hover {
  background:#DF0101;
  color:#FFFF99;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
  height:auto;
  margin-top:5px;
}

#friends_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#friends_container .value a {
  text-decoration:none;
  background:#F49AC1;
  color:#000;
  border-radius:4px;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
  height:auto;
  margin-top:5px;
}

#friends_container .value a:hover {
  background:#DF0101;
  color:#FFFF99;
  border-radius:4px;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
  height:auto;
  margin-top:5px;
}

#ot_logo {
  position:fixed;
  top:1%;
  right:1%;
}

.link-amazon a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:120px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/qua4nk7vd5jqf2c/MS_ButtonAmazon.png) no-repeat;
}

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

.link-friends a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:360px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/k6n4kzff15l6us6/MS_ButtonFriend.png) no-repeat;
}

.link-friends a:hover {
  background-position:0 -62px;
}

.link-offline a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:221px;
  height:65px;
  left:600px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/dr7x2fkkx27pe4d/MS_ButtonOffline.png) no-repeat;
}

.link-offline a:hover {
  background-position:0 -62px;
}

#ms_welcome_container {
  width:900px;
  height:370px;
  margin:0 auto;
  padding-left:25px;
}

#ms_welcome_body {
  float:left;
  width:870px;
  height:auto;
  margin:0 auto;
}

#ms_calendar_container {
  width:900px;
  height:750px;
  margin:0 auto;
  padding:20px 0 0;
}

#ms_calendar_body {
  float:left;
  width:870px;
  height:auto;
  margin:0 16px;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

.ms_CalendarCell {
  width:115px;
  height:115px;
  padding-top:1px;
  padding-right:1px;
  padding-left:1px;
  font-size:12px;
  font-style:bold;
  color:#000000;
  width:115px;
  height:115px;
  padding-top:1px;
  padding-right:1px;
  padding-left:1px;
  font-size:12px;
  font-style:bold;
  color:#000000;
  vertical-align:middle;
  white-space:normal;
  border-bottom-right-radius:10px;
  -moz-border-bottom-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  background:rgb(244,154,193);
  background:-moz-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(242,176,204,1) 55%,rgba(242,210,223,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(244,154,193,1)),color-stop(55%,rgba(242,176,204,1)),color-stop(100%,rgba(242,210,223,1)));
  background:-webkit-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(242,176,204,1) 55%,rgba(242,210,223,1) 100%);
  background:-o-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(242,176,204,1) 55%,rgba(242,210,223,1) 100%);
  background:-ms-linear-gradient(top,rgba(244,154,193,1) 0%,rgba(242,176,204,1) 55%,rgba(242,210,223,1) 100%);
  background:linear-gradient(to bottom,rgba(244,154,193,1) 0%,rgba(242,176,204,1) 55%,rgba(242,210,223,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49ac1',endColorstr='#f2d2df',GradientType=0);
}

.ms_CalendarCellClean {
  width:100px;
  height:20px;
  padding-top:1px;
  padding-right:1px;
  padding-left:1px;
  background-color:#FFFFFF;
  vertical-align:middle;
}

.ms_CalendarCellSize {
  width:115px;
  height:115px;
}

.ms_CalendarDay {
  position:relative;
  width:115px;
  height:14px;
  top:4px;
  left:4px;
  font-family:Geneva,Helvetica,sans-serif;
  font-size:13px;
  font-weight:600;
  z-index:10;
}

ms_CalendarWeek {
  position:relative;
  width:100px;
  height:40px;
  top:2px;
  font-family:Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.9rem;
  z-index:10;
}

.ms_CalendarContent {
  position:relative;
  width:115px;
  height:115px;
  top:10px;
  left:0;
  font-family:'Oswald Light',Arial,sans-serif;
  font-size:1.15em;
  font-weight:600;
  line-height:1.5em;
  color:#B40404;
  vertical-align:middle;
  text-align:center;
  z-index:50;
}

.ms_CalendarHd {
  padding:5px;
  background-color:transparent;
  text-align:center;
  vertical-align:middle;
}

#ms_god_container {
  width:900px;
  height:310px;
  margin:0 auto;
  padding-left:25px;
}

#ms_god_body {
  float:left;
  width:870px;
  height:225px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/wfzcwicmawh25vt/MS_PanelGod.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ms_angels_container {
  width:900px;
  height:500px;
  margin:0 auto;
  padding-left:25px;
}

#ms_angels_body {
  float:left;
  width:870px;
  height:430px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/ctjxgwgt5utyf33/MS_PanelAngels.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ms_angels1 {
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
}

#ms_angels2,#ms_angels3,#ms_angels4 {
  display:inline-block;
  vertical-align:top;
}

#angels1 li,#angels2 li,#angels3 li,#angels4 li {
  list-style-type:none;
  line-height:1.4em;
  color:#B40431;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.2em;
  font-weight:500;
  text-align:center;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
  width:160px;
}

#ms_saints_container {
  width:900px;
  height:500px;
  margin:0 auto;
  padding-left:25px;
}

#ms_saints_body {
  float:left;
  width:870px;
  height:430px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/rz6gqgt4n4wxwni/MS_PanelSaints.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ms_saints1 {
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
}

#ms_saints2,#ms_saints3,#ms_saints4 {
  display:inline-block;
  vertical-align:top;
}

#saints1 li,#saints2 li,#saints3 li,#saints4 li {
  list-style-type:none;
  line-height:1.4em;
  color:#B40431;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.15em;
  font-weight:500;
  text-align:center;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
  width:160px;
}

#ms_abishops_container {
  width:900px;
  height:500px;
  margin:0 auto;
  padding-left:25px;
}

#ms_abishops_body {
  float:left;
  width:870px;
  height:430px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/12bhuivu56rz917/MS_PanelABishops.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ms_abishops1 {
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
}

#ms_abishops2,#ms_abishops3,#ms_abishops4 {
  display:inline-block;
  vertical-align:top;
}

#abishops1 li,#abishops2 li,#abishops3 li,#abishops4 li {
  list-style-type:none;
  line-height:1.4em;
  color:#B40431;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.12em;
  font-weight:500;
  text-align:center;
  text-shadow:#fff 0 1px 0,#000 0 -1px 0;
  width:160px;
}

#ms_cboys_container {
  width:900px;
  height:500px;
  margin:0 auto;
  padding-left:25px;
}

#ms_cboys_body {
  float:left;
  width:870px;
  height:430px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/mb805x4iw0etnuq/MS_PanelCBoys.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ms_cboys1 {
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
}

#ms_cboys2,#ms_cboys3,#ms_cboys4 {
  display:inline-block;
  vertical-align:top;
}

#cboys1 li,#cboys2 li,#cboys3 li,#cboys4 li {
  list-style-type:none;
  line-height:1.3em;
  color:#B40431;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.1em;
  font-weight:500;
  text-align:center;
  width:160px;
}

#ms_spacer1,#ms_spacer2,#ms_spacer3,#ms_spacer4 {
  width:940px;
  margin:10px auto;
  background:transparent;
}

#tags_container {
  display:inline-block;
  width:900px;
  margin:0 0 0 20px;
}

#tags_container .value {
  color:#000;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:16px;
}

.p_title {
  color:#E25F98;
  font-family:'Twisted Stallions',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-size:3em;
  padding-top:60px;
  text-align:center;
  width:870px;
  height:25px;
}

.p_subtitle {
  color:#000;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:2px;
  font-size:.95rem;
  line-height:.95rem;
  padding-top:5px;
  text-align:center;
  width:870px;
}

p {
  color:#000;
  font-family:'Oswald Light',Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.1em;
  line-height:1.1em;
  width:870px;
  text-align:center;
}

.p_welcome {
  color:#000;
  font-family:'Oswald Light',Candara,Calibri,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.36em;
  line-height:1.32em;
  width:870px;
  margin-left:10px;
  margin-top:10px;
  text-align:center;
}

.p_god {
  color:#DF01A5;
  font-weight:400;
  font-style:normal;
  font-size:2.6rem;
  font-family:'Oswald',Helvetica,Arial,'DejaVu Sans',sans-serif;
  padding:60px 0 0;
  text-align:center;
  text-shadow:0 0 10px rgba(255,255,255,1) ,0 0 20px rgba(255,255,255,1) ,0 0 30px rgba(255,255,255,1) ,0 0 40px #FF00DE ,0 0 70px #FF00DE ,0 0 80px #FF00DE ,0 0 100px #00FFFF;
}

.p_godtoken {
  color:#FFBF00;
  font-weight:600;
  font-style:normal;
  font-size:2.25rem;
  font-family:Helvetica,Arial,'DejaVu Sans',sans-serif;
  padding:35px 0 0;
  text-align:center;
  text-shadow:1px 1px 2px #000;
}

#profile_comments {
  position:relative;
  top:10px;
}

#wall_poster_username {
  display:none;
}

.wall_post_info a:link {
  text-decoration:none;
  color:#DF0174;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.9rem;
}

.wall_post_info a:visited {
  text-decoration:none;
  color:#F49AC1;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:italic;
  font-size:.9rem;
}

.wall_post_time {
  display:inline-table;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.75rem;
  color:#000;
  background-color:transparent;
  padding:5px;
}

.wall_post_time:before {
  content:'posted on ';
}

.wall_post_body {
  width:auto;
  font-family:"Gill Sans","Gill Sans MT",Calibri,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.95rem;
  color:#000;
  line-height:1.2em;
  background:#F7D6E4;
  border:1px solid #F49AC1;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  padding-top:10px;
  padding-left:5px;
  margin:0 0 3px 10px;
}

.wall_post_info {
  display:inline-table;
  width:auto;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:800;
  font-style:normal;
  font-size:.85rem;
  text-decoration:none;
  text-transform:capitalize;
  background:transparent;
  padding:5px;
}

.wall_post_avatar {
  float:left;
  margin-top:5px;
  width:80px;
  height:68px;
  background:url(https://dl.dropbox.com/s/5bs4px51fgfms62/MS_MsgWallThmb.png);
  z-index:98;
}

.wall_post_avatar img {
  width:53px;
  height:53px;
  border:none;
  border-radius:1px;
  padding:8px 0 0 7px;
}

#new_comment_buttons input[type='submit'] {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #000000;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#ffffff;
  background-color:#f49ac1;
  background-image:-moz-linear-gradient(top,#f49ac1 0%,#de2f7b 100%);
  background-image:-webkit-linear-gradient(top,#f49ac1 0%,#de2f7b 100%);
  background-image:-o-linear-gradient(top,#f49ac1 0%,#de2f7b 100%);
  background-image:-ms-linear-gradient(top,#f49ac1 0%,#de2f7b 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2f7b',endColorstr='#de2f7b',GradientType=0);
  background-image:linear-gradient(top,#f49ac1 0%,#de2f7b 100%);
  -webkit-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  -moz-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  text-shadow:1px 1px 5px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

#new_comment_buttons input[type='submit']:hover,#new_comment_buttons input[type='submit']:focus {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #006600;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  background:#81F781;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  text-shadow:1px 1px 5px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

#profile_password_photo_galleries .photo_gallery_link img {
  display:block;
  background-image:url(https://dl.dropbox.com/s/ik67f4j6g3frdeo/MS_LkdFolderImage.png);
  background-repeat:no-repeat;
  background-position:0 0;
  width:85px;
  height:80px;
  margin-left:15px;
  padding-top:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
  padding-left:120px!important;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 0 0 #A09C94;
  -moz-box-shadow:0 0 0 #A09C94;
  -o-box-shadow:0 0 0 #A09C94;
  box-shadow:0 0 0 #A09C94;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2) {
  display:block;
  background-image:url(https://dl.dropbox.com/s/azu4si8z9x66lal/MS_Key.png);
  background-position:top right;
  background-repeat:no-repeat;
  width:70px;
  height:90px;
  margin-left:10px;
  background-position:26px 106px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2):hover {
  background-position:20px 60px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}