
/*	
	======================================================================

	content.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sustainable By Design
	======================================================================
*/


/* ----------------------------------------------------
   DOCUMENT
   ---------------------------------------------------- */

body, td, th, p, li {

	font-family: Garamond, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #E7E29F;
}

body {

	margin: 0px;
	padding: 0px;
	background-image:  none;
	background-color: #000;
}

body, html {

	height: 100%;
	text-align: center; 
}

/* ----------------------------------------------------
   BODY TEXT BASICS
   ---------------------------------------------------- */

.title {

	font-size: 24px;
	font-weight: normal;
}

.header {

	font-size: 18px;
	font-weight: bold;
}

.indented2em {

	padding-left: 2em;
}

#copyright {

	font-size: 10px;
	text-align: center; 
}

.tinyItalicNote {

	font-size: 12px;
	font-style: italic;
}

.artTitle {

	font-size: 20px;
}

.artSubtitle {

	font-size: 20px;
	font-style: italic;
}

.artName {

	font-size: 16px;
}

.artOriginal {

	font-size: 16px;
	font-style: italic;
}

.printItem {

	font-size: 14px;
	font-style: italic;
}

.artSecondLine {

	font-size: 14px;
}

.greyBorder {

	border: solid 1px;
	border-color: #333;
}

.sold {

	color: #D81B1B; 
	font-style: italic;
}



/* ----------------------------------------------------
   LINKS
   ---------------------------------------------------- */

a:link, a:visited { 

	color: #E7E29F; 
	text-decoration: underline;
}

a:hover {

	color: #D81B1B; 
	text-decoration: underline;
}

a:active {

	color: #FFF; 
	text-decoration: underline;
}

a.navLink {

	text-decoration: none;
}

/* ----------------------------------------------------
   BODY TEXT BASICS
   ---------------------------------------------------- */

.red {

	color: #D81B1B; 
}
