/*
//
//  Global Stylesheet
*/

body {
    background: #FFF url('http://old.chlewey.net/cubes.png');
    color: #300;
    text-align: center;
    margin: 0;
    padding: 0;
  }

:link {
    color: #00C;
    text-decoration: none;
  }

:link:hover {
    color: #00F;
    text-decoration: underline;
  }

:link:active {
    color: #F00;
    text-decoration: none;
  }

:visited {
    color: #336;
    text-decoration: none;
  }

:visited:hover {
    color: #33C;
    text-decoration: underline;
  }

:visited:active {
    color: #F00;
    text-decoration: none;
  }

p {
    margin: 0 0 .2ex;
    text-align: left;
    font-family: Georgia, serif;
    font-weight: normal;
  }

p.run {
    margin: 1ex 0;
    text-align: justify;
    text-indent: 1.5em;
  }

h1, h2, h3, h4, h5, h6, .h7, .h8, .h9 {
    margin: 2ex 0 1ex;
    font-family: Verdana, sans-serif;
    font-weight: 400;
  }

h1 {
    font-size: 200%;
  }

h2 {
    font-size: 160%;
  }

h3 {
    font-size: 130%;
  }

h4 {
    font-size: 115%;
  }

h5 {
    font-size: 100%;
  }

h6 {
    font-size: 100%;
  }

.h7 {
    font-size: 100%;
  }

.h8 {
    font-size: 100%;
  }

.h9 {
    font-size: 100%;
  }

ol {
    margin-left: 1em;
	padding-left: 0;
  }  

ul {
    margin-left: 1em;
	padding-left: 0;
  }  

li {
    margin: 0;
    text-align: left;
    font-family: Georgia, serif;
    font-weight: normal;
  }
  
td, th {
    font-family: Georgia, serif;
    margin: 0;
    padding: 0.2ex 0.1em;
  }

thead td, thead th {
    font-family: Verdana, Helv, Arial, sans-serif;
    margin: 0;
    padding: 0.2ex 0.1em;
  }

td {
    font-weight: normal;
  }

th {
    font-weight: bold;
  }
  
img {
    border: none;
  }  

.term {
    font-style: italic;
    font-weight: 600;
  }

blockquote {
    margin: 1em 4ex;
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
  }

.sig {
    margin: .5ex 0 0 0;
    font-size: 80%;
    font-style: normal;
    text-align: right;
  }

div.body600 {
    margin: 0 1em;
    clear: both;
  }

div.body540 {
    width: 540px;
    clear: both;
  }

div.header, h1.header {
    text-align: center;
  }

.header small {
    font-size: 50%;
  }

div.header h1, h1.header {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 250%;
  }

body.standard div.header h1, body.standard h1.header {
    margin-left: 20px;
    padding-left: 100px;
  }

.select h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 2px;
    padding: 0;
  }

div.navmenu {
    width: 600px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, serif;
    font-weight: normal;
    font-size: 80%;
  }

a.nm-item {
    margin: 4pt 0 1pt;
    text-align: center;
    width: 135px;
  }

p.note {
    margin: 1em 1ex 1ex;
    padding: 0.5ex;
    border: solid thin red;
    text-align: left;
  }

div.validated {
    width: 600px;
    text-align: center;
    margin: 1ex;
  }

img.w3cbut {
    border: none;
    width: 88px;
    height: 31px;
  }

.division {
    text-align: left;
    background: transparent;
  }

.banner {
    text-align: left;
  }

.banner h2 {
    margin: 0;
    padding: 2px;
    font-size: 160%;
  }
  
.index3 h2 {
    margin-top: 0.5ex;
  }  

.banner img {
    width: 150px;
    height: 90px;
    border: none;
  }

.division ul {
    margin: 0 0 0 1ex;
    padding: 0 0 0 1ex;
  }

.division ul li {
    padding: 2px;
  }

.home div.navmenu {
    background: #BBA;
    color: #000;
  }

.macro {
    clear: both;
    text-align: justify;
    padding: 0;
    margin: 1ex 0;
  }

