/* psduua.css
 * 
 * styling for most pages
 *
 */
 

/* styling for main page */
@import url(main.css); 



body {
  background-color: #ECDCB6;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: Cambria, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }



/* -----------------------------------------------------------------------------
 *   #fwdref : "invisible" div at top of page with fwd link to content.
 *   This fwd link is for use with screen readers, to allow the user 
 *   to jump easily past all the navigation links.
 *   NB:  IE displays this 2 pixels high, not as 0 height.
 *   To make it blend in, all colors are set to match the top of landscape.jpg.
 */
#fwdref {
  height: 0;
  font-size: 0;
  color: #80A9DF;
  background-color: #80A9DF;
}
#fwdref a { text-decoration:none; }
#fwdref a:link     { color: #80A9DF; }
#fwdref a:visited  { color: #80A9DF; }
#fwdref a:hover    { color: #80A9DF; }
#fwdref a:active   { color: #80A9DF; }


/* -----------------------------------------------------------------------------
 *   #wikilogo : Logo div at top of page
 */
#wikilogo {
  margin: 0;
  padding: 0;
  border-bottom:5px #553300 solid;
  background: url(landscape.jpg) no-repeat #aabbdd;
  height:100px;
  position: relative;   /* to serve as a container for absolute positioning */
  font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wikilogotext {
  position: absolute;
  top: 10px;
  left:140px;
}

#wikilogotext h1, 
#wikilogotext h2, 
#wikilogotext h3 {
  color: white;
  margin: 0;
}

#wikilogotext a { text-decoration:none; color: white; }
#wikilogotext a:hover { text-decoration:underline;
}




/* -----------------------------------------------------------------------------
 *   #wikimid : Table comprising left col (#wikileft) and main col (#wikimain)
 */
#wikimid {

}



/* -----------------------------------------------------------------------------
 *   #wikileft : Lefthand cell of format table
 */
#wikileft {
  width: 220px;
  background-color: #FEDE5C;
  border-right: 2px gray solid;
  padding: 8px 8px 2em;
  font-size: 90%;
  vertical-align:top;
}

#wikileft p.sidehead {
  /* Main divisions in the sidebar */
  margin: 1.5em 0 0 0;
  padding: 1px 4px;
  background-color: #BEC9DA;
  font-weight: bold;
  font-size: 110%;
}

#wikileft p.first-sidehead {
  /* Main divisions in the sidebar */
  margin-top: 2px;
}

#wikileft ul {
  /* first level heads */
  list-style-type: none;
  margin: 0;
  padding: 2px 4px;
  background-color: #FFEEB3;
  
}

#wikileft ul li {
  margin: 0;
  padding: 1px;
  text-indent: 0;
  white-space: nowrap;
}

#wikileft ul ul {
  /* second level heads */
  list-style-type: disc;
  margin: 2px 0 0 0;
  padding-left: .5em;
  background-color: #FFF6D5;
}

#wikileft ul ul li {
  margin: 0 0 0 1.5em;
  text-indent: -1.5em;
  list-style-position: inside;
  white-space: normal;
}

#wikileft li.highlight {
  /* active block in sidebar */
  margin: 4px 0;
  padding: 4px 4px;
  background-color: #FFF6D5;
  border: 1px gray dotted;
}

#wikileft a                { text-decoration:none;      color: black;   }
#wikileft a:hover          { text-decoration:underline; color: #E67200; }
#wikileft a.selflink       { text-decoration:none;      color: #0046AE; }
#wikileft a.selflink:hover { text-decoration:underline;      color: #E67200;   }
#wikileft a.urllink {
  background: url(external.png) /* right top */ 100% 2px no-repeat;
  padding-right: 13px;
}
#wikileft li.highlight2 a       { text-decoration:none;      color: #217AFF;   }
#wikileft li.highlight2 a:hover { text-decoration:underline; color: #E67200; }

#wikileft p.sidehead a       { text-decoration:none;      color: #032B67; }
#wikileft p.sidehead a:hover { text-decoration:underline; color: #E67200; }



