/*  Strong Style Symphony Archive
    Based on: revolution style for phpBB 3.0
    Original: subBlue (http://www.subBlue.com/) / phpbbmodders.net
*/

* { margin: 0; padding: 0; }
html { font-size: 100%; height: 100%; margin-bottom: 1px; }

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #828282;
    background: #2b2b2b url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/background.gif") top left repeat-x;
    font-size: 10px;
}

img { border: 0; }
a { color: #898989; text-decoration: none; }
a:hover { color: #bcbcbc; text-decoration: underline; }

h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444;
    font-weight: bold;
    font-size: 2em;
    margin-right: 200px;
    margin-top: 15px;
}
h2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 2em;
    margin: 0.8em 0 0.2em 0;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    padding-bottom: 2px;
    font-size: 1.05em;
    color: #989898;
    margin-top: 20px;
}
p { line-height: 1.3em; font-size: 1.1em; }
hr { border: 0 none; border-top: 1px solid #ccc; height: 1px; margin: 5px 0; display: block; clear: both; }
hr.divider { display: none; }

/* === LAYOUT === */

#header-bg {
    width: 900px;
    height: 147px;
    margin: 0 auto;
    background: url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/header.gif") top left no-repeat;
}

ul.bevelmenu {
    width: 900px;
    margin: 0 auto;
    list-style: none;
    background: url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/menubg.gif") repeat-x;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 55px;
    font-size: 1.1em;
}
ul.bevelmenu li { display: inline; }
ul.bevelmenu li a { color: #ccc; padding: 0 8px; }
ul.bevelmenu li a:hover { color: #fff; text-decoration: none; }

#wrap-bg {
    width: 900px;
    margin: 0 auto;
    background: #fff url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/wrapbg.gif") repeat-y;
}

#wrap {
    padding: 0 55px 0 58px;
}

#page-header { margin-bottom: 4px; }

.navbar {
    background-color: #ebebeb;
    padding: 0 10px;
}
.navbar .inner { padding: 5px 0; overflow: hidden; }

ul.linklist { display: block; list-style: none; }
ul.linklist li { display: inline; font-size: 1.1em; line-height: 2em; }
ul.linklist li a { padding: 0 3px; }
ul.linklist.navlinks { float: left; }
ul.linklist.rightside { float: right; margin-left: 5px; text-align: right; }

li.icon-home a:first-child {
    background: url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/icon_home.gif") no-repeat 0 50%;
    padding-left: 14px;
}

/* header-bg is an empty div - the SSS branding is in header.gif */

#page-body { margin: 4px 0; clear: both; }

/* corners */
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
    font-size: 1px; line-height: 1px; display: block; height: 5px;
    background-repeat: no-repeat;
}
span.corners-top { margin: 0 -5px; }

/* === FORUM CATEGORY BLOCKS === */

.forabg {
    background: #862c23 url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/bg_list.gif") repeat-x 0 0;
    margin-bottom: 4px;
    padding: 0 5px;
    clear: both;
}

.forumbg {
    background: #862c23 url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/bg_list.gif") repeat-x 0 0;
    margin-bottom: 4px;
    padding: 0 5px;
    clear: both;
}

/* === TOPIC/FORUM LISTS === */

