/*
	andylfox.css 
	This stylesheet is used for graphically-oriented photo pages.
*/

/* --------------------------------------------------*/
/* Generic element classes */

* {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
}

body  {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #cccccc;
	background-image: url(grayrock.jpg);
	margin-top: 0ex;
}

h1 {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: 100%;
	font-weight: bold;
}

ol {
	font-family: helvetica, arial, sans-serif;
}

ul {
	font-family: helvetica, arial, sans-serif;
	background-color: transparent;
}

li {
	font-family: helvetica, arial, sans-serif;
	background-color: transparent;
}


/* --------------------------------------------------*/
/* Element classes */

body.contents  {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	margin-left: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.menu {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
}

div.c1title {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
}

div.c2title {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

div.c1 {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
}

div.c2 {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: small;	
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

div.c3 {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

p.footer {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	color: #333333;
	background-color: transparent;
	font-size: x-small;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 5px;
	padding-top: 3em;
	padding-bottom: 1ex;
	
}

p.photodesc {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: small;
}

p.techinfo {
	background-color: transparent;
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
}

span.IndexColTitle {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 5pt;
	margin-top: 4px;
	margin-bottom: 4px;
}

span.navmap {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	font-size: x-small;
	text-align: left;
	margin-top: 1px;
	padding-top: 1px;
	margin-bottom: 4px;
	padding-bottom: 6px;
	padding-left: 0px;
}

span.phototitle {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

span.photosubtitle {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

span.SiteTitle1 {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
}

span.SiteTitle2 {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: large;
	font-weight: bold;
}

span.updatenote {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: xx-small;
}

span.note {
	font-family: helvetica, arial, sans-serif;
	color: #000000;
	background-color: transparent;
	font-size: x-small;
}


/* --------------------------------------------------*/
/* a classes */

a:Link  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}

a:Visited  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}

a:Active  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}

a:Hover  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}


a.contents:Link  {
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
}

a.contents:Visited  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
}

a.contents:Active  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
}

a.contents:Hover  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
}


a.logolink:Link  {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #004040;
	background-color: transparent;
}

a.logolink:Visited  {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
}

a.logolink:Active  {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
}

a.logolink:Hover  {
	font-family: helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
}


a.nav:Link  {
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	color: #004040;
	background-color: transparent;
	font-weight: bold;
}

a.nav:Visited  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.nav:Active  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.nav:Hover  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.navsmall:Link  {
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #004040;
	background-color: transparent;
	font-weight: bold;
}

a.navsmall:Visited  {
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.navsmall:Active  {
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a.navsmall:Hover  {
	font-family: helvetica, arial, sans-serif;
	font-size: x-small;
	color: #004040;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}


a.navmap:Link  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}

a.navmap:Visited  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}

a.navmap:Active  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}

a.navmap:Hover  {
	font-family: helvetica, arial, sans-serif;
	color: #004040;
	background-color: transparent;
}


/* --------------------------------------------------*/
/* Generic classes */
