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

body{
	font: small/1.6em Verdana, Helvetica, Arial, sans-serif;
	color: #4C542A;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	background-image: url(/assets/backfull/backgreen.jpg);
}

/* ----- IDS ----- */

#container{
	width: 624px;
	margin: 0;
	padding: 0;
	background-image: url(assets/backleft/backleft.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	border-bottom: 1px solid #4C542A;
	background-color: #FFFFFF;
}
#header{
	padding: 10px 5px 5px 12px;
	float: left;
	width: 150px;
	background-color: #AFC360;
	border: 1px solid #4C542A;
	margin: 15px;
}
#navigation{
}

#nonnavcontainer{
	padding-left: 220px;
	padding-top: 20px;
}

#primaryContent{
	padding: 5px;
}
#quote{
	clear: both;
	padding: 10px 20px 10px 20px;
	background-color: #7B8843;
	color: #F2FFBE;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	width: 604px;
	border-top: 1px solid #4C542A;
	border-bottom: 1px solid #4C542A;
}
#footer{
	background: #fcfbe9;
	background-image:url(assets/parts/footerback.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding: 20px 0px 0px 20px;
	width: 100%;
	margin-bottom: 0px;
}

#prevnextnav {
	padding: 10px;
	background: #eee;
	margin: 0;
list-style-type: none;
text-align: center;
}

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

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

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

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


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

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

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



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

p {margin: 0 0 1em;}

li {
	line-height: 1.15em;
	margin-bottom: 0.5em;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

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

a:link{
color: #2f3871;
}
a:visited{
color: #4350a1;
}
a:hover{
color: #4C542A;
}
a:active{
color: #4C542A;
}


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

p#websiteby {
font-size: x-small;
}

/* ----- 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: 160px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	float: right;
	font-size: 0.9em;
}

.storybox {
	border-top: 3px solid;
	padding-top: 10px;
	border-top-color: #AFC360;
}

.longquote {
	line-height: 1.1em;
}
