/************************************************************************************************/
/*												*/
/*												*/
/*  Cascading Style Sheet for http://www.thorsmountain.org/					*/
/*  Created by:  Brandon Pisani									*/
/*  Revised on:  2010/01/08									*/
/*  Revised with:  Vi IMproved 7.2.245								*/
/*  Filename:  main.css										*/
/*												*/
/*  CSS Validation by http://www.w3.org, the World Wide Web Consortium has been:		*/
/*  		[X] Passed		[ ] Failed		[ ]Not Completed		*/
/*												*/
/*  Purpose:  To serve as the main CSS file for the web site at the above URI.			*/
/*												*/
/*  Copyright Notice:  This file is © The Barony of Thors Mountain, 2008-2009.  Please, do not 	*/
/*			copy the whole file in its entirety.  If you take code, please, credit  */
/*			where credit's due.  All credit is given for borrowed code.		*/
/*												*/
/*  CSS information can be found by navigating to http://www.w3.org/TR/CSS21.  The W3C hold	*/
/*            all the copyright and patent information on CSS code.  				*/
/*												*/
/************************************************************************************************/


/*	Begin top-down formatting for index page, then as needed for other pages.		 */	

body	{
	background: #f2e1c3 url(../images/bkgr.parchment.jpg) repeat fixed;
	display: block;
	margin: 8px;
	height: 100%;
	font-family: Georgia, serif;
	/* Overflow hack for IE5-Mac \*/
	overflow: auto;
	/* end of hack */
	color: #14520E;
	}

p	{
	padding: 10px 0px;
	}

#head	{
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 150px;
	height: 150px;
	display: block;
	}

#head img {
	height:131px;
	vertical-align:middle;
	width:590px;
	position: relative;
	left: 25px;
	}

#left	{
	position: absolute;
	overflow: visible;
	padding: 5px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	width: 149px;
	display: block;
	font-size: larger;
	z-index: 3;
	}

#left img {
	height:150px;
	vertical-align:middle;
	text-align: center;
	width:120px;
	}

#left ul {
	list-style: none outside none;
	position: relative;
	left: -15%;
	top: -1.5em;
	}

a	{
	color: #14520E;
	text-decoration: underline;
	}

#ctr	{
	position: absolute;
	overflow: auto;
	padding: 5px;
	bottom: 0px;
	left: 170px;
	top: 150px;
	display: block;
	font-size: 1em;
	z-index: 2;
	}

/* Breadcrumbs ul */
/* I don't think I've implemented this on the web site, but I'm not positive.  This should be checked. */

ul#bc,
ul#bc li,
ul#bc li a {
	font: small-caps 10pt/12pt Arial, Helvetica, sans-serif;
	color: #800;
	display: inline;
	list-style-type: none;
	}

/* Use &#187; for the >> look on breadcrumbs */

p#copy	{
	font-size:smaller;
	position:relative;
	text-align:center;
	bottom:0px;
	}

div#ctrup	{
	font-size: 1.5em;
	margin-top: 2em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	top: 15%;
	}

div#ctrup ul,
div#ctrup ul li
	{
	display: inline;
	}

div#ctrup ul li a {
	display: inline;
	text-decoration: none;
	color: #14520E;
	padding: 0.5em;
	}

h2	{
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	line-height: 32pt;
	}

p.caltitle {
	font: normal small-caps bold larger Arial, Helvetica, sans-serif;
	}

span.pdf {
	font: normal normal normal 100% "Times New Roman", Georgia, serif;
	color: #b00;
	}

ul#nl	{
	list-style-type: none;
	list-style-position: inside;
	}

ul#docs,
ul#pubs,
ul#lar	{
	list-style: none outside none;
	}

.award	{
	font-weight: bold;
	font-size: 16pt;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
	}

/* Time to fix Yahoo!Groups */
.ygroup	{
	font-size: 10pt;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
	top: -3em;
	}


