/*Main things*/

body {
    background-color: black;
    color: azure;
    font-family: serif, verdana, helvetica;
    font-size: 120%;
}

hr {
    border-width: 0px;
    color: #5939fa;
    background-color: #5939fa;
    height: 3px;
}

h1 {
    color: white;
    text-align: center;
    margin-left: 1em;
}

h2 {
    color: white;
    margin-left: 1em;
}

h3 {
    margin-left: 1em;
}

h4 {
    margin-left: 1em;
}

p{
    font-family: sans-serif, verdana;
    margin-left: 1em;
}

footer {
    margin-left: 1em;
}

caption {
    font-weight: bold;
    font-size: 105%;
}





/*Lists + Aside*/
ol {
    font-family: sans-serif, verdana;
    color: azure;
}

ul {
    font-family: sans-serif, verdana;
    list-style-type: circle;
}

dl {
    font-family: sans-serif, verdana;
    color: azure;
    margin-left: 1em;
}

aside {
    font-family: sans-serif, verdana;
    width: 30%;
    padding-left: 30px;
    float: right;
    margin-right: 30px;
}

aside img.border {
    margin-left: 5em;
}

aside p {
    margin-right: 3em;
}

aside.first {
    margin-right: 0px;
    border: 3px dotted aqua;
}

aside h3 {
    margin-left: 8em;
}

aside ol {
    margin-left: 8em;
}

aside.second {
    padding-left: 5em;
}

aside.third {
    padding-top: 2em;
    margin-right: 400px;
}

aside ul {
    list-style-type: square;
}

aside:hover {
  cursor:pointer;
  color: gold;
}

aside ol:hover {
  cursor:pointer;
  color: gold;
}






/*Classes, IDs, Combinators*/

.uli {
    text-decoration: underline;
}

.obvious {
    font-weight: bold;
}

.infoblock {
    border-color: aqua;
    border-width: medium;
    border-style: dotted;
    background-color: RGB(0,12,30);
    padding: 1em;
    margin-right: 8em;
    margin-top: 1em;
}

.middle {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.final {
    background-color: RGB(0,12,30);
}

.fc {
    margin-left: 5em;
}

.fix {
    text-transform: capitalize;
}

.button {
    background-color: rgba(221,221,238,0.9);
    border: solid;
    padding: 10px;
    margin-left: 2em;
    display: inline-block;
}

img.border {
    border: 3px dotted aqua;
}

#organise {
    text-align: center;
}

#final {
    background-color: RGB(0,12,30);
}

#fancy {
    font-style: italic;
}

#extra {
    font-size: 270%;
}

#star {
    position: absolute;
    top: 25px;
    left: 60px;
}

blockquote em {
    text-decoration: underline;
}

blockquote > span {
    font-style: italic;
    text-emphasis-color: aqua; 
}

nav a {
    padding: 30px;
}

footer a {
     padding-right: 5em;
}





/*Table Design*/
table {
    margin-left: 17em;
    border-style: solid;
    border-color: aqua;
    border-width: thin;
}

th, td {
    padding-right: 1em;
    border-color: azure;
}

caption {
    text-align: center;
}

table tr:nth-of-type(even) {
    background-color:  rgba(50, 50, 150, 0.3);
}

table tr:nth-of-type(odd) {
    background-color: rgba(50, 50, 150, 0.3);
    background-color: rgba(152, 108, 230, 0.3);
}

tr:hover {
  cursor:pointer;
  color: gold;
}

tfoot tr:last-of-type {
    background-color: black;
}





/*Specific classes*/
header.one {
    background-image: url(../images/tophome.png);
}

header.two {
    background-image: url(../images/topmusic.png);
}

header.three {
    background-image: url(../images/topcraft.png);
}

header.four {
    background-image: url(../images/toptaekwondo.png);
}

header.five {
    background-image: url(../images/topread.png);
}

hr.bright {
    border-width: 0px;
    color: aqua;
    background-color: aqua;
    height: 2px;
}







/*Links*/

nav {
    font-family: serif, verdana, helvetica;
    text-align: center;
}

a {
    font-size: 120%;
}

a:link {
    color: gold;
}

a:visited {
    color: #986ce6;
}

a:hover {
    color: aqua;
    text-decoration: overline underline;
}

a:active {
    color: #DDDDEE;
}