/* Profile Styles */

td.label {
  text-align: right;
  font-weight:  bold;
  white-space: nowrap;
}

input {
  font-family: Arial, Helvetica, sans-serif;
}


.edit_link { 
  border: 2px solid #797979; 
  background-color: lightgray; 
  font: bold smaller sans-serif; 
  font-size: small;

}

.edit_link a { 
  color: maroon !important;
  padding: 4px 4px 4px 4px;
}

.edit_link a:hover { 
  color: #000 !important;
  background-color: white !important;
  border: 0px !important;
}

#left_column {
  float:  left;
  width: 280px;
  padding-right: 10px;
}

#main_content {

}


#more_content {
  margin-left: 280px; 
}

#more_content img {
	width: 60px;
}


.photo_box {
  border: 0px solid #aaa; 
  font-size: 1px;  
  margin-bottom:  10px;
  margin-right:  10px;
  float: left;
}

.photo_box_contents {
  padding:  0 5px 5px 5px;
}

.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 h4 {
  background-color: #ccc;
}

.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: x-large;
	line-height: 1.1em;
	text-align: right;
}

#occupation{
  font-size: large;
	text-align: right;
}

#location {
  font-size:  large;
  padding-bottom: 5px;
	text-align: right;
}

#email_contact {
  font-size:  normal;
  padding-bottom: 10px;
	text-align: right;
}


/* Person Style */

.person {
  float: left;
  padding: 20px;
}

#bio {
  padding-bottom: 20px;
  padding-top: 10px;
}
.sidebar_box_contents, .person_answer {
  padding:  0 10px 10px 10px;
}

.person_answer textarea {
  width:  280px;
  background: #ff9;
}


/* Blog Styles */

#blog {
  float: left;
  width: 450px;
  padding: 10px 10px 10px 0px;
  background-color: #ccc;
  margin: 5px 5px 5px 5px;
}


.post {
  display: block;
  margin-bottom: 1.5em;
}
.post_title {
  font-weight: bold;
  background-color: #c0c0c0;
  padding: 4px 4px 4px 4px;
}
.post_body {
  padding: 1em;
}
.post_creation_date, .post_modification_date {
  text-align: right;
}
.post_actions { 
  float: right;
}


/* Comment Styles */ 

.comment {
  min-height: 90px; 
}
 
.thumbnail { 
  display: block; 
  float: left; 
  margin-right: 1em; 
}
