@charset "UTF-8";

UTF-8;
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
  border:0;
  margin:0;
  padding:0;
  font-size:100%;
}

html,body {
  height:100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

b,strong {
  font-weight:bold;
}

img {
  color:transparent;
  font-size:0;
  vertical-align:middle;
  -ms-interpolation-mode:bicubic;
}

ol,ul {
  list-style:none;
}

li {
  display:list-item;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

th,td,caption {
  font-weight:normal;
  vertical-align:top;
  text-align:left;
}

q {
  quotes:none;
}

q:before,q:after {
  content:'';
  content:none;
}

sub,sup,small {
  font-size:75%;
}

sub,sup {
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub {
  bottom:-.25em;
}

sup {
  top:-.5em;
}

svg {
  overflow:hidden;
}

body {
  font-family:Verdana,Geneva,sans-serif;
  color:gray;
  font-size:12px;
  font-weight:bold;
  background-attachment:fixed;
  background-image:url(https://img.mfcimg.com/photos2/335/33589285/927-544-467-816-12515520.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}

p {
  margin-bottom:10px;
  line-height:21px;
}

a {
  color:white;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

#header_bar,#footer_bar,#profile_main_photo,#profile_header,#profile_schedule,#tags_label,#about_me_label,#username_label,#username_value {
  display:none;
}

#top {
  position:fixed;
  background-position:left;
  top:0;
  left:0;
  width:200px;
  background-color:rgba(0,0,0,0.5);
  overflow:auto;
}

.menu {
  width:160px;
  height:1080px;
  float:none;
  overflow:auto;
}

.menu a {
  display:block;
  padding:10px;
  color:red;
/* culoare scris meniu */
  font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
  text-decoration:none;
  font-size:16px;
  top:100px;
  left:20px;
  float:left;
  opacity:1;
  transition:opacity .5s ease;
  transition:padding .3s ease;
  position:relative;
}

.menu a:hover {
  opacity:.4;
  padding:17px 20px 23px;
}

.logo {
  background-image:url(http://michufner.npg.ro/profiles/ref/logo/emmamelonie.png);
  background-repeat:no-repeat;
  position:fixed;
  top:50px;
  left:200px;
  width:580px;
  height:225px;
  transition:top .2s ease;
  transition:left .2s ease;
  transition:width .2s ease;
}

#profile_about_me_friends .heading {
  text-transform:uppercase;
  border-bottom:1px dotted #666666;
  padding-bottom:10px;
  margin-bottom:20px;
}

#profile_about_me_friends {
  width:800px;
  min-height:150px;
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  top:25px;
  left:-1000px;
  padding:40px;
  transition:left .4s ease-in-out;
}

#profile_about_me_friends:target {
  left:500px;
}

#profile_friends .heading {
  text-transform:uppercase;
  border-bottom:1px dotted #666666;
  padding-bottom:10px;
  margin-bottom:20px;
}

#profile_friends {
  width:800px;
  min-height:150px;
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  top:25px;
  left:-1500px;
  padding:40px;
  transition:left .4s ease-in-out;
}

#profile_friends:target {
  left:1450px;
}

#profile_interests_content .heading {
  text-transform:uppercase;
  border-bottom:1px dotted #666666;
  padding-bottom:10px;
  margin-bottom:20px;
}

#profile_interests_content {
  width:800px;
  min-height:150px;
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  top:25px;
  left:-1000px;
  padding:40px;
  transition:left .4s ease-in-out;
  overflow:auto;
}

#profile_interests_content:target {
  left:500px;
}

#profile_interests_content .profile_section_content {
  overflow-y:scroll;
  height:550px;
}

#profile_comments .heading {
  text-transform:uppercase;
  border-bottom:1px dotted #666666;
  padding-bottom:10px;
  margin-bottom:20px;
}

#profile_comments {
  width:800px;
  min-height:150px;
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  top:25px;
  left:-1000px;
  padding:40px;
  transition:left .4s ease-in-out;
}

#profile_comments:target {
  left:500px;
}

#profile_comments .profile_section_content {
  overflow-y:auto;
  height:550px;
}

#profile_photo_galleries .heading {
  text-transform:uppercase;
  border-bottom:1px dotted #666666;
  padding-bottom:10px;
  margin-bottom:20px;
}

#profile_photo_galleries {
  width:800px;
  min-height:300px;
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  top:25px;
  left:-1000px;
  padding:40px;
  transition:left .4s ease-in-out;
}

#profile_photo_galleries:target {
  left:500px;
}

.photo_gallery {
  position:absolute;
  top:430px;
  right:150px;
  width:800px;
  background-color:rgba(0,0,0,0.5);
  padding:40px;
  overflow:auto;
}

.photo_gallery .heading {
  text-transform:uppercase;
  border-bottom:1px dotted #666666;
  padding-bottom:10px;
  margin-bottom:20px;
}

.photo_gallery .images a {
  display:block;
  float:left;
  border:5px solid #FFF;
  margin-right:10px;
  margin-bottom:10px;
}

.photo_gallery_preview {
  border:1px solid #333;
  overflow:auto;
  padding:20px 15px;
  width:100px;
  background-color:#000;
}

.photo_gallery_name a {
  color:#FFF;
  margin-bottom:20px;
  display:block;
  text-transform:uppercase;
}

.photo_gallery_link {
  display:block;
  margin-bottom:15px;
}

.photo_gallery_count {
  font-style:italic;
  color:#666;
}

#profile_password_photo_galleries .heading {
  text-transform:uppercase;
  border-bottom:1px dotted #666666;
  padding-bottom:10px;
  margin-bottom:20px;
}

#profile_password_photo_galleries {
  width:800px;
  min-width:300px;
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  top:200px;
  left:-1000px;
  padding:40px;
  transition:left .4s ease-in-out;
}

#profile_password_photo_galleries:target {
  left:500px;
}

.password_photo_gallery {
  position:absolute;
  top:850px;
  right:515px;
  width:500px;
  background-color:rgba(0,0,0,0.5);
  padding:40px;
  overflow:auto;
}

#tags_value {
  width:400px;
}

#tags_container {
  margin-left:0;
}

.container {
  display:block;
  padding-right:60px;
  margin:7px 0 0 120px;
}

#profile_interests_content {
  overflow-y:hidden;
  height:800px;
}

#profile_interests_content .profile_section_content {
  overflow-y:hidden;
  height:700px;
}

#extra {
  position:fixed;
  background-position:right;
  bottom:0;
  right:0;
  width:200px;
  overflow:auto;
}

.mfc_compliance_link {
  position:fixed;
  bottom:0;
  font-size:5px;
  left:0;
}