@charset "UTF-8";

a:link,a:active {
  color:#09C;
  text-decoration:none;
}

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

a:visited {
  text-decoration:none;
  font-weight:normal;
}

body {
  margin:0 auto;
  padding-top:20px;
  padding-bottom:50px;
  width:900px;
  color:#333;
  background:radial-gradient(hsl(0,100%,27%) 4%,hsl(0,100%,18%) 9%,hsla(0,100%,20%,0) 9%) 0 0,radial-gradient(hsl(0,100%,27%) 4%,hsl(0,100%,18%) 8%,hsla(0,100%,20%,0) 10%) 50px 50px,radial-gradient(hsla(0,100%,30%,0.8) 20%,hsla(0,100%,20%,0)) 50px 0,radial-gradient(hsla(0,100%,30%,0.8) 20%,hsla(0,100%,20%,0)) 0 50px,radial-gradient(hsla(0,100%,20%,1) 35%,hsla(0,100%,20%,0) 60%) 50px 0,radial-gradient(hsla(0,100%,20%,1) 35%,hsla(0,100%,20%,0) 60%) 100px 50px,radial-gradient(hsla(0,100%,15%,0.7),hsla(0,100%,20%,0)) 0 0,radial-gradient(hsla(0,100%,15%,0.7),hsla(0,100%,20%,0)) 50px 50px,linear-gradient(45deg,hsla(0,100%,20%,0) 49%,hsla(0,100%,0%,1) 50%,hsla(0,100%,20%,0) 70%) 0 0,linear-gradient(-45deg,hsla(0,100%,20%,0) 49%,hsla(0,100%,0%,1) 50%,hsla(0,100%,20%,0) 70%) 0 0;
  background-color:#300;
  background-size:100px 100px;
}

.profile_section_content {
  color:#333;
  border:1px solid #f00;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  box-shadow:0 2px 5px #000;
  -moz-box-shadow:0 2px 5px #000;
  -webkit-box-shadow:0 2px 5px #000;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFF;
  filter:alpha(opacity=100);
  opacity:1;
}

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

.profile_section_content .heading {
  background:#900;
  box-shadow:inset 0 2px 3px #f00,0 1px 0 #F00;
  -moz-box-shadow:inset 0 2px 3px #f00,0 1px 0 #F00;
  -webkit-box-shadow:inset 0 2px 3px #f00,0 1px 0 #F00;
  padding:5px;
  color:#FFF;
  font-family:'Century Gothic';
  font-weight:normal;
  font-style:normal;
  font-size:15px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-text-shadow:0 1px 0 #000;
  -moz-text-shadow:0 1px 0 #000;
  text-shadow:0 1px 0 #000;
  text-indent:5px;
  font-variant:small-caps;
}

.heading:before {
  content:'â–·';
  margin-left:4px;
  margin-right:4px;
  font-size:13px;
  color:#fff;
}

.label:before {
  content:'â˜†';
  margin-left:4px;
  margin-right:4px;
  font-size:12px;
  color:#fff;
}

.content {
  padding:5px;
}

img {
  border:none;
}

#footer_bar {
  padding:6px;
  text-indent:12px;
  background:#f1f1f1;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  margin-top:12px;
  box-shadow:inset 0 1px 3px #333;
  -moz-box-shadow:inset 0 1px 3px #333;
  -webkit-box-shadow:inset 0 1px 3px #333;
  border:1px solid #f00;
  font-size:13px;
}

#header_bar a:link,#header_bar a:visited,#header_bar a:active {
  color:#fff;
  text-decoration:none;
}

#header_bar a:hover {
  color:#ccc;
  text-decoration:underline;
}

#server_time::before {
  content:'design by Studio CssMfc Productions';
  display:block;
  margin-left:0;
  margin-right:5px;
  font-size:10px;
  color:#ccc;
  font-weight:normal;
  font-variant:small-caps;
}

#footer_bar::after {
  content:' design @CssMfc - Twitter';
  display:inline-block;
  margin-left:50px;
  margin-right:5px;
  font-size:12px;
  color:#333;
  font-weight:normal;
  font-variant:small-caps;
  width:220px;
  height:auto;
}

#server_time {
  visibility:hidden;
  float:right;
  font-weight:bold;
  font-size:9px;
}

#no_profile_avatar {
  margin-top:10px;
  text-align:center;
  background-color:#000;
  background-image:url();
}

div#profile_about_me.profile_subsection {
  font-size:13px;
  font-family:"Century Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
}

/*** global ***/
.user_comment_textarea_small {
  width:700px;
  height:20px;
  font-size:14px;
  background:rgba(255,255,255,.5);
  color:#000;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  margin-top:12px;
  padding:15px;
  outline:none;
  outline-style:none;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
}

