
/* 	SBLUESTONE.COM
	Copyright (c) 2006, Stephen Bluestone. 
	All rights reserved.
	*/


/* ------------------------------------ */
/* GENERAL HTML */
/* ------------------------------------ */


html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 9pt/17pt georgia; 
	color: #555753; 
	margin: 0px; 
	padding: 0px;
	background-image:url(\images\bg\orangeswirl.gif);
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	}
	
	/* kwb changed */
a:link, a:visited 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #555; 
	text-decoration: underline; 
	}
a:hover {color: #000; background-color: #F4F2E4;
  xborder-bottom: 1px solid #9A8E51;}
a:active { 
	text-decoration: underline; 
	}
acronym {
	border-bottom: none;
	}



/* ------------------------------------ */
/* GENERAL  CUSTOM   */
/* ------------------------------------ */

/* first layout table */
TABLE.MAIN		{ margin:20px; }

TABLE.CONTENT	{ } 

/* Copyright notice divs */
.COPYRIGHT { font-size:xx-small; color:silver; }

/* for stuff that's not supposed to print */
.NOPRINT {}

.NAVCOOKIECRUMB {  font-weight:bold; font-size:x-small }
.NAVCOOKIECRUMB A {  color:blue }

/* for quotes by people */
.QUOTE 			{ font-size: smaller; }
.QUOTEE			{ font-weight:bold; font-style:italic } 

/* ------------------------------------ */
/* COURSES */
/* ------------------------------------ */

.COURSE			{ font-family:Times New Roman,Times; }

.COURSENAV 		{ border-right:1px solid silver; }
.COURSENAV A 	{ font-size:8pt; }

.COURSEPROF		{ xborder-top:1px gray solid; }

.COURSESEMESTER { font-variant: small-caps; letter-spacing: 2pt; font-size: 8pt; color: #FF9900}
	
.COURSETITLE 	{ font-size: 18pt; text-transform: uppercase; font-weight: bold }

.COURSESUBTITLE	{ font-size: 12pt; font-style: italic}

.COURSESUMMARY	{ }

.COURSETEXTHEADER { font-size:smaller;font-variant: small-caps; letter-spacing: 2pt; }

.COURSETEXT 	{ }

.COURSEDETAIL 	{ }


/* ------------------------------------ */
/* POEMS */
/* ------------------------------------ */

.POEMBOOK  		{ font-variant: small-caps; letter-spacing: 2pt; font-size: 8pt; xcolor: #FF9900}

.POEMBOOK a:link, .POEMBOOK a:visited { text-decoration: none; } 

.POEMTITLE  	{ font-size: 14pt; font-weight: bold }

/* TD after poem title */
.POEMTITLESPACER{ height:12pt }

.POEMBODY  		{ font: 10pt Georgia; line-height: 140%}


/* Styles for printing */
@media print {
   .NOPRINT, .COURSENAV { display:none; }
}

/* *** END *** */