/*//------------------------------------------------------------------------
 * Copyright            (c) 2009-2023
 * Coded by		Aelyn <http://aelysia.net>
 * Layout by		Cerine <http://caelestis.nu>
 * No portion of this layout and contents should be reproduced, plagiarized, or duplicated in any manner.
-------------------------------------------------------------------------//*/







/*//------------------------------------------------------------------------
	FONTS
-------------------------------------------------------------------------//*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@900&display=swap');




/*//------------------------------------------------------------------------
	GENERAL
-------------------------------------------------------------------------//*/

body {
	background: url('bg_top.png') top center repeat-x,
                    url('bg_foot.png') bottom center repeat-x,
                    url('bg.png') top center #282828 repeat;
	line-height: 30px;
	color: #222;
        padding: 0px;
	margin: 0px;
        }

td, div {
	font: normal 1em 'Fira Sans', sans-serif;
        line-height: 30px;
        }

b, strong {
	font: bold 1em;
	color: #d92a2a;
	}


font {
        font-size: 15px;
        line-height: 25px;
	color: #191919;
        }

i, em {
	font: italic 1em;
	color: #d92a2a;
        text-decoration: none;
        text-shadow: none;
	}

u {
	font: underline 1em;
	color: #539edd;
        text-decoration: none;
        border-bottom: 1px dashed #a47170;
	}

h1 {
	font: bold 2em 'Fira Sans', sans-serif;
        color: #d92a2a;
        font-variant: small-caps;
        text-transform: uppercase;
        letter-spacing: -2px;
	}

h2 {
	font: normal 2em 'Fira Sans', sans-serif;
	text-align: center;
        color: #eee;
        padding-top: 5px;
        letter-spacing: -2px;
        }

hr {
	height: 65px;
        width: 238px;
	background: url(hr.png) center no-repeat;
   	border: 0;
	}


blockquote {
	font: normal 1em 'Fira Sans', sans-serif;
	margin: 0.25em 0;
	padding: 0px 0px 0px 50px;
        line-height: 1.45;
	position: relative;
	color: #222;
	}

blockquote:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
        font: normal 5em 'Coustard', serif;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #222;
	}

blockquote cite {
	color: #999;
	font: normal 1em 'Fira Sans', sans-serif;
	display: block;
	margin-top: 5px;
	}

blockquote cite:before {
	content: "\2014 \2009";
	}






/*//------------------------------------------------------------------------
	FORMS
-------------------------------------------------------------------------//*/


input, select, textarea {
        font: normal 1em 'Fira Sans', sans-serif;
        background: #fefefe;
        border: 1px solid #eee;
        color: #27272b;
        padding: 0.7em;
        width: 100%;
        resize: none;
        }

select optgroup {
        font-weight: normal;
        font-style: normal;
        }

input[type=submit] {
        width: 200px;
        float: none;
        background-color: initial;
	background-image: linear-gradient(-180deg, #00d775, #00bd68);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	color: #fff;
	white-space: nowrap;
	z-index: 9;
        border: 0px;
	}

input:hover[type=submit] {
        background: #00bd68;
        }

input[type=reset] {
        width: 200px;
        float: none;
        background-color: initial;
	background-image: linear-gradient(-180deg, #fe7b2f, #e73005);
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	color: #fff;
	white-space: nowrap;
	z-index: 9;
        border: 0px;
	}

input:hover[type=reset] {
        background: #e73005;
        }

input[type=checkbox], input[type=radio] {
        width: 10px;
        height: 10px;
        float: none;
	}

input:hover[type=text], input:hover[type=email]:hover, input:hover[type=url], textarea:hover, select:hover {
  	border: 1px solid #262629;
 	}

fieldset {
	 border: 0px;
	 margin: 20px;
   	 padding: 20px;
         position: relative;
         width: 100%;
	 }






/*//------------------------------------------------------------------------
	LINKS
-------------------------------------------------------------------------//*/

a {
	cursor: default;
        text-decoration: none;
        transition: all, .5s;
        -moz-transition: all, .5s;
        -webkit-transition: all, .5s;
        }

a:link, a:visited {
        font: normal 1em;
        color: #d92a2a;
        }

a:hover {
	cursor: help;
	text-decoration: none;
	color: #e0a700;
        }





/*//------------------------------------------------------------------------
	CLASS / ID
-------------------------------------------------------------------------//*/

.admin {
	background: #fafafa;
        padding: 20px;
        width: 750px;
        color: #aaa;
        margin: 0 auto;
        }


.break {
	display: none;
        }


.sup {
	background: #222;
        padding: 0px;
        margin: 0px 0px 0px 500px;
        border-radius: 10px;
        width: 350px;
        height: 50px;
        position: relative;
        }

.sub {
        font: normal 12px 'Fira Sans', sans-serif;
        color: #eee;
	background: #222;
        padding: 10px 10px;
        margin: -20px 0px 0px 20px;
        border-radius: 10px;
        width: 170px;
        height: 15px;
        position: relative;
        margin-bottom: 150px;
        font-variant: small-caps;
        text-transform: uppercase;
        }

#hover-content {
	opacity:0;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	-ms-transition:.5s;
	transition:.5s;
	}

.sub:hover #hover-content {
	opacity: 1;
	}

