/* Based on css Zen Garden default style v1.01
   ------------------------------------------------------------
   css released under Creative Commons License - 
   http://creativecommons.org/licenses/by-nc-sa/1.0/  
   ------------------------------------------------------------
   This template is used to generate Ximba web site themes.
	The "theme-default.pl" is the main theme.  Create new themes based
	on that file.  This file is processed with theme settings to generate
	theme specific css files.  All pages should use these block properties.
*/


/* ------------------------------------------------------------
   Basic elements that are actually used in the xhtml.
	Other elements that are not specified here are:
	a - most are unclassed, but names of authors use "class=c"
	h1 - only used inside the pageHeader
	h2 - only used inside the pageHeader
	h3 - some of these are configured below using relative addressing.
	span - used inside p's and h3's
	acronym - used only inside span's
	ul / li - these are configured specifically inside the "linklist" div.
   ------------------------------------------------------------ */
body { 
	font: 10pt/12pt verdana, times; 
	color: #000000; 
	background: #f2c261 url(/images/gm-banner-zeus.jpg) no-repeat top right; 
	margin: 0px; 
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #8f7a52;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ff8000;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ffffff;
	}
b.ximba {
	font: normal 10pt/12pt times-roman, sans; color: #7a2c2c;
	text-decoration: underline;; 
	margin: 0px 2px 0px 2px;; 
	}
b.muse {
	font: italic bold 10pt/12pt verdana; color: #7a2c2c;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
	}

/* ------------------------------------------------------------
	Basic elements that are not actually used directly in the xhtml.
	P's are used with classes in the xhtml.  Classes for these are
	p1, p2, p3, p4, and p5
   ------------------------------------------------------------ */
p { 
	font: 10pt/12pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}


/* ------------------------------------------------------------
	Container:  Top level div.  Everything *except* the ExtraDiv's fits inside
	this div.
   ------------------------------------------------------------ */
#container { 
	background:  url() 
					no-repeat top left; 
	padding: 0px 0px 0px 0px;
	margin: 5px; 
	
	}
 
/* ------------------------------------------------------------
	Intro:  Holds three other Divs: pageHeader, quicksummary, and maincontent
   ------------------------------------------------------------ */
#intro { 
	min-width: 100%;
	}

/* pageHeader:  The Logo and banner text. */
#pageHeader { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1500;
	position: absolute; top: 0px; left: 0px; z-index: 500;
	
	}
#pageHeader h1 { 
	/*
	 * using an image to replace text in an h1. This trick courtesy Douglas
	 * Bowman, http://www.stopdesign.com/articles/css/replace-text/
	 * 
	 * This header block is the site logo.
	 */
	background: transparent url(/images/gm-logo-zeus-nosummary.jpg) 
					no-repeat top left; 
	margin-top: 0px; 
	width: 499px; 
	height: 135px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	/*
	 * This header block is an additional banner.
	 */
	background: transparent url() 
					no-repeat top right; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	width: 600px; 
	height: 230px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}

/* quickSummary: Define this project or section in an overview... */
#quickSummary {
	display: none; position: absolute; top: 150px; right: 10px;
	clear:both; 
	margin: 20px 5px 20px 10px;
	padding: 0px 0px 0px 0px;
	width: 210px; 
	z-index: 500;
	background: #cc4d00 url(/images/summary-bg.png) 
					no-repeat top right; 
	border-top: 2px solid #bbb; border-left: 2px solid #bbb; border-right: 3px solid #222; border-bottom: 3px solid #222
	
	}
#quickSummary p {
	font: italic 10pt/16pt verdana, times;
	text-align: center;
	}

/* MainContent: Where the meat of the page goes */
#maincontent {
	padding: 10px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid black; border-left: 2px solid #7a2c2c;
	z-index: 500; position: absolute; bottom: -120px; top: 170px; left: 160px; right:0px;
	
	background: transparent url(/images/ximbaradio-notes.png) 
					no-repeat center top; 
	}
#maincontent p:hover {
	color: #943800;
	}
#maincontent p {
	font: normal 10pt/12pt  Verdana, Arial, sans-serif;
	text-align: left;
	}
#maincontent pre {
	font: normal 10pt/10pt sans-serif; color: #000;
	}
#maincontent blockquote {
	font: italic bold 10pt/12pt times-roman, sans; color: #000;
	}
#maincontent strong {
	font: italic bold 10pt/12pt times-roman, sans; color: #000;
	}
#maincontent h1 {
	font: italic bold 10pt/12pt times-roman, sans; color: #000;
	}
#maincontent h2 {
	font: italic bold 10pt/12pt times-roman, sans; color: #000;
	}