/* -----------------------------------------------------------------------------
 *   #wikimain : the right-hand table cell 
 *   (includes divs #wikicmds, and #wikibody)
 */
#wikimain {
  vertical-align: top;
  background-color: white;
}



/* -----------------------------------------------------------------------------
 *   #wikicmds : the utility menu in #wikimain
 */
#wikicmds {
  margin: 0;
  /* padding-left great enough to keep text away from incline.gif */
  padding:8px 10px 8px 30px;   
  height: 24px;
  font-size: 90%;
  background: url(incline.gif) no-repeat #ECDCB6;
  white-space: nowrap;
}

#wikicmds a { text-decoration:none; }
#wikicmds a:link     { color: #4F83D1; }
#wikicmds a:visited  { color: #4F83D1; }
#wikicmds a:hover    { color: #E67200; text-decoration:underline; }
#wikicmds a:active   { color: #D05684; }

/* The following targets the unnamed div in which the wiki puts TopBar */
#wikicmds div { margin: 0; padding: 0; }
#wikicmds form { margin: 0; padding: 0; }



/* -----------------------------------------------------------------------------
 *   #wikibody : the main content div in cell #wikimain
 *   (includes divs #wikiright, #wikititle, #wikitext)
 *
 *   NB: to avoid the IE Peekaboo bug, this div and all containing divs
 *   avoid declaring a background color.
 */
#wikibody {
  margin: 0;
  padding: 0;
  border: 0;
}



/* -----------------------------------------------------------------------------
 *   #wikititle : div with the breadcrumbs and title
 *
 *   NB: to avoid the IE Peekaboo bug, this div and all containing divs
 *   avoid declaring a background color.
 */
#wikititle {
  margin: 0;
  padding: 1em 2em 0 2em;
}

#wikititle a { text-decoration:none; }
#wikititle a:link     { color: #4F83D1; }
#wikititle a:visited  { color: #4F83D1; }
#wikititle a:hover    { color: #E67200; text-decoration:underline; }
#wikititle a:active   { color: #D05684; }

.pagegroup { margin: 0 0 2px; font-size:85%; }
.pagetitle { margin: 2px 0 0; font-size:180%; }
.subtitle  { margin:.4em 0 0; font-size:130%; font-style: italic; }



/* -----------------------------------------------------------------------------
 *   #wikitext : div with the text
 *
 *   NB: to avoid the IE Peekaboo bug, this div and all containing divs
 *   avoid declaring a background color.
 */
#wikitext {
  margin: 0;
  padding: 1em 1.5em 2em;
  line-height: 1.33;
  /*max-width: 600px;*/
  font-size: 100%;
  position: relative;
}

#wikitext a { text-decoration:none; }
#wikitext a:link     { color: #3873CC; }
#wikitext a:visited  { color: #3873CC; }
#wikitext a:hover    { color: #E67200; text-decoration:underline; }
#wikitext a:active   { color: #D05684; }

.navitem { margin-bottom: .25em; }
.explain { margin-top: .25em; margin-left:2em; }
.marker { color: /* #ce6331 */ #175691; padding-right: .25em; }

#wikitext h1 { margin: 1em 0 .5em; color: #444; }
#wikitext h2 { margin: 1em 0 .5em; color: #444; }
#wikitext h3 { margin: 1em 0 .5em; color: #444; }
#wikitext h4 { margin: 1em 0 .5em; color: #444; }
#wikitext h5 { margin: 1em 0 .5em; color: #444; }
#wikitext h6 { margin: 1em 0 .5em; }
#wikitext p  { margin: .75em 0; }
#wikitext ul { margin-top: .5em; margin-bottom: 1em; }
#wikitext ol { margin-top: .5em; margin-bottom: 1em; }
#wikitext li { margin-bottom: .3em; }
#wikitext dl { margin-top: .5em; margin-bottom: .5em; }
#wikitext dt { font-weight: bold; }
#wikitext dd { margin-bottom: .5em; }
#wikitext table { margin: 1em 1em 2em; }
#wikitext table.tight { margin: 0 1em; }
#wikitext textarea { width: 100%; }
#wikiedit { width: 100%; }

#wikitext code {
  font-size: 120%;
}

