html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

body {
    margin:0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display:block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align:baseline
}

audio:not([controls]) {
    display: none;
    height:0
}

[hidden], template {
    display:none
}

a {
    background-color:transparent
}

a:active, a:hover {
    outline:0
}

abbr[title] {
    border-bottom:1px dotted
}

b, strong {
    font-weight:bold
}

dfn {
    font-style:italic
}

h1 {
    font-size: 2em;
    margin:0.67em 0
}

mark {
    background: #ff0;
    color:#000
}

small {
    font-size:80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align:baseline
}

sup {
    top:-0.5em
}

sub {
    bottom:-0.25em
}

img {
    border:0
}

svg:not(:root) {
    overflow:hidden
}

figure {
    margin:1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height:0
}

pre {
    overflow:auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size:1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin:0
}

button {
    overflow:visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor:pointer
}

button[disabled], html input[disabled] {
    cursor:default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding:0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding:0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding:0
}

textarea {
    overflow:auto
}

optgroup {
    font-weight:bold
}

table {
    border-collapse: collapse;
    border-spacing:0
}

td, th {
    padding:0
}

nav.slide-menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: #333;
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1.8rem;
    line-height:2.25rem
}

nav.slide-menu ul {
    background-color:#333
}

nav.slide-menu li {
    display:block
}

nav.slide-menu a {
    display: block;
    padding: 4px 12px;
    color: #ccc;
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1.8rem;
    line-height: 2.25rem;
    text-decoration:none
}

nav.slide-menu a:hover, nav.slide-menu a:focus {
    background: #000;
    color:#efefef
}

nav.slide-menu {
    left:-300px
}

body.sml-open nav.slide-menu {
    left:0
}

.menu-close {
    width: 100%;
    height: 2.9rem;
    background:#333
}

.close-menu-button {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    right: .8rem;
    top: .8rem;
    overflow: hidden;
    font-size: 10px;
    line-height: 10px;
    font-size: 1rem;
    line-height: 1rem;
    border: none;
    background: transparent;
    color:transparent
}

.close-menu-button::before, .close-menu-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background:#ccc
}

.close-menu-button::before {
    -webkit-transform: rotate(45deg);
    transform:rotate(45deg)
}

.close-menu-button::after {
    -webkit-transform: rotate(-45deg);
    transform:rotate(-45deg)
}

.menu-button {
    position: fixed;
    z-index: 1000;
    margin: 2rem 1.5rem 1.5rem;
    padding: 0;
    width: 3.5rem;
    height: 3.25rem;
    border: none;
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1.8rem;
    line-height: 2.25rem;
    color: transparent;
    background: transparent;
    background-color: #eaeaea;
    border:1px solid #ccc
}

.menu-button::before {
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    bottom: 0.5rem;
    left: 0.25rem;
    background: linear-gradient(#43373f 20%, transparent 20%, transparent 40%, #43373f 40%, #43373f 60%, transparent 60%, transparent 80%, #43373f 80%);
    content: ''
}

.menu-button:hover {
    background-color: #eee;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -ms-border-radius:8px 8px 8px 8px
}

nav.menu {
    position: fixed;
    z-index: 20;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition:all 0.3s
}

nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding:0
}

nav.menu a {
    font-weight: 300;
    color:#ccc
}

button.close-menu {
    background-color: #333;
    color:#ccc
}

button.close-menu:focus {
    outline:none
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.4)
}

#nav-tag {
    width: 90%;
    margin-top: 25px;
    letter-spacing: .3rem;
    border: 2px solid #bdc3c7;
    font-size: 13px;
    line-height: 16.25px;
    font-size: 1.3rem;
    line-height: 1.625rem;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    -ms-border-radius: 15px 15px 15px 15px;
    padding-bottom: 6px;
    color: #bbb;
    text-align:center
}

#nav-tag-list {
    letter-spacing: normal;
    text-align:left
}

#nav-tag-list a {
    padding: 0 8px;
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height:1.75rem
}

