/* @import "tripoli.css"; */

/*** GENERAL SETTINGS ***/

BODY
{
	font-family: Candara, "Trebuchet MS", Helvetica;
}

/*** GENERAL NAVIGATION ***/

a
{
	color: #0276FD;
	text-decoration: underline;
}

a:hover
{
	color:  #6f6927; /* half of #dfd24f */
}

a:visited
{
}

/*** FEATURED ARTICLE ***/

.featuredArticle
{
	border-style: dotted;
	float:left;
	margin-top: 3px;
	padding: 3px;
	/* padding-left: 40px; */
	border-color: #D1EEEE;
	width: 739px; /* 745px minus 3px right and 3 px left */
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
}

.featuredArticle a
{
	text-decoration: none;
}


.featuredArticle span
{
	text-decoration: underline;
	font-weight: bold;
}

/*** PRODUCT CONTENT ***/

.productContent h1
{
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #6f6927;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
}

.productContent h1:first-letter
{
	color: #000000;
	font-size:30px;
	padding-right: 1px;
}

/*** POEM ***/
.poem
{
	font-size: 22px;
	line-height: 32px;
	text-decoration: none;
	color: #1e2127;
	margin-left: 40px;
	font-family: Constantia, "Book Antiqua", "Palatino Linotype", Palatino;
}

/*** footnote ***/
.footnote
{
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	font-family: Corbel, Verdana, Palatino;
	border-top: 2px double black;
}

/*** ARTICLE NAVIGATION ***/
#bookTitleNavigation
{
	float: left;
}

#bookUpperNavigation
{
	width: 150px;
	float: right;
	margin-right: 10px;
	margin-left: auto;
}

#bookLowerNavigation
{
	width: 150px;
	float: right;
	margin-right: 10px;
	margin-left: auto;
}

.navigatePrevious
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.navigateUp
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.navigateNext
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#bookContent
{
	clear: both;
}

/*** RENDER TIME ***/
#renderTracking
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 4px;
	font-size:14px;
	color: #ffffff;
	font-weight: bold;
	font-family: Consolas, "Lucida Console", "Courier New", monospace;
}

/*** MAIN MENU NAVIGATOR ***/

#mainNav
{
	margin: 0;
	padding: 0px;
	height: 23px;
	width: 920px;
	background: url("http://images.datacrunch.net/vista/vista_button_black_bar.png") repeat-x;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
}

#mainNav ul
{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

#mainNav li
{
	float: left;
	margin: 0;
	height: 23px;
	width: 94px;
	text-align: left;
	background: url("/vista/vista_button_black.png") no-repeat;
}

#mainNav a
{
	float: left;
	padding: 0px;
	padding-left: 0px;
	height: 23px;
	width: 94px;
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}



#mainNav a:hover
{
	width: 94px;
	color: #81BBFF; /* 1/2 light 0276fd */
	background: url("/vista/vista_button_black_blue_glow.png") no-repeat;
}

#mainNav span
{
	float: left;
	padding: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 22px;
	height: 23px;
	width: 94px;
	color: #dfd24f;
	background: url("/vista/vista_button_black_orange_glow.png") no-repeat;
}

