/*CSS Document*/
/*Created March 22, 2005*  rewrite begun 6/8/05*/
/*Great Basin College Library, Elko Nevada*/
/*Webmaster: Joanne Forsythe*/
/*GBIA site main.css */
/*==================================================================*/
/*Here begins the structure of the page*/

body {
 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#cce4f9;
  color: #000000; 
  text-align: center; /*for rendering wrapper centered in ie*/
  margin:1%;
  border: none; 
}
#wrapper	{	
	position: relative;
	width:80%; /*changed 06/08/05*/
	background-color:#FCF1C7;  
	color: inherit;
	text-align: left; /*for ie to center wrap*/
	margin-left: auto; /*to center for ie*/
	margin-right: auto;
	}
#brandingMain	{	/*find out what this is and if it is being used June 8th*/
		margin-top: 1em;
		padding-top:.5em; 
		display: block;
		text-align: center;
		width: 740px; /*change to width from % to make more stable on the page*/
		height: auto;
		}
#brandingSub	{	/*this seems to be the main header*/
		width: 60%; /*change to width from % to make more stable on the page*/
		height: auto;
		color: #000000;
		padding-bottom:.5em;
 		padding-top:.5em; 
  		border-top:1px solid #800000;
  		}
#navLeft {	/*for use on the GBIA homepage*/
  position: relative;
  width: 20%;
  float: left;
  clear: left;
  background-color:inherit;
  color: inherit;
  padding-left: .5em;
  text-align: left;
  margin-top: 3em;
  border-right:thin solid #800000;
  }

#contentMain	{	/*for use on Main Index page GBIA*/
	position: relative;
	float: left;
	width: 70%;
	margin-left: 1em;
	margin-top: 1em;
	font-size: .8em;
	/*text-indent: .5em;*/
	text-align: left;
	padding: 20px;
	background: inherit;
	color: inherit;
	}
#contentSub	{ 	/*one column Sub pages */
	position: relative;
	float: left;
	width: 90%; 
	margin-left: 1em;
	margin-top: 1em;
	font-size: .8em;
	/*text-indent: .5em;*/
	text-align: left;
	padding-left: 2em;
	background: inherit;
  color: inherit; 
	}
#contentLeft {	/* 3 column pages used with contentCenter; contentRight*/
  position: relative;
  width: 25%;
  float: left;
  clear: left;
  font-size: .8em;
  margin-left: 2em;
  text-align: left;
  padding: 1em;
  background: inherit;
  color: inherit;
    }
#contentCenter	{ /* 3 column pages with contentLeft; contentRight*/
  width: 25%;
  float: left;
  font-size: .8em;
  text-align: left;
  padding: 1em;
  background: inherit;
  color: inherit;
}
#contentRight { /*3 column pages with contentCenter; contentRight */
  width: 25%;
  float: left;
  font-size: .8em;
  text-align: left;
  padding: 1em;
  background: inherit;
  color: inherit;
}
#footer {
  width:100%;
  float:left;
  clear:both;
  text-align:center;
  background: inherit;
  color: inherit;
  font-size: smaller;
  }
  
/*==============================================================================*/
/*here begin the styles of the pages*/
h1, h2, h3, h4 {
  font-family: Georgia, Times, serif;  
  color:#800000; 
	}
h1	{
	font-size:1.5em;   
	}
h2 {
    font-size:1.4em;
}
h3 {
  font-size: 1.3em;
  text-align: right;
  font-style: italic;
}
h4 {
  font-size: 1.2em;
  font-style: italic;
}
hr {
  color:#800000;
  width: 100%;  
}
img	{
	padding-left:1em;
	}
img.body {
  	position:relative;
	float:right;
	padding:2em;
}
li ul{
	list-style-type:none;
	text-indent:-.5em;
	}
li.sub {
	list-style-type:square;
	text-indent:-1.5em;
	}
table tr td{
	border-collapse:collapse;
	border:1px solid #800000;
	}
	td	{
	width: 50%;
	}
table.archive  {		
	width: 90%;
	border-collapse:collapse;
	border:1px solid #800000;
	}
	tr.archive	{
		border:1px solid #800000;
		}
	td.archive{
		border:1px solid #800000; 
		padding: 2px;		
		}
table.collection	{
	width: 80%;
	border:1px solid #800000;
	}
	th.collection	{
	width: 20%;
	}
table.contact	{
	width: 60%;
	margin-left: 20%;
	border-collapse:collapse;
	border:1px solid #800000;
	}
	td.contact	{
	width:30%;
	}
table.donate	{
	width: 75%;
	margin-left: 5em;
	border-collapse: collapse;
	border:1px solid #800;
	}
	td.left	{
		text-align: center;
		width: 20%;
		}
	td.right	{
		text-align: left;
		width: 80%;
		}
	
table.form	{
	width: 100%;
	border-collapse:collapse;
	border:1px solid #800000;
	}
	th.form	{
	width: 50%;
	}

/*=========================================================================*/
/*here begin the class styles of the site*/
.address	{
	font-size: .8em;
	font-style: italic;
	font-family: Verdana, sans-serif;
	}
.center	{
	text-align:center;
	}
.indent	{
	text-indent: .5em;
	}
	.indentLarge	{
	text-indent: 2em;  /*used on Site Map page*/
	}
		.smaller	{	/*need find where these 2 items were used in test structures - from menu.css*/
			font-size: .6em;
			letter-spacing: normal;
			text-indent: 15px;
			}
	.name	{
			font-size: 1.2em;
			color:#405551;
			font-style: italic;
			font-weight: bold;
			margin:.5em;
			}
.heading	{
	text-align: center;
	text-decoration: underline;
	}		
.homeNav	{			/*combined with h5 for headings for nav sections on index page*/
	margin-bottom: -.8em;
	text-align: left;
	color:#800000;
	}
.important	{
	font-style: italic;
	text-decoration:underline;
	}
ul.nav {		/*for use on all pages nav unit*/
	margin:0 0 0 0;
	} 
p.map	{
	margin-bottom:-1em;
	}
em.tribe	{
	font-weight: bold;
	font-style:normal;
	}