#nav-tag-list li:last-child {
    border-bottom: none;
    margin-bottom:6px
}

html {
    font-size:62.5%
}

* {
    word-wrap:break-word
}

a {
    text-decoration:none
}

a:hover {
    text-decoration:underline
}

h1, h2, h3, h4 {
    margin: 0 0 19px 0;
    text-align:left
}

h1 {
    display: block;
    margin: 0 0 20px 0;
    padding-top: 25px;
    border:0
}

h2 {
    padding-top: 35px;
    padding-bottom:5px
}

.hplain {
    margin: 0;
    padding: 0;
    border:none
}

div + h2 {
    padding-top:15px
}

h3 {
    padding-top: 19px;
    margin-bottom:10px
}

h4, h5, h6 {
    text-decoration:underline
}

img {
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height: 1.125rem;
    color:#888
}

dd pre, dd li pre {
    margin-left: -80px;
    padding-left:80px
}

blockquote {
    margin: 24px;
    padding-left: 15px;
    border-left:3px solid #800000
}

blockquote p {
    text-indent:0
}

.center {
    text-align:center
}

.notearw {
    float:right
}

.databox {
    margin-top: 2px;
    padding: 12px;
    background: #fff;
    border:1px solid #ccc
}

* {
    margin: 0 auto;
    padding:0
}

html, body, #container {
    width: 100%;
    height:100%
}

body {
    background: #070D0E url(linen-paper-texture-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover
}

#container {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    min-height:100% !important
}

#wrapper {
    min-height:100% !important
}

#headliner {
    overflow: auto;
    margin-bottom:25px
}

#headliner .gm {
    display: block;
    float: left;
    margin-left: 12px;
    margin-right: 25px;
    padding-right:12px
}

#headernav {
    display: block;
    float: right;
    margin-right: 25px;
    overflow:hidden
}

#headernav #sitemenu {
    display: block;
    float: right;
    margin: 0;
    margin-bottom: 10px;
    padding:0 0 .1rem 0
}

#headernav #sitemenu a:link, #headernav #sitemenu a:visited {
    padding:0 1rem .2rem 1rem
}

#headernav #sitemenu ul {
    margin: 0;
    padding:0
}

#headernav #sitemenu li {
    display: inline;
    margin:0 1rem
}

#headernav #hdrnote {
    clear: both;
    display: block;
    float: right;
    margin-top:-.9rem
}

#content {
    clear: both;
    display: block;
    width: 100%;
    min-height: 524px;
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding:15px 35px 15px 35px
}

@media screen and (max-width: 890px) {
    #content {
        width: auto;
        max-width:none
    }
}

@media screen and (max-width: 640px) {
    #content {
        padding:15px 4px
    }
}

article {
    clear: both;
    display: block;
    width: 100%;
    min-height: 30em;
    padding: 0 0 15px 0;
    margin-bottom:0
}

article p, article blockquote p {
    margin-bottom:1rem
}

article ul {
    margin-left: 20px;
    padding:0
}

article li {
    margin: 0 0 0 4px;
    padding:0
}

article .eassoc {
    margin-left:15%
}

#url {
    display:none
}

#tags {
    clear: both;
    display: block;
    float: right;
    width: 80%;
    margin-top: 10px;
    padding:0
}

#tags img {
    margin: 0;
    padding:0
}

#dated {
    clear: both;
    margin: 0px 0 0 0;
    padding:0
}

#pagenavigation {
    clear: both;
    display: block;
    overflow: hidden;
    width: 70%;
    max-width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding:4px 35px 8px 35px
}

#pagenavigation img {
    margin: 0;
    padding: 0;
    border:0
}

#pagenav1 {
    float: left;
    width:49%
}

#pagenav2 {
    float: right;
    width:49%
}

#botmultipage {
    text-align:center
}

.pmulti {
    font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height: 1.125rem;
    color:#555
}

.pmulti a {
    color:#555
}

.pmulti a:hover, .pmulti span.current {
    color:#206bb9
}

