* {
margin: 0;
padding: 0;
}

/* html + body */

body {
font-family: 'Times New Roman', serif;
}
.a11y {
display: none;
}

/* inline global */

a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
.center {
text-align: center;
}

/* content container */

#content {
padding: 20px;
text-align: center;
}
.box {
margin-bottom: 20px;
padding: 20px;
border: 1px solid #666;
text-align: left;
}
.box > :last-child {
margin-bottom: 0;
}
.profile {
margin: 0 auto 20px;
width: 507px;
}
.message {
margin-bottom: 20px;
padding: 20px;
border: 1px solid #666;
text-align: center;
}
.message p {
margin-bottom: 0;
}
.infobox {
padding: 10px;
margin-bottom: 20px;
border: 1px solid #999;
font-size: 85%;
}

/* headings + paragraphs */

h1 {
margin-bottom: 20px;
font-size: 125%;
letter-spacing: 2pt;
color: #333;
}
h2 {
margin: 25px 0 10px;
font-size: 110%;
letter-spacing: 3pt;
}
h3 {
margin: 20px 0 10px;
font-size: 100%;
}
h2:first-child,
h3:first-child {
margin-top: 0;
}
p {
margin-bottom: 15px;
}

/* lists */

ol {
margin-bottom: 15px;
padding-left: 20px;
}
ul {
margin-bottom: 15px;
text-indent: 0;
list-style-type: none;
}
li {
margin-bottom: 15px;
font-size: 90%;
}
.sitemap ul ul {
margin: 5px 0;
}
.sitemap li {
font-weight: bold;
}
.sitemap li li {
display: inline;
padding-right: 15px;
line-height: 180%;
font-weight: normal;
}

/* tables */

table {
margin-bottom: 20px;
width: 100%;
border: 1px solid #666;
text-align: left;
}
td,
th {
padding: 10px;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
font-size: 90%;
}
#related {
display: none;
}
caption {
padding: 10px;
border: 1px solid #666;
border-bottom: none;
font-size: 100%;
font-weight: bold;
letter-spacing: 1.5pt;
}
.col-forum {
width: 18%;
}
.col-user {
width: 18%;
}
.col-status {
width: 18%;
text-align: center;
}
.col-number {
width: 7%;
text-align: center;
}
.col-date {
width: 15%;
text-align: right;
}

/* forms */

div.form,
form {
display: none;
}

/* submenus */

header#top {
padding-bottom: 20px;
font-size: 100%;
font-weight: bold;
letter-spacing: 3pt;
}
#top-submenu,
#bottom-submenu {
display: none;
}

/* postings */

.posting .text {
font-size: 90%;
}
.posting * .text {
font-size: 100%;
}
.posting > header {
overflow: auto;
margin-bottom: 20px;
padding: 5px;
border-bottom: 1px solid #666;
}
.posting > header h2,
.posting > header h3 {
margin: 0;
font-size: 95%;
letter-spacing: 0;
}
.posting .number {
float: right;
}
.posting .author {
float: left;
}
blockquote {
padding: 20px;
border: 1px dotted #333;
}
pre {
margin: 3px 0;
padding: 10px;
border: 1px dashed #333;
white-space: pre-wrap;
font-family: 'Courier New', monospace;
font-size: 100%;
}
.video {
display: none;
}
.signature {
padding-top: 10px;
border-top: 1px dashed #333;
}
.posting > footer {
padding-top: 5px;
border-top: 1px solid #666;
}
.date {
text-align: right;
font-size: 80%;
}
.plus {
text-align: right;
}

/* user profiles */

.profile img {
float: right;
max-width: 120px;
max-height: 120px;
}
.profile h3 {
clear: both;
}

/* sidebar */

#sidebar {
display: none;
}

/* footer */

#main-footer {
display: none;
}