.menu p {
    margin: .5ex 0;
  }
  
.submenu {
    clear: both;
    text-align: center;
  }

.submenu h2 {
    margin: 2ex 0 .5ex;
    padding: 0;
    font-size: 120%;
  }

.submenu ul {
    margin: 8px;
    padding: 0;
    float: left;
  }

.submenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }

.submenu .note {
    clear: both;
  }

.imageblock {
    text-align: center
  }

#ibsa li {
    margin: 1em 0;
  }

#ibsa p {
    margin: 0.5ex 2ex;
    text-align: justify;
  }
 
#ibsa b {
    color: #060;
  }

#ibsa strong {
    color: #600;
  }

#ibsa em strong {
    font-weight: normal;
    text-decoration: underline;
  }

col.name {
    vertical-align: top;
    text-align: left;
  }

col.rithian {
    vertical-align: top;
    text-align: center;
  }

col.phonetic {
    vertical-align: top;
    text-align: center;
  }

col.description {
    vertical-align: top;
    text-align: justify;
  }

  /*
table {
    width: 100%;
    margin: 1ex;
  }*/

.top { vertical-align: top; }
.center { text-align: center; }
.justify { text-align: justify; }
.first { font-size: 300%; line-height: 1em; float: left; }

div.navhead {
    background: #000;
    height: 24px;
    text-align: left;
  }

img.nav-button {
    height: 24px;
    border: none;
    margin: 0;
    padding: 0;
  }

img#go-home {
    width: 120px;
    float: left;
  }

img#go-dog, img#go-goc, img#go-con {
    width: 90px;
  }

img#go-copy {
    width: 60px;
    float: right;
  }

div.navpan {
    background: #CDC;
    width: 150px;
    padding: .5ex;
    margin: .5ex;
    border: .3ex inset #9F9;
    text-align: center;
  }

.leftnav div {
    border: 1px solid #CDC;
  }

.navbut {
    background: #BCB;
    color: #060;
    font-weight: bold;
    font-decoration: none;
    white-space: nowrap;
  }

:link.navbut {
    background: #CDC;
    color: #600;
    font-weight: normal;
    font-decoration: none;
  }

:link:hover.navbut {
    background: #CDD;
    color: #900;
    font-weight: normal;
    font-decoration: underline;
  }

:link:active.navbut {
    background: #DED;
    color: #C00;
    font-weight: normal;
    font-decoration: none;
  }

:visited.navbut {
    background: #CDC;
    color: #633;
    font-weight: normal;
    font-decoration: none;
  }

:visited:hover.navbut {
    background: #CDD;
    color: #933;
    font-weight: normal;
    font-decoration: underline;
  }

:visited:active.navbut {
    background: #DED;
    color: #C33;
    font-weight: normal;
    font-decoration: none;
  }

.left {
    float: left;
  }

.right {
    float: right;
  }

.clear {
    clear: both;
  }

div.navunder {
    background: url('http://old.chlewey.net/pix/barra.png') repeat-y center 0%;
    color: #CCC;
    clear: both;
    text-align: center;
    margin: .25ex 0;
    padding: .25ex 1ex;
  }

.underb {
    color: #000;
    font-weight: bold;
    font-decoration: none;
  }

:link.underb {
    color: #009;
    font-weight: bold;
    font-decoration: none;
  }

:link:hover.underb {
    color: #00F;
    font-weight: bold;
    font-decoration: underline;
  }

:link:active.underb {
    color: #D03;
    font-weight: bold;
    font-decoration: none;
  }

:visited.underb {
    color: #003;
    font-weight: bold;
    font-decoration: none;
  }

:visited:hover.underb {
    color: #00F;
    font-weight: bold;
    font-decoration: underline;
  }

:visited:active.underb {
    color: #D03;
    font-weight: bold;
    font-decoration: none;
  }

dl {
    text-align: left;
    font-family: Georgia, serif;
  }

dt {
    display: compact;
  }

div.body600 {
    margin: 0 auto;
    width: 600px;
  }
