/*//------------------------------------------------------------------------
 * Copyright            (c) 2009-2023
 * Author		Aelyn <http://aelysia.net>
 * 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=Source+Sans+3&display=swap');
@import url(https://fonts.googleapis.com/css?family=Marvel);





/*//------------------------------------------------------------------------
>>> GENERAL:
-------------------------------------------------------------------------//*/

body, html {
        background: url('bg_top.png') center 50px repeat-x,
        	    url('bg_foot.png') bottom center repeat-x,
        	    url('bg.png') top center repeat #fbfbfb;
        padding: 0px;
	margin: 0px;
	color: #555;
        line-height: 30px;
        text-align: justify;
        text-shadow: 1px 1px #eee;
        }

td, div {
        font: normal 1.2em 'Source Sans 3', sans-serif;
        line-height: 30px;
        text-shadow: 1px 1px #eee;
        }

b, strong {
	font: bold;
	color: #841c00;
	}

i, em {
	color: #841c00;
	font-style: italic;
	}

u {
	color: #841c00;
        text-decoration: underline wavy #444;
	}


h1 {
        font: normal 2.5em 'Marvel', sans-serif;
	letter-spacing: -2px;
	color: #841c00;
        text-align: right;
        text-transform: uppercase;
        text-shadow: 2px 2px #eee;
        transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        background: url('header.png') bottom right no-repeat;
        height: 130px;
        line-height: 150px;
        padding: 0px 100px 0px 0px;
        margin: 0px;
        }

h2 {
	font: bold 1.2em 'Marvel', sans-serif;
	text-align: right;
        text-transform: uppercase;
        letter-spacing: -1px;
        color: #841c00;
        text-shadow: 1px 1px #ddd;
        background: url('header2.png') top right no-repeat;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 350px;
        }

figcaption {
        text-align: left;
        line-height: 30px;
        }







/*//------------------------------------------------------------------------
>>> FORMS:
-------------------------------------------------------------------------//*/

input, select, option {
        font: normal .9em 'Source Sans 3', sans-serif;
        background: rgba(253, 249, 248, 1);
        border: 1px solid #eee;
        color: #555;
        padding: 0.5em;
        width: 100%;
        resize: none;
        }

select optgroup {
        font-weight: normal;
        font-style: normal;
        font: normal .9em 'Source Sans 3', sans-serif;
        }

input[type=submit], input[type=reset] {
        width: 250px;
	}

input[type=checkbox], input[type=radio] {
        width: 20px;
	}








/*//------------------------------------------------------------------------
>>> LINKS:
-------------------------------------------------------------------------//*/

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

a:link, a:visited {
        color: #839267;
        }

a:hover {
	cursor: help;
	text-decoration: none;
	color: #e1c9b2;
        text-shadow: 1px 1px #444;
        }



/*//------------------------------------------------------------------------
>>> CLASS:
-------------------------------------------------------------------------//*/

.intro {
        font: normal 1em 'Source Sans 3', sans-serif;
        text-align: center;
        width: 600px;
        background: rgba(253, 249, 248, 1);
        padding: 15px 15px 5px 15px;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid #eee;
        border-bottom: 4px solid #841c00;
        }

.set {
	display: inline-block;
        margin: 30px 10px;
	}

img.thumb {
        border-top: 5px solid #841c00;
        border-bottom: 10px solid #841c00;
        background: #312c2a;
        width: 350px;
        height: 255px;
        }






/*//------------------------------------------------------------------------
>>> FOOTER:
-------------------------------------------------------------------------//*/

.link a:link, .link  a:visited {
        font: normal .7em 'Source Sans 3', sans-serif;
        color: #dccdc6;
        background: #841c00;
	line-height: 15px;
	padding: 5px;
        margin: 5px;
        width: 100px;
	display: inline-block;
        text-align: center;
        text-transform: uppercase;
        border-radius: 20px;
        text-shadow: 1px 1px #101012;
        width: 150px;
	}

.link a:hover {
        background: #312c2a;
        color: #eee;
	}

.copyright {
        font: normal .9em 'Source Sans 3', sans-serif;
        color: #dccdc6;
        padding: 10px;
        text-decoration: none;
        line-height: 25px;
        background: rgba(0, 0, 0, .75);
        width: 700px;
        text-align: justify;
        text-shadow: 1px 1px #101012;
        }

.copyright b {
        font: normal 1em 'Source Sans 3', sans-serif;
        color: #ba270f;
        }

.copyright a {
        font: normal 1em 'Source Sans 3', sans-serif;
        color: #839267;
        }








/*//------------------------------------------------------------------------
>>> NAVIGATION:
-------------------------------------------------------------------------//*/

nav {
        width: 100%;
        background: #2e2c2a;
        margin: 0px auto;
        position: fixed;
        height: 50px;
        text-align: center;
        top: 0px;
        z-index: 1000;
        border-bottom: 2px solid #ddd;
        overflow: auto;
        }

nav a:link, nav a:visited, nav a:active {
        font: normal 1.5em 'Marvel', sans-serif;
        color: #dec5a9;
	line-height: 30px;
        padding: 10px 10px;
        display: inline-block;
        border: 0px;
        width: 150px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 1px #222;
	}

nav a:hover {
	color: #931e2a;
	text-decoration: none;
	}

nav a span {
        color: #eee;
        text-transform: lowercase;
        font: normal .7em 'Fira Sans', sans-serif;
        }

nav a:hover span {
        color: #222;
        }





/*//------------------------------------------------------------------------
>>> PAGINATION:
-------------------------------------------------------------------------//*/

.page {
        font: normal 1em 'Source Sans 3', sans-serif;
        display: inline-block;
        }

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;
        transition: background-color .3s;
        background: #312c2a;
        text-shadow: 1px 1px #222;
        margin: 2px;
	}

ul.pagination li.active a {
	background: #841c00;
	color: #eee;
	border-radius: 5px;
        font-weight: bold;
        text-shadow: 1px 1px #222;
	}

ul.pagination li a:hover:not(.active) {
	background: #841c00;
        color: #eee;
        text-shadow: 1px 1px #222;
	}

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