/* body */

body {
    background-image: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 130%;
    font-weight: bold;
}

body.lv_black {
    background-color: #000;
    color: #fff;
}

/* search_field */

form#site_search_field input#site_search_input {
    border: 1px #aaa solid;
    height: 1.5em;
    width: 13em;
    font-weight: bold;
}

#search_field {
    margin: 20px 0 20px;
    padding: 0;
    float: none;
}

/* wrapper */

* {
    word-wrap: break-word;
}

#wrapper {
    width: 95%;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
}

#wrapper dl,
#wrapper p,
#wrapper ul,
#wrapper ol {
    line-height: 180%;
}

#wrapper a,
#wrapper a:visited {
    color: #33d !important;
}

.lv_black #wrapper a,
.lv_black #wrapper a:visited {
    color: #ff0 !important;
}

#wrapper a:link rt,
#wrapper a:visited rt {
    text-decoration: none !important;
}

/* header */

#site_title {
    margin: 20px 0 0 !important;
    float: left;
    clear: none;
    position: relative;
    top: inherit;
    font-size: 200% !important;
}

#site_title a img {
    border: 1px #fff solid;
}

.lv_black #site_title a img {
    border: 1px #000 solid;
}

#site_title a:hover img {
    border: 1px #aaa dashed;
}

#util {
    width: 100%;
    text-align: left;
    font-size: 95%;
}

#mainmenu {
    /*	clear: none;*/
}

#footmenu ul,
#mainmenu ul {
    clear: none;
    padding-left: 0;
}

#util>ul {
    margin-top: 0;
}

li:first-child,
#mainmenu ul li:first-child,
#footmenu ul li:first-child {
    margin-left: 0;
    margin-bottom: 0;
}

#util ul li,
#mainmenu ul li,
#footmenu ul li {
    list-style-type: none;
    float: left;
    border: none;
    padding: 0;
    margin-top: 10px !important;
    margin-right: 20px !important;
    line-height: 160%;
    color: #33d;
    background-color: #fff;
    white-space: normal;
}

.is_ie #util ul li,
.is_ie #mainmenu ul li,
.is_ie #footmenu ul li {
    float: none !important;
}

.lv_black #util ul li,
.lv_black #mainmenu ul li,
.lv_black #footmenu ul li {
    color: #ff0;
    background-color: #000;
}

#util ul li a,
#mainmenu ul li a,
#footmenu ul li a {
    display: inline-block;
    color: #33d !important;
    text-decoration: none !important;
    background-image: none !important;
    border: 1px solid #33d !important;
    padding: 10px 5px !important;
    height: 1.5em;
}

.lv_black #util ul li a,
.lv_black #mainmenu ul li a,
.lv_black #footmenu ul li a {
    color: #ff0 !important;
    border: 1px solid #ff0 !important;
}

#util ul li a:hover,
#mainmenu ul li a:hover,
#footmenu ul li a:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-image: none !important;
    background-color: #33d !important;
    border: 1px solid #33d !important;
}

.lv_black #util ul li a:hover,
.lv_black #mainmenu ul li a:hover,
.lv_black #footmenu ul li a:hover {
    color: #000 !important;
    background-color: #ff0 !important;
    border: 1px solid #ff0 !important;
}

#util ul li#util_fontsize_default,
#util ul li#util_fontsize_large {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
}

#util .lv_info {
    width: 100%;
    background-color: #306a6a;
    color: #fff;
    padding: 5px;
}

.lv_black #util .lv_info {
    background-color: #efe0e0;
    color: #000;
}

#util .lv_info p {
    display: inline;
    float: left;
    margin: 0.7em 0 0 3em;
}

#util .lv_info ul {
    float: left;
    margin: 0 2em 0;
    padding: 0 !important;
    top: 0;
}

#util .lv_info ul li {
    padding: 0 !important;
    margin: 0 .2em !important;
}

/* mainimage */

#mainimage {
    clear: both;
    padding-top: 1em;
}

.catchcopy {
    font-size: 180%;
    margin: 0;
}

/* breadcrumbs */

#breadcrumbs li {
    padding: 3px 0 20px;
    font-size: 85% !important;
}

/* mainmenu , footmenu */

#mainmenu,
#footmenu {
    background-color: transparent;
    background-image: none;
}

#mainmenu ul li a:hover,
#footmenu ul li a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* footer */

footer address {
    clear: both;
}

.lv_black footer address strong {
    color: #fff;
}

/* main_column */

#main_column {
    width: 100%;
    float: none;
}

.lv_black #main_column strong {
    color: #0ff !important;
}

/* information_column */

