/* Profile Styles */

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

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

.edit_link a {
  text-decoration: none;
  color: #FA8325;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}

.add_link a {
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  color: #FA8325;
}

.delete_link a {
  text-decoration: none;
  color: #cc0000;
  font-size: 11px;
  text-transform: uppercase;
}

#left_column {
  float:  left;
  width: 300px;
}

#main_content {
  margin-left:  320px;
}

.section_title {
	font-size: 16px;
	color: #126599; 
	font-weight:bold;	
}
.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: #126599; 
   font-weight:bold;
}
.sidebar_box p {
   padding-left:  6px;
   padding-right: 6px;
}

.sidebar_box .header  {
  float: left;
}

.sidebar_box .edit_link {
  float: right;
}

.sidebar_box .add_link {
  float: right;
}

.sidebar_box .delete_link {
  float: right;
}


/* Spec Style */

#full_name  {
  font-size: 25px;
  padding-bottom: 5px;
}

#occupation{
  font-size: 20px;
}

#location {
  font-size:  17px;
}


/* FAQ Style */

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

#bio {
  padding: 10px;
}
.sidebar_box_contents, .faq_answer {
  padding:  0 10px 10px 10px;
}

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


/* Blog Styles */

.post {
  display: block;
  margin-bottom: 1.5em;
}
.post_title {
  font-weight: bold;
}
.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; 
}