/*  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=d0e24377");
@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");

/*colours.css:152, common.css:178*/
.site_logo {
    background-image: url("./images/popularnames_xyz.svg");
    width: 250px;
    height: 60px;
    margin-top: 15px;
}

/*
@media (max-width: 700px) {
    .site_logo {
        width: 150px;
    }
}*/

/*responsive.css:153*/
.logo {
    /*change display value to inline-block to show logo, on mobile, small screens */
    display: block;
    float: none;
    padding: 10px;
}
  
	

/* colours.css 6 -> Body etc */
html,
body {
	color: #f5f5f5;
	background-color: #000;
}

h1 {
	color: #FFDF84;
}

h2 {
	color: #FFDF84;
}

h3 {
	border-bottom-color: #f5f5f5;
	color: #FFDF84;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}


/* --------------------------------------------------------------
colours.css:30 Colours and backgrounds for links.css
-------------------------------------------------------------- */

a {
    color: #fffefa;
}

a:hover {
    color: #ffffff;
}

/* Links on gradient backgrounds */
.forumbg .header a,
.forabg .header a,
th a {
    /*color: #FFECD1;*/
	color: #FFDF84;
}

.forumbg .header a:hover,
.forabg .header a:hover,
th a:hover {
    color: #fffae2;
}

/* Links.css:60  */
/* Links for forum/topic lists */
a.forumtitle {
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
}

/* Links.css:67  */
a.forumtitle:hover {
	text-decoration:solid;
}

/* Notification mark read link */
.dropdown-extended a.mark_read {
    background-color: #FFFFFF;
}

/* colours.css 92 -> Round cornered boxes backgrounds, colors, headerbar background  */
/* common.css 197 -> Round cornered boxes border-radius, padding, margin ...  */
.headerbar {
	
	background-image: none;
	background-color: #131313;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover; 
/*	max-width: 100%;
	height: 100px;*/
	border-radius: 0 0 0 0;
	position: relative;
    margin-bottom: 0px;
}


/* common.css:215 Forum boxin tausta väri */
.forumbg {
	background-color: #131313;
	background-image: -webkit-linear-gradient(top, #666666 0%, #131313 11px, #131313 92px, #131313 100%);
	background-image: linear-gradient(to bottom, #666666 0%, #131313 11px, #131313 92px, #131313 100%);

    /*background-image: -webkit-linear-gradient(top, #202020 0%, #202020 2px, #161616 92px, #292929 100%);
    background-image: linear-gradient(to bottom, #202020 0%, #202020 2px, #161616 92px, #292929 100%);*/
	background-repeat: repeat-x;
}

/* common.css:215 forumbg runko*/
.forumbg {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	clear: both;
	border-radius: 5px;
}

/* Category boxin tausta väri ja margin seuraavaan */
.forabg {
	background-color: #131313;
	background-image: -webkit-linear-gradient(top, #666666 0%, #131313 11px, #131313 92px, #131313 100%);
	background-image: linear-gradient(to bottom, #666666 0%,#131313 11px,#131313 92px,#131313 100%);
	/*background-image: -webkit-linear-gradient(top, #202020 0%, #202020 2px, #161616 92px, #292929 100%);
    background-image: linear-gradient(to bottom, #202020 0%, #202020 2px, #161616 92px, #292929 100%);*/
	background-repeat: repeat-x;
    margin-bottom: 20px;
	border-radius: 5px;
	padding: 0px;
}



/* common.css ??? center category and forum titles */
li.header dl.row-item dt .list-inner {
	/*padding-left: 0;*/
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	/*text-align: center;*/ /* links.css:23 */
	font-weight: normal;
	text-transform: uppercase; /* content.css:104   */
	
}

/* colours.css 322 Category forumien taustaväri ja border värit  */
ul.forums {
    background-color: #131313;
    /* Old browsers */
    /* FF3.6+ */
    background-image: none;

	/*background-image: -webkit-linear-gradient(top, #111111 0%, #181818 100%);
	background-image: linear-gradient(to bottom, #111111 0%, #181818 100%);*/
    /* W3C */
	filter: none;
   /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2E0EB', endColorstr='#EEF5F9', GradientType=0);*/
    /* IE6-9 */
}

/* topic, posts, last post teksti värit padding-> rivien väli --------------------------*/
ul.topiclist li {
    color: #f5f5f5;
	padding-top: 2px;
}

ul.topiclist dd {
    border-left-color: transparent;
}

.rtl ul.topiclist dd {
    border-right-color: transparent;
    border-left-color: transparent;
}

li.row {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

li.row strong {
    color: #000000;
}

/*topic hover  */
li.row:hover {
    background-color: #151515;
}

li.row:hover dd {
    border-left-color: #151515;
	background-color: transparent;
}

.rtl li.row:hover dd {
    border-right-color: transparent;
    border-left-color: transparent;
	background-color: transparent;
}

/* forum ja topic otsikko  */
li.header dt,
li.header dd {
    color: #FFDF84;
}


/* navbar */
.navbar {
	background-color: #131313;
    padding: 3px 10px;
    border-radius: 0px 0px 7px 7px;
}

.navbar a{
	color: #d5d5d5;
}

/* navbar border */
ul.navlinks {
	border-top-color: #FFDF84; /* colours.css:159 */
}

.panel {
	background-color: #131313;
	color: #f5f5f5;
}

.post:target .content {
	color: #000000;
}

.post h3 a.first-unread,
.post:target h3 a {
	color: #000000;
}

.bg1 {
	background-color: #131313;
}

table.zebra-list tr:nth-child(odd) td, ul.zebra-list li:nth-child(odd) {
	background-color: #E1EBF2;
}

.bg2 {
	background-color: #131313;
}

table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) {
	background-color: #E1EBF2;
}

.bg3 {
	background-color: #131313;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	background-color: #E7E8EA;
}
/* colours.css:165 Table Styles     */
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #1a1a1a;
	color: #f5f5f5;
}

/* colours.css:178, table normii teksti */
table.table1 td {
	color: #008ada;
}

/* colours.css:202, ainakn User edit Control sivuissa tekstiä.. */
dl.details dd {
	color: #008ada;
}

/* colours.css 83 -> wrap, round cornered boxes and backgrounds, common.css:138 Main blocks  */
.wrap {
	background-color: #292929;
	border-color: #292929;
    border-radius: 0 0 8px 8px;
}


/* vaikuttaa ainakin category foorumi nimen top bottom */

/* Forum list column styles */
.row .list-inner {
	padding: 5px 4px;
}

/* colours.css:376  Topicien kirjoitus väri */
.content {
	color: #f5f5f5;
}

/* colours.css:370 Topicin by, ja aika milloin viesti lähetetty */
.postbody {
	color: #1D71B8;
}

/* colours.css:571 profiilin posts, joined, contact tekstit */
.postprofile strong {
	color: #1D71B8;
}

/* New Registered unproved post */
/* colours.css:312. */
p.post-notice {
        color: #ff3c3c;
        background-color: #202020;
        background-image: none;
    }

/* colours.css:380, "You need to login in order to reply to topics within this forum." */
.content h2,
.panel h2 {
	color: #f5f5f5;
	border-bottom-color: #808080;
}

/* Forum list column styles */
/* mistä ???? */
/* Forum list column styles */
.row .list-inner {
    padding: 8px 4px;
}

/* content.css:143 */
/* vaikuttaa ainakin category foorumi nimen top bottom */
.row .list-inner {
    padding: 8px 4px;
}

dl.row-item {
    background-position: 10px 50%;
    /* Position of folder icon */
    background-repeat: no-repeat;
    background-size: 42px;
}

dl.row-item dt .list-inner {
    padding-left: 62px;   /***************** oli 52px Space for folder icon */
}

dl.row-item dt,
dl.row-item dd {
min-height: 45px; /* forum rivin korkeus oli 35 */
}

/* BB Code styles BlockQuote
---------------------------------------------------------*/
/* colour.css:410 Quote block */
blockquote {
	background-color: #2e2e2e;
	border-color: #292929;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #131313;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #2e2e2e;
}

/* colours.css:427 Code block */
.codebox {
    background-color: #202020;
    border-color: #202020;
    color: #ffeebe;
}

.codebox p {
    border-bottom-color: #ffeebe;
}

.codebox code {
    color: #ff781f;
}


/* --------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */
.button {
	border-color: #131313;
	background-color: #131313;
	background-image: -webkit-linear-gradient(top, #555 0%, #131313 100%);
	background-image: linear-gradient(to bottom, #555 0%, #131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#555', GradientType=0);
	box-shadow: 0 0 0 1px #8b8b8b inset;
	-webkit-box-shadow: 0 0 0 1px #8b8b8b inset;
	color: #52aa00;
}

.button:hover,
.button:focus {
	border-color: #f5f5f5;
	background-color: #131313;
	color: #52aa00;
	/* Old browsers */
	/* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #555 0%, #131313 100%);
	background-image: linear-gradient(to bottom, #555 0%, #131313 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#131313', GradientType=0);
	/* IE6-9 */
	text-shadow: none;
	/*text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px -1px 0 rgba(188, 42, 77, 0.2);*/
}

.button .icon,
.button-secondary {
	color: #f5f5f5;
}

.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	color: #FFDF84;
}

.button-search:hover,
.button-search-end:hover {
	border-color: #f5f5f5;
}

/*.caret {
	border-color: #DADADA;
}*/

.caret {
	border-color: #f5f5f5;
}

.contact-icons a {
	border-color: #FFDF84;
}

.contact-icons a:hover {
	background-color: #131313;
}

/* Search box header shadow */
.search-header {
    box-shadow: 1px 1px 1px 1px #FFDF84;
    border-color: #f5f5f5;
}

.search-results li:hover,
.search-results li.active {
    background-color: #FFDF84;
}

/* Post body styles, topicin otsikkoa alemmas, ennen tekijää ja tekstiä */
.postbody h3 { 
padding: 15px 0 0 0;
}

/*  content.css:334 Content container styles, lisää tilaa ennen tekstiä */
.content {
	padding-top: 8px;
}

/*  content.css:411, topicin kirjoiittajan nimen pvä:n alle viiva ennen tekstiä */
p.author {
	border-bottom: 1px dotted #5c5c5c;	
}

/*
--------------------------------------------------------------
Colours and backgrounds for forms.css
-------------------------------------------------------------- */

/* colours.css:947 General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
	color: #000;
}

label {
	color: #f5f5f5;
}

option.disabled-option {
	color: graytext;
}



/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #f5f5f5;
}

fieldset.fields1 {
	background-color: transparent;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #ffeebe;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

dl.details dt {
  color: #f5f5f5;
}

/* colours.css:880 */
.panel-container h2 {
color: #FFDF84;
}
/* colours.css:884*/
.panel-container .panel {
background-color: #242424;
}
/* colours.css:773 */
.panel-container .panel li.header dd, .panel-container .panel li.header dt {
color: #FFDF84;
}
/*common.css:1221*/
.notification_list p.notifications_title strong {
	font-weight: bold;
	color: #f5f5f5; /* oma lisä, (oli #000, jostain.. ehkä colours77X)*/
}
/*colours.css:764*/
.panel-container .panel li.row {
border-bottom-color: #131313;
border-top-color: #131313;
}

/* colours.css:787 CP tabbed menu
----------------------------------------*/
.tabs .tab > a {
	background: #131313;
	color: #f5f5f5;
}

/* colours.css:1116, notifications dropdown */
.dropdown-extended .header {
	background-color: #131313;
	/* Old browsers */
	/* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #131313 0%, #131313 100%) ;
	/*background-image: -webkit-linear-gradient(top, #F1F8FF 0%, #CADCEB 100%);*/
	background-image: linear-gradient(to bottom, #131313 0%, #131313 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F8FF', endColorstr='#CADCEB', GradientType=0);
	/* IE6-9 */
	color: #f5f5f5;
	text-shadow: none;
	border-bottom: 1px #131313;
}

/* colours.css:1101, notifications dropdown */
.dropdown-extended ul li:hover {
	background-color: #161616;
	color: #000000;
}

/* colours.css:985 Posting page styles, message pohja teksti etc
----------------------------------------*/

.message-box textarea {
	color: #f5f5f5;
}

.message-box textarea.drag-n-drop {
	outline-color: rgba(102, 102, 102, 0.5);
}

.message-box textarea.drag-n-drop-highlight {
	outline-color: #FFDF84;
}

/* colours.css:1002 Input field styles, search otsikko, placeholder ja message box pohja
---------------------------------------- */
.inputbox {
	background-color: #292929;
	border-color: #f5f5f5;
	color: #f5f5f5; /* search ja otsikko  */
}

.inputbox:-moz-placeholder {
    color: #f5f5f5;
}

.inputbox::-webkit-input-placeholder {
    color: #f5f5f5;
}

.inputbox:hover {
    border-color: #FFDF84;
}

.inputbox:focus {
    border-color: #f5f5f5;
}

.inputbox:focus:-moz-placeholder {
    color: transparent;
}

.inputbox:focus::-webkit-input-placeholder {
    color: transparent;
}

/*-- colours.css:1123, user dropdown esim tmt, admin ---*/
.dropdown .pointer {
	border-color: #ffeebe transparent;
}

.dropdown .pointer-inner {
	border-color: #131313 transparent;
}

.dropdown-extended .pointer-inner {
	border-color: #FFDF84 transparent;
}

.dropdown .dropdown-contents {
	background: #131313;
	border-color: #ffeebe; /* drop down ulkoreunat */
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.dropdown-up .dropdown-contents {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown li,
.dropdown li li {
	border-color: #999999;
}

.dropdown li.separator {
	border-color: #999999;
}

/* colours.css 1131 dropdown listojen pointerin väri  */
.dropdown .pointer-inner {
	border-color: #131313 transparent;
}

ul.cplist {
  margin-bottom: 5px;
  border-top: 1px solid transparent;
    border-top-color: #131313;
}
/*---------------------------------------------*/
.tabs .tab > a:hover {
	background: #151515;
	color: #D31141;
}

.tabs .activetab > a,
.tabs .activetab > a:hover {
	background-color: #131313; /* Old browsers */ /* FF3.6+ */
	background-image: -webkit-linear-gradient(top, #363636 0%, #131313 100%);
	background-image: linear-gradient(to bottom, #303030 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F2FF', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border-color: #131313;
	box-shadow: 0 1px 1px #F2F9FF inset;
	color: #D31141;
}

.tabs .activetab > a:hover {
	color: #D31141;
}

/* colours.css:385, FAQ osaston otsikot */
dl.faq dt {
  color: #FFDF84;
}

/* UseControlPanel navigation menu
----------------------------------------*/

/* colours.css:836 Link styles for the sub-section links */
.navigation a {
	color: #f5f5f5;
	background: #242424; /* Old browsers */ /* FF3.6+ */
	background: -webkit-linear-gradient(left, #242424 50%, #383838 100%);
	background: linear-gradient(to right, #242424 50%,#383838 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B4C4D1', endColorstr='#CADCEB',GradientType=1 ); /* IE6-9 */
}

.rtl .navigation a {
	background: #B4C4D1; /* Old browsers */ /* FF3.6+ */
	background: -webkit-linear-gradient(left, #383838 50%, #242424 100%);
	background: linear-gradient(to right, #383838 50%,#242424 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADCEB', endColorstr='#242424',GradientType=1 ); /* IE6-9 */
}

.navigation a:hover {
	background: #242424;
	color: #BC2A4D;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a {
	background: #242424;
	color: #D31141;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.navigation .active-subsection a:hover {
	color: #D31141;
}

/* Preferences panel layout
----------------------------------------*/
.panel-container h2 {
	color: #FFDF84;
}

.panel-container .panel {
	background-color: #242424;
}

.cp-main .pm {
	background-color: #202020;
}

/* Friends list */
.cp-mini {
	background-color: #242424;
}

dl.mini dt {
	color: #FFDF84;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #000000 !important;
}

/* colours.css:777 Main CP box */
.panel-container table.table1 thead th {
	color: #f5f5f5;
	border-bottom-color: #333333;
}



/* colours.css:1084 jQuery popups
---------------------------------------- */
.phpbb_alert {
	background-color: #131313;
	border-color: #ffeebe;
}

/*-- colours.css:248, Jumpbox Jump to --*/
.jumpbox .dropdown li {
	border-top-color: #CCCCCC;
}

.jumpbox-cat-link {
	background-color: #131313;
	border-top-color: #131313;
	color: #FFDF84;
}

.jumpbox-cat-link:hover {
	background-color: #242424;
	border-top-color: #242424;
	color: #FFDF84;
}

.jumpbox-forum-link {
	background-color: #E1EBF2;
}

.jumpbox-forum-link:hover {
	background-color: #F6F4D0;
}

.jumpbox .dropdown .pointer-inner {
	border-color: #131313 transparent;
}

.jumpbox-sub-link {
	background-color: #131313;
}

.jumpbox-sub-link:hover {
	background-color: #242424;
}

/* colours.css:399, User signature divider border */
/* Post signature */
.signature {
	border-top-color: #505050;
}

/*mediascreen*/
@media only screen and (max-width: 900px), only screen and (max-device-width: 900px)
{
	#navigation a, .rtl #navigation a {
		background: #242424;
	}
}


/*----------------------------- Alku Profiili Oikealla -------------------------------------------------------*/


.post {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.postprofile {
	color: #f5f5f5;
	border-color: #242424;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 0 0 0 5px;
	padding-top: 10px;
	padding-bottom: 0px;	
}

.online {
    background-image: none;
    background-position: bottom 0px right 20px;
    background-repeat: no-repeat;
}

/*----------------------------- Loppu Profiili Oikealla -------------------------------------------------------*/

/*----------------------------- Alku Profiili Vasemmalla -------------------------------------------------------*/

/*
@media (min-width: 701px) {
	.post .inner {
		display: flex;
		flex-wrap: wrap;
	}
	.back2top {
		flex: 0 0 100%;
	}
	
}*/


/*
.post{
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.postprofile {
	color: #f3f3f3;
	border-color: #1f1f1f;
	background-color: #1f1f1f;*/
	/*max-height: 100%;*/
	/*margin-right: 10px;
	margin-top: 0px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding-top: 10px;
	margin-block: 0 -15px;*/
	/*flex-direction: left;*/
/*}*/


/*-------------------------------------------  Loppu, Profiili Vasemmalla   -------------------------------------------------------------*/


/* Icon styles */
/* seuraava esim < ja > pm ucp sivulla*/
.icon.icon-black, a:hover .icon.icon-black {
	color: #f5f5f5;
}



/* Responsive Design, pienemmlle näytöille ... */

/* responsive.css:160 sivun nimi headerissa, toimii vain width alle 700px */
.site-description h1, .site-description p {
		text-align: inherit;
		float: none;
		margin: 30px 5px 5px 5px;     /* oli 5px */
		line-height: 1.2em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
