/********** IRIS LAYOUT ***********/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       BASICS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html
{
  margin: 0px;
  padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
}

.clear { clear: both;}

.skip
{
	display: none;
}

.rdflink
{
	float: right;
}

.editsection
{
	float: right;
	font-size: 12pt;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       CONTAINER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#container
{
	margin: 2em 2em 1em 2em;
	position: relative;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       HEADER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header
{
	width: 100%;
	margin: 0px;
	position: relative;
}

/* Doing this because IE doesn't pay attention to min-height. 
 *  Float the h1 and h2 to the left, put the image in the background
 *  and then this will space the content.  If I float the logo,
 *  then the navigation stops being straight.
 */

#header-spacer
{
	height: 140px;
	float: right;
}

#header h1 
{
  margin-left: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


#header h2
{
	margin-left: 3em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 NAVLIST
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.navlist h5
{
	display: none;
}

.navlist
{
  margin-left: auto;
  margin-right: auto;
  z-index: 1; 
  clear: both;
  border-top: 3px solid #3B4D51;
}

.navlist ul
{
  list-style-type: none;
  text-align: center;
  margin-top: -9px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.navlist li
{
  display: inline;
  text-align: center;
  margin: 0 5px;
}

.navlist li a
{
  padding: .1em .7em;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 CONTENT AREA
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.contents
{
  clear: both;
	margin: 2em;
}

.contents p
{
	margin-left: 1.5em;
}

.contents div
{
/*	margin-left: 1.5em; */
}

.contents blockquote
{
	margin-left: 2.5em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                               FOOTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.footer
{
	margin: 1em 2em;
	padding: 0em .5em;
	clear: both;
}

.footer ul
{
	text-align: center;
	padding: .1em 0;
	margin: 1em 0;
	width: 100%;
	line-height: 1em;
	font-size: .9em;
	padding: .2em .5em;
}

.footer ul li
{
	display: inline;
	padding: .2em .5em;
	border-left: 2px solid;
}

.footer ul li.first
{
	border-left: none;
}

.footer ul li a
{
	text-decoration: none;
}

.footer ul li a:hover
{
	text-decoration: underline;
}

#validation
{
	float: right;
	margin-right: 2em;
	margin-bottom: .5em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 SIDE BAR
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.sidebar
{
	float: right;
	clear: right;
	width: 10em;
	padding: .5em .5em;
	margin-bottom: 2em;
	margin-left: 0em;
}
	
.sidebar div
{
	margin-left: 0em;
}

.sidebar h5
{
	margin: .5em;
	font-size: 1em;
}

.sidebar ul
{
	margin-left: 0em;
	padding-left: 1.5em;
}

.sidebar .text
{
	width: 9em;
	margin: .5em .5em;
}

.sidebar .button
{
	margin: .5em;
}

#main
{
	float: left;
	width: 70%;
}

/********** IRIS THEME ***********/

/******COLORS********/
/*
 * #E7E3D3 -- green toned light tan
 * #1B1924 -- almost black
 * #3C585A
 * #4A7272
 * #D7E1D8 -- light mint green
 * #FCFFFF -- barely offwhite tan
 *
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       BASICS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body
{
	font-family: arial, helvetica, sans-serif;
	background-color: #E7E3D3;
	color: #1B1924;
}

a
{
	color: #3C585A;
	font-weight: bold;
}

a:hover
{
	color: #4A7272;
	font-weight: bold;
}


div.tright {
        float: right;
        clear: right;
        border-width:0.5em 0 0.8em 1.4em;
}

div.thumb {
border-color:white;
border-style:solid;
margin-bottom:0.5em;
width:auto;
}

html .thumbcaption {
border:medium none;
font-size:94%;
line-height:1.4em;
padding:3px !important;
text-align:left;
}

div.thumbinner {
        background-color: #E7E3D3;
        border:1px solid #3C585A;
        font-size:94%;

        overflow:hidden;
padding:3px !important;
text-align:center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       CONTAINER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#container
{
	border: 3px solid #3C585A;
	background-color: #FFFFFD;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                       HEADER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header
{
	color: #3C585A;
}

#header h1 a
{
  color: #4A7272;
  text-decoration: none;
}

#header h2
{
	color: #557A7B;
}

#header a
{
  text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 NAVLIST
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.navlist
{
  border-top: 3px solid #3C585A;
	clear: both;
	z-index: 5;
}

.navlist li a
{
  color: #3C585A;
  background-color: #E7E3D3;
  border: 1px solid #3C585A;
  text-decoration: none;
  font-weight: bold;
}

.navlist li a:hover
{
  color: #D7E1D8;
	background-color: #3C585A;
  border: 1px solid #557A7B;
  border-top: 3px solid #557A7B;
  border-bottom: 3px solid #557A7B;
}

.navlist li.active a
{
  border: 1px solid #557A7B;
  border-top: 3px solid #557A7B;
  border-bottom: 3px solid #557A7B;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 CONTENT AREA
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                               FOOTER
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.footer
{
	background-color: #D7E1D8;
	border: solid 2px #779c9c;
}

.footer ul li
{
	border-left: 2px solid #3C585A;
}

.footer ul li a
{
	text-decoration: none;
}

.footer ul li a:hover
{
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 SIDEBAR
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.sidebar
{
	background-color: #D7E1D8;
	border: 2px solid #557A7B;
}

.sidebar .text
{
  border: 2px solid #557A7B;
}

.sidebar .button
{
	border: 2px solid #557A7B;
	background-color: #9FBFAF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                                 MEDIAWIKI
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.printfooter { display: none; }

#catlinks
{
	float: right;
	width: 10em;
	padding: .5em .5em;
	margin-bottom: 2em;
	margin-left: 0em;
	background-color: #D7E1D8;
	border: 2px solid #557A7B;
}

#catlinks p
{
	padding: 0em;
	margin: 0em;
}

#p-personal h5
{
	display: inline;
}

#logo
{
	height: 135px;
	width: 135px;
	z-index: -1;
	float: right;
}

div.allpagesredirect a
{
	color: #9FBFAF;
}

a.new
{
	color: #7B5652 !important; /* need to override later declarations */
}

.navlist li.new a
{
  color: #7B5652;
}

.navlist li.new a:hover
{
  color: #E7E3D3;
	background-color: #3C585A;
  border: 1px solid #7B5652;
  border-top: 3px solid #7B5652;
  border-bottom: 3px solid #7B5652;
}

.navlist li.selected a
{
  border: 1px solid #557A7B;
  border-top: 3px solid #557A7B;
  border-bottom: 3px solid #557A7B;
}

pre
{
	margin-left: 2.5em;
	background-color: #FFFBF2;
	border: 1px dotted #557A7B;
	padding: .5em;
}

#toc
{
	background-color: #D7E1D8;
	border: 2px solid #557A7B;
	padding: .5em;
}

#main h1, #main h2, #main h3, #main h4, #main h5
{
	color: #3C585A;
}

#main h1
{
	font-size: 1.7em;
}

#main h1.pagetitle
{
	font-size: 2em;
}

#main h2
{
	font-size: 1.4em;
	clear: both;
}

#main h3
{
	font-size: 1.2em;
	clear: both;
}

#main h4
{
	font-size: 1.1em;
	clear: both;
}

#main h5
{
	text-transform: uppercase;
	font-weight: bold;
}

#main dl
{
	padding-left: 1.5em;
}

#main dl dd
{
	margin-bottom: .2em;
}

ol, ul
{
	margin-left: 3px;
}

#footer p
{
	text-align: center;
}

table.smwtable 
{
	background-color:#D7E1D8;
}
