@charset "utf-8";
/* CSS Document */
<!--
* {
margin: 0px;
padding: 0px;
}
body {
	font-family: "Arial";
	font-size: 1em;
    line-height: 1.1em;
    color: #222;
	text-align: center;
    background-color: #fff;
    background-image: url(../pics/all_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}
a {
text-decoration: none;
color: #6F6F6F;
}
a:hover {
}
a img {
border: 0px;
text-decoration: none;
}
a:hover img {
border: 0px;
text-decoration: none;
}
fieldset {
  padding: 4px;
  border: none;
}
input {
  display: block;
}
.clear {
  clear: both;
}
#alldiv {
text-align: left;
position: relative;
width: 950px;
color: #000;
background: transparent;
margin: 0 auto;
margin-bottom: 3%;
}
#center {
width: 944px;
margin-left: 2px;
min-height: 500px;
clear: both;
border-left: solid 1px #e8e8e8;
border-right: solid 1px #e8e8e8;
position: relative;
background-image: url(../pics/center_bg.png);
background-repeat: repeat-x;
background-position:left bottom;
}
#content {
 padding: 5px;
}
#content_top, #content_bottom{
  height: 15px;
  padding: 0px;
  margin: 0px;
}
#content, #content_top, #content_bottom, #center {
 background-color: transparent;
}
#content_top {
  margin-top: 10px;
}
#content_bottom {
  margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS",Helvetica,sans-serif;
}
h1 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
  margin-left: 0.1em;
  letter-spacing: 1px;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.acenter {
  text-align: center;
}
#head {
  width: 90%;
}
#menu {
  margin-top: 15px; 
  width: 950px;
  height: 35px;
  background-image: url(../pics/menu_bg.png);
}
#menu_ul {
  margin-left: 15px;
}
#menu li {
  display: block;
  height: 35px;
  float: left;
  text-align: center;
  font-size: 1em;
  margin-right: 1px;
}
#menu_promote {
  width: 100px;
}
#menu_whatis {
  width: 188px;
}
#menu_home {
  width: 50px;
}
#user_menu li {
  background-image: url(../pics/menu_blank.png);
}
#user_menu li:hover {
  background-image: url(../pics/menu_blank_hover.png);
}
#user_menu {
  margin-left: 642px;
}
#user_email {
  width: 150px;
}
#user_mails, #user_logout {
  width: 70px;
}
#user_menu a {
  padding: 0px 7px 0px 7px;
  margin-top: 8px;
  color: #FFF;
  display: block;
  font-size: 0.9em;
}
#user_menu li:hover a {
  color: #52b0fc;
}
#mails_pic {
  display: inline;
}