.pmulti span.current {
    font-weight:bold
}

@font-face {
    font-family: 'icomoon';
    src: url("../font/icomoon.eot?-ndba23");
    src: url("../font/icomoon.eot?#iefix-ndba23") format("embedded-opentype"), url("../font/icomoon.ttf?-ndba23") format("truetype"), url("../font/icomoon.woff?-ndba23") format("woff"), url("../font/icomoon.svg?-ndba23#icomoon") format("svg");
    font-weight: normal;
    font-style:normal
}

body {
    color: #333;
    font-style: normal;
    font-family: 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height:1.75rem
}

h1, h2, h3 {
    font-family: 'Palatino Linotype', Palatino, Constantia, Georgia, 'Times New Roman', serif;
    font-style:italic
}

h1 {
    font-size: 25px;
    line-height: 31.25px;
    font-size: 2.5rem;
    line-height: 3.125rem;
    letter-spacing: .1em;
    color:#422E24
}

h2 {
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
    font-variant: small-caps;
    letter-spacing: .1rem;
    color: #422E24;
    border-bottom:1px solid #acacac
}

h3 {
    font-size: 10px;
    line-height: 12.5px;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #966c58;
    font-variant: small-caps;
    letter-spacing:.1rem
}

blockquote {
    font-size: 10px;
    line-height: 12.5px;
    font-size: 1rem;
    line-height:1.25rem
}

#headliner .gm {
    font-family: 'Palatino Linotype', Palatino, Constantia, Georgia, 'Times New Roman', serif;
    font-size: 20px;
    line-height: 25px;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: .25rem;
    color: #445a70;
    opacity:0.8
}

#headliner .gm a:link, #headliner .gm a:visited {
    text-decoration: none;
    color:#445a70
}

#headliner .gm a:hover, #headliner .gm a:focus {
    color:#ddd
}

#headernav #sitemenu {
    border-bottom: 1px dotted #bbb;
    font-size: 18px;
    line-height: 22.5px;
    font-size: 1.8rem;
    line-height: 2.25rem;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .1rem;
    color:#ddd
}

#headernav #sitemenu a:link, #headernav #sitemenu a:visited {
    xcolor: #263442;
    color: #aaa;
    text-decoration:none
}

#headernav #sitemenu a:hover, #headernav #sitemenu a:focus {
    color: #ddd;
    text-decoration:none
}

#headernav #sitemenu .menub a:link, #headernav #sitemenu .menub a:visited {
    color:#cc9900
}

#headernav #sitemenu .menub a:hover, #headernav #sitemenu .menub a:focus {
    color:#ddd
}

#headernav #sitemenu li {
    list-style-type:none
}

#headernav #hdrnote {
    font-size: 8.5px;
    line-height: 10.625px;
    font-size: 0.85rem;
    line-height: 1.0625rem;
    color: #bbb;
    font-variant: small-caps;
    letter-spacing:.25rem
}

#headernav #hdrnote a:link, #headernav #hdrnote a:visited {
    color:#aaa
}

#headernav #hdrnote a:hover, #headernav #hdrnote a:focus {
    color: #ddd;
    text-decoration:none
}

#content {
    background-color: #ede3de;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    -moz-box-shadow: 0px 2px 8px #000;
    -webkit-box-shadow: 0px 2px 8px #000;
    box-shadow:0px 2px 8px #000
}

article {
    clear: both;
    display: block;
    width: 100%;
    min-height: 30em;
    padding: 0 0 15px 0;
    margin-bottom:0
}

article li {
    display: list-item;
    list-style:url(bullet.png)
}

article ol li {
    list-style:decimal
}

article a:link, article a:visited {
    text-decoration: none;
    color:#006622
}

article a:hover, article a:focus {
    border-bottom:1px solid #006622
}

article .eassoc {
    text-align: right;
    font-size: 7.5px;
    line-height: 9.375px;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color:#888
}

article .eassoc a:link, article .eassoc a:visited {
    color:#777665
}

