/*  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("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d6d1338b");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=c9d32cba");
/* LATEST 10 POSTS — ?????? */
.latest-posts-card {
    background: #f3eaff;              /* ??????? */
    border-top: 30px solid #12A3EB;        /* ? ?????*/
    border-right: 4px solid #12A3EB;
    border-left: 4px solid #12A3EB;
    border-bottom: 4px solid #12A3EB; 
    border-radius: 4px;               /* prosilver ???? */
    padding: 10px 10px;
    margin-bottom: 0px;
}

/* ????? */
.latest-title {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
    border-bottom: 1px solid #bcd3ff; /* ????? */
    padding-bottom: 4px;
}

/* ????? */
.latest-posts-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}


.latest-posts-list li {
    padding: 2px 0;
    margin: 0;
    border-bottom: 1px solid #d6e4ff;
    font-size: 15px;
    line-height: 1.5;
    font-family: "Comic Sans MS", "Brush Script MT", cursive;
}

/* ????(?????) */
.latest-posts-list .latest-post-link {
    color: #1a2a6c;           /* ? ????????? */
    font-weight: bold;
    text-decoration: none;
}

.latest-posts-list .latest-post-link:hover {
    text-decoration: underline;
}

/* ?? */
.latest-posts-list .latest-author {
    font-size: 13px;
    margin-left: 5px;
    font-family: "Brush Script MT", "KaiTi", cursive, serif;
}
