/* Profile Styles */
td.label {
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
input {
  font-family: sans-serif;
}
.edit_link a {
  text-decoration: none;
  color: blue;
}
#left_column {
  float: left;
  width: 300px;
}
#main_content {
    width:   640px;
    float: right;
}
.sidebar_box {
  background-color: #ddd;
  border: 1px solid #aaa;
  font-size: 12px;
  margin-bottom: 10px;
}
.sidebar_box h2 {
  margin-top: 0px;
  padding: 6px;
  background-color: #ccc;
  font-size: 13px;
  color: maroon;
  font-weight:bold;
}
.sidebar_box p {
  padding-left: 6px;
  padding-right: 6px;
}
.sidebar_box .header    {
  float: left;
}
.sidebar_box .edit_link {
  float: right;
}

/* Spec Style */
#full_name {
  font-size: xx-large;
}
#occupation{
  font-size: x-large;
}
#location {
  font-size: large;
}
/* FAQ Style */
.faq {
  float: left;
  padding: 20px;
}
#bio {
  padding: 10px;
}
.sidebar_box_contents, .faq_answer {
  padding: 0 10px 10px 10px;
}
.faq_answer textarea {
  width: 280px;
  background: #ff9;
}

.messageHeader, .eventHeader {
  font-size: 13pt;
  font-weight: normal;
  color: #8cc63e;
}

#musics {
}

#contact_box {
  float: right; 
  text-align:left; 
  width: 270px;
}

#contact_box ul li ul, #contact_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contact_box #more_actions {
  display: none; position:absolute; z-index: 5; background-color: #ffffff;
}
