/**
 * Element styles
 */
* {
  font-family: Arial, Helvetica, sans-serif;
}

body, h1, h2, h3, h4, div, ul, p {
  color: #333333;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

h3 {
  font-size: 22px;
  font-weight: bold;
}

label {
  font-weight: bold;
}

label.option {
  font-weight: normal;
  margin-right: 10px;
}

li {
  list-style: none inside none;
}

/**
 * Header
 */

#notice {
  background-color: #CCCCCC;
  cursor: pointer;
  font-size: 32px;
  font-weight: bold;
  min-height: 40px;
  padding: 0 40px;
  text-align: center;
}

#feedback {
  font-size: 24px;
  font-weight: normal;
}

#header {
  border-bottom: 1px solid #CCCCCC;
  height: 100px;
  width: 100%;
}

#logo {
  float: left;
}

#sitename {
  padding: 34px 20px 0 0;
}

#definition {
  color: #999999;
  font-size: 14px;
  vertical-align: bottom;
}

#navigation {
  font-size: 18px;
}

#search-wrapper {
  float: right;
  margin: -20px 20px;
}

#search {
  color: #999999;
}

/**
 * Sidebar
 */

#sidebar {
  float: left;
  margin: 0;
  width: 200px;
}

#sort-wrapper {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 8px;
}

#filters {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px;
}

#friends {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}

.friend {
  padding: 5px 0;
  cursor: pointer;
}

.friend:hover {
  background-color: #EEEEEE;
}

.online-status {
  border-radius: 8px;
  float: left;
  height: 20px;
  margin: 0 10px;
  width: 20px;
}

.online {
  background-color: #009900;
}

.away {
  background-color: #CCCC00;
}

.offline {
  background-color: #999999;
}

/**
 * Content
 */

#content {
  border-left: 1px solid #CCCCCC;
  min-width: 550px;
  overflow-y: auto;
}

#create-wrapper {
  background-color: #EDF9FF;
  border-bottom: 1px solid #CCCCCC;
}

#create-textarea-wrapper {
  padding: 20px;
}

#create {
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  width: 100%;
}

#create-options {
  margin: 0 20px 20px;
}

.submit {
  margin-left: 10px;
}

.message {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}

.avatar {
  float: left;
  width: 75px;
}

.avatar img {
  border: 1px solid #CCCCCC;
}

.message-content {
  margin-left: 85px;
  margin-right: 50px;
}

.message-source {
  float: right;
  margin-right: 8px;
}

.message-ribbon {
  float: right;
  height: 75px;
  width: 16px;
}

.message-click {
  min-height: 59px;
}

.message-click .name {
  font-size: 20px;
}

.message-click .message-title {
  font-size: 20px;
  font-weight: bold;
}

.priority-4 .message-click .message-title {
  color: #666666;
  font-size: 20px;
  font-weight: normal;
}

.message-text {
  margin-bottom: 10px;
}

.message-text p {
  padding-bottom: 10px;
}

.message-expand {
  border: 1px solid #CCCCCC;
  margin-top: 10px;
  margin-bottom: 20px;
}

.shared {
  color: #666666;
}

.reply-click,
.shared {
  background-color: rgba(232, 243, 247, 0.8);
  border: 1px solid #CCCCCC;
  display: block;
  margin: 10px;
  padding: 5px;
}

.message-expand,
.hidden-replies,
.message-text,
.respond-wrapper {
  display: none;
}

.name {
  margin-right: 10px;
}

.reply {
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
}

.reply.last {
  border-bottom: 0 none;
}

.reply-text-wrapper {
  margin-bottom: 20px;
}

.reply-textarea-wrapper {
  border-top: 2px solid #CCCCCC;
  margin: 20px;
  padding-top: 20px;
}

.reply-textarea {
  width: 100%;
}

.reply-options {
  margin: -10px 13px 10px;
}

.message-time {
  color: #999999;
  font-size: 14px;
  font-style: italic;
}

/**
 * Footer
 */

#footer {
  padding: 20px;
  text-align: center;
}

/**
 * Visibility dialog
 */

#custom-visibility-dialog,
#custom-option-label {
  display: none;
}

#custom-visibility-dialog {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  width: 200px;
}

/**
 * Generic styles
 */

.sidebar-title {
  padding: 10px 20px 0;
}

.vertical li {
  padding: 5px 0;
}

.vertical li.first {
  padding-top: 0;
}

.horizontal li,
.reply-likes {
  border-right: 1px solid #CCCCCC;
  display: inline;
  padding: 0 10px;
}

.horizontal li.last {
  border-right: 0 none;
}

.active {
  color: #333333;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix {
  clear: both;
}

.priority-1 {
  background-color: #EDF9FF;
}

.priority-2 {
  background-color: #E5F3F9;
}

.priority-3 {
  background-color: #DCECF4;
}

.priority-4 {
  background-color: #CEE1EA;
}

.public {
  background-color: #A0DFFF;
}

.private {
  background-color: #A1F298;
}
