body {
background: #C1EBFF url("graphics/snowflakebg.gif");
font-family: Tahoma, serif;
font-size: 14px;
color: #021e4a;
}

header {
height: 100%;
width: 200px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background: #B0E8F8 url("graphics/icepathbg.png") fixed repeat;
overflow-x: hidden;
border-right: 5px ridge lightgray;
text-align: center;
}

main, footer {
margin: 20px 20px 20px 300px;
max-width: 400px;
}

footer {
font-size: 10px;
border-top: 1px solid gray;
text-align: center;
}

section {
margin-top: 24px;
margin-bottom: 24px;
}

h1 {
font-family: "Vampiro One", Tahoma, sans-serif;
text-align: center;
font-size: 36px;
margin-top: 30px;
margin-bottom: 10px;
}

nav ul {
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
width: 100%;
}

nav li {
margin: 16px auto;
padding: 4px 0;
width: 120px;
background-color: #50D8F8;
}

nav a {
color: #021e4a;
font-weight: bold;
text-decoration: none;
}

nav a:hover {
color: white;
}

h2 {
font-size: 20px;
text-align: center;
margin-top: 10px;
margin-bottom: 8px;
}

h3 {
font-size: 16px;
margin-top: 16px;
margin-bottom: 8px;
}

h4 {
font-size: 14px;
margin-top: 14px;
margin-bottom: 4px;
}

ul {
list-style-type: none;
margin: 0;
padding: 0;
}

p {
margin-top: 8px;
margin-bottom: 8px;
}

time {
font-weight: bold;
}

.centerimg {
display: block;
margin: 5px auto;
}

.center {
text-align: center;
}

table {
font-family: "Lucida Console", Monospace;
font-size: 14px;
width: 100%;
border-collapse: collapse;
border: 3px ridge lightgray;
empty-cells: hide;
margin-bottom: 6px;
}

th, td {
background: white;
height: 31px;
border: 2px solid gray;
}

#pokedex {
text-align: center;
}

#movedex, #movedex th {
text-align: left;
}

.deximg {
height: 56px;
width: 56px;
text-align: center;
}

.stats {
table-layout: fixed;
text-align: center;
}

.moves {
text-align: left;
}

.water_ice {
background-color: #8ABFF5;
background-image: linear-gradient(to bottom, #8ABFF5, #B3EBFF);
}

.ice_psychic {
background-color: #F6A6FF;
background-image: linear-gradient(to bottom, #B3EBFF, #F6A6FF);
}

.ice_flying {
background-color: #E6EEFF;
background-image: linear-gradient(to bottom, #B3EBFF, #E6EEFF);
}

.ice_ground {
background-color: #FFE6B3;
background-image: linear-gradient(to bottom, #B3EBFF, #FFE6B3);
}

.dark_ice {
background-color: #D9D9D9;
background-image: linear-gradient(to bottom, #D9D9D9, #B3EBFF);
}