/**************************************************
 * 
 * ht.css - Content Stylesheet for
 *              Hoge-Theremin
 *
 * (c) 2007 Shocking Poverty Music, John Hoge
 * s
 *
 *************************************************/

/*
 * SECTION 1: Default HTML element styles
 * 
 * The core of the design uses 12px Curior New as the base
 * font with a 15px line height.  Text is generally colored
 * as White.  Links use basically the same
 * typography, with a default link color white.
 * In some cases, the colors are altered for the "inverted"
 * (dark-on-light) sections of the page.  In the sidebars,
 * smaller fonts and spacings are used.
 */

body
{
	/* font-family: Courier New; not sure if this will override the logo header text
	 text: "#ffffff";
	link: "#ffffff"; 
	vlink: "#ffffff"; 
	alink: "#ffffff"; 
    background: "pics/DRKMED1_BAK.JPG";
    background-image:  "/pics/DRKMED1_BAK.JPG";
	*/
    font-family: Courier New; 
    font-size: 12pt;
    color: #ffffff;
    background-color:#000000;	
}

a,
a:visited,
a:active,
a:hover 
{
    font-family: Courier New; 
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	font-size: 12pt;
}

tr,
th,
td 
{
    font-family: Courier New; 
    font: Courier New; 
    color: #ffffff; 
    font-size: 12pt;
}


/*
 * SECTION 2: Basic page layout management
 *
 * Visually, the page layout is broken down as follows:
 * 
 * BODY
 *	- Header
 *	--- HeaderMasthead
 *	--- HeaderMenuBar
 *	--- HeaderSubMenu
 *	--- HeaderDropShadow
 *	- LeftSidebar <-> MainContent <-> RightSidebar
 *	- Footer
 *
 */

.StandardTextWhite
{
    font-family: Courier New; 
    font: Courier New; 
    color: #ffffff; 
    font-size: 12pt;
}

.LogoHeaderText
{
 color: #ffffff; 
 font-family: Arial Rounded MT Bold, Sans-Serif; 
 font-variant: small-caps; 
 font-weight: bold; 
 font-size:18pt; 
 vertical-align:middle;   
}

