@charset "UTF-8";

!OATHTAKER CODED ï¿½ 2015 V3.0
/-----------------------------------------------------------------------------------------------------------------------------
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,lucca4u.
-----------------------------------------------------------------------------------------------------------------------------/
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:'Cuprum';
  font-weight:400;
  font-style:normal;
  src:url(http://fonts.gstatic.com/s/cuprum/v7/dS-oM09uC7agWFnFSCUGievvDin1pK8aKteLpeZ5c0A.woff),local(Cuprum),local(Cuprum-regular);
}

@font-face {
  font-family:'Questrial';
  font-weight:400;
  font-style:normal;
  src:url(http://fonts.gstatic.com/s/questrial/v6/MYWJ4lYm5dbZ1UBuYox79LO3LdcAZYWl9Si6vvxL-qU.woff),local(Questrial),local(Questrial-regular);
}

@font-face {
  font-family:'Sigmar One';
  font-weight:400;
  font-style:normal;
  src:url(http://fonts.gstatic.com/s/sigmarone/v6/aRAZJs6CY7SV6eSg6Wx4j73hpw3pgy2gAi-Ip7WPMi0.woff),local(Sigmar-One),local(Sigmar-One-regular);
}

#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(142,62,141);
  background:-moz-linear-gradient(top,rgba(142,62,141,1) 0%,rgba(183,97,198,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(142,62,141,1)),color-stop(100%,rgba(183,97,198,1)));
  background:-webkit-linear-gradient(top,rgba(142,62,141,1) 0%,rgba(183,97,198,1) 100%);
  background:-o-linear-gradient(top,rgba(142,62,141,1) 0%,rgba(183,97,198,1) 100%);
  background:-ms-linear-gradient(top,rgba(142,62,141,1) 0%,rgba(183,97,198,1) 100%);
  background:linear-gradient(to bottom,rgba(142,62,141,1) 0%,rgba(183,97,198,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e3e8d',endColorstr='#b761c6',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 3px;
  text-decoration:none;
  text-transform:uppercase;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:.05em;
  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:auto;
  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:1.15em;
  color:#FFF;
}

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

#menu ul a:hover {
  background:#FF8F49;
  background:-moz-linear-gradient(#8E3E8D,#A646A5);
  background:-webkit-gradient(linear,left top,left bottom,from(#8E3E8D),to(#A646A5));
  background:-webkit-linear-gradient(#8E3E8D,#A646A5);
  background:-o-linear-gradient(#8E3E8D,#A646A5);
  background:-ms-linear-gradient(#8E3E8D,#A646A5);
  background:linear-gradient(#8E3E8D,#A646A5);
}

#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:#8E3E8D;
}

#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,#gender_label,#gender_value {
  display:none;
}

#username_value,#cam_score_value,#body_type_value,#city_value,#hair_value,#weight_value,#age_value,#country_value,#sexual_preference_value,#occupation_value {
  color:#000!important;
}

#username_container {
  position:absolute;
  top:10px;
  left:-15px;
  color:#8E3E8D!important;
  width:80px;
}

#cam_score_container {
  position:absolute;
  top:40px;
  left:-15px;
  color:#8E3E8D!important;
  width:80px;
}

#city_container {
  position:absolute;
  top:40px;
  left:-15px;
  color:#8E3E8D!important;
  width:80px;
}

#body_type_container {
  position:absolute;
  top:25px;
  left:-15px;
  color:#8E3E8D!important;
  width:100px;
}

#hair_container {
  position:absolute;
  width:100px;
  top:10px;
  left:280px;
  color:#8E3E8D!important;
  width:80px;
}

#weight_container {
  position:absolute;
  top:25px;
  left:280px;
  color:#8E3E8D!important;
  width:290px;
}

#age_container {
  position:absolute;
  top:40px;
  left:280px;
  color:#8E3E8D!important;
  width:80px;
}

