/* CSS Document */
  
body
{
  /* Reset everything to zero */
  margin: 0;
  padding: 1px;
  border: 0;
  
  /* Default font */
  font-family: helvetica, arial, verdana, sans-serif;
  font-size: 0.9em;
  
  /* Colours */
  color: #000;
  background-color: #fff;
}

img { border: 0; } /* Nobody wants to see blue borders around linked images */


/* Universal clear classes */
.clear_left { clear: left;}
.clear_right { clear: right; }
.clear_both { clear: both; }

/* Layout */

#header
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
}

#navigation
{
  margin: 20px;
  text-align: center;
}
#content
{
  margin: 130px auto 20px auto;
  width: 800px;
}

#footer
{
  margin: 20px;
  border: 1px dashed #aaa;
  background-color: #eee;
  padding: 5px;
  clear: left;
}

/* Styles */

span.edition_number
{
  font-style: italic;
  font-weight: normal;
  font-family: georgia;
}

/* Language warning message */

p.warning
{
  border: 1px dashed #888;
  color: #000;
  background-color: #eee;
  padding: 20px;
}

p.warning em
{
  font-style: normal;
}

/* Footer items */

p.copyright
{
  width: 390px;
  font-size: 0.75em;
  float: left;
}

p.copyright img
{
  vertical-align: middle;
  margin: 0 5px;
}

p.footer_links
{
  text-align: center;
}

p.w3c_logos
{
  float: right;
}

p.credits
{
  float: right;
  clear: right;
  margin: 0;
  text-align: right;
  font-size: 0.7em;
}

p.clear_both
{
  clear: both;
  margin: 0;
  padding: 0;
}

/* Hitcounter */

#counter
{
  text-align: center;
  margin-bottom: 10px;
}

h1.header
{
  margin: 10px 20px;
}

ul.navigation
{
  background-color: #c00;
  padding: 8px 0;
  margin: 0;
  border: 2px solid black;
}
li.navigation
{
  font-size: 0.75em;
  list-style: none;
  display: inline;
  background-color: #c00;
  padding: 6px;
  margin: 0;
}
li.nav_active
{
  font-size: 0.75em;
  list-style: none;
  display: inline;
  background-color: #800;
  padding: 8px;
  margin: 0;
  border-top: 2px solid #800;
}

li.navigation:hover
{
  background-color: #a00;
  border-top: 2px solid #a00;
}

a.navigation
{
  color: #fff;
  text-decoration: none;
}

h1.page_title
{
  margin-top: 0;
}

img.sign_language
{
  float: left;
  clear: left;
  margin-bottom: 20px;
}
p.definition, p.action, p.sign_language
{
  margin-left: 170px;
}
p.sign_language
{
  font-weight: bold;
}
em
{
  font-weight: bold;
}
div.sign_language
{
  clear: left;
  margin: 20px 0;
}

span.slno_up
{
  font-size: 0.7em;
  float: right;
}

span.def_phrase
{
  font-weight: bold;
}
span.def_type, span.def_similar
{
  font-style: italic;
}

#search
{
  float: right;
  width: 400px;
}

#search fieldset
{
  border: 0;
  padding: 0;
  text-align: right;
}
a.def_nav:link
{
  color: #000;
  text-decoration: none;
}
a.def_nav:visited
{
  color: #000;
  text-decoration: none;
}
a.def_nav:hover
{
  color: #000;
  text-decoration: underline;
}
a.def_nav:active
{
  color: #000;
  text-decoration: none;
}

p.definitions
{
  clear: right;
}

/* Suggestion */

p.def_suggestion
{
  float: right;
  clear: right;
  margin: 5px 0 25px 0;
}
fieldset.suggestion
{
  border: 0;
}
label.suggestion
{
  margin: 5px;
  vertical-align: top;
}

p.sug_phrase label.suggestion
{
  margin-right: 1.25em;
}

label.suggestor_email
{
  margin-left: 1.25em;
}

span.field_tag /* (Optional text) */
{
  font-size: 0.7em;
  color: #c00;
  margin: 3px;
} 

ul.suggestion_form
{
  list-style: none;
  padding: 0;
}

li.suggestion_form
{
  margin: 5px 0;
}

li.suggestion_form button
{
  margin-left: 11.5em;
}

label.suggestion_form
{
  float: left;
  width: 10em; 
  text-align: right;
  font-weight: bold;
  margin-right: 10px;
}

input.security_code 
{ 
  vertical-align: top; 
  margin-top: 10px;
  margin-right: 5px;
}