#login_form label, #login_form input, #login_form fieldset{
  display:inline;
}
#login_form label {
  color: #FFF;
  font-size: 12px;
}
#login_form .inputtext {
  border: solid 1px #FFF;
  background-color: #fff;
  padding: 2px;
  width: 90px;
  font-size: 12px;
  border: solid 1px #a0d1f6;
}
#login_form fieldset {
  padding-top: 7px;
}
#loginSubmitbutton {
  background-color: transparent;
  font-weight: bold;
  color: #FFF;
  border: none;
  padding: 1px;
}
#login_form {
  margin-left: 560px;
}
#footer {
  width: 950px;
  height: 130px;
  background-image: url(../pics/footer_bg.png);
}
#footer_text {
  padding: 10px;
  height: 110px
}
#adver {
  text-align: right;
  width: 940px;
  padding: 5px;
  margin-top: 10px;
  line-height: 1.4em;
}
#adver a {
  padding: 3px;
  background-color: #C0E76D;
  color: #FFF;
}
#adver a:hover {
  padding: 3px;
  background-color: transparent;
  color: #6F6F6F;
}
#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#login_error {
  position:absolute;
  height:85px;
  left:560px;
  top:103px;
  width:385px;
  overflow:hidden;
  z-index: 10;
  background-image: url(../pics/login_error_bg.png);
}
#login_error_text, #access_error_text {
  padding: 8px;
  font-size: 0.9em;
  line-height: 1.3em;
}
#login_error_text img{
 float: left;
 margin-right: 2px;
}
.close_error {
  text-align: right;
  font-size: 0.7em;
}
.close_error_span {
  cursor: pointer;
}
#logged_in {
  text-align: right;
  color: #FFF;
  font-size: 0.9em;
  height: 35px;
  margin: 0px;
  padding: 0px;
}
#loggend_in_text {
  padding-top: 8px;
  padding-right: 10px;
}
#register_adv {
  float: right;
  margin: 20px 100px 0px 0px;

  width: 450px;
  height: 350px;
}
#register_adv h3 {
  padding: 5px 0px 9px 0px;
  font-weight: normal;
  font-size: 1em;
  margin-top: 5px;
}
#register_adv p {
  padding: 2px;
  padding-left: 0px;
  margin: 0px 0px 8px 0px;
  font-size: 1em;
  line-height: 1.2em;
}
#register_adv strong {
  color: #202020;
  font-weight: normal;
  border-bottom: dotted 2px #606060;
}
#register_adv #pics {
    text-align: center;
}
#register_adv #pics img{
   margin: 5px;
}
#register label, #register input {
  display: block;
}
#register .inputtext, #register .inputpass, #pwRecovery .inputtext {
  font-size: 1.4em;
  padding: 8px;
  background-color: #F9F9F9;
  border: solid 1px #E0E0E0;
  width: 225px;
}
#register .inputtext2 {
  font-size: 1.4em;
  padding: 8px;
  background-color: #FEFEFE;
  border: solid 1px #EDEDED;
  border-right: solid 1px #FFF;
  width: 225px;
}
#register fieldset {
  display: block;
}
#register .input_desc2 {
  width: 225px;
  padding: 8px;
  border: solid 1px #E0E0E0;
}
#register .input_desc {
  position: absolute;
  padding: 12px;
  border: solid 1px #EDEDED;
  border-left: solid 3px #C0E76D;
  background-image: url(../pics/trans_bg.png);
  overflow: hidden;
}
#register .input_desc span, #register .input_desc2 span {
  display: block;
}
#register label {
  margin: 8px 0px 3px 0px;
}
#register fieldset {
  margin-left: 5px;
}
.submitbutton {
  padding: 8px;
  width: 150px;
  background-color: transparent;
  background-image: url(../pics/white_grey_bg.png);
  border: solid 1px #E0E0E0;
  color: #C0C0C0;
}
.submitbutton:hover {
  color: #505050;
}
#userSettings_overview h2 {
  margin: 2px 0px 15px 0px;
}
#userSettings_overview h2 a{
  color: #FFF;
  font-size: 1.3em;
}
#userSettings_overview ul {
  margin: 0px 0px 0px 15px;
}
#userSettings_overview li {
  height: 200px;
  width: 270px;
  float: left;
  list-style: none;
  margin: 8px;
  padding: 8px;
  background-image: url(../pics/userSettings_ov.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
#userSettings_overview li:hover {
  background-image: url(../pics/userSettings_ov_hover.png);
}
#userSettings_overview li:hover h2 a{
  color: #000;
  font-size: 1.3em;
}
#userSettings_overview li:hover p a{
  color: #000;
}
#userSettings_overview li p {
  line-height: 1.3em;
}
#bio_form textarea {
  width: 350px;
  height: 150px;
  background-color:#F9F9F9;
  border:1px solid #E0E0E0;
  font-size:1.4em;
  padding:8px;
  font-family: Arial;
}
#bio_form .counttext, .promote_form .counttext, #newMessage .counttext {
  margin-top: 4px;
  font-size: 0.9em;
}
#bio_form #countnumbers, .promote_form #countnumbers, #newMessage #countnumbers {
  font-size: 1.1em;
}
.linktree {
  font-size: 0.9em;
}
#changePw .inputpass, #deleteAcc .inputpass {
  background-color:#F9F9F9;
  border:1px solid #E0E0E0;
  font-size:1.2em;
  padding:8px;
  font-family: Arial;
}
#changePw label, #deleteAcc label, .promote_form label, #newMessage label, #pwRecovery label {
  display: block;
  margin:8px 0 3px;
}
#changePw .info {
  margin-top: 3px;
}
#changePw #error, #deleteAcc #error {
  height:100px;
  left:300px;
  overflow:hidden;
  position:absolute;
  top:190px;
  width:385px;
}
#deleteAcc .info {
  margin: 3px 0px 3px 0px;
}
#new_promote {
  text-align: center;
}
#new_promote ul {
  margin: 100px 0px 0px 58px;
}
#new_promote li {
  list-style: none;
  display: block;
  float: left;
  width: 130px;
  text-align: center;
  background-image: url(../pics/prom_ov_bg_hover.png);
  padding: 13px;
  margin: 2px;
  font-size: 1.2em;
  border: solid 1px #FFF;
}
#new_promote li:hover {
  background-color: transparent;
  background-image: url(../pics/prom_ov_bg.png);
}
#new_promote li:hover a {
  color: #505050;
}
#new_promote li a{
  color: #E0E0E0;
}
#new_promote li img {
 padding-bottom: 15px;
}
#new_promote li a{
  display: block;
}
.promote_form .inputtext, #newMessage .inputtext {
  background-color:#F9F9F9;
  border:1px solid #E0E0E0;
  font-size:1.2em;
  padding:8px;
  font-family: Arial;
}
#website .promote_info, #picture .promote_info, #video .promote_info, #text .promote_info   {
  position: absolute;
  top: 100px;
  left: 340px;
  padding: 5px;
  width: 480px;
}
#text .promote_info {
  position: absolute;
  top: 115px;
  left: 455px;
  width: 465px;
  padding: 5px;
}