#country_container {
  position:absolute;
  top:10px;
  left:600px;
  color:#8E3E8D!important;
  width:80px;
}

#sexual_preference_container {
  position:absolute;
  top:25px;
  left:600px;
  color:#8E3E8D!important;
  width:100px;
}

#occupation_container {
  position:absolute;
  top:40px;
  left:600px;
  color:#8E3E8D!important;
  width:320px;
}

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

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

#last_login_string_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/iwripm5r1gojrx1/G3_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:960px;
  margin:-8px auto 40px;
  background:url(https://dl.dropbox.com/s/df9ci4ssijmm5sx/G3_Header.jpg) top center no-repeat;
  background-color:#FFF;
  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:#8E3E8D;
  font-family:'Cuprum',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-size:1.15em;
  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:#8E3E8D;
  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:#8E3E8D;
  color:#FFF;
  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:#8E3E8D;
  color:#FFF;
  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-amazonca a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:157px;
  height:55px;
  left:0;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/qkazg7chc86st2t/Ginger_IconsAmazonCanada.png) no-repeat;
}

.link-amazonca a:hover {
  background-position:0 -55px;
}

.link-amazonus a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:157px;
  height:55px;
  left:159px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/7lfw8jl4o13zhb9/Ginger_IconsAmazonUSA.png) no-repeat;
}

.link-amazonus a:hover {
  background-position:0 -55px;
}

.link-amazoneg a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:157px;
  height:55px;
  left:317px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/ufr0t4phzfqgst3/Ginger_IconsAmazonGiftcard.png) no-repeat;
}

.link-amazoneg a:hover {
  background-position:0 -55px;
}

.link-vs a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:157px;
  height:55px;
  left:477px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/rh6g90nfc2jlu7b/Ginger_IconsVS.png) no-repeat;
}

.link-vs a:hover {
  background-position:0 -55px;
}

.link-twitter a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:157px;
  height:55px;
  left:636px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/xbqdo8uxfvf0iaz/Ginger_IconsTwitter.png) no-repeat;
}

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

.link-offline a {
  display:inline-block;
  vertical-align:top;
  position:absolute;
  width:157px;
  height:55px;
  left:795px;
  z-index:9;
  background:transparent url(https://dl.dropbox.com/s/ejolfwzmvtfzirx/Ginger_IconsOffline.png) no-repeat;
}

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

#gg_giftcard {
  position:absolute;
  width:870px;
  height:150px;
  top:150px;
  margin-left:30px;
  background:url(https://dl.dropbox.com/s/pibnhwy0q8onoig/G3_GiftcardAddress.jpg) top center no-repeat;
}

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

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

#buy_vidsflash {
  position:absolute;
  top:-90px;
  right:75px;
  background:#8E3E8D;
  -webkit-animation-name:blinker;
  -webkit-animation-duration:4s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-name:blinker;
  -moz-animation-duration:4s;
  -moz-animation-timing-function:linear;
  -moz-animation-iteration-count:infinite;
  animation-name:blinker;
  animation-duration:4s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
}

.p_buyvids {
  color:#FFFF00;
  font-weight:500;
  font-style:normal;
  font-size:1.1em;
  width:150px;
  padding:5px 0;
  text-align:center;
  line-height:1em;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  text-align:center;
  background:#DF0101;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
}

@-moz-keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

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

#gg_mission1_body {
  float:left;
  width:870px;
  height:455px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/la98yfgci0vogyj/G3_Mission1.jpg) top center no-repeat;
  border-top-left-radius:8px;
  -moz-border-radius-topleft:8px;
  -webkit-top-left-radius:8px;
  border-top-right-radius:8px;
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius:8px;
}

#gg_mission2_body {
  float:left;
  width:870px;
  height:660px;
  margin:0 auto;
  background:url(https://dl.dropbox.com/s/2bg3r6svm0a56ud/G3_Mission2.jpg) top center no-repeat;
}

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

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