/* -----------------------------------------------------------------------------
 *   #wikiright: optional right menu
 *
 *   NB: this is positioned relative and given a positive z-index so that it will
 *   be in front of #wikitext (which is also positioned, but without z-index).
 */
#wikiright {
  float:right; 
  position: relative;
  z-index: 1;
}
#wikiright ul {
  width:150px;
  border:1px dotted black; 
  background-color:#eeeeff;
  list-style-type: none;
  margin: .6em;
  padding: 2px 4px;
}
#wikiright ul li {
  margin: 0;
  padding: 1px 4px;
  text-indent: 0;
  font-size:90%;
}
#wikiright a { text-decoration:none; }
#wikiright a:link     { color: #4F83D1; }
#wikiright a:visited  { color: #4F83D1; }
#wikiright a:hover    { color: #E67200; text-decoration:underline; }
#wikiright a:active   { color: #D05684; }        /*
#wikiright a.selflink        { color: #0353CB; }  */
#wikiright a.selflink        { color: #0022B6; }
#wikiright a.selflink:hover  { color: #E67200; text-decoration:underline; }
#wikiright a.selflink:active { color: #D05684; }
#wikiright a.urllink {
  background: url(external.png) /* right top */ 100% 2px no-repeat;
  padding-right: 13px;
}
#wikiright ul ul {
  /* second level heads */
  width:135px;
  border:none;
  list-style-type: disc;
  margin: 2px 0 0 0;
  padding-left: .5em;
}
#wikiright ul ul li {
  margin: 0 0 0 1.5em;
  text-indent: -1.5em;
  list-style-position: inside;
  font-size: 90%;
}


/* -----------------------------------------------------------------------------
 *   #wikifoot : footer div at bottom of page
 */
#wikifoot {
  margin: 0;
  border-top:5px #553300 solid;
  padding: 5px 0 10px;
  font-size: 90%;
  text-align: center;
}

#wikifoot a { text-decoration:none; }
#wikifoot a:link     { color: #4F83D1; }
#wikifoot a:visited  { color: #4F83D1; }
#wikifoot a:hover    { color: #E67200; text-decoration:underline; }
#wikifoot a:active   { color: #D05684; }



/* -----------------------------------------------------------------------------
 *   First-level contents definition lists
 */
dl.first-level-contents dt {
  /* Most of these terms will be anchors, and will have the anchor color.
   * The color declared here lightens non-anchor text from solid black.
   */
  color: #666;
  font-size: 110%;
}



/* -----------------------------------------------------------------------------
 *   Calendar Table
 */
table.cal {
  font-size: 90%;
  width: 100%;
}
td.cal-date {
  width: 18%;
  padding: 3px 5px;
  vertical-align: top;
  white-space: nowrap;
}
td.cal-evnt {
  padding: 3px 5px;
  vertical-align: top;
  }
td.cal-locn {
  width: 25%;
  padding: 3px 5px;
  vertical-align: top;
}



/* -----------------------------------------------------------------------------
 *   Prairie Star Banner
 */
.pr-str-banner { 
  border-top: black medium solid;
  border-bottom: black medium solid;
  border-left: black medium none;
  border-right: black medium none;
  margin: 0 auto;
  padding: 2px;
  width: 90%;
  text-align: center;
}



/* -----------------------------------------------------------------------------
 *   Return to top of page (div in Site.SiteFooter)
 */
#wikitext .toplink { 
  clear: both;
  margin-top: 3em;
  font-size: 83%;
}