#information_column {
    clear: both;
    border-top: 7px double #000;
    margin-top: 5em;
    padding-top: 40px;
    width: 100%;
    float: none;
}

.lv_black #information_column {
    border-top: 7px double #fff;
}

#journal_pdfs {
    background-color: transparent;
    border: none;
    text-align: left;
}

#outlinks {
    background-image: none;
    margin-top: 2.5em;
    text-align: left;
}

#outlinks h2 {
    border-radius: 0 !important;
    background-color: transparent;
}

.lv_white #outlinks h2 {
    color: #000 !important;
}

/* heading */

#main_column h1 img,
#main_column h2 img,
#main_column h3 img,
#main_column h4 img,
#main_column h5 img {
    display: none;
}

#main_column h1,
#information_column h1,
#main_column h2,
#information_column h2,
#main_column h3,
#information_column h3,
#main_column h4,
#information_column h4,
#main_column h5,
#information_column h5 {
    background-color: transparent;
    background-image: none;
    border-radius: inherit;
    font-weight: bold;
}

#main_column h1,
#information_column h1 {
    color: #000;
    border-bottom: 2px #000 solid;
    background-image: none !important;
    padding: 15px;
    line-height: 1;
    margin: 2em 0 0.5em;
    font-size: 150%;
}

.lv_black #main_column h1,
.lv_black #information_column h1 {
    color: #fff;
    border-bottom: 2px #fff solid;
}

#main_column h2,
#information_column h2 {
    line-height: 1;
    font-size: 105%;
    margin-top: 2em;
    padding: 6px !important;
    color: #000;
    background-image: none !important;
    border-bottom: 2px #000 solid;
}

.lv_black #main_column h2,
.lv_black #information_column h2 {
    color: #fff;
    border-bottom: 2px #eee solid;
}

#main_column h3,
#information_column h3 {
    line-height: 1;
    font-size: 100%;
    padding: 6px;
    border-bottom: 2px #999 dashed;
}

#main_column h4,
#information_column h4 {
    font-size: 100%;
}

/* list */

#main_column ul {
    list-style-type: disc;
}

#main_column ul li {
    list-style-type: disc;
    list-style-image: none;
    background-image: none;
    padding-left: 0;
}

/* category_title */

#main_column #category_title {
    border: 2px solid #000;
    color: #000;
    background-image: none;
    background-color: transparent;
    padding-left: 10px;
}

.lv_black #main_column #category_title {
    border: 2px solid #fff;
    color: #fff;
}

/* table,dl,span */

.tbl thead th,
.tbl tr th,
dl.cmt dt,
dl.cmt dd,
span,
.cmt {
    background-color: transparent !important;
}

.lv_black .tbl thead th,
.lv_black .tbl tr th,
.lv_black dl.cmt dt,
.lv_black dl.cmt dd,
.lv_black span,
.lv_black .cmt {
    color: #fff !important;
}

/* form */

form.jwpf_form {
    background-color: transparent;
}

.lv_black label.required {
    color: #fff;
}

.lv_black form input,
.lv_black form textarea,
.lv_black select {
    color: #fff !important;
    background-color: #222 !important;
    border: 2px solid #fff !important;
}

.lv_black .jwpf_form input.button,
.lv_black .jwpf_form input.button.main,
.lv_black .jwpf_form a.button,
.lv_black .jwpf_form a.button.main {
    background-color: #000;
    border: 7px double #fff;
    background-image: none !important;
    color: #ff0;
    filter: none;
    font-weight: bold;
}

.lv_white #wrapper a.button {
    color: #000 !important;
}

.lv_black .jwpf_form input.button:hover,
.lv_black .jwpf_form input.button.main:hover,
.lv_black .jwpf_form a.button:hover,
.lv_black .jwpf_form a.button.main:hover {
    border: 7px solid #fff;
}

.lv_black .jwpf_errors {
    color: #fff;
    background-color: #000;
    border: 5px #fff solid;
}

.lv_white #pamph_pdfs,
.lv_black #pamph_pdfs {
    background: transparent;
    border: none;
    text-align: left;
}

#search_results dd {
    background-color: transparent;
}

/* link_icon */

#backtopagetop a,
#toppage_items p.cite a {
    text-decoration: underline;
    background-image: none;
}

#backtopagetop a:hover,
#toppage_items p.cite a:hover {
    text-decoration: none;
}

/* furigana */

.furigana #wrapper dl,
.furigana #wrapper p,
.furigana #wrapper ul,
.furigana #wrapper ol {
    line-height: 220%;
}

.furigana #main_column #category_title {
    padding-top: 30px;
}

/* side_search - use footlink to avoid horizontal scrolling */

#side_search {
    display: none;
}