#maincontent b.feature {
	color: #008800;
	font: italic bold 10pt/12pt  Verdana, Arial, sans-serif;
	}
#maincontent b.featureoption {
	color: #880000;
	font: italic bold 10pt/12pt  Verdana, Arial, sans-serif;
	}

/* ------------------------------------------------------------
	SupportingText:  Holds three other Divs: supportingttext, explanation 
	and footer. The first two are not used yet, but may be in the future.
   ------------------------------------------------------------ */
#supportingtext { 
	
	}
#explanation { 
	
	}

/* footer: signatures, etc. */
#footer { 
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 210px; 
	font: bold 10pt/10pt  Verdana, Arial, sans-serif;
	text-align: center; 
	position: relative; bottom: 0px; right: 0px;
	border-top: 1px dashed #333;
	
	}
#footer p{ 
	font: bold 10pt/10pt  Verdana, Arial, sans-serif;
	}
#footer a:link{ 
	margin-right: 2px; 
	font: italic 10pt/10pt  Verdana, Arial, sans-serif;
	text-decoration: none; 
	}
#footer a:visited { 
	margin-right: 2px; 
	font: italic 10pt/10pt  Verdana, Arial, sans-serif;
	text-decoration: none; 
	}

/* ------------------------------------------------------------
	Links get special treatment.  There are three types:
	1. Global definition for links that don't fit into any other definition.
	2. sitelinks:  the links that navigate to different projects or sections.
	3. projectlinks:  the links that navigate within a given project or section.
   ------------------------------------------------------------ */
#links {
	position: absolute; 
	width: 150px;
	bottom: 0px; 
	left: 0px;
	
	}
#links a {
	display: block;
	margin-left: 10px;
	text-decoration: underline;
	}
#projectlinks {
	font-family: Verdana, Arial, Times, sans-serif; font-size: 70%;
	text-align: right;
	z-index: 1000;
	position: absolute; top: 090px; right: 20px;
	border-bottom: 1px solid #7a2c2c;
	
	}
#projectlinks a {
	margin: 0px 5px 0px 5px;
	}
#sitelinks {
	font-family: Verdana, Arial, Times, sans-serif; font-size: 70%;
	width: 160px;
	z-index: 1000;
	position: absolute; top: 170px; left: 0px;
	border-bottom: 1px solid #7a2c2c;
	
	}
#sitelinks a {
	display: block;
	margin: 0px 5px 2px 15px;
	text-decoration: none;
	border-top: 1px solid #f2c261;
	border-left: 1px solid #f2c261;
	border-bottom: 1px solid #f2c261;
	border-right: 4px solid #f2c261;
	padding: 1px 7px 1px 10px;
	}
#sitelinks a:visited {
	text-decoration: line-through;
	}
#sitelinks a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ff8000;
	font-style: italic;
	border-top: 1px solid #bbb; border-left: 1px solid #bbb; border-bottom: 1px solid #222; border-right: 1px solid #222;
	padding: 1px 7px 1px 10px;
	}

/* ------------------------------------------------------------
	The About box is the summary of what the whole site is about.
   ------------------------------------------------------------ */
#about {
	position: absolute; top: 410px; left: 0px;
	clear:both; 
	margin: 0px 5px 2px 5px; padding: 2px;
	padding: 0px 0px 0px 0px;
	width: 140px; 
	z-index: 500;
	background: #cc4d00 url(/images/summary-bg-musesig.jpg) 
					no-repeat top right; 
	border: 1px solid #000;
	
	}
#about p {
	font-size: x-small; color: #000;
	text-align: center;
	}
#about h2 {
	font: bold 9pt/10pt  Verdana, Arial, sans-serif; text-decoration: underline;
	text-align: center;
	}


/* ------------------------------------------------------------
	Link lists.
	Not used much - yet.
   ------------------------------------------------------------ */
#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url() no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	}
#linkList li a:link { 
	color: #8f7a52;
	}
#linkList li a:visited {
	color: #ff8000;
	}
	


/* ------------------------------------------------------------
	ExtraDivs:  These are blocks that can be placed anywhere to add
	additional graphics.  By default these don't display anything.  Any
	theme that uses this has to override the display tag.
   ------------------------------------------------------------ */
#extraDiv1 { 
	display: none;
	voice-family: "\"}\" "; voice-family: inherit;
	display: block; overflow: hidden; margin: 0px 0px 0px 0px; 
	padding: 0px;
	z-index: 500; position: absolute; bottom: -120px; top: 170px; left: 160px; right:0px;; z-index:100;
	}