/* -----------------------------------------------------------------------------
 *   Constant Contact Newsletter styles
 *
 *    div constantContact (the containing div) has two "columns":
 *      1. div constantContactText on the left
 *      2. div constantContactSidebars on the right (pos abs left 26 em)
 *
 *    div constantContactText has pairs of:
 *      div constantContactHead (the item headline)
 *      div constantContactBody (the item body)
 *
 *    div constantContactSidebars is a container for sidebar blocks, i.e.,
 *    divs of class constantContactSidebar; each has a title paragraph
 *    and one or more entry paragraphs (typically links).
 */

#wikitext .constantContact {
  position: relative;
  margin-top: 20px;
}

#wikitext .constantContactText {
  width: 26em;
  margin: 0;
  padding: 0;
}

#wikitext .constantContactHead { 
  background-color: #FFA500;
  width: 25em;
  margin: 0 0 12px;
  padding: 6px .5em;
  clear: both;
}

#wikitext .constantContactHead h2 {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 120%;
}
  
#wikitext .constantContactBody { 
  margin: 12px 0 42px;
  padding: 0 .5em;
  clear: both;
}

#wikitext .constantContactText h3 { 
  color: #5C788C;
  margin: 12px 0;
  font-size: 110%;
}

#wikitext .constantContactSidebars {
  position: absolute;
  width: 10em;
  top: 0;
  left: 27em;
}

#wikitext .constantContactSidebar {
  position: relative;
  margin-bottom: 42px;
  border: 1px solid #5C788C;
  background-color: #FFFFCC;
  width: 10em;
}

#wikitext .constantContactSidebar p.title {
  background-color: #5C788C;
  color: #8DC0CF;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 6px 0;
}

#wikitext .constantContactSidebar p.entry {
  text-align: center;
  margin: 0;
  padding: 6px 0;
  line-height: 1.0;
}

/* These are for heads on auxiliary newsletter pages
 * (outside of the div structure above).
 * Include content for such pages in a 
 * div of class = constantContactLike,
 */
#wikitext div.constantContactLike h2 {
  color: white;
  background-color: #FFA500;
  padding: 2px 10px;
  margin-right: 6em;
}

#wikitext div.constantContactLike h3 {
  color: #5C788C;
}


/* For simple tables whose cells should be vertical-align: top
 * (Simple tables default to vertical-align: mid.)
 * (Advanced tables default to vertical-align: top.)
 */
table.topalign td, table.topalign th {
  vertical-align: top;
}

table.baselinealign td, table.baselinealign th {
  vertical-align: baseline;
}

table.bottomalign td, table.bottomalign th {
  vertical-align: bottom;
}

table centeralign td, table.centeralign th {
  text-align: center;
}

/* To add extra space to right and left of cells */
table.hpad td, table.hpad th {
  padding-left: 10px;
  padding-right: 10px;
}

.nowrap {
  white-space: nowrap;
}


/* -----------------------------------------------------------------------------
 *   Special paragraph styles
 */

#wikitext .clear {
  clear: both;
  margin-top: 1em;
}

#wikitext .rightfloat {
  float: right;
}

#wikitext .leftfloat {
  float: left;
}

#wikitext .leftindent {
  margin-left: 40px;
}

#wikitext .rightindent {
  margin-right: 40px;
}

#wikitext .inset {
  margin-right: 40px;
  margin-left: 40px;
}

#wikitext .mid {
  margin-top: 0;
  margin-bottom: 0;
}

#wikitext .top {
  margin-bottom: 0;
}

#wikitext .bot {
  margin-top: 0;
}

#wikitext .first {
  margin-top: 0;
}

#wikitext span .whitespace {
  line-height: 75%;
}

#wikitext li.nomarker {
  list-style-type: none;
}

#wikitext div.panel {
  margin: 10px; 
  border: solid #aaa 2px; 
  padding: 10px;
}

#wikitext div.dirlisting {
  margin-left:40px;
}

#wikitext div.dirlisting dt {
  font-weight:normal; margin:0px;
}

/* designed for external links not automatically decorated */
.offsite {
  background: url(external.png) /* right top */ 100% 2px no-repeat;
  padding-right: 13px;
}

