@import url("custom.css");

.wrap {
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 100%;
    width: auto;
	padding: 3px;
}
.footer-row {
	display: none;
}
html {
    text-rendering: geometricprecision;
    text-shadow: revert-layer;
    background-color: #FFF;
}
.postbody .content {
    font-size: 14px;
    line-height: 17px;
}
html, body {
  color: #826492;
}
.bg1, .bg2 {
    background-color: #fff;
    border-bottom: 1px solid #E1EBF2;
}
.postbody .content {
    border-top: 1px solid #E1EBF2;
    padding-top: 10px;
    margin-top: 5px;
}
.postbody h3 {
    display: none;
}
.postbody h3.first {
    display: none;
}
.postprofile a, .postprofile dt.author a {
    font-size: 14px !important;
}
.navbar {
    background-color: #FFF;
    padding: 2px 9px;
}
body {
    font-size: 10px;
    padding: 4px 1px;
}
a {
    background-color: inherit;
}
p.author {
  font-size: 14px;
}
@media (max-width: 700px) {
p.author {
    margin-bottom: 1px;
    font-size: 12px;
    margin-top: -21px;
    line-height: 1.1em;}
.postbody {
    padding-top: 1px;}
.postprofile dd.profile-rank, .search .postprofile dd {
    padding-top: 3px;
}
}
ul.topiclist li.row dl {
    margin: 3px 0;
}
dl.row-item dt {
    background-position: 6px 97%;
    background-size: 16px;
}
ul.topiclist dt {
    font-size: 1.2em;
}
.content {
   color: #333334;
}
@media (min-width: 701px) {
    .postbody{
        width: auto;
    }
	.postprofile{
		display: none;
	}
}
.headerbar {
 background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #0076B1 2px, #12A3EB 92px, #12A3EB 100%);
}
.post:target .content {
   color: #010;
  line-height: 1.2em;
  letter-spacing: 0.012em;
  word-spacing: 0.012em;
}

@media (min-width: 701px) {
    /* 1. Make the postbody full width and establish a positioning anchor */
    .postbody {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        position: relative !important;
    }

    /* 2. Protect the text from hitting the buttons by creating a right-side safety gap */
    .postbody .author {
        margin-right: 150px !important;
        float: none !important;
    }

    /* 3. Lock the buttons to the top right of the author row line */
    .postbody .post-buttons {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        float: none !important;
        margin: 0 !important;
    }

    /* 4. Reset content flow cleanly under the author row line */
    .postbody .content {
        clear: both !important;
    }
}