.user_comment_textarea_big {
  width:700px;
  height:100px;
  padding:15px;
  background:rgba(255,255,255,.5);
  color:#333;
  margin-top:12px;
  -webkit-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  -moz-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  outline:none;
  outline-style:none;
}

input {
  color:#FFF;
  text-shadow:0 1px 0 #FFF;
  border:1px solid #333;
  outline:none;
  outline-style:none;
}

.photo_gallery_image {
  padding:5px;
  width:80px;
  height:80px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  background:#a90329;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5MDQ0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5MDQ0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background:-moz-linear-gradient(top,#a90329 0%,#8f0222 14%,#f9044a 50%,#f9044a 50%,#6d0019 54%,#6d0019 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a90329),color-stop(14%,#8f0222),color-stop(50%,#f9044a),color-stop(50%,#f9044a),color-stop(54%,#6d0019),color-stop(100%,#6d0019));
  background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 14%,#f9044a 50%,#f9044a 50%,#6d0019 54%,#6d0019 100%);
  background:-o-linear-gradient(top,#a90329 0%,#8f0222 14%,#f9044a 50%,#f9044a 50%,#6d0019 54%,#6d0019 100%);
  background:-ms-linear-gradient(top,#a90329 0%,#8f0222 14%,#f9044a 50%,#f9044a 50%,#6d0019 54%,#6d0019 100%);
  background:linear-gradient(to bottom,#a90329 0%,#8f0222 14%,#f9044a 50%,#f9044a 50%,#6d0019 54%,#6d0019 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);
}

.photo_gallery_image:hover {
  padding:5px;
  width:80px;
  height:80px;
  background:#900;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border:4px solid #FFFFFF;
  border-radius:50%;
  margin-top:10px;
  border:2px solid rgba(255,255,255,0.0);
}

.wall_post_avatar:hover img {
  border:2px solid #f1f1f1;
  box-shadow:0 0 2px #333;
  -ms-box-shadow:0 0 2px #333;
  -o-box-shadow:0 0 2px #333;
  -webkit-box-shadow:0 0 2px #333;
}

.wall_post_info {
  height:22px;
  border-radius:12px 2px 0 0;
  -moz-border-radius:12px 2px 0 0;
  -ms-border-radius:12px 2px 0 0;
  -o-border-radius:12px 2px 0 0;
  -webkit-border-radius:12px 2px 0 0;
  padding-top:4px;
  text-indent:11px;
  width:800px;
  font-weight:normal;
  background:none;
}

.wall_post_body {
  height:auto;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  margin-top:0;
  text-indent:11px;
  border-bottom:1px solid rgba(102,102,102,0.5);
  width:713px;
  margin-left:70px;
  font-size:12px;
  color:#222;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  background:linear-gradient(to bottom,#F6F6F6 0%,#FFFFFF 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border-bottom:1px solid #ccc;
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -ms-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow:0 0 3px rgba(0,0,0,0.3);
  border-top:6px solid #900;
}

.wall_post_info a:link {
  color:#036;
  text-decoration:none;
  font-size:14px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

.wall_post_info a:hover {
  color:#C00;
  text-decoration:none;
  font-size:14px;
}

.wall_post_info a:hover:after {
  content:'Â« Visit Profile';
  width:110px;
  height:20px;
  margin-left:2px;
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  text-indent:5px;
  font-size:11px;
  color:#222;
}

.wall_post_time {
  display:none;
}

/*** Custom MyFreeCams Profile design by Studio CSSMFC Productions : http://css-mfc-profile.design-xpro.com ***/
::-webkit-scrollbar {
  width:8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(255,255,255,0.3);
  -webkit-border-radius:10px;
  border-radius:10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#333;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(204,0,0,.4);
  border:1px solid #FFF;
}

.designer {
  display:inline-block;
  width:20px;
  height:15px;
  background:url(https://mfcpro.files.wordpress.com/2014/11/plus.gif);
  background-repeat:no-repeat;
  background-position:left top;
  position:fixed;
  bottom:3px;
  left:3px;
  -webkit-transition:.5s;
  -moz-transition:all .5s;
  -o-transition:.5s;
  -ms-transition:.5s;
  transition:.5s;
  overflow:hidden;
  text-indent:33px;
}

.designer:hover {
  background:#f1f1f1;
  text-align:center;
  font-size:12px;
  padding-left:5px;
  padding-right:5px;
  width:200px;
  height:auto;
}

/* Begin Video Player */
::-webkit-scrollbar-thumb {
  width:30px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:3px solid #990066;
  background:#990066;
}

#evid {
  position:relative;
  width:960px;
  height:960px;
  z-index:1;
  top:-300px;
  left:-100px;
  color:#FFF;
}

#evid-con {
  overflow:auto;
  padding:13px;
  background:#;
}

.efe_x {
  text-shadow:0 1px 3px #000;
  width:240px;
  height:240px;
  float:left;
  display:block;
  position:relative;
  margin:30px 8px;
}

.efe_x img {
  width:240px;
  height:159px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -webkit-box-shadow:0 5px 10px 0 #000;
  -moz-box-shadow:0 5px 10px 0 #000;
  box-shadow:0 5px 10px 0 #000;
  position:relative;
}

.efe_x:hover img {
  opacity:.4;
}

.efe_x a {
  color:#FFF;
  font-weight:normal;
  width:100%;
  font-size:18px;
  text-align:center;
  display:block;
  float:left;
  margin-top:8px;
}

.sold:after {
  content:url();
  top:60px;
  left:80px;
  position:absolute;
  display:block;
}

.sold:hover img {
  opacity:.2;
  background:#FF0;
}

.efe_x a span {
  clear:both;
  display:block;
  font-size:14px;
  font-weight:bold;
  line-height:25px;
  color:#CCC;
  text-transform:none;
}

.efe_x div {
  z-index:9999;
  display:none;
  opacity:0;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  position:absolute;
  top:0;
  left:0;
  width:222px;
  background:#000;
  background:rgba(0,0,0,0.7);
  padding:8px;
  border:1px solid #333;
}

.efe_x a div {
  clear:both;
  display:block;
  font-size:14px;
  font-weight:normal!important;
  line-height:22px;
  text-align:center;
  color:#FFF;
  text-transform:uppercase;
  position:relative;
  top:0;
  background:url(http://4.bp.blogspot.com/-nfvogFofcQg/Uk1D9zBEPLI/AAAAAAAACIU/qyyyChBEMSE/s1600/pink+black+theme+button+dark.gif);
  height:34px;
  border:none!important;
  opacity:1!important;
  margin-top:5px;
}

.efe_x:hover div {
  display:block;
  opacity:1;
}

.efe_x div span {
  text-transform:none!important;
  line-height:16px;
  font-size:12px;
  text-align:left;
  color:#FFF;
  font-weight:lighter;
}

.efe_x div span:before {
  content:'About Vid:';
  color:#FF0;
  font-weight:bold;
}

.vids {
  position:relative;
  width:155px;
  text-align:justify;
  height:270px;
  float:left;
  margin-right:13px;
  margin-left:13px;
}

span {
  font-weight:bold;
}

.vids img {
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
  margin-bottom:5px;
  width:145px;
  height:75px;
  background:rgb(30,24,20);
  background:-moz-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,24,20,1)),color-stop(50%,rgba(17,13,9,1)),color-stop(51%,rgba(5,2,1,1)),color-stop(76%,rgba(12,9,7,1)),color-stop(100%,rgba(7,4,2,1)));
  background:-webkit-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  background:-o-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  background:-ms-linear-gradient(top,rgba(30,24,20,1) 0%,rgba(17,13,9,1) 50%,rgba(5,2,1,1) 51%,rgba(12,9,7,1) 76%,rgba(7,4,2,1) 100%);
  border:1px solid #111;
  -webkit-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0 2px 5px 0 #000000;
  -moz-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0 2px 5px 0 #000000;
  box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0 2px 5px 0 #000000;
  padding:5px;
}

.vids img:hover {
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  transform:scale(1.1);
  -webkit-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0px 0 5px 2px rgba(26,150,255,0.8);
  -moz-box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0px 0 5px 2px rgba(26,150,255,0.8);
  box-shadow:inset 0 0 5px 0 #312622,inset 0 3px 3px -3px #6b6b6b,0px 0 5px 2px rgba(26,150,255,0.8);
}

.vids span {
  clear:both;
  font-weight:lighter;
  float:left;
  color:#a47f62;
  font-size:11px;
  width:100%;
}

.efe_x:hover a div,.vezi:hover a div {
  background:url(http://3.bp.blogspot.com/-nh9e-PGT9eQ/Uk1D95XnlZI/AAAAAAAACIQ/Jnjkl-0b4GE/s1600/pink+black+theme+button+light.gif);
}

.frame::-webkit-scrollbar {
  height:9px;
  width:9px;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
  border-left:1px dotted #FFF;
  border-right:1px dotted #FFF;
}

.frame::-webkit-scrollbar-thumb {
  width:9px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #000;
  background:#333;
}

#videos {
  max-width:600px;
  overflow:hidden;
}

.mystore ul {
  list-style-type:none;
}

.mystore li {
  padding-bottom:1em;
}