/* ----- CSS ----- */

body{
	font:                small/1.6em Verdana, Helvetica, Arial, sans-serif;
	color:  #31361A;
}

/* ----- CLASSES ----- */

.hide{
/* display:none; */
}
.show{
/* display:block; */
}


/* ----- HEADINGS ----- */

h1{
font-family: Georgia, "Times New Roman", Times, serif ;
font-size: 1.5em;
color: #31361A;
margin: 0;
}
h2{
font-size: 1.3em;
font-family: Georgia, "Times New Roman", Times, serif ;
color: #31361A;
margin: 0;
}
h3{
font-size: 1.1em;
font-family: Verdana, Arial, Helvetica, sans-serif ;
color: #31361A;
margin-bottom: 0em;
}

/* ----- TABLES ----- */

th {text-align: right;
vertical-align: top;
}

td, th {line-height: 1.2em;}


/* ----- TYPOGRAPHY ----- */

p {margin: 0 0 1em;}


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

a:link{
color: #333366;
}
a:visited{
color: #336;
}
a:hover{
color: #667138;
}
a:active{
color: #667138;
}


/* ----- FOOTER ----- */

p#websiteby {
font-size: x-small;
margin: 0;
line-height: 1.2em;
font-family: Georgia, "Times New Roman", Times, serif;
}


#footer h3 {margin: 0;
text-align: left;
}

#footer {font-size: 90%;}
#footer p {
	line-height: 110%;}
/* ----- CUSTOM ----- */

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 1em;
}
.quoteperson {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}
.quotetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
}
#pagenav {
	text-align: center;
}
.arttitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: center;
}
.arttitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: center;
	margin: 0;
}
.artperson {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
	margin-top: 0px;
}
.quotebox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #F9FFDF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AFC360;
	border-right-color: #7B8843;
	border-bottom-color: #7B8843;
	border-left-color: #AFC360;
	width: 260px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	float: right;
}
.longquote {
	line-height: 1.1em;
}








/* ----- INDEX TABLE CLASSES ----- */

.index {
font-size: smaller;
line-height: 1.2em;
}

.index td {
width: 258px;
padding: 10px;
vertical-align: top;
}
.index th {
	vertical-align: bottom;
	text-align: center;
	padding: 10px;
	}
.index h2 {
vertical-align: midde;
}
.index h3 {
margin: 0;
}
table.index  {
margin-bottom: 20px;
border-top: 1px solid #71372a;
border-bottom: 1px solid #71372a;
background: #eee;
background-image: url(/assets/gradients/greygrade.jpg);
background-repeat: repeat-x;
}
.index p {
margin: 0 0 .4em 0;
}

/* ----- Article Quote ----- */

#article {
	border: 1px solid #bbb;
	background-color: #eee;
	margin: 20px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

	
