/* Forums Styles */

.post-box {
  padding: 20px;
}

.post-content{
  margin-left: 0px;
}

.post-title, .thread-title{
  font-size: 1.75em;
}

.post-title a {
  color: #333;
}

.post-title a:hover, .comment-farm a:hover, .comment-name a:hover, .post-author a:hover, .suggestion-author a:hover {
  text-decoration: underline;
}

.post-title, .post-preview, .suggestion-preview, .suggestion-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.post-author, .post-author-farm {
  display: inline;
}

.post-author{
  margin-right: 5px;
}

.author-photo {
  vertical-align: top;
  border-radius: 50%;
  margin-bottom: 10px;
}

.user-comments {
  margin-top: 20px;
}

.comment-name {
  margin-right: 5px;
  margin-left: 0px;
}

.comment-farm a, .comment-location, .cat a {
  color: gray;
}

.comment-body {
  display: block;
  line-height: 1.5em;
}

.comments-section {
  display: block;
}

.comment-box{
  resize: vertical;
}

.post-preview {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-body {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.75em;
}

#new-thread-btn {
  margin-bottom: 10px;
}

.unanswered {
  background-color: rgba(0,0,0,0.05);
  border: 1px rgba(0,0,0,0.1);
  padding: 5px;
  padding-left: 15px;
}

.suggestion {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.suggestion-preview {
  font-size: 1.25em;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.suggestion-preview a {
  color: #333;
}

.suggestion-preview a:hover{
  cursor: pointer;
  text-decoration: underline;
}

.suggestion-timestamp {
  margin-right: 0px;
  display: block;
  color: lightgray;
  font-size: .9em;
}

.sidebar {
  width: 100%;
}

.view-all {
  padding-bottom: 10px;
}

a.view-all:hover {
  text-decoration: underline;
  cursor: pointer;
}

input.thread-edit, textarea.thread-edit, select.thread-select {
  border: 1px solid rgba(0,0,0,0.05);
  background: rgba(0,0,0,0.015);
  box-shadow: inset 0 0 2px rgba(0,0,0,0.03);
  margin-bottom: 15px;
  border-radius: 4px;

}

textarea.thread-edit {
  resize: vertical;
}

input.thread-edit {
  width: 100%;
  height: 30px;
}

textarea.thread-edit{
  width: 100%;
}

.thread-categories {
  height: 30px;
  margin-bottom: 15px;
}

input.thread-edit:focus, textarea.thread-edit:focus {
  border: 1px solid #f14b15;   
  box-shadow: none;
}

.thread-select {
  width: 30%;
  margin-right: 20px;
}

.forum-stats {
  padding-top: 10px;
  font-size: 1.1em;
}

.most-recent {
  padding-top: 10px;
}

.sort {
  background-color: rgba(0, 0, 0, 0.25);
  margin-top: 0px;
  margin-left: 2px;
  margin-right: 2px;
}

@media (max-width: 768px) {

.thread-select {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  float: left;
}

label {
  float: left;
  clear: both;

}




}