ul.topiclist { display: block; list-style: none; margin: 0; }
ul.topiclist li { display: block; list-style: none; color: #777; margin: 0; }
ul.topiclist dl { position: relative; padding: 2px 0; }
ul.topiclist dl::after { content: ""; display: table; clear: both; }

ul.forums {
    background-color: #f9f9f9;
}
ul.topics {
    background-color: #f9f9f9;
}

/* Category header */
li.header dl.icon { min-height: 0; }
li.header dt, li.header dd {
    line-height: 1em;
    border-left-width: 0;
    margin: 2px 0 4px 0;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
li.header dt { font-weight: bold; }
li.header dd { margin-left: 1px; }
li.header a { color: #fff !important; }
li.header a:hover { text-decoration: underline; }

/* Forum/topic rows */
li.row { border-top: 1px solid #fff; border-bottom: 1px solid #8f8f8f; }
li.row strong { font-weight: normal; color: #000; }
li.row:hover { background-color: #f6f6f6; }
li.row:hover dd { border-left-color: #ccc; }

ul.topiclist dt {
    display: block;
    float: left;
    width: 50%;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
}
ul.topiclist dd {
    display: block;
    float: left;
    border-left: 1px solid #fff;
    padding: 4px 0;
    font-size: 1.1em;
}

dd.topics, dd.posts, dd.views {
    width: 8%;
    text-align: center;
    line-height: 2.2em;
}
dd.lastpost {
    width: 25%;
    font-size: 1.1em;
}
dd.lastpost span {
    padding-left: 5px;
    white-space: normal;
}
ul.topiclist dfn { display: none; }

/* Forum/topic icon */
dl.icon dt {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 5px 50%;
}
dl.icon {
    min-height: 35px;
}

/* Row colors */
.bg1 { background-color: #f7f7f7; }
.bg2 { background-color: #f2f2f2; }
.bg3 { background-color: #ebebeb; }

a.forumtitle {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #898989;
}
a.forumtitle:hover { color: #bcbcbc; }

a.topictitle {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #898989;
}
a.topictitle:hover { color: #bcbcbc; }

.forum-desc { color: #777; font-size: 1em; }
.no-posts { opacity: 0.5; }

/* === POSTS === */

.post {
    padding: 0 10px;
    margin-bottom: 4px;
}
.post .inner {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

/* Post body - left column */
.postbody {
    padding: 0;
    line-height: 1.48em;
    color: #333;
    width: 76%;
    float: left;
    clear: both;
}

.postbody h3.first {
    font-size: 1.7em;
    text-transform: none;
    border: none;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    line-height: 125%;
    margin-top: 0;
    color: #898989;
}
.postbody h3 {
    font-size: 1.5em;
    padding: 2px 0 0 0;
    margin: 0 0 0.3em 0 !important;
    text-transform: none;
    border: none;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    line-height: 125%;
    color: #898989;
}
.postbody h3 a { color: #898989; }
.postbody h3 a:hover { color: #bcbcbc; }

p.author {
    margin: 0 0 0.6em 0;
    padding: 0 0 5px 0;
    font-size: 1em;
    line-height: 1.2em;
    color: #777;
}
p.author a { color: #898989; }

.postbody .content {
    font-size: 1.3em;
    color: #333;
    line-height: 1.48em;
}
.content img { max-width: 100%; height: auto; }

.postlink { text-decoration: none; color: #d2d2d2; border-bottom: 1px solid #d2d2d2; }
.postlink:hover { background-color: #f6f6f6; color: #404040; }

blockquote, .quotecontent {
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    padding: 8px 12px;
    margin: 8px 0;
    font-size: 0.9em;
}
blockquote cite, .quotetitle { font-weight: bold; margin-bottom: 4px; display: block; }

.codebox {
    background-color: #1a1a2e;
    color: #eee;
    padding: 10px;
    margin: 8px 0;
    font-family: monospace;
    font-size: 0.9em;
    overflow-x: auto;
}

.notice { font-size: 0.9em; color: #999; font-style: italic; margin-top: 8px; }

.signature {
    margin-top: 1.5em;
    padding-top: 0.2em;
    font-size: 1.1em;
    border-top: 1px solid #ccc;
    clear: left;
    line-height: 140%;
    overflow: hidden;
    width: 100%;
    color: #888;
}
.signature img { max-width: 400px; max-height: 200px; }
.signature a { border: none; text-decoration: underline; background-color: transparent; }

/* Post profile - right column */
.postprofile {
    margin: 5px 0 10px 0;
    min-height: 80px;
    color: #666;
    border-left: 1px solid #fff;
    width: 22%;
    float: right;
    display: inline;
}
.postprofile dd, .postprofile dt {
    line-height: 1.2em;
    margin-left: 8px;
    font-size: 1.1em;
}
.postprofile dt { margin-bottom: 5px; }
.postprofile strong { font-weight: normal; color: #000; }
.postprofile a { color: #898989; }
.postprofile dt a { font-weight: bold; }
.postprofile a:hover { color: #bcbcbc; }

.avatar { border: none; margin-bottom: 3px; max-width: 100px; max-height: 100px; }
.username-coloured { font-weight: bold; }

.back2top {
    clear: both;
    text-align: right;
    font-size: 1em;
    padding: 2px 5px;
}
.back2top a {
    background: url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/imageset/icon_back_top.gif") no-repeat 100% 0;
    padding-right: 15px;
    color: #898989;
    font-size: 0.9em;
}

/* Completeness/stats */
.completeness { background: #f9f9f9; border: 1px solid #d1d1d1; padding: 8px 12px; margin: 8px 0; font-size: 1.1em; color: #666; }
.completeness.partial { background: #fff8e1; border-color: #f0c36d; color: #8a6d3b; }
.stats { background: #f3f3f3; border: 1px solid #d1d1d1; padding: 8px 12px; margin: 8px 0; font-size: 1.1em; color: #666; }

/* User profile */
.profile-card { display: flex; gap: 20px; padding: 15px; background: #f7f7f7; border: 1px solid #d1d1d1; margin: 10px 0; }
.profile-card .avatar-large { max-width: 150px; max-height: 150px; border: 1px solid #ccc; }
.profile-card h2 { font-size: 1.6em; margin-bottom: 8px; }
.profile-card dt { font-weight: bold; color: #555; margin-top: 5px; font-size: 1.1em; }
.profile-card dd { font-size: 1.1em; margin-bottom: 3px; color: #666; }

/* Footer */
#page-footer {
    clear: both;
    padding: 8px 10px;
    text-align: center;
    color: #888;
    font-size: 1em;
    border-top: 1px solid #ddd;
}
#page-footer a { color: #898989; }

#footer-bg {
    width: 900px;
    height: 19px;
    margin: 0 auto;
    padding-top: 12px;
    background: url("https://web.archive.org/web/0/http://www.puroresufan.com/forum/phpBB3/styles/revolution/theme/images/footer.gif") top left no-repeat;
    text-align: center;
    color: #777;
    font-size: 1em;
}
#footer-bg a { color: #999; }

p.right { text-align: right; }

/* Responsive */
@media (max-width: 960px) {
    #header-bg, #wrap-bg, #footer-bg, ul.bevelmenu { width: 100%; }
    #wrap { padding: 0 15px; }
    .postbody { width: 100%; float: none; }
    .postprofile { width: 100%; float: none; border-left: none; border-bottom: 1px solid #ddd; }
    ul.topiclist dt { width: 40%; }
}
