@charset "UTF-8";

body {
  background-image:url(https://dl.dropboxusercontent.com/s/1secw9p3iqajqll/butterflies.jpg);
  background-repeat:repeat;
  background-attachment:fixed;
/*
	background-color: #c2f0f0;
	*/
}

span,div,td,a {
  color:black;
}

div.heading {
  background-color:#c2f0f0;
  color:black;
  height:30px;
  line-height:30px;
  padding:10px;
  padding-left:20px!important;
  margin-top:10px;
  margin-bottom:10px;
  text-align:left;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
/* future proofing */
  -khtml-border-radius:5px;
/* for old Konqueror browsers */
}

div.headingSpecial {
  text-align:center!important;
  color:red;
  font-size:17px;
  font-weight:bold;
  background-color:#c2f0f0;
  height:30px;
  line-height:30px;
  padding:10px;
  padding-left:20px!important;
  margin-top:10px;
  margin-bottom:10px;
  text-align:left;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
/* future proofing */
  -khtml-border-radius:5px;
/* for old Konqueror browsers */
}

div#header_bar,div#profile_header,div#profile_main_photo,div#footer_bar {
  display:none;
}

div#profile_about_me,div#profile_friends,div#profile_password_photo_galleries,div#profile_photo_galleries,div#photo_galleries,div#profile_schedule,div#profile_interests_content,div#profile_comments,div.profile_custom_blocks {
  margin:auto;
  width:800px;
  display:block;
  border:3px solid black;
  background-color:white;
  margin-bottom:30px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
/* future proofing */
  -khtml-border-radius:10px;
/* for old Konqueror browsers */
}

div#profile_about_me,div#profile_friends {
  padding:10px;
  width:780px;
}

div.profile_custom_blocks {
  padding:10px;
  width:780px;
}

div#profile_custom_blocks_container {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  margin-top:50px;
  z-index:-1;
}

/* Edit depending on custom blocks height */
div#profile_about_me {
  margin-top:2650px;
}

div#profileBlockTipmenu {
  margin-top:0;
}

div#profile_friends {
  margin-bottom:20px;
}

div#profileBlockLinks {
  text-align:center;
}

div#profileBlockHeader {
  background-image:url(https://dl.dropboxusercontent.com/s/ct9f9cqljarhh50/HellenHeader2.gif);
  background-repeat:no-repeat;
  height:380px;
}

dt {
  font-weight:bold;
}

div#profileBlockLoungers > table {
  margin:auto;
}

div.loungersTitle {
  font-weight:bold;
}

div.loungersName {
}

div.loungersTip {
  font-style:italic;
}

td.loungersRight {
  text-align:right;
  width:200px;
  height:70px;
}

td.loungersCenter {
  text-align:center;
  width:200px;
  height:70px;
}

td.loungersLeft {
  text-align:left;
  width:200px;
  height:70px;
}

.profile_section {
  width:800px;
}

.value {
  max-width:600px;
}

/* fundraising  */
#frText {
  width:100px;
  float:right;
}

#frBlock {
  width:60px;
  float:right;
}

#frTotal {
  width:20px;
  height:200px;
  margin-left:30px;
  margin-top:10px;
  background-color:red;
  border:2px solid gray;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
/* future proofing */
  -khtml-border-radius:10px;
/* for old Konqueror browsers */
}

#frCurrent {
  margin-left:-2px;
  width:20px;
  background-color:green;
  border:2px solid black;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
/* future proofing */
  -khtml-border-radius:10px;
/* for old Konqueror browsers */
}