#gg_raffle2_body {
  float:left;
  width:870px;
  height:400px;
  margin:20px auto;
  background:url(https://dl.dropbox.com/s/t48ney4q4u4siou/G3_Raffle2.jpg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

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

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

#tipmenu1 li {
  list-style-type:none;
  margin-left:-30px;
  padding:0;
  background:url(https://dl.dropbox.com/s/pz8jdl5cxdfph4r/G3_BulletCoin.png) no-repeat 0 0;
  padding-left:30px;
  padding-top:8px;
  min-height:25px;
  line-height:1rem;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.13rem;
  font-weight:600;
  color:#8E3E8D;
}

#tipmenu2 li {
  list-style-type:none;
  margin-left:-10px;
  padding:0;
  background:url(https://dl.dropbox.com/s/pz8jdl5cxdfph4r/G3_BulletCoin.png) no-repeat 0 0;
  padding-left:30px;
  padding-top:8px;
  min-height:25px;
  line-height:1rem;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1.13rem;
  font-weight:600;
  color:#8E3E8D;
}

.tokens {
  color:#000;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:1em;
  font-weight:500;
}

#gg_tipmenu_column1,#gg_tipmenu_column2 {
  display:inline-block;
  vertical-align:top;
  margin-left:20px;
}

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

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

.htipvalue {
  color:#FF4000;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:.95em;
  font-weight:500;
}

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

#gg_top10_body {
  float:left;
  width:870px;
  height:350px;
  margin:0 auto;
  background:transparent;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#top10 li {
  list-style-type:decimal;
  margin-left:300px;
  padding-left:30px;
  padding-top:3px;
  line-height:1.5em;
  font-family:Candara,Calibri,Segoe,Optima,Arial,sans-serif;
  font-size:1.5em;
  font-weight:600;
  color:#000;
  width:400px;
}

.top10tokens {
  float:right;
  color:#FFBF00;
  font-family:Candara,Calibri,Segoe,Optima,Arial,sans-serif;
  font-size:1.2em;
  font-weight:500;
  text-shadow:1px 1px 1px #000000;
  filter:dropshadow(color=#000000,offx=1,offy=1);
}

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

#gg_cumulatips_body {
  float:left;
  width:880px;
  height:550px;
  margin:0 auto;
  overflow:auto;
}

#gg_cumulatips_body::-webkit-scrollbar {
  -webkit-appearance:none;
  width:4px;
  height:4px;
}

#gg_cumulatips_body::-webkit-scrollbar-thumb {
  border-radius:4px;
  border-radius:4px;
  border:2px solid #8E3E8D;
}

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

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

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

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

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

#gg_gents_body {
  float:left;
  width:888px;
  height:500px;
  margin:0 auto;
  overflow:auto;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#gg_gents_body::-webkit-scrollbar {
  -webkit-appearance:none;
  width:4px;
  height:4px;
}

#gg_gents_body::-webkit-scrollbar-thumb {
  border-radius:4px;
  border-radius:4px;
  border:2px solid #8E3E8D;
}

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

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

#gg_mission_members {
  width:870px;
  height:auto;
  overflow:hidden;
  list-style-type:inline;
  background:#000;
  white-space:normal;
  margin:0 0 0 32px;
  border-bottom-left-radius:8px;
  -moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
}

.mission_titles {
  text-align:center;
  font-size:1em;
  font-weight:600;
  font-style:italic;
  color:#FFF;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  line-height:1.1em;
  word-wrap:normal;
}

.mission_names {
  text-align:center;
  overflow:auto;
  color:#AC58FA;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-size:1.2em;
  line-height:1em;
  white-space:pre-line;
  padding:6px;
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  -webkit-column-width:170px;
  -moz-column-width:170px;
  column-width:170px;
  -webkit-column-gap:10px;
  -moz-column-gap:10px;
  column-gap:10px;
  -moz-column-fill:auto;
  column-fill:auto;
}

