@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#2e0854;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

#profile {
  width:900px;
  margin:60px auto -10px;
  background:#ffffff url() top center no-repeat;
  box-shadow:0 0 10px 1px rgba(0,0,0,0.3);
  font-size:.875em;
  line-height:1.25;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.profile_section_content {
  color:#666666;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

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

.profile_section_content .heading {
  padding:5px;
  background-color:#2E0854;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

/***Global demo purpose only ***/
body {
  width:900px;
  margin:0 auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

section {
  margin:10px auto;
  font-family:'Abel';
  font-size:20px;
}

section h3 {
  font-family:'Oswald';
  color:#666;
}

textarea {
  display:block;
  width:95%;
  margin:10px auto;
  height:140px;
}

.fleft {
  display:inline-block;
  text-align:center;
  font-size:15px;
  padding:8px 22px;
  background:#000;
  position:fixed;
  top:30px;
  left:5px;
}

.flright {
  display:inline-block;
  text-align:center;
  font-size:15px;
  padding:8px 22px;
  background:#000;
  position:fixed;
  top:30px;
  right:5px;
}

.fleft a:link,.fleft a:visited {
  color:#fff;
  text-decoration:none;
}

.fleft a:hover {
  color:#fff;
  text-decoration:underline;
}

.flright a:link,.flright a:visited {
  color:#fff;
  text-decoration:none;
}

.flright a:hover {
  color:#fff;
  text-decoration:underline;
}

.culoare {
  padding:10px;
  background:#f1f1f1;
  border:1px solid #ccc;
}

.up:link,.up:visited,.up:hover {
  display:inline-block;
  float:left;
  width:50px;
  height:20px;
  text-align:left;
  text-decoration:none;
  font-size:42px;
  transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  margin-top:-10px;
}

.up:link::before {
  content:'\25B6';
  unicode-range:U+25B6;
  font-size:42px;
  top:-40px;
}

#footer {
  font-size:14px;
  text-align:right;
  font-family:'Oswald';
}

a:link,a:visited {
  color:#099;
  text-decoration:none;
}

a:hover {
  color:#930;
}