#website .promote_info li, #picture .promote_info li, #video .promote_info li, #text .promote_info li {
  list-style: decimal;
  margin: 1px 0px 0px 0px;
  padding: 2px;
  font-size: 0.9em;
}
#website .text, #picture .text, #video .text {
  width: 250px;
  height: 75px;
}
#website .link, #picture .link, #video .link {
  width: 250px;
}
#text .text {
  width: 400px;
  height: 160px;
}
.promote {
  height: 490px;
  padding: 5px;
}
#prom_website .text {
  color:#202020;
  font-size:1.2em;
  padding:25px 0;
  text-align:right;
  width:310px;
  line-height: 1.2em;
  float: left;
  margin: 150px 0px 0px 40px;
}
#prom_website .link {
  font-size:1.7em;
  height:120px;
  line-height:115px;
  width:500px;
  float: left;
  margin: 150px 0px 0px 0px;
}
#prom_website .link a {
  color: #202020;
}
#prom_website .line {
  background-color:#C0E76D;
  height:120px;
  width:5px;
  float: left;
  margin: 150px 10px 10px 10px;
}
.promote .details {
  display: block;
  padding: 5px;
  text-align: right;
  font-size: 0.8em;
  float: right;
  position: absolute;
  bottom: -10px;
  right: 5px;
}
#prom_picture .img {
  text-align: center;
}
#prom_picture .img img{
  max-width: 900px;
  max-height: 450px;
}
#prom_picture .text {
  text-align: center;
  font-size: 1em;
  padding-top: 4px;
}
#pic_menu {
  position: absolute;
  display: none;
  background-image: url(../pics/pic_menu_bg.png);
  background-repeat: no-repeat;
  background-color: transparent;
  text-align: center;
  height: 60px;
  width: 250px;
  top: 460px;
  left: 347px;
  padding: 6px 8px 8px 0px;
}
#pic_menu img {
  margin: 0px 2px 0px 2px;
  cursor: pointer;
}
#all_pic {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  text-align: center;
  padding-top:1%;
  background-color: #FFF;
}
#all_pic img {
  max-width: 90%;
  max-height: 90%;
}
#changeBgColor {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
}
.titlespan {
  font-size: 0.7em;
  display: block;
}
.chColor {
  width: 20px;
  height: 10px;
  cursor: pointer;
  border: solid 1px #A7A7A7;
  margin: 2px;
  display: block;
  float: left;
}
.black {
  background-color: #000;
  color: #000;
}
.white {
  background-color: #FFF;
  color: #FFF;
}
#prom_video .video {
  text-align: center;
}
#prom_video .text {
  width: 630px;
  padding: 4px;
  padding-top: 8px;
  margin-left: 143px;
}
#prom_text .author {
  width: 450px;
  border-bottom: solid 4px #C0E76D;
  font-size: 1.2em;
  padding: 5px;
  margin: 110px 0px 0px 225px;
}
#prom_text .text {
  width: 450px;
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 5px;
  margin: 0px 0px 0px 225px;
  display: block;
  font-family: Verdana;
  color: #505050;
}
#prom_music {
  text-align: center;
}
#prom_music .artist {
  font-size: 1.3em;
}
#prom_music .title {
  font-size: 1.3em;
}
#prom_music .artistTitle {
  text-align: center;
  width: 300px;
  margin: 120px 0px 7px 310px;
}
#prom_music .text {
  display: block;
  width: 292px;
  padding: 4px;
  margin-left: 310px;
}
.block {
  float: left;
  height: 95px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 0.9em;
}
#first_block {
  width: 260px;
  margin-right: 30px;
}
.block h3 {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 1em;
}
#second_block {
  width: 350px;
  margin-right: 30px;
}
#second_block h3 {
  margin-left: 22px;
}
#second_block li img {
  float: left;
  margin-right: 4px;
  opacity: 0.3;
  }
