/*
Duscara Sheddinn website stylesheet
Author: "Duscara Sheddinn"
Original Build Date: Tuesday, October 5th, 2021
*/

* {
	margin: 0;
	padding: 0;
}

#main {
	background-color: dodgerblue;
	font-family: Helvetica;
}

#container {
	background-color: navy;
	margin: 1.3em;
	padding: 1.1em;
	border: 1.2em;
	}

a:link {
	font-size: 1.3em;
	font-family: Helvetica;
	color: mediumvioletred;
	text-decoration: none;
}

a:active {
	background-color: mediumvioletred
	color: chartreuse;
	font-weight: bold;
}

a:visited {
	color: blueviolet;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	background: gold;
	letter-spacing: .2em;
	word-spacing: .5em;
	text-align: center;
	font-size: 20pt;
	border-bottom: solid thick cornflowerblue;
	border-top: solid thick cornflowerblue;
}

h2 {
text-align: left;
font-size: 16pt;
background-image: url(Images/cyan_texture.jpg);
text-align: center;
}

p {
font-size: 14pt;
font-family: Helvetica;
text-align: left;
line-height: 2;
margin: 0;
color: lightsteelblue;
}

strong {
font-weight: bolder;
font-variant: small-caps;
}

em {
font-weight: 700;
}

ul li {
color: darkslategray;
list-style-type: square;
}

li {
	background-image: url(Images/off_white.jpg);
	padding-left: 1.1em;
	padding-bottom: 1.1em;
}

strong em {
color: magenta;
 }
 
h1, h2, h3, h4, h5, h6 {
color: crimson;
font: Helvetica;
}
 
.left {
float: left;
margin: 1.1em;
}

.right {
float: right;
}

.clear {
clear: both;
}

.advertisement {
text-align: center;
color: white;
background-color: black;
padding: 10px;
text-transform: uppercase;
}

table {
		margin: 1.1em;
		border: solid thick black;
		border-collapse: collapse;
		width: 100%;
		background-color: skyblue;
}
	
td {
		padding: 0.5em;
}

caption {
	padding: 1.1em;
	color: darkslategray;
	background-color: ghostwhite;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
}

tr.stripe {
	background-color: gold;
}

a.TEST:hover {
	background-color: black;
	color: white;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}