.sub a, .sub b {
	color: #eee;
        }

.content {
         background: #fefefe;
         color: #222;
         padding: 50px 20px 0px 20px;
         margin: -30px 0px 0px 0px;
         border-top: 1px solid #f0f0f0;
         border-right: 1px solid #f0f0f0;
         border-left: 1px solid #f0f0f0;
         width: 850px;
         text-align: justify;
         }

.par {
	background: url('bg_content.png') top center repeat-x #222;
        height: 10px;
        width: 892px;
        margin: 0px;
        }

.mod a {
        font: bold 25px 'Fira Sans', sans-serif;
        font-variant: small-caps;
        text-transform: uppercase;
        letter-spacing: -2px;
        }




/*//------------------------------------------------------------------------
	FOOTER
-------------------------------------------------------------------------//*/

.link a:link, .link  a:visited {
        font: normal .7em 'Fira Sans', sans-serif;
        color: #eee;
	letter-spacing: .2em;
        background: #2e2d69;
	line-height: 15px;
	padding: 5px;
        margin: 5px;
        width: 100px;
	display: inline-block;
        text-align: center;
        text-transform: uppercase;
        border-radius: 5px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05), 1px 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: #222 1px 1px;
	}

.link a:hover {
	color: #eee;
        background: #784b5c;
	}

.copyright {
        font: normal .8em 'Fira Sans', sans-serif;
        color: #eee;
        padding: 5px;
        text-decoration: none;
        line-height: 25px;
	text-shadow: 1px 1px #1f1d23;
        background: rgba(0, 0, 0, .75);
        }

.copyright b {
        font: bold 1em 'Fira Sans', sans-serif;
        color: #d92a2a;
        }

.copyright a {
        font: normal 1em 'Fira Sans', sans-serif;
        color: #e0a700;
        }






/*//------------------------------------------------------------------------
	MENU
-------------------------------------------------------------------------//*/

#nav a:link, #nav a:visited, #nav a:active {
        background-image: linear-gradient(#d92a2a, #d92a2a);
	background-size: 100% 0px;
	background-position-y: 100%;
	background-repeat: no-repeat;
	transition: background-size 0.2s ease-in-out;
        color: #d92a2a;
        font: normal 2em 'Fira Sans', sans-serif;
	padding: 8px;
        line-height: 20px;
	display: inline-block;
        text-align: center;
        text-transform: lowercase;
        text-decoration: none;
	text-shadow: none;
        text-shadow: 1px 1px #fff;
        width: 80px;
        margin: auto 5px;
        letter-spacing: -2px;
	}

#nav a:hover {
	background-size: 100% 100%;
        color: #fff;
        text-shadow: none;
	}












/*//------------------------------------------------------------------------
	PAGINATION
-------------------------------------------------------------------------//*/

ul.pagination {
    	display: inline-block;
    	padding: 0;
    	margin: 0;
	}

ul.pagination li {
	display: inline;
        }

ul.pagination li a {
    	color: #eee;
    	text-decoration: none;
    	border-radius: 5px;
        padding: 10px;
        background: #222;
        width: 60px;
	}

ul.pagination li .active a b {
        font-weight: bold;
	background: #222;
	color: #d92a2a;
	border-radius: 5px;
        text-shadow: none;
        width: 60px;
	}

ul.pagination li a:hover:not(.active){
	background: #eee;
        color: #222;
        width: 60px;
	}

div.page {
        display: inline-block;
        padding: 8px 16px;
        text-align: right;
        }