/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("../../prosilver/theme/normalize.css?hash=48eb3f89");
@import url("../../prosilver/theme/base.css?hash=7c5543be");
@import url("../../prosilver/theme/utilities.css?hash=d8f72c42");
@import url("../../prosilver/theme/common.css?hash=843d5d5f");
@import url("../../prosilver/theme/links.css?hash=18286e16");
@import url("../../prosilver/theme/content.css?hash=d0e24377");
@import url("../../prosilver/theme/buttons.css?hash=56f0d25f");
@import url("../../prosilver/theme/cp.css?hash=50d868ab");
@import url("../../prosilver/theme/forms.css?hash=9016b55c");
@import url("../../prosilver/theme/icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("../../prosilver/theme/responsive.css?hash=c9d32cba");

body {
	font-size: 12px;
}

.content {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#wrap {

	max-width: 1352px;
}

.site_logo {
	background-image: url(../images/aev-forum-logo.gif);
	width: 410px;
	height: 72px;
}

a:hover, a:focus, a:active {
    color: darkgreen;
}

.postlink {
    color: green;
	border-bottom-color: darkgreen;
}

.postlink:hover {
    background-color: #d1f6d059;
    color: #0d732d;
}

.search-header {
	position: absolute;
	right: 30px;
	margin-top: 15px;
}

.headerbar {
	position: relative;
}
.site-description {
	width: 90%;
	max-width: 800px;
}

dl.row-item dt a.topictitle,
dl.row-item dt a.forumtitle {
	display: block;
}

dl.row-item dt a.topictitle + br,
dl.row-item dt a.forumtitle + br {
	display: none;
}

a.topictitle, a.forumtitle {
	font-weight: normal;
}

.unread + a.topictitle, .forum_unread a.forumtitle {
	font-weight: bold;
	color: #a60000;
}


.forum_unread, .topic_unread, .topic_unread_hot, .topic_unread_hot_mine, .topic_unread_mine {
	background-color: #e3cdba;
}


.responsive-center.time {
	display: none;
}

.postprofile {

	float: left;
	border-width: 0 1px 0 0;
}

.postprofile a {
	font-size: 0.95rem;
}

.postbody {
	float: right;
}

.postbody h3 {
	font-size: 1.0rem;
}

.smilies, .smiley-box img {
	width: auto !important;
}

.unread {
	float: left;
}

.button {
	padding: 5px;
}

.search-box .inputbox {
	height: 31px;
}

.forumbg .global-announce {
	background: #bbebcf;
}

.sticky_read_locked {
	background-color: #4cd1952e;
}

@media (max-width: 700px) {
    .postprofile, .postbody, .search .postbody {
        float: none;
    }

	.rightside:not(#username_logged_in) li:not(.clone) span:not(.username) {
		display: none;
	}

	li:not(.clone) a i.fa-envelope + span,
	li:not(.clone) a .menuitem-mod {
		display: none;
	}

	ul.topiclist.forums dt {
		margin: 0;
		float: none;
	}

	ul.topiclist.forums dd.lastpost {
        display: block;
        float: none;
        margin: 0;
        padding: 0 0 0 50px;
        width: 100%;
    }

    .logo {
        display: block;
        float: none;
        padding: 0;
		width: 100%;
	}

	.site_logo {
		max-width: 100%;
	}

	.site-description {
		width: 100%;
	}
	.site-description h1 {
		position: absolute;
		top: -200px;
	}
	.headerbar {
		padding: 0;
	}

	iframe {
		max-width: 100%;
	}

	#notification_list_button span, .fa-inbox + span {
		display: none;
	}

	p.jumpbox-return {
		display: block;
		float: none;
	}

}

@media (min-width: 950px) {
	ul.topiclist.forums dt {
		margin-right: -490px;
	}
	.topiclist.forums .lastpost {
		width: 300px;
	}

	ul.topiclist.forums dt .list-inner {
		margin-right: 490px;
	}

}

#username_logged_in .username {
	max-width: 100px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}