@import url(http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy|Radley);

body {
    padding: 0 180px;
    background: #acf url(images/bluegrad.png) left top repeat-x;
    background: #d5e5ff url(images/blue-grad.png) left top repeat-x;
}

header,
.header {
    margin: 1em auto 4em auto;
    max-width: 60em;
    text-align: center;
    min-width: 800px;
}

header h1,
.header h1 {
/*    font-family: 'Radley', 'Sorts Mill Goudy', serif;
    font-weight: bold;
    font-size: 500%;*/
    background: transparent url(images/words-logo.png) left top no-repeat;
    width: 800px;
    height: 189px;
    margin: 0 auto;
    font-size: 500%;
}

header h1 span,
.header h1 span {
    display: none;
}

nav,
.nav {
    position: fixed;
    top: 4em;
    left: 1em;
/*    box-shadow: 6px 6px 10px black;
    border-radius: 14px 14px 14px 14px;*/
}

nav h1,
.nav h1 {
    background: transparent url(images/naviboard.png) center bottom no-repeat;
    margin: 0 -20px 0 -20px;
    padding: 0 0.5em 12px 0.5em;
    width: 200px;
    font-size: 160%;
    text-align: center;
    border-radius: 12px 12px 0 0;
    text-shadow: 0 0 4px white;
}

/*nav h1 span,
.nav h1 span {
    font-size: 70%;
    padding: 0.1em 0.5em;
    margin: 0.5em 0;
    color: black;
    background-color: white;
    display: inline-block;
    border: 1px solid #aaa;
    border-bottom: 4px solid black;
    border-right: 4px solid black;
    -moz-transform: rotate(2deg);
}*/

nav ul,
.nav ul {
    list-style: none;
    margin: 0.8em;
    padding: 0.3em;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #acf;
    box-shadow: 0 0 4px #acf;
}

section,
.section {
    max-width: 60em;
    margin: 1em auto;
    padding: 0 0 1em 0;
    min-width: 800px;
/*     background-color: white; */
/*     box-shadow: 6px 6px 10px black; */
/*     border-radius: 14px 14px 14px 14px; */
}

section .sectioncontent,
.section .sectioncontent {
    text-align: justify;
    margin: 0.5em 1em;
    padding: 0.5em;
    background-color: #d5e5ff;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #acf;
    box-shadow: 0 0 4px #acf;
/*     box-shadow: 0 0 5px #d5e5ff; */
/*     background: #d5e5ff url(images/blue-grad-300.png) left top repeat-x; */
}
section h1,
.section h1 {
    background: transparent url(images/orangeboard.png) center bottom no-repeat;
    margin: 2em 0 0.5em 0;
    padding: 0 1em 28px 1em;
    text-align: center;
    color: #00112b;
    font-size: 280%;
    text-shadow: 3px 3px 4px #4d4d4d;
    text-shadow: 0 0 4px white;
/*     border-radius: 12px 12px 0 0; */
}

section h1 span,
.section h1 span {
}
/*section h1 span,
.section h1 span {
    padding: 0.1em 0.5em;
    margin: 0.5em 0;
    color: black;
    background-color: white;
    display: inline-block;
    border: 1px solid #aaa;
    border-bottom: 4px solid black;
    border-right: 4px solid black;
}

section:nth-of-type(5n) h1 span,
.section:nth-of-type(5n) h1 span,
.section:nth-of-type(5n+4) h1 span:nth-of-type(2n) {
    -moz-transform: rotate(2deg);
}

section:nth-of-type(5n+1) h1 span,
.section:nth-of-type(5n+1) h1 span,
.section:nth-of-type(5n) h1 span:nth-of-type(2n) {
    -moz-transform: rotate(-3deg);
}

section:nth-of-type(5n+2) h1 span,
.section:nth-of-type(5n+2) h1 span,
.section:nth-of-type(5n+1) h1 span:nth-of-type(2n) {
    -moz-transform: rotate(3deg);
}

section:nth-of-type(5n+3) h1 span,
.section:nth-of-type(5n+3) h1 span,
.section:nth-of-type(5n+2) h1 span:nth-of-type(2n) {
    -moz-transform: rotate(-2deg);
}

section:nth-of-type(5n+4) h1 span,
.section:nth-of-type(5n+4) h1 span,
.section:nth-of-type(5n+3) h1 span:nth-of-type(2n) {
    -moz-transform: rotate(2deg);
}*/

section strong,
.section strong {
    color: #a00;
    color: #d45500;
}

nav a:link,
.nav a:link,
section a,
.section a {
    color: #a40;
    color: #d45500;
}

nav a:visited,
.nav a:visited,
section a:visited,
.section a:visited {
    color: #a05a2c;
    color: #520;
    color: #a40;
/*     text-shadow: 1px 1px 1px #a40; */
}

