@charset "utf-8";
/*SPECIAL DIVS AND CLASSES*/
/**/

/* Secondary horizontal navigation for certain pages, such as image gallery pages with many image group sections */
#navH {
	margin: 20px 0; 
	padding-left: 20%; /* prevent overlap w/ left nav column */
}
#navH a {
	text-decoration: none;
	margin-right: 10px;
	padding: 3px 6px;
	border: #000 1px solid;
	font-size: .9em;
}

/* GENERAL IMAGE PRESENTATION; ALSO SEE: gallery.css for the image hover styling; lightbox.css for the slideshow groups */ 
#cover { /* for enclosing the home page image and caption instead of #slide to manage alignment issues */
	width: 600px; /* width should equal width of cover image to keep caption in line with image */
	padding-left: 20%; /* prevent overlap w/ left nav column */
	z-index: 0; /* This allows the left navigation to overlap the image on small screens */
}
#slide { /* place image groups inside this */
	margin: 0 auto;
	padding-left: 20%; /* prevent overlap w/ left nav column */
	text-align: center;
}
#mainContent #colctr #slide h1, #mainContent #colctr #slide h2, #mainContent #colctr #slide h3 {
	text-align: left;
}
#exhibits {
	margin: 15px 0;
	padding-left: 20%; /* prevent overlap w/ left nav column */
	text-align: left;
}
#exhibits span.exDesc {
	float: left;
	margin-left: 15px;
	text-align: left;
}
.caption { /* apply this class to all photo captions for consistency throughout the site */
	padding: 3px 0;
	font-size: .9em;
	text-align: center;
	color: #666;
}
a.caption {
	text-decoration: none;
}
/* STATEMENT page */
#statement {
	margin: 0 20% 20px 20%; /* prevent overlap w/ left nav column & balances on right */
	padding: 8px 10px;
	border-top: #CCC 1px solid;
	border-right: #999 2px solid;
	border-bottom: #999 3px solid;
	border-left: #CCC 1px solid;
}
#statement p {
	padding: 5px 0;
}
/* SHORT STORIES pages */
ul.stories { /* this is for the list of stories on the main page */
	padding-left: 23%; /* prevent overlap w/ left nav column plus a bit more */
	padding-top: 10px;
	list-style: none;
}
ul.stories li.title {
	padding: 10px 0 3px 0;
	font-size: 1.5em;
	font-weight: bold;
}
ul.stories li.title a {
	text-decoration:none;
	color: #666;
}
ul.stories li.title a:hover {
	color: #000;
}
ul.stories li.tease {
	padding: 3px 0 10px 10px;
	font-size: 1em;
	font-style:italic;
}
a.readon {
	font-size: .9em;
	color: #666;
}
a:hover.readon {
	color: #000;
}
#story { /* individual story formatting */
	margin: 10px 20% 20px 20%;
	padding: 8px 10px;
	border-top: #CCC 1px solid;
	border-right: #999 2px solid;
	border-bottom: #999 3px solid;
	border-left: #CCC 1px solid;
}
#story p.title{
	text-align: center;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
#story p.author {
	font-size: .95em;
	font-weight: bold;
	padding: 0;
}
#story p.datePub {
	font-size: .85em;
	font-style: italic;
	padding-bottom: 20px;
}
#story p {
	padding: 5px 0;
}
/* SPECIAL FORMATTING FOR THE resume.html PAGE */
#resume {
	border-top: #DDCFCA 1px solid;
	border-right: #DDCFCA 2px solid;
	border-bottom: #DDCFCA 3px solid;
	border-left: #DDCFCA 1px solid;
	margin: 15px 240px 15px 20%;
	padding: 10px;
}
#resume h2 {
	padding: 5px 0;
}
#resume h3 {
	color: #7E5C50;
	padding-left: 10px;
}
#resume h4 {
	color: #9B7262;
	margin: 0;
	padding-left: 10px;
}
#resume p {
	padding-left: 10px;
}
#resume br {
	line-height: .5em;
}

/* FORMS */
#frmContact {
	margin: 2% auto;
	padding: 20px;
	width: 450px;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-bottom: #999 2px solid;
	border-right: #999 1px solid;
}
#frmContact p.fldContact {
	margin-top: 15px;
	color: #666;
	font-weight: bold;
}
#frmContact input.btn {
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}