/**********************/
/*body*/
/**********************/

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #ccc;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	text-align: center;
	}
	
/**********************/
/*style hyperlinks*/
/**********************/

a:link, a:visited {
	color: #336;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a:hover, a:active {
	text-decoration: underline;
	color: #633;
	font-weight: bold;
	background-color: #99f;
}

/**********************/
/*headings*/
/**********************/

h1 {
	color: #333;
	background-color: transparent;
	font-family: Palatino, Georgia, serif;
	font-size: 1.75em;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

h2 {
	color: #333030;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 3em;
	padding-left: 1em;
	border-left: 1px solid #666363;
}

/**********************/
/*navigation strip at top of every page*/
/**********************/
div#mainNav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 20px;
	background-color: #036;
	border: none;
	vertical-align: top;
	text-align: center;
}
	
div#mainNav img {
	border: none;
	margin: 0;
	padding: 0;
}

div#mainNav a:link, div#mainNav a:visited {
	display: block;
	width: 112px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #036;
}

div#mainNav a:hover, div#mainNav a:active {
	background-color: #669;
}

/**********************/
/*sub menu in gallery category selector pages only*/
/**********************/
#subMenu {
	width: 100%;
	text-align: center;
	font-size: .9em;
	line-height: 1.7em;
	background-color: #666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}


div#subMenu a:link, div#subMenu a:visited {
	color: #99c;
	padding: 0 3px 0 3px;
	font-family: verdana, sans-serif;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid #666;
}

div#subMenu a:hover, div#subMenu a:active {
	color: #333;
	padding: 0 3px 0 3px;
	font-family: verdana, sans-serif;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	background-color: #99c;
	border: 1px solid #c33;
}

/**********************/
/*incidentals*/
/**********************/

p {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	margin-top: 0;
	line-height: 1.5em;
	vertical-align: top;
	text-align: justify;
}

p.indent {
	text-indent: 2em;
}

p.byline {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #303030;
	text-align: left;
	margin: 1.5em;
	padding: 0;
}

p.printOnly {
	display: none;
}

.clear {
	clear: both;
}

.floatr {
	float: right;
	margin: 5px;
}

p.header {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Palatino, Georgia, serif;
	font-size: 30px;
	font-weight: bold;
}

p.bioHead {
	font-family: trebuchet, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: blue;
	text-align: left;
	border-bottom: 2px solid #006;
}

.centered {
	text-align: center;
}

.alignc {
	margin-left: auto;
	margin-right: auto;
}

#credit {
	color: #000;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	width: 75%;
	text-align: center;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top: 1px dashed #333;
	padding-top: 5px;
}

/**********************/
/*core layout styles based on inknoise's layout-o-matic
http://www.inknoise.com/experimental/layoutomatic.php*/
/**********************/

#container {
	width: 700px;
	\width: 720px;
	w\idth: 700px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 5px 10px;
}

#masthead {
	height: 110px;
	padding: 5px;
	vertical-align: bottom;
	margin: 0;
	color: #333;
	background-color: #ccc;
	text-align: left;
}
	
#masthead img {
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
}

#content {
	clear: left;
	padding: 10px 10px 15px 10px;
	background-color: #999;
	text-align: left;
}

#footer {
	clear: both;
	padding: 5px 50px 0 50px;
	text-align: left;
	margin: 0;
	background-color: rgb(213, 219, 225);
}
	
#footer p {
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}
	
/**********************/
/*thumbnails inspired by floatutorial*/
/**********************/

div.thumbnail {
	float: left;
	width: 100px;
	height: 135px;
	border: 1px solid #300;
	margin: 0 10px 10px 10px;
	padding: 5px;
	color: #333;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	display: inline;
}

.thumbnail img {
	width: 100px;
	height: 100px;
	border: 1px solid #666;
	vertical-align: top;
}

table#selectCategory {
	color: #333;
	width: 90%;
	background-color: transparent;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	border: none;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

table#selectCategory td.catDescript {
	width: 300px;
	text-align: right;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#selectCategory td.catIcon {
	width: 120px;
	text-align: left;
	padding-left: 5px;
	border-left: 1px dashed #666;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#selectCategory td.catIcon img {
	border: 1px solid #666;
}

/**********************/
/*thanks to maxdesign for this unique definition list*/
/*this code styles the list of reviews and articles*/
/**********************/

dl.articleList {
	width: 45em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.articleList dt {
	width: 15em;
	float: left;
	margin: 0 0 2em 0;
	padding: .5em;
	padding-right: 1.5em;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 1em;
	color: #300;
	font-weight: bold;
	text-align: right;
}

.articleList dt a:link, .articleList dt a:visited {
	color: #303030;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
}

.articleList dt a:hover, .articleList dt a:active {
	background-color: #99f;
}

.articleList dd {
	float: left;
	width: 25em;
	margin: 0 0 2em 0;
	padding: .5em;
	padding-left: 1.5em;
	border-left: 1px solid #878383;
	font-family: verdana, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: normal;
	text-align: left;
}