@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/
/*, span, applet, object, iframe,
blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn,  ins, kbd, q, s, samp, small, strike,  sub, sup, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, */
html, body, div, h1, h2, h3, h4, h5, h6, p, a, ol, ul, li, strong, em, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* Form input and textarea fields not inherited from the body tag. */
body, input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
}
body {
	text-align: center;
	color: #000000;
	text-align: center;
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(images/DinoScales.jpg);
	background-repeat: repeat;
	background-position: center top;
}
/* Even width value. */
#page {
	width: 956px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}
#header {
	background-attachment: scroll;
	background-image: url(images/DinoBunnyGraphicsScales.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#homePage #header {
	background-attachment: scroll;
	background-image: url(images/DinoBunnyText.gif);
	background-repeat: no-repeat;
	background-position: 290px 60px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	background-color: #000;
	width: 936px;
	background-attachment: scroll;
	background-image: url(images/menu_slice.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #666;
	border-right: 1px none #000;
	border-bottom: 1px solid #666;
	border-left: 1px none #CCC;
	float: left;
}
/* Override all bg color to be pure black. */
#page #stage {
	background-color: #000;
}
/* The stage width from padding and borders must equal the total page width, minus widths of  navigation and gallery. */
#stage {
	background-color: #111;
	padding: 10px 20px 5px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
	border-left: 3px solid #333;
	clear: left;
}
#footer {
	color: #888;
	clear: both;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.galleryRef {
	color: #666;
	text-align: right;
	clear: both;
	padding-right: 10px;
}
.noprint {
	display: none;
}
#FlashID {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 3px double #999;
}
#homePage #stage {
	background-color: #000;
}
p, li {
	line-height: 1.833em;
	margin-bottom: 5px;
}
/* Common to Galleriffic Gallery style also */
h1, h2, h3, h4, h5, h6, .imgTitle {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #030;
	margin: 2px 0 8px 0;
	letter-spacing:-1px;
}
h1 {
	margin-top: 0px;
	padding: 0;
	font-size: 2em;
}
.gallery h1 {
	color: #333;
}
/* Color set in the gallery css, needs a default here. */
h2 {
	padding-top: 10px;
	font-size:1.833em;
}
h3, h4, h5, h6 {
	padding-top: 10px;
	font-size:1.5em;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
#imgHome {
	margin: 5px 15px;
	padding: 10px 550px 10px 10px;
	border-style: none;
}
#nav a {
	text-decoration: none;
	color: #CCC;
	display: block;
	float: left;
	font-size: 1.167em;
	line-height: 2em;
	font-weight: bold;
	width: 9em;
	text-align: center;
	margin-left: 5px;
	border-top: 1px none #000;
	border-right: 2px solid #333;
	border-bottom: 3px solid #000;
	border-left: 2px solid #333;
	margin-top: 1px;
}
#nav a.selected {
	color: #FFF;
	background-color: #025100;
	background-attachment: scroll;
	background-image: url(images/menuSelected_slice.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 2px inset #333;
	border-right: 2px inset #333;
	border-bottom: 2px inset #333;
	border-left: 2px inset #333;
}
#nav a:focus, #nav a:hover {
	color: #FFF;
	border-top: 1px solid #060;
	border-right: 2px solid #390;
	border-bottom: 2px solid #390;
	border-left: 2px solid #390;
	text-decoration: underline;
	margin-top: 0px;
}
#nav a.selected:focus, #nav a.selected:hover {
	color: #CCC;
	border-top: 2px inset #333;
	border-right: 2px inset #333;
	border-bottom: 2px inset #333;
	border-left: 2px inset #333;
	text-decoration: none;
	margin-top: 1px;
}
a, #nav a:active {
	color: #390;
}
a {
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
a:active {
	color: #F6F;
}
#footer .textLinks, #footer a {
	font-size: 1.168em;
	color: #000;
}
#footer a:link, #footer a:visited {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #390;
	text-decoration: underline;
}
#footerLinks {
	padding-bottom: 5px;
}
.dinoSkin {
	background-image: url(images/DinoScalesFade.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right 0px;
}
.bunnySketch {
	background-image: url(images/SleighSketch_Mural.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left -50px;
	background-color: #FFF;
}
.contentPanel {
	margin-top: 10px;
	margin-bottom: 10px;
}
.copy {
	color: #000;
	background-color: #FFF;
	padding: 10px 40px;
	border: 1px solid #090;
	margin-right: 50px;
	margin-left: 50px;
}
.textLinks ul {
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textLinks ul li {
	display: inline;
}
.imgTitle {
	text-align: center;
	background-color: #FCF;
	padding: 5px 5px 0px;
	border: 1px solid #333;
	font-size: 1.167em;
}
.imgBorder {
	border: 3px outset #333;
}
/* Contact Form. */
#formContact, #formFeedbackMessage {
	background-color: #FCF;
	padding: 20px;
	background-attachment: scroll;
	background-image: url(images/DinoScalesPink.jpg);
	background-repeat: repeat;
	background-position: left top;
}
label {
	position: relative; /* To allow positioning of the required field asterisk. */
	width: 6em;
	display: block;
	float: left;
	margin-right: 1em;
	text-align: right;
}
label em {
	position: absolute;
	left: 6em;
	top: 0;
}
/* Set all fields and validation a little larger. Ensure integer value result. */
form span span, label, .textInput, .contactSubmit, #formFeedbackHeading {
	font-size: 1.167em;
}
form span span {
	line-height: 1.0em; /* Control the height of the line when a validation error occurs. */
}
textarea {
	margin: 0px;
	height: 150px;
}
.textInput {
	padding: 0px 5px;
	width: 400px;
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}
#formSubmit {
	margin-left: 7em; /* Labels plus their margins. Must be same font size.*/
}
#bdForm p {
	padding-bottom: 7px;
}
/* user-hidden, php accessed anti-spam bot field */
.orgField {
	display: none;
	position: absolute;
	left: -9999px;
	top: 0px;
}
/* Form handling rules. */
#formFeedbackHeading, #formFeedbackNav {
	font-weight: bold;
	text-align: center;
}
#formFeedbackMessage {
	text-align: left;
}
