body {
    background: #090909;
    color: #DFDFDF;
    margin: 1em;
    font-family: sans-serif;
    font-size: 1.1em;
}

img {
    width: 75%;
    padding-left: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
}

img.smilie {
    width: 1.1em;
    padding: 0em;
    display: inline;
/*    image-rendering: pixelated;*/
}

img.button8831 {
    width:88px;
    display: inline-block;
    padding: 0em;
    image-rendering: pixelated;
}

img.icon {
    width: 48px;
    height: 48px;
    padding: 0em;
    display: inline;
    image-rendering: pixelated;
}

a.link8831 {
    width: 88px;
    height: 31px;
    display: inline-block;
    border: 3px solid pink;
    border-radius: 10px;
    text-align: center;
}

a.link8831:hover {
    color: #FFFFFF;
    text-decoration: underline wavy;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
}

ul.daGrid {
    columns: 6;
}

li.daGrid {
    height: 100px;
    margin: 5px 10px;
}

@media (prefers-reduced-motion: no-preference){
    @keyframes bounce{
	0%, 100%{
	    transform:translateY(-25%);
	    animation-timing-function:cubic-bezier(0.8,0,1,1)
	}
	50%{
	    transform:none;
	    animation-timing-function:cubic-bezier(0,0,0.2,1)
	}
    }
    .motion-safe:animate-bounce{
	animation:bounce 1s infinite
    }

    @keyframes spin{
	to{
	    transform:rotate(360deg)
	}}
    .motion-safe:animate-spin{
	animation:spin 1s linear infinite}
    .motion-safe:transition-transform{
	transition-property:transform;
	transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration:150ms
    }
}

@media (prefers-reduced-motion: no-preference){
    @keyframes pulse{
	0%, 100%{
	    opacity: 1
	}
	50%{
	    opacity: .5
	}
    }
    .motion-reduce:animate-pulse{
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
    }
    .motion-reduce:transition-none{
	transition-property: none
    }
}

#content #archive {
    width: 60%;
    padding-left: 2em;
    padding-top: 1em;
    padding-bottom: 2em;
    margin-left: 1em;
}

#content p {
    padding-left: 3em;
}

#content ul {
    width: 60%; margin-left: 3em;
}

#content li {
    width: 60%; margin-left: 3em;
}


#content .blockquote {
    border: 1px solid #dddddd;
    border-radius: 0.5em;
    width: 75%;
}

#pageselect {
    margin: auto;
    width: 50%;
    padding: 2em;
}

#pageselect a {
    padding: 0.5em;
    border: 1px solid #ffffff;
    border-radius: 0.5em;
    width: 75%;
}

.archive_date {
    font-family: serif;
    position: absolute;
    right: 40%;
}

.imagebox {
    border-radius: 1em;
    border: 2px dotted #DFDFDF;
    padding: 0.5em;
    position: relative;
    width: 600px;
    left: 20%;
    top: 0.5em;
    bottom: 0.5em;
}

.imagebox p {
    font-style: italic;
    top: 1em;
}

#footer {
    border-radius: 1em;
    font-family: serif;
    font-size: 0.5em;
    width: 50%;
    left: 10%;
    right: 10%;
    padding: 0.15em;
    position: relative;
    bottom: 0em;
}

#menu {
    position: absolute;
    top: 5em;
    right: 2%;
    width: 20%;
    border-radius: 1em;
    background: #222222;
}

#menu h1 {
    font-size: 1.5em;
    text-align: center;
    font-family: serif;
    position: relative;
    padding: 0.25em;
    left: 5%;
    top: 0em;
    width: 60%;
}

code {
    padding: 0.5em;
    font-family: monospace;
}

a {
    color: #B32426;
    text-decoration: underline;
}

a:hover {
    color: #FFFFFF;
    border: 1px;
    text-decoration: underline wavy;
}

a:visited {
    color: #702223;
}

acronym, abbr {
    text-decoration: underline 1px dotted #bababa;
    cursor: help;
}

h1 {
    font-family: serif;
    position: relative;
    left: 1em;
    top: 0.5em;
    width: 60%;
}

h2 {
    padding: 0.25em;
    font-family: serif;
    width: 60%;
    text-align: center;
}

h3 {
    font-family: serif;
    position: relative;
    left: 2em;
    width: 60%;
}

h4 {
    font-family: serif;
    position: relative;
    left: 2.25em;
    width: 60%;
}

h5 {
    font-family: serif;
    position: relative;
    left: 2.50em;
    width: 60%;
}

h6 {
    font-family: serif;
    position: relative;
    left: 2.75;
    width: 60%;
}

#footer p {
    text-align: center;
}

p {
    margin-bottom: 1em;
    width: 75%;
}

.readmore {
    width: 20%;
    position: absolute;
    left: 55em;
}

.post-link {
    font-size: 1.25em;
    font-family: serif;
    font-weight: bold;
    left: 2em;
}

.postquote {
    width: 60%;
    padding: 0.25em;
    border: 2px solid #DFDFDF;
    border-radius: 1.5em;
    margin-left: 3em;
}

table,th,td {
    border: 1px solid grey;
    margin: auto;
    padding: 0.5em;
    border-collapse: collapse;
}