article .eassoc a:hover, article .eassoc a.focus {
    color: #aaa;
    border-bottom: 0;
    text-decoration:none
}

article > img {
    display: block;
    max-width: 45em;
    margin: 0 auto;
    border: 15px solid #4B4A36;
    -moz-box-shadow: 0px 2px 8px #000;
    -webkit-box-shadow: 0px 2px 8px #000;
    box-shadow:0px 2px 8px #000
}

article > .frameless {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow:none !important
}

#tags {
    text-align: right;
    color: #aaa;
    margin-top: 10px;
    padding: 0;
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height:1rem
}

#tags a {
    color:#aaa
}

#dated {
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #b7b39a;
    text-align:right
}

#pagenavigation {
    border-top: 1px #444 solid;
    background: url(_bk1a.jpg) repeat;
    background-color: #ede3de;
    font-size: 16px;
    line-height: 10px;
    font-size: 1.6rem;
    line-height: 1rem;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .1em;
    color: #000;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
    -moz-box-shadow: 0px 2px 8px #000;
    -webkit-box-shadow: 0px 2px 8px #000;
    box-shadow:0px 2px 8px #000
}

#pagenavigation a:link, #pagenavigation a:visited {
    color: #171716;
    border-bottom:0
}

#pagenavigation a:hover, #pagenavigation a.focus {
    color: #000;
    border-bottom: 1px solid #333;
    text-decoration:none
}

#pagenavigation img {
    vertical-align:bottom
}

#pagenavigation .err {
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #777;
    font-style:italic
}

#pagenav2 {
    text-align:right
}

#botmultipage {
    text-align:center
}

.pmulti {
    font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height: 1.125rem;
    color:#555
}

.pmulti a {
    color:#555
}

.pmulti a:hover, .pmulti span.current {
    color:#206bb9
}

.pmulti span.current {
    font-weight:bold
}

#search {
    width: auto;
    margin-bottom: 20px;
    padding:10px 0 20px 25px
}

#search input {
    float: left;
    height: 26px;
    width: 150px;
    padding: 0 7px;
    margin: 0;
    font-size: 10px;
    line-height: 12.5px;
    font-size: 1rem;
    line-height: 1.25rem;
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    border-color: #D4D4D4;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    color: #666;
    font: normal 15px 'ff-meta-serif-web-pro-1', 'ff-meta-serif-web-pro-2', Georgia, 'Times New Roman', serif
}

#search input:focus {
    outline: none;
    -webkit-transition: background-color 0.5s linear;
    background-color:#dfdede
}

#search .srchbtn:before {
    font-family: 'icomoon';
    content: "\e986";
    font-size: 10px;
    line-height: 12.5px;
    font-size: 1rem;
    line-height: 1.25rem;
    color:#000
}

#search button {
    height: 28px;
    width: 36px;
    border: none;
    cursor: pointer;
    float: left;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius:0 4px 4px 0
}

#search button:hover, #search button:focus {
    background-position:0 -34px
}

#search button:active {
    background-position:0 -68px
}

.move {
    position: absolute;
    left:-9999px
}

section, figure {
    background-color:#fff
}

figure {
    display: inline-block;
    margin: 0 auto;
    border: 15px solid #4b4a36;
    background-color:#4b4a36
}

figure img {
    display: block;
    max-width: 45em;
    border:2px solid #333
}

figure .shadow {
    -moz-box-shadow: 0px 2px 8px #000;
    -webkit-box-shadow: 0px 2px 8px #000;
    box-shadow:0px 2px 8px #000
}

figure > figcaption {
    color: #000;
    text-shadow:#666 0 1px 0
}

figure a[type]:before {
    content: "";
    display:none
}

figcaption:not(:empty) {
    margin-bottom: -10px;
    text-align: right;
    color: #aEaa7f;
    padding-top: 6px;
    font-family: verdana, arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height:1rem
}

figcaption a {
    color: inherit;
    text-decoration:underline
}

figcaption a a:hover {
    color:#666
}

#botext {
    width: 600px;
    margin:auto
}

