


/****************************************************************************
 **
 ** Theme Name: 21 September
 ** Theme URL: https://21september.net
 **
 ** Author: Deborah V.D.
 ** Copyright: Reproduction not permitted. All rights reserved.
 **
 ****************************************************************************/

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Anaheim&family=Gabriela&family=Cookie&display=swap');

html, body {
background-color: #e4e1e8; 
width: 100%;
font-size: 110%;
line-height: 170%;
color: #393939;
font-family: 'Anaheim', Arial, Tahoma, Sans-Serif;
margin: 0 auto;
padding: 0;
}

a:link, a:visited, a:active {
font-style: normal;
font-weight: normal;
color: #9f8cb3;
text-decoration: none;
}

a:hover {
color: #5c4b73;
}

#header {
border-left: 20px solid #f3f2fa;
border-right: 20px solid #f3f2fa;
width: 1100px;
height: 340px;
margin: 0 auto;
}

#wrapper {
background-color: #ccd5e5;
border-left: 20px solid #f3f2fa;
border-right: 20px solid #f3f2fa;
width: 1100px;
min-height: 600px; /* for modern browsers */
height: auto !important; /* for modern browsers */
overflow: auto;
margin: 0 auto;
margin-top: -15px;
}

#content {
margin: 0 170px 30px 170px;
}

#footer {
background-color: #ccd5e5;
border-left: 20px solid #f3f2fa;
border-right: 20px solid #f3f2fa;
width: 1100px;
min-height: 50px;
text-align: center;
font-size: 90%;
line-height: 110%;
margin: 0 auto;
clear: both;
}

h1, h2, h3, h4 {
font-weight: normal;
font-style: normal;  
font-size: 220%;
color: #91adc9;
letter-spacing: 2px;
text-shadow: 0 1px #fff;
border-bottom: 1px dashed #f3f2fa;
padding: 2px 0 2px 0; 
margin: 0px; 
font-family: 'Cookie', Helvetica, sans-serif, cursive;
}

h5 {
font-weight: normal;
font-style: normal; 
font-size: 140%;
color: #91adc9;
letter-spacing: 3px;
text-shadow: 0 1px #f3f2fa;
padding: 2px 0 2px 0; 
margin: 0px; 
font-family: 'Cookie', Helvetica, sans-serif, cursive;
}

input, textarea, select { 
background-color: #f3f2fa; 
border: 1px solid #91adc9;
padding: 4px;
font-size: 95%; 
color: #393939;
font-family: 'Anaheim', Arial, Tahoma, Sans-Serif;
}

.submit {
background-color: #f3f2fa;
border: 1px solid #91adc9;
color: #393939;
padding: 5px;
}

form, table, ul {
margin-bottom: 20px;
}

	.list-circle {
	list-style-type: circle;
	}

	.list-square {
	list-style-type: square;
	}
	
	.list-point {
	list-style-type: none;
	list-style-image: url('images/point.gif');
	}
	
	.list-bullet {
	list-style-type: none;
	list-style-image: url('images/bullet.gif');
	}
	
	.list-heart {
	list-style-type: none;
	list-style-image: url('images/heart.gif');
	}

acronym, abbr {
cursor: help;
}

code, pre {
margin: 5px 0 17px 0;
font-size: 95%;
color: #c67373;
font-family: "Courier New", Courier, monospace;
}

sup {
font-size: 75%;
line-height: 0px;
}

small {
font-size: 80%;
}

em {
font-size: 90%;
}

.underline {
border-bottom: 1px solid;
}

hr {
border-top: 0px;
border-bottom: 1px solid #f3f2fa;
margin: 4px 0 20px 0;
}

ol {
margin-bottom: 25px;
}

p {
margin: 4px 0 20px 0;
}

#footer p {
margin: 0;
}

.center { 
text-align: center;
}

img {
border: 0px;
}

.images-wrap {
word-wrap: break-word; /* old name */
overflow-wrap: break-word;
}

.network {
height: auto;
background-color: #fff;
border: 8px solid #f3f2fa;
margin: 5px 10px 5px 5px;
padding: 1px;
}

	.network:hover {
	border: 8px solid #91adc9;
	margin: 5px 10px 5px 5px;
	padding: 1px;
	}

.opacity {
opacity: 0.6;
z-index: -5000;
height: auto;
}

.opacity:hover {
opacity: 0.9;
}