a {
  text-decoration: none; }
  a img {
    border: none;
    padding: 0;
    margin: 0; }

body {
  font: normal 1em "lucida grande", verdana, arial, helvetica, sans-serif;
  background-color: #FEEAFC; }

.wrap {
  width: 900px;
  margin: 0 auto; }
  .wrap > div {
    background-color: #FFFFFF;
    padding: 10px;
    margin: 10px; }

.header {
  position: relative;
  height: 75px; }

ul.navigation {
  position: absolute;
  left: 90px;
  bottom: 10px;
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline-block; }
  ul.navigation li {
    float: left;
    margin-right: 1em; }

.search {
  position: absolute;
  right: 15px;
  top: 10px; }
  .search #q {
    width: 5em; }

#container {
  min-height: 390px; }

.twtr-widget {
  float: right;
  margin-left: 1em; }

#footer {
  text-align: center;
  font-size: 0.75em; }

#kanji_navigation {
  height: 35px; }
  #kanji_navigation #next {
    float: right;
    text-align: right; }
  #kanji_navigation #admin_edit {
    text-align: center; }
  #kanji_navigation #previous {
    float: left;
    text-align: left; }

.sequence {
  font-size: 1em;
  text-align: center; }

.new_sequence_flag {
  text-align: center; }

.title {
  float: left;
  margin: 0;
  vertical-align: bottom;
  color: #aa0066; }

.highlightedTranslationKeyword {
  color: #aa0066; }

.Tags {
  color: #eeb000;
  font-size: 1em; }
  .Tags:link, .Tags:visited {
    color: #eeb000;
    font-size: 1em; }

.kanji_character {
  font-size: x-large;
  color: #aa0066; }

a.kanji_character:link, a.kanji_character:visited {
  text-decoration: none; }
a.kanji_character:hover {
  color: blue;
  text-decoration: underline; }

.compounds dl dd a:hover, .Tags:hover {
  color: blue;
  text-decoration: underline; }

h1 .kanji_character {
  font-size: 48px; }

.radical_name {
  color: #aa0066; }

.components a {
  font-size: 2em;
  text-decoration: none;
  color: #cc0000; }

.highlightedComponentKeyword {
  color: #cc0000; }

.title_kanji_component img {
  width: 24px;
  height: auto; }

.compounds dl dd a {
  font-size: large;
  text-decoration: none;
  color: #cc0000; }
  .compounds dl dd a:link, .compounds dl dd a:visited {
    font-size: large;
    text-decoration: none;
    color: #cc0000; }

.properties {
  float: right;
  line-height: 1.2; }

.radpos, .components, .description, .mutants {
  clear: both;
  margin-top: 1em; }

.description p {
  text-indent: -2em;
  margin-left: 2em; }

.lookalikes {
  clear: both; }
  .lookalikes table th {
    font-weight: normal;
    text-align: left; }
  .lookalikes table td {
    padding-right: 3em; }

.big_rating {
  width: 180px;
  height: 25px;
  text-align: center;
  display: inline-block;
  color: #ffcc00; }

.rating {
  width: 120px;
  height: 18px;
  text-align: center;
  color: #ffcc00;
  display: inline-block;
  vertical-align: text-top; }

#mutant input.character {
  width: 70px; }
#mutant input.name {
  width: 120px; }

#kunyomi input.reading, #kunyomi input.preposition, #kunyomi input.tag_list {
  width: 100px; }

#red {
  color: red; }

.section {
  color: black;
  font-size: 1em; }

#Onyomi, .highlightedOnyomiKeyword {
  color: #00cc99; }

.particles {
  color: #0066cc; }

#radical {
  font-style: italic; }

.style10 {
  font-size: 36px;
  font-style: italic; }

.style15 {
  color: #000000; }

.style18 {
  color: #6633FF; }

.style6 {
  color: #FF00FF; }

.style23 {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; }

.style26 {
  font-style: italic; }

table.kanjilist {
  width: 100%;
  padding: 2px; }
  table.kanjilist #kanji_char {
    font-size: 20px; }
table.tagstable td {
  padding: 5px; }

dt {
  margin-top: 0.5em; }

tr.even {
  background-color: #F0F0F0; }
tr.odd {
  background-color: #E0E0E0; }

fieldset {
  padding: 5px 0;
  margin: 0 0 10px 0;
  border: none;
  position: relative; }
  fieldset:last-child {
    border-bottom: 1px solid #E5E5E5; }
  fieldset legend {
    margin-left: 5px;
    font-weight: bold; }
  fieldset div {
    clear: both;
    padding: 2px 0; }
    fieldset div:first-child {
      clear: both;
      padding: 3px 0; }
  fieldset label {
    float: left;
    width: 150px;
    padding: 0 10px 0 0;
    text-align: right; }
  fieldset textarea {
    height: 10em; }
  fieldset input, fieldset span {
    width: 270px; }

table input {
  width: 175px; }

fieldset span.caution {
  font-size: 9px;
  color: #FF0000; }
fieldset input[type=checkbox] {
  text-align: left;
  width: 16px; }
fieldset input[type=file] {
  width: 200px; }
fieldset + input[type=submit] {
  margin: 0 150px !important; }
fieldset .fieldWithErrors label {
  color: #FF0000; }
fieldset .fieldWithErrors input, fieldset .fieldWithErrors textarea {
  border: 1px solid #f00; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table; }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px; }
  #errorExplanation ul li {
    font-size: 12px;
    list-style: square; }

ul.lacidar {
  margin: 0;
  list-style: none;
  padding: 0;
  display: inline; }
  ul.lacidar li {
    display: inline; }

.alternate {
  width: 800px;
  margin: 1em auto; }
  .alternate #top {
    text-align: center; }
    .alternate #top #topImage {
      width: 100%;
      background-color: white;
      padding-top: 10px;
      padding-bottom: 10px; }
  .alternate h1 {
    font-size: 16px;
    font-weight: normal;
    padding: 20px;
    color: #B2946C; }
  .alternate .box {
    background-color: white;
    font-size: 12px;
    width: 475px;
    padding: 10px;
    margin-bottom: 20px; }
    .alternate .box h2 {
      font-size: 12px;
      padding: 0;
      margin: 0; }
    .alternate .box ul {
      margin: 0;
      padding-left: 20px; }
    .alternate .box p {
      margin: 0; }

.amazon_widget {
  clear: right;
  margin-top: 10px;
  float: right; }
