@import url('color.css');
@import url('typography.css');

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes borders and spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content:''; }

div#wrapper {
	position:relative;
	width:918px;
	padding:0px 91px;
	margin:0 auto;
	min-height:370px;
}

div#branding {
	width:220px;
	height:100px;
	padding-bottom:40px;
	float:left;
}

div#branding h1 {
	width:220px;
	height:71px;
	margin-top:10px;
}

div#content {
  position:relative;
	clear:left;
}

div#site_info {
	width:100%;
	clear:left;
}

div#supplemental {
	width:175px;
	float:left;
}

div#supplemental > div {
	margin:40px 0;
	padding:10px;
}

div#supplemental > div:first-child {
	margin-top:0;
}

img#frontImage {
	float:left;
	position:relative;
	top:-10px;
	margin-bottom:-10px;
}

div#welcome {
	position:absolute;
	left:334px;
	top:0px;
	height:430px;
	width:401px;
}

div#gallery {
	clear:left;
	position:relative;
	top:25px;
	margin-bottom:35px;
}

div#gallery ul {
	width:100%;
	padding:8px;
}

div#gallery ul li {
	display:inline;
	padding:0 1px;
	width:170px;
}

div#main_content {
	position:relative;
	left:0.75em;
	top:-5px;
	float:left;
	width:733px;
	margin-bottom:1.5em;
}

div#newest li {
	display:block;
	float:left;
	width:170px;
	height:135px;
	overflow:hidden;
	padding:5px;
}

a > img {
	border:2px solid #7c5728;
}

a:hover > img {
	border:2px solid #b97721;
}

div#newest {
	background:#66461D;
	height:195px;
	padding:3px;
}

div#newest h3.newest {
	width:107px;
	height:19px;
	text-indent:-9999px;
	background:url("../images/newest_images_h3.png") no-repeat;
	margin:0.5em;
}

div#listing li {
	display:block;
	float:left;
	width:170px;
	height:150px;
	text-align:center;
	margin:10px 5px;
}

div#listing li p {
	background:#412a18;
}

div#listing li a {
	color:#BEBE51;
	text-decoration:none;
}

div#listing li a:hover {
	text-decoration:underline;
}

div#listing {
	clear:both;
}

div#listing.search_results li {
	height:160px;
}

div.clear {
	clear:both;
}

div#inner_content {
	background:#412a18;
}

ul.questions{
  clear:both;
}

div#inner_content p {
	background:#66461d;
	color:#fff;
}

div#inner_content h2 {
	color:#9AB338;
	background:#412a18;
	height:2em;
	line-height:2em;
	padding-left:0.5em;
	float:left;
}

div#inner_content h2+p {
  clear:both;
}

div#search_page {
  clear:both;
}

div#inner_content h2 a {
  color:#FFF;
  text-decoration:none;
}

div#pagination {
	clear:left;
	width:100%;
	height:2em;
}

div#search_page form {
	padding:1em;
}

div#search_page input {
	display:block;
}

div#tag_cloud {
	padding:1em;
}

div#photo_details dl {
	width:300px;
	margin:0 auto;
	padding-bottom:1em;
}

div#photo_details dt {
	float:left;
	clear:left;
}

div#photo_details dd {
	text-align:left;
}

div#cat_search {
  float:right;
  padding-right:1em;
}

div#cat_search h3 {
  padding:0 0 0.25em 0;
  height:1em;
  color:#fff;
  font-size:0.85em;
}

table.product_table {
  width:90%;
  margin:0 auto;
  font-size:0.9em;
  text-align:center;
  border:1px solid #462F14;
}

table.product_table th {
  font-weight:bold;
  padding:0.25em;
  text-align:center;
  background:#62411C;
}

table.product_table td {
  padding:0.25em;
  width:33%;
  background:#865C27;
  border-bottom:1px solid #62411C;
}

table.product_table td.text_field input {
  width:3em;
  margin:0.5em;
}

table.product_table td.submit input {
  float:right;
  margin:0.5em;
}