@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #404040;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	letter-spacing: 0.15em;
}
.oneColFixCtrHdr .wrapper {
	width: 976px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	line-height: 1.15em;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #bbe279;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}
#header a {
	text-decoration: none;
	color: #bbe279;
}
#mainContent {
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: .1em;
	font-weight: normal;
}
h2, h3, h4 {
	font-weight: normal;
	font-size: 100%;
	margin-top: 10px;
	text-transform: uppercase;
}
h4 {
	font-style: italic;
}
#mainContent p, #mainContent ul {
	padding-bottom: 8px;
}
#mainContent ul {
	margin-left: 15px;
}
.links li a:visited { /* sets links in links page to show visited */
	text-decoration: none;
	color: #89b440;
}
#mainContent p a:link, #mainContent p a:visited, #mainContent li a:link {
	text-decoration: none;
	color: #bbe279;
}
#mainContent p a:hover, #mainContent p a:active, #mainContent li a:hover, #mainContent li a:active {
	text-decoration: none;
	color: #000;
	background-color: #bbe279;
}
/* the following control the placement and link style of the search controls */
#search {
	text-align: right; /* this overrides the text-align: center on the body element. */
	width: 250px;
	float: right;
	font-size: 13px;
	margin-top: -2.2em;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}
#search a {
	border: #404040 solid 2px;
}
#search a:link, #search a:visited {
	text-decoration: none;
	color: #fff;
}
#search a:hover {
	text-decoration: none;
	color: #bbe279;
}
#search a img, #search a:hover img {
	border: none;
}
/* the following control the placement and link styles in the footer, which spans the full width and hugs the bottom of the screen for short pages*/
/* based on Sticky Footer by Ryan Fait, http://ryanfait.com/ */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px auto; /* the bottom margin is the negative value of the footer's height */
}

p input {
margin-top: 30px;
}
/* the following control the placement of the image image and details in the detail view */
 #detailimage {
	float: left;
}
#detailnotes { /* sets the right column on a detail page when image is landscape */
	width: 490px;
	float: right;
}
#detailnotes_gallery { /* sets the right column on a detail page when image is portrait */
	width: 590px;
	float: right;
}
#detailnotes a img, #detailnotes_gallery a img {
	border: none;
	background: #404040;
	vertical-align:text-bottom;
}
/* the following control the placement of the image thumbnails in the gallery view */
.thumb {
	margin-right: -18px;
}
.thumb a {
	color: #515151;
}
.thumb img, #detailimage img {
	border: solid 1px #717171;
	background-color: #515151;
	margin-right: 13px;
	margin-bottom: 11px;
}
.thumb a:hover img, #detailimage a:hover img {
	border: solid 1px #bbe279;
}
img.blank {
	border: solid 1px #404040;
	background-color: #404040;
}
/* the following control the placement and link style of the paging controls */
#pagingcontainer {
	text-align: center;
}
#mainContent ul#paging {
	font-size: 17px;
	margin: 12px 0;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#mainContent #paging li {
	border: #404040 solid 2px;
	display: inline;
	list-style-type: none;
}
#mainContent #paging a {
	padding: 2px 6px;
	border: #404040 solid 2px;
}
#mainContent #paging a:link {
	text-decoration: none;
	color: #fff;
}
#mainContent #paging a:visited {
	text-decoration: none;
	color: #bbe279;
	border: #404040 solid 2px;
}
#mainContent #paging a:hover {
	text-decoration: none;
	border: #bbe279 solid 2px;
	color: #404040;
}
#mainContent #paging a.item_current {
	background-color: #bbe279;
	color: #404040;
	text-decoration: none;
	border: #bbe279 solid 2px;
}
#mainContent #paging li.null {
	color: #404040;
	padding: 2px 7px 2px 8px;
	border: #404040 solid 2px;
}
/* the following control the placement and link style of the slideshow control */
#slideshow {
	display: none;
	text-align: left;
	width: 200px;
	float: left;
	font-size: 13px;
	margin-top: -2.8em;
	letter-spacing: 0.35em;
	text-transform: uppercase;
}
#slideshow a {
	border: #404040 solid 2px;
}
#slideshow a:link, #slideshow a:visited {
	text-decoration: none;
	color: #fff;
	background-color: none;
}
#slideshow a:hover {
	text-decoration: none;
	color: #bbe279;
}
#slideshow a img, #slideshow a:hover img {
	border: none;
}
/* the following control the placement and link style of the footer elements */
#footer, .push {
	width: 936px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 40px; /* .push must be the same height as .footer */
	font-size: 65%;
	margin: 0 auto;
	padding: 10px 20px;
	line-height: 1em;
}
div.margins {
	background:#000;
}
#footer ul {
	margin: 0 0 1.2em 0;
	padding: 0;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
	text-transform: uppercase;
	letter-spacing: 0.35em;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #000;
	background-color: #bbe279;
}
#creative_commons {
	text-align: right; /* this overrides the text-align: center on the body element. */
	width: 150px;
	float: right;
	margin-top: -3em;
}
/* 3 columns for search page */
.thrColFix #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: -10px 0;
	padding: 0;
} 
.thrColFix #container li, .thrColFix #container ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}
.thrColFix #container ul {
	margin-bottom: 8px;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #center {
	margin: 0 350px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