#second_block li {
  font-size: 11px;
  clear: both;
  list-style: none;
}
#second_block li:hover img {
  opacity: 1;
}
#third_block {
  width: 260px;
  text-align: right;
  line-height: 1.4em;
  padding-top: 15px;
}
#access_error {
  position:absolute;
  height:85px;
  left:557px;
  top: -27px;
  width:385px;
  overflow:hidden;
  z-index: 10;
  background-image: url(../pics/login_error_bg.png);
}
#profile_bio {
  width: 450px;
  padding: 5px;
}
.profile_bio_head {
  font-size: 0.8em;
  padding: 5px;
}
#profile_newMessage, .oldMessage, .readMessage {
  padding: 5px;
}
#newMessage .messageText  {
  width: 450px;
  height: 110px;
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 5px;
  display: block;
  font-family: Verdana;
  color: #505050;
}
.oldMessage .text, .readMessage .text, .readMessage .options {
  margin-top: 10px;
}
.message .checkbox {
  display: inline;
}
.message {
  height: 45px;
}
#mailboxOv .zevra1 {
  background-color: #F0F0F0;
}
#mailboxOv .zevra0 {
  background-color: #FAFAFA;
}
#mailboxOv .message:hover {
  background-color: #F7F7F7;
}
#pwRecovery .node {
  padding: 4px;
  margin-top: 2px;
  display: block;
  font-size: 0.8em;
  color: #B0B0B0;
}
#pwRecovery .desc {
  padding: 4px;
  width: 75%;
}
#pwRecovery #error {
  position: absolute;
  top: 120px;
  left: 270px;
  padding: 4px;
}
#ad_full {
  text-align: center;
  padding-top: 50px;
}
.websites {
color: #1d9dff;
}
.feeling{
color: #c0e76d;
}
.pictures{
color: #e2007a;
}
.music{
color: #ff7e00;
}
.videos{
color: #5f6a72;
}
#checkagb {
  margin-top: 5px;
  padding: 5px;
  font-size: 0.8em;
  width: 235px;
}
#checkagb img {
  float: left;
  margin-right: 3px;
}
#checkagb input {
    display: inline !important;
}
#whatIs p {
  padding: 4px;
  width: 90%;
  line-height: 25px;
  font-size: 0.9em;
  color: #222;
}
#whatIs h2 {
  margin-top: 10px;
}
#whatIs li {
  list-style: disc;
  font-size: 0.9em;
  padding: 2px;
  margin-left: 30px;
}
#whatIs li strong {
  font-weight: normal;
}
#whatIs .img {
  width: 308px;
  text-align: center;
  padding: 4px;
  margin-left: 58px;
  margin-top: 15px;
}
#whatIs .img img{
  display: block;
}
#whatIs .img span{
  font-size: 0.9em;
  background-color: #F3F3F3;
  display: block;
  padding: 4px;
}
#whatIs #first {
    margin-left: 5%;
    margin-bottom: 2%;
}
#whatIs #second {
  width: 50%;
  float: left;
  margin-left: 5%;
}
 #whatIs #third {
   width: 45%;
   float: left;
 }

#newsletter_add {
  width: 145px;
  margin-left: 39%;
  margin-top: 15px;
}
#newsletter_add input {
  display: block;
}
#newsletter_add .inputbutton {
  width: 75px;
  margin-left: 35px;
  background-color: #000000;
  color: #017de1;
  font-weight: bold;
  margin-top: 4px;
  border: 0px;
  font-size: 14px;
}
#newsletter_add .inputtext {
  width: 135px;
  font-size: 14px;
}