#section-alias {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    margin: auto;
    font-size: 12.5px;
    line-height: 15.625px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-style: normal;
    font-weight: 600;
    margin-top: -12px;
    margin-bottom:50px
}

#section-alias h3 {
    margin-top: 0;
    padding-top:0
}

#section-alias #aliaspre {
    float: left;
    margin-right: 12px;
    font-size: 10px;
    line-height: 12.5px;
    font-size: 1rem;
    line-height:1.25rem
}

#alias {
    float: left;
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height:1.75rem
}

#alias ul {
    display: block;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -ms-border-radius:8px 8px 8px 8px
}

#alias li {
    list-style: none;
    margin: 0;
    padding:0 8px
}

#alias a:link, #alias a:visited {
    color:#9b164f
}

#alias a:hover, #alias a:focus {
    border-bottom: 0;
    text-decoration:underline
}

#alias .aliasroot {
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height:2rem
}

#alias .aliasroot a:link, #alias .aliasroot a:visited {
    color:#ff0033
}

#tableassoc {
    clear: both;
    border-collapse: collapse;
    margin: auto;
    width: 100%;
    max-width: 52rem;
    font-size: 12.5px;
    line-height: 15.625px;
    font-size: 1.25rem;
    line-height:1.5625rem
}

#tableassoc a:hover, #tableassoc a:focus {
    border-bottom:0
}

#tableassoc tr:hover {
    background-color:#fff1e0
}

.assocn {
    padding:0 6px
}

.assoclbl {
    padding: 0 6px;
    font-size: 80%;
    color:#aaa
}

#event-table {
    clear: both;
    width: 100%;
    margin: auto;
    padding: 10px 0 15px 0;
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height: 1.125rem;
    color:#4b4b4b
}

.earw {
    padding-right: 15px;
    white-space:nowrap
}

#tableevents {
    border-collapse: collapse;
    width: 100%;
    font-size: 12.5px;
    line-height: 15.625px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    background-color:#fff
}

#tableevents .eventhdr {
    font-style: italic;
    text-align: center;
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height:1.125rem
}

#tableevents tr:hover {
    background-color:#fff4b3
}

#tableevents td {
    padding-top: 2px;
    padding-bottom:2px
}

#tableevents .rowcolor {
    background-color:#f0f0f0
}

#tableevents .yy {
    padding-left:15px
}

#tableevents .mm {
    padding:0 10px
}

#tableevents .dd {
    padding-right:25px
}

#tableevents .eventdesc {
    width: 80%;
    padding:6px 15px 6px 15px
}

#taglist {
    padding-bottom:25px
}

#taglist li {
    display: list-item;
    list-style: url(bullet.png);
    margin: 0 0 0 4px;
    padding:0
}

#taglist .tagct {
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
    color: #999;
    padding: 0 2px 0 8px;
    font-style:italic
}

#taglist table {
    width: 100%;
    font-family: verdana, arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12.5px;
    font-size: 1rem;
    line-height:1.25rem
}

#taglist table td {
    padding:2px
}

#taglist table a {
    color:#311300
}

#taglist table a:hover, #taglist table a.current {
    color:#000
}

#searchlist li {
    display: list-item;
    margin: 0 0 0 4px;
    padding: 0;
    list-style:url(bullet.png)
}

#namemenu {
    width: 100%;
    margin: -5px 0 50px 0;
    text-align: center;
    font-size: 12.5px;
    line-height: 15.625px;
    font-size: 1.25rem;
    line-height:1.5625rem
}

#namemenu ul {
    margin:0
}

#namemenu ul li {
    display: inline-block;
    margin: 0 6px;
    text-shadow:0 1px 0 #777
}

#namemenu a:link, #namemenu a:visited {
    padding: 4px 12px;
    color: #fff;
    color: #fff;
    background: #5cb85c;
    border-color: #4cae4c;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -ms-border-radius: 12px 12px 12px 12px;
    -moz-box-shadow: 0px 2px 2px #ccc;
    -webkit-box-shadow: 0px 2px 2px #ccc;
    box-shadow:0px 2px 2px #ccc
}

