/***********************************************************************
** star.css
** Copyright 2006 STAR
** based off pmwiki.ccss
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
** Dave Caver 20070113  Fixed invalid font-weights.
***********************************************************************/
body {
  font-family: sans-serif;
  background-color: #ffffff;
  margin-left:0px; margin-right:0px; 
  font-size:10.5pt; 
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { color: #5982B6; font-family: Arial,sans-serif; font-size:130%; }
h2 { color: #5982B6; font-family: Arial,sans-serif; font-size:115%; }
h3 { color: #5982B6; font-family: Arial,sans-serif; font-size:105%; }
h4 { color: #5982B6; font-family: Arial,sans-serif; font-size:100%; }
h5 { color: #5982B6; font-family: Arial,sans-serif; font-size:100%; font-weight:normal; font-style:italic; }

.header { margin-right: 30px; text-align: right;}
.starhead1 {
      color: silver;
      font-family: Arial,sans-serif;
      font-style: italic;
      text-align: right;
      font-size: 150%;
      }
.starhead2 {color: silver; font-family: Arial,sans-serif; font-style: italic; text-align: right;}
#wikilogo { 
  text-align: center; padding-left:10px; padding-bottom:5px; 
}

#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

#wikileft { 
  width:160px; 
  border-right:1px #cccccc solid; 
  padding:10px 10px 0 10px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}

#wikitext a { text-decoration:underline; color:blue; }
#wikitext a:hover { text-decoration:underline; color:red; }
#wikitext ul { list-style: square; padding:5px; margin:15px; }
#wikitext li { margin-top:4px; }

#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a
  { color:#505050; font-weight:bold; font-style:normal; }

#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikibody { padding:0px 10px 10px 10px; background-color:white; }
#wikitext { margin-top:1em; line-height:1.33em; }
#wikitext a.createlinktext  { text-decoration:none; color:blue; }
.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

#wikifoot { 
  padding-left:191px; 
  border-top:1px #cccccc solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

div.emenu ul li {list-style: none; margin-left: -25px;}
div.emenu ul li ul li {list-style: none; margin-left: -25px;}
div.emenu ul li ul li a.urllink {text-decoration:none; color: white; } 
div.emenu ul li ul li a.urllink:hover { text-decoration:underline; color:red; font-weight: bold; }

/* div.emenu ul {list-style: none;margin-left:1px;font-size: 110%; font-weight: bold;}
div.emenu ul li {margin-left: 2px;}
div.emenu ul ul {list-style-type: square;margin-left:0px; text-indent: 5px; font-size: 100%; font-weight: normal;} */
#sidehead ul {list-style: none;margin-left:1px;font-size: 110%; font-weight: bold;}
#sidehead ul ul {list-style-type: square;margin-left:0px;font-size: 100%; font-weight: normal;}


p.sidehead {color: white; font-family: Arial,sans-serif; font-style: italic; text-align: left; font-weight: bold}

a.wikilink  { text-decoration:none; color: white; }
a.wikilink:hover { text-decoration:underline; color:red; }
a.selflink  { text-decoration:none; color:white;; }
a.selflink:hover { text-decoration:underline; color:red; }
a.createlinktext  { text-decoration:none; color:white; }
a.createlinktext:hover { text-decoration:underline; color:red; }

/********************************************************************************
 * Thumbs required CSS
 ********************************************************************************/
 
img.thumbs { border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover { border:1px solid red; }
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
table.thumbtable td.thumbtd:hover { border-color:red; }
table.thumbtable { border:1px solid #cccccc; }
table.thumbtable td.thumbtd div.img { border: 1px solid #dddddd; text-align:center;}
table.thumbtable td.thumbtd div.caption { font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}

ul li a { text-decoration:underline; color:white; }
ul li a { text-decoration:underline; color:white; }
a:hover { text-decoration:underline; color:red; }