#gg_spacer1,#gg_spacer2,#gg_spacer3,#gg_spacer4 {
  width:870px;
  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:#68206B;
  font-family:'Sigmar One','Cuprum',Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-size:2.4em;
  padding-top:60px;
  text-align:center;
  width:870px;
  height:25px;
}

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

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

.p_welcome {
  color:#000;
  font-family:'Questrial',Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.5em;
  line-height:1.5em;
  width:600px;
  margin-left:230px;
  margin-top:10px;
  text-align:center;
}

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

#wall_poster_username {
  display:none;
}

.wall_post_info a:link {
  text-decoration:none;
  color:#8E3E8D;
  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:#9F81F7;
  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:transparent;
  border:1px solid #8E3E8D;
  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;
  color:#848484;
}

.wall_post_avatar {
  float:left;
  margin-top:5px;
  width:80px;
  height:68px;
  background:url(https://dl.dropbox.com/s/tjlb15zqopl25sp/G3_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 #410072;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:15px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#ffffff;
  background-color:#8e3e8d;
  background-image:-moz-linear-gradient(top,#8e3e8d 0%,#c96ec7 100%);
  background-image:-webkit-linear-gradient(top,#8e3e8d 0%,#c96ec7 100%);
  background-image:-o-linear-gradient(top,#8e3e8d 0%,#c96ec7 100%);
  background-image:-ms-linear-gradient(top,#8e3e8d 0%,#c96ec7 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c96ec7',endColorstr='#c96ec7',GradientType=0);
  background-image:linear-gradient(top,#8e3e8d 0%,#c96ec7 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);
}

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

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

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

#frame_new {
  float:left;
  width:870px;
  height:auto;
  margin:20px auto;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame_older {
  float:left;
  width:870px;
  height:430px;
  margin:20px auto;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame_gg {
  float:left;
  width:870px;
  height:430px;
  margin:20px auto;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame_older::-webkit-scrollbar {
  -webkit-appearance:none;
  width:4px;
  height:4px;
}

#frame_older::-webkit-scrollbar-thumb {
  border-radius:4px;
  border-radius:4px;
  border:2px solid #8E3E8D;
}

#frame_gg::-webkit-scrollbar {
  -webkit-appearance:none;
  width:4px;
  height:4px;
}

#frame_gg::-webkit-scrollbar-thumb {
  border-radius:4px;
  border-radius:4px;
  border:2px solid #8E3E8D;
}

.video-item {
  position:relative;
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background:#8E3E8D;
  border:solid 2px #8E3E8D;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow:hidden;
}

.video-item .image {
  position:absolute;
  left:0;
  top:0;
  width:60%;
  height:100%;
  z-index:10;
  transition:background-image 1s ease-in-out;
}

.image img {
  height:100%;
}

.video-item .text {
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  color:#FFF;
  font-size:.95em;
  font-weight:500;
  position:absolute;
  right:0;
  top:0;
  padding:5px;
  width:56%;
  height:100%;
  background:#8E3E8D;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index:20;
}

.video-item:hover .text,.video-item:hover .text a {
  background:#DF0101;
  transition:background-image 1s ease-in-out;
  text-transform:none;
}

.video-title {
  font-family:'Oswald',Geneva,Helvetica,sans-serif;
  width:100%;
  height:16px;
  margin-top:5px;
  font-size:1.18em;
  font-weight:500;
  color:#FFFFFF;
  text-shadow:0 0 1px #101010,1px 1px 1px #000;
}

.video-content {
  width:100%;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  color:#FFF;
  font-weight:500;
  font-style:normal;
  font-size:1.12em;
  height:auto;
  overflow:hidden;
  margin-top:5px;
  line-height:1.1;
  text-overflow:ellipsis;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
}

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

.video-timecost {
  font-size:.85em;
  color:#000;
  font-weight:700;
  background-color:#FFFFFF;
  padding:2px 8px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}