#namemenu a:hover, #namemenu a:focus {
    padding: 4px 12px;
    color: #fff;
    background-color: #DD2B23;
    border-bottom:none
}

#namemenu .filteron {
    color: #fff;
    padding: 4px 12px;
    background-color: #DD2B23;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -ms-border-radius:12px 12px 12px 12px
}

.eventhdr > table td {
    color:#555
}

.etbgcolor {
    background-color:#f0f0f0
}

#tabContainer {
    clear: both;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    padding-top:0
}

#tabsname {
    width:100%
}

#tabsname ul#tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12.5px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height:2.4rem
}

#tabsname ul#tabs li {
    display: inline-block;
    margin: 0;
    margin-right:-2px
}

#tabsname ul#tabs li a {
    color: #fff;
    background-color: #dedbde;
    border-bottom: none;
    text-decoration: none;
    padding: 7px 25px;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    background: #C9C9C9;
    background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0C91EC), color-stop(100%, #257AB6))
}

#tabsname ul#tabs li a:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #F3F3F3 10%, #F3F3F3 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(10%, #F3F3F3), color-stop(50%, #F3F3F3), color-stop(100%, #fff));
    cursor: pointer;
    color:#333
}

#tabsname ul#tabs li a.selected {
    border: 1px solid #c9c3ba;
    border-bottom: none;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color:#333
}

#tabsname ul#tabs .tabspacer {
    margin-left:48px
}

#tabsname ul#tabs .tabnav {
    background: #5cb85c;
    border-color:#4cae4c
}

#tabsname ul#tabs .tabicon {
    padding:7px 12px
}

#tabsname ul#ptabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12.5px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height:2.4rem
}

#tabsname ul#ptabs li {
    display: inline-block;
    margin: 0;
    border: 1px solid #c9c3ba;
    border-bottom: none;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    color: #333;
    padding: 7px 25px;
    background: #fff;
    cursor:pointer
}

#tabscontent {
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    padding: 10px 10px 25px;
    background: #fff;
    margin: 0;
    color:#333
}

#tabscontent .tabContent {
    padding:0.5rem
}

#tabscontent .tabContent h1, #tabscontent .tabContent h2 {
    margin-top: 0;
    padding-top: 0;
    font-size:2rem
}

#tabscontent .tabContent.hide {
    display:none
}

#tabscontent .namebox {
    width: 42%;
    float: left;
    margin:0 24px
}

@media screen and (max-width: 890px) {
    #tabscontent .namebox {
        width: 100%;
        margin:0
    }
}

#tabscontent .namebox li {
    list-style:none
}

#namelist {
    font-size: 12.5px;
    line-height: 15.625px;
    font-size: 1.25rem;
    line-height:1.5625rem
}

#namelist #tabsname {
    width: 100%;
    background:#ccc
}

#namelist #tabsname ul#tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12.5px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height:2.4rem
}

#namelist #tabsname ul#tabs li {
    display: inline-block;
    margin: 0;
    margin-right:-2px
}

#namelist #tabsname ul#tabs li a {
    color: #fff;
    background-color: #dedbde;
    border-bottom: none;
    text-decoration: none;
    padding: 7px 8px;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    background: #C9C9C9;
    background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #0C91EC), color-stop(100%, #257AB6))
}

#namelist #tabsname ul#tabs li a:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #F3F3F3 10%, #F3F3F3 50%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(10%, #F3F3F3), color-stop(50%, #F3F3F3), color-stop(100%, #fff));
    cursor: pointer;
    color:#333
}

#namelist #tabsname ul#tabs li a.selected {
    border: 1px solid #c9c3ba;
    border-bottom: none;
    font-weight: bold;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color:#333
}

#namelist #tabsname .inactive {
    color:#aaa
}

#biopic {
    clear: both;
    float: left;
    max-width:42%
}

#biopic img {
    max-width: 300px;
    max-height:350px
}

