/**
 * Sitegen common structure
 * This file contains the default css for the common sitegen page areas.
 */

#pagewidth {
    margin: 0;
    padding: 0;
    min-width: 760px;
}

#breadcrumb {
    font-size: .85em;
    margin-top: 0;
}


/* ---------- header ---------- */

#header {
    padding-left: .75em;
    padding: 9px;
    padding-bottom: 6px;
    color: black;

    /**border-bottom: 1px solid #333;**/
}

#header img {
    width: auto;
    height: auto;
    border: none;
}

/* ---------- navigation, top ---------- */

#navtop {
    /**float: left;**/
    min-width: 800px;
    width: 100%;
    color: black;
    height:2.6em;
    line-height:2.5em;
}

#navtop ul {
    float: left;
    margin: 0 0 0 12px;
    padding: 0;
    color: black;
   /** background: #597292;**/
    list-style-type: none;
    width: 25%;
}

#navtop li {
    display: inline;
    padding: 0;
    margin: 0;
    margin-right: -5px;
}

#navtop li a {
  background:transparent;
  color:#FFFFFF;
  font-size:0.9em;
  letter-spacing:1px;
  padding:9px 15px;
  text-decoration:none;
}

#navtop a.first {
   /** border-left: 1px solid #333;**/
}

#navtop a:hover {
    background: #4F2222;
}

#navtop .active a {
    font-weight: bold;
}

#navtop .active a:hover {
    color: black;
    /**background: #ffc;**/
}

#navtop a img {
    border: none;
    float: right;
    padding-top: 6px;
    margin-right: 5px;
}

/* ---------- navigation, left ---------- */

#navleft {
    color: black;
    padding: 0 10px;
    float: left;
    height: 500px;
}

#navleft a {
  color: #000000;
}

#navleft p {
    margin-top: 0px;
}

#navleft h2 {
    margin-top: 1.0em;
    font-size: 1.2em;
    font-weight: bold;
    font-family: verdana, helvetica, arial, sans-serif;
}

#navleft ul {
    margin-left: 0;
    padding-left: 0;
}

#navleft li {
  line-height: 145%;
  margin-left: 0.5em;
  list-style: none;
}

#navleft h4 {
    font-size: 1.1em;
    border-bottom: 1px solid #d9d9d9;
    margin: 1em 0 .5em;
}

#navleft input {
    margin: 1px 0 3px;
}

#navleft a.tips {
    float: right;
    font-size: 10px;
    font-weight: normal;
}

#navleft .active a {
    font-weight: bold
}

#navleft .active a:hover {
    font-weight: bold
}

#navleft p.arrows {
    margin: 0;
    padding: 0;
}

#container {
    min-height: 500px;
}
/* ---------- footer ---------- */

#footer {
    border-top: 1px solid #597292;
   /** text-align: center;**/
    font-size: .85em;
    background: #FFF;
}


/* -----webadmin, etc menus-------- */
.editmenu{
    border-top:1px solid #000;
    margin:2px 0 0 0;
    padding:2px;
    display: none;
}

.editmenu a {
    margin: 1px;
    padding: 2px;
    border: 1px solid #d9d9d9;
    display: block;
    background: white;
    text-decoration: none;
    font-size: .85em;
}

.editmenu a:hover {
    background: #90A8A8;
    color: white;
}

/* --- other ----*/
.search_box {
    width: 100%;
}

.strong {
 font-weight: bold;
}

.emph {
  font-style: italic;
}

.under {
  text-decoration: underline;
}

.inline_def dt{
    font-weight: bold;
    float: left;
    width: 7em;
}
.inline_def dd {
    margin-bottom: 1em;
}
