.posts #content {
    padding: 0 0 20px 0;
}

.post-wrapper, #post-reply {
	overflow: visible;
	clear: both;
}
.post-wrapper {
	border: 1px solid #ccc;
	margin-bottom: 10px;	
}
.thread-header .smaller {
    font-size: 11px;
}

#post_title, #public_message, #private_message, #private_notes {
	width: 100%;
	box-sizing: border-box;	
}
#post-reply {
	margin-top: -15px;
}

.format-wrapper {
    float: right;
    margin-top: -10px;
    position: relative;	
	margin-right:10px;
}

#new_thread .format-wrapper {
	margin-top: 10px;
}

#new_thread .lightbox_content .buttons {
    margin-left: 0;
}

#new_thread .lightbox_content .buttons .button {
    margin-left: 0;
}

#new_thread .lightbox_content fieldset {
	margin-bottom: 0;	
}

.posts #post-reply {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid #ccc;	
	padding: 10px;
}

.posts .post-wrapper #post-reply {
	border: 0;
}

#post-reply .post-form-content { 
	padding-right: 5px;
}

.post-wrapper h2, #post-reply h2{
	background-color: #eee;
    padding-left: 5px;
	background-position: center bottom;
    background-repeat: repeat-x;
	padding: 10px;
	font-size: 30px;
}

#post-reply h2{
	background-color: transparent;
	margin-top:0;
	padding-top:0;
	padding-left: 0;
}

#post-reply h3 {
	padding-left: 5px;
}

.post-wrapper h3 {
}

.post-wrapper .post-content, #post-reply .post-content{
}

.post-wrapper .post-content, #post-reply .post-content p{
	padding-bottom: 0;
	overflow-x: auto;
}

.post-wrapper .post-wrapper{
	background-color: #efefef;
    border: 1px solid #111;
	margin: 5px -1px -1px -1px;
}

.quote-wrapper, .post-attachments, .code-wrapper, .post-private  {
	margin: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

.help-formatting {
	cursor: pointer;	
}

.post-private {
	background-color: #FFF;
}

fieldset.post-private p {
	line-height: 20px;	
}

.code-wrapper {
	background-color: #FFC;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	white-space:nowrap;
	overflow:auto;
}

.code-header {
	font-weight: bold;
	margin-left: 6px;
	margin-bottom: -9px;
}

.post-form-header {
	font-weight: bold;
	margin-left: 8px;
	font-size: 12px;
}

.post-form-note {
	font-weight:normal;	
}

.post-form-content {
    margin-top: 10px;	
}

.post-actions {
	float:right;
}

.lightbox_content fieldset.post-attachments{
	background-color: transparent;
	clear:both;
	padding-bottom: 10px;
}
.post-attachments img, .post-attachment, #overlay-image {
	cursor: pointer;
}

#overlay-image div.overlay-view-close {
    display: none;
    position: absolute;
    text-align: center;
	background-color:black;
	color:white;
	width: 100%;
	margin: -4px 0 0 -20px;
}
#overlay-image {
	background-color:#eee;
}
#overlay-image:hover div {
	display:block;
}

.attach-images {
  clear:both;
}

.attach-images img {
  max-width:900px;
  height: auto !important;
}

.attach-images .attach-image, .attach-images .attach-image-view {
  padding: 5px;
  margin: 5px 0 3px 5px;
  border: 1px solid #ddd;
  	
}

.attach-files{
  padding: 6px;
  display: table;
}

.attach-file-delete,  .attach-file-delete-large {
  display:none;
  float:right;
  margin-top: -2px;
  margin-left: -5px;
  cursor: pointer;
}

.attach-file-delete-large {
  display:none;
  float:right;
  margin-top: -5px;
  margin-left: -25px;
}
#overlay-attach h3{
  font-size: 30px;
  margin-bottom: -10px;
  margin-top: -10px;
}
.attach-button {
  clear:both;
  color: #5983AC;
  cursor: pointer;
  font-weight: bold;
  line-height: 23px;
  margin: 10px 5px;
  text-transform: uppercase;
}
.attach-button img{
  margin-bottom: -5px;
  margin-right: 5px;
}
#uploadButton {
  width:210px;
  height:40px;
  display:block;
  margin-top:0;
  position:relative;
  cursor: pointer;"
}
.post-attachment:hover .attach-file-delete, .post-attachment:hover .attach-file-delete-large {
  display:block;
}

.attachment-ref {
  float:left;
  padding-right: 5px;
}

.post-attachment {
  float:left;
  clear:both;
}

.quote-by {
	font-weight:bold;
}

.quote-text {
	padding: 5px;
	font-style: italic;
}

.notification.instructions {
    background-color: #FBFBFB;
    border-color: #EEEEEE;
    border-width: 1px;
    color: #222222;
}
.notification {
    background-color: #EEEEEE;
    border: 3px solid #CCCCCC;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    font-size: 13px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

.button-wrapper {
  float:right;
}

.post-date {
  float: right;
  font-size: 14px;
  margin-right: 4px;
  margin-top: 12px;
}

#post-nav {
  display:none;	
}

.enable-formatting, .enable-formatting2 {
  cursor: pointer;	
}

.button {
  margin-right: 10px;	
}

.breadcrumbs {
  margin-bottom: 10px;
  color: #5983AC;
  font-size: 16px;
  font-weight: bold;
}

.thread-header h1{
  color: #fff;
  font-size: 30px;
  margin-top: -5px;
  width: 730px;
}

.thread-header {
  background-color: #5a8aba;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}

.thread-header a {
  color: #fff;
  text-decoration: underline;
}

.thread-header .link {
  text-decoration: underline;
}
.thread-header .link:hover {
  color: #ccc;
}

.thread-header a:hover {
  color: #ccc;
}

.post-content-wrapper {
  padding: 10px;	
}

#Answer {
	padding-bottom: 5px;
}

#Answer a {
	font-size: 16px;
	text-decoration: underline;
	color: #fff;
	padding-bottom: 5px;
}

.user-avatar {
	border: 1px solid white;
    margin: -2px 10px -10px 5px;
    padding: 2px;
}

#new_thread .user-avatar {
	border-color: #ccc;
}

img.subscribe {
	clear: right;
    float: right;
    margin-left: 10px;
    margin-top: 5px;	
}