#biodata {
    float: left;
    margin-left: 25px;
    max-width: 42%;
    font-size: 14.5px;
    line-height: 15px;
    font-size: 1.45rem;
    line-height:1.5rem
}

@media screen and (max-width: 890px) {
    #biodata {
        max-width:100%
    }
}

.notelist {
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
    border-bottom: 2px dashed #ccc;
    font-size: 12.5px;
    line-height: 15.625px;
    font-size: 1.25rem;
    line-height:1.5625rem
}

.nodisplay {
    font-size: 12.5px;
    line-height: 15.625px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #777;
    font-style:italic
}

.ndate {
    display: block;
    padding: 4px;
    background-color: #dfd4cf;
    text-align: right;
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
    color:#999
}

.ntitle {
    display: block;
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height: 1.125rem;
    font-style:italic
}

.nref {
    display: block;
    text-align: right;
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height:1rem
}

.tedit {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 2px;
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height:1.125rem
}

.tedit:hover {
    background-color: #ffc;
    border-right: 1px solid #aaa;
    border-bottom:1px solid #aaa
}

.teditarea {
    border: 1px solid #ccc;
    background-color:#f7f7f7
}

.tlabel {
    text-align: right;
    padding-right: 8px;
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height:1rem
}

.tdesc {
    font-style: italic;
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
    color:#999
}

.btnsubmit {
    margin: 15px 25px 0 50px;
    font-size: 13px;
    line-height: 10px;
    font-size: 1.3rem;
    line-height: 1rem;
    vertical-align: middle;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 8px;
    color: #fff;
    border: 1px solid #5a8311;
    background: #7aae1f url(btn.gif) repeat-x top center;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -ms-border-radius: 2px 2px 2px 2px;
    text-shadow:#587c1f 1px 1px 0px
}

.btnsubmit:hover {
    background:#7baf20 url(btnhover.gif) repeat-x top center
}

.check, .rad {
    cursor:pointer
}

.nametype {
    background-color: #fff;
    padding: 2px;
    font-size: 9px;
    line-height: 11.25px;
    font-size: 0.9rem;
    line-height: 1.125rem;
    color: #966c58;
    font-variant: small-caps;
    letter-spacing:.1rem
}

.h3button {
    padding:3px 6px
}

.msg {
    display: block;
    margin-top: 25px;
    font-size: 8px;
    line-height: 10px;
    font-size: 0.8rem;
    line-height: 1rem;
    color:#777
}

.form-container {
    margin: auto;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
    width:80%
}

.input-label {
    vertical-align: top;
    display: inline-block;
    width:20%
}

.input-box, .input-box-date {
    display: inline-block;
    border: 1px solid;
    height: 20px;
    width: 60%;
    padding: 2px 6px;
    margin-bottom: 10px;
    border-color: #ccc;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -ms-border-radius:6px 6px 6px 6px
}

.input-box:focus, .input-box-date:focus, textarea:focus {
    outline: none;
    border: 1px solid #4195fc;
    -moz-box-shadow: 0px 0px 5px #4195fc;
    -webkit-box-shadow: 0px 0px 5px #4195fc;
    box-shadow:0px 0px 5px #4195fc
}

textarea.input-box {
    overflow: auto;
    height:180px
}

.input-date-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    width:60%
}

.input-box-date {
    width:auto
}

textarea.input-note {
    height: 100px;
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height:1.75rem
}

textarea.input-event {
    height: 80px;
    font-size: 14px;
    line-height: 17.5px;
    font-size: 1.4rem;
    line-height:1.75rem
}

textarea.input-page {
    height: 300px;
    font-size: 12px;
    line-height: 15px;
    font-size: 1.2rem;
    line-height:1.5rem
}

.invalid {
    background-color:#FDD7E4
}

p.errmsg {
    margin: 0 0 25px 50px;
    padding: 0 0 0 40px;
    min-height: 32px;
    font-weight: bold;
    background: url(exclamation.png) no-repeat top left
}
