/* The text-align is get ie to center the content */
body {
  background-color: #ffffff;
  color: black;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

p, li {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.35em;
}

/* remove link outline in ff*/
:focus
{
  -moz-outline-style: none;
}

acronym, span.jargon {
	border-bottom: 1px dotted black;
}

/* The width statement is to get ie to mimic the max-width directive */
/* The text-align directive is to reset the property from the body directive */
#container {
	max-width: 1000px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1000px;
}

#header {
  height: 96px;
  background: url("http://burntwoodstudio.com/images/pageHeader.jpg") 200px no-repeat;
  padding-bottom: 10px;
  padding-top: 16px;
}

*html #header {
	height: 132px;
}

/* the display directive is to fix an ie bug */
#menu {
	float: left;
	width: 129px;
	height: 100%;
	display: inline;

}

#content {
	margin-left: 200px;
	padding: 0 10px 20px 0;
}

a {
	color: #5f5f5f;
}
a:visited {
	color: black;
}
a:hover {
	color: #ad0c12;
}


#footer {
	clear: both;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	font-size: .75em;
}

#content h1, h2, h3 {
	padding-bottom: 0;
	margin: 0 0 .5em 0;
	font-weight: normal;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

img {
	padding: 0;
	margin: 0 20px 20px 0;
	float: left;
}

p {
	padding: 0 0 1em 0;
	margin: 0;
}

h2 {
	padding-top: 0.5em;
}

h2 a, h2 a:visited {
	color: black;
}

h2 a:hover {
	color: #ad0c12;
}

.bold {
	font-weight: bold;
}

#header h1{
  position: absolute;
  color: black;
  background-color: white;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 144px;
  height: 96px;
  overflow: hidden;
  margin: 0;
}
  
#header a, #header span {
  position: absolute;
  width: 144px;
  height: 96px;
  background: url("http://burntwoodstudio.com/images/pageLogo.jpg") no-repeat;
  left: 0;
  top: 0;
}

#header a:hover {
	background-position: -144px 0;
	cursor: hand;
}

#menu ul {
  list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#menu li {
	padding: 0;
	margin: 0;
	height: 48px;
	width: 129px;
}

#menu li a, #menu li span {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	height: 48px;
	width: 129px;
	outline: none;
	overflow: hidden;
}

#menu li a span.ir{
	position: absolute;
	background-position: 0 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* This fixes the sticky hover in ie6*/
#menu li a:hover {
	border: none;
}

#menu li a:hover .ir {
	position: absolute;
	background-position: -129px 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}

#menu .current {
	position: absolute;
	background-position: -258px 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#contact span { background: url("http://burntwoodstudio.com/images/menuContact.jpg") 0 0 no-repeat; }
#gallery span { background: url("http://burntwoodstudio.com/images/menuGallery.jpg") 0 0 no-repeat; }
#heathcarter span { background: url("http://burntwoodstudio.com/images/menuHeathCarter.jpg") 0 0 no-repeat; }
#links span { background: url("http://burntwoodstudio.com/images/menuLinks.jpg") 0 0 no-repeat; }
#store span { background: url("http://burntwoodstudio.com/images/menuStore.jpg") 0 0 no-repeat; }


p.motto {
	height: 80px;
	width: 500px;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

p.motto span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url("http://burntwoodstudio.com/images/creditsAshes.jpg") 0 0 no-repeat;

}

p.entelechy {
	padding: 0;
	margin: 0;
	font-size: .8em;
}

p.grant {
	padding: 0;
	margin: 0;
	font-size: .8em;
	padding-top: 0.5em;
}

p.address {
	padding-left: 2em;
}

/* Links page */

#linkContainer h2 a, #linkContainer h2 {
	clear: right;
	color: black;
	margin: 0;
	padding: 1em 0 0.2em 0;
}

#linkContainer p, #linkContainer li {
	padding: 0;
	margin: 0;
}

#linkContainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#linkContainer img {
	margin-top: 1em;
	float: right;
	border: 1px solid black;
}



/* page titles 
#pageTitle {
	position: relative;
	padding: 0;
	margin: 0;
	height: 87px;
	width: 179px;
	overflow: hidden;
}

#pageTitle span {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#pageTitle.store span {
	background: url("http://burntwoodstudio.com/images/h1OnlineStore.jpg") 0 0 no-repeat;
}
#pageTitle.links span {
	background: url("http://burntwoodstudio.com/images/h1Links.jpg") 0 0 no-repeat;
}
#pageTitle.contactUs span {
	background: url("http://burntwoodstudio.com/images/h1ContactUs.jpg") 0 0 no-repeat;
}
#pageTitle.heathCarter span {
	background: url("http://burntwoodstudio.com/images/h1AboutHeath.jpg") 0 0 no-repeat;
}
#pageTitle.credits span {
	background: url("http://burntwoodstudio.com/images/h1Credits.jpg") 0 0 no-repeat;
}
#pageTitle.sitemap span {
	background: url("http://burntwoodstudio.com/images/h1Sitemap.jpg") 0 0 no-repeat;
}
#pageTitle.tshirts span {
	background: url("http://burntwoodstudio.com/images/h1TShirts.jpg") 0 0 no-repeat;
}*/


/* paypal logo */
#paypal a, #paypal img {
	border: none;
	outline: none;
}

/* sitemap */
.sitemap {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h2.sitemap {
	padding-bottom: 0.5em;
}

.sitemap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sitemap ul li {
	padding-bottom: 0.5em;
	_padding-bottom: 0;
}

.sitemap ul li ul {
	padding-bottom: 0.5em;
	_padding-bottom: 0;
}

.sitemap ul li ul li{
	padding-left: 2em;
	padding-bottom: 0;
}

/* Product tables */
#shop {
	width: 98%;
	border: 1px solid black;
	border-collapse: collapse;
/*	_position: absolute; */
}

#shop th {
	padding-left: 1em;
}

#shop th.view {
	text-align: center;
	padding: 0;
}

#shop td {
	border-top: 1px solid black;
	padding: 5px;
	margin: 0;
}

#shop td.thumb {
	vertical-align: middle;
	text-align: center;
}

#shop td.thumb a{
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}

#shop .thumb img {
	padding: 1px;
	margin: 0;
	background: white;
	border: 1px solid black;
	outline: none;
	width: 50px;
	height: 50px;
	_width: 52px;
	_height: 52px;
}

#shop .products {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#shop .products td {
	border: none;
	font-size: 0.8em;
}

#shop td.view {
	vertical-align: middle;
	text-align: right;
}

#shop td.view a {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.price {
	text-align: right;
}

.add {
	width: 121px;
	height: 45px;
}

.add a {
	display: block;
	width: 121px;
	height: 45px;
	position: relative;
	overflow: hidden;
}

.add a span {
	display: block;
	left: 0; top: 0;
	height: 100%;
	width: 100%;
	background: url("http://burntwoodstudio.com/images/cartAdd.jpg") 0 0 no-repeat;
	position: absolute;
}

/* shared by products and shop */

.view a {
	display: block;
	width: 56px;
	height: 46px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.view a:hover {
	cursor: hand;
}

.view a span {
	display: block;
	left: 0; top: 0;
	height: 100%;
	width: 100%;
	background: url("http://burntwoodstudio.com/images/cartView.jpg") 0 0 no-repeat;
	position: absolute;
	padding: 0;
	margin: 0;
}

.tshirt {
	float: left;
	padding: 10px;
	margin: 0;
	margin-bottom: 50px;
	border-top: 1px solid black;
	width: 100%;
}

.tshirt img {
	padding: 1px;
	margin: 0;
	border: 1px solid black;
}

.tfront {
	float: left;
	padding: 0 20px 0 0;
}

.tlist {
	float: left;
	padding: 0 20px 0 0;
}

.tlist ul {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.tlist li {
	padding-bottom: 10px;
}
.tlist .view {
	padding-top: 20px;
}

.tback {
	float: left;
}

.hc {
	padding: 1px;
	border: 1px solid black;
}


/* give external links an icon indicating that the user will be leaving the site */
a.external {
	background:transparent url("http://burntwoodstudio.com/images/linkExternal3.jpg") no-repeat scroll right center;
	padding-right:11px;
}

/* Treat blockquotes etc */
blockquote p {
	padding: 0;
	margin: 0;
}

.quotesource {
	padding: 0.4em 0 0 0;
	margin: 0;
	font-style: normal;
	padding-left: 20em;
	font-size: 0.8em;
}

/* A little something for the screen readers */
acronym.initial {speak : spell-out;}

li.view {
	padding-top: 1em;
}

ul.videoList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/* Slideshow item */
.links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.links h3 {
	padding: 0;
	padding-bottom: 0.1em;
	margin: 0;
}


#image {
	float:left;
	margin: 0 20px 40px 0;
	padding: 0 0 0 0;
	width: 400px;
	border: none;
}

#image img {
	padding: 0;
	margin: 0;
}

#image a img, #image a:active img, #image a:link img, #image a:hover img, #image a:visited img{
	border: 1px solid black;
	outline: none;
}

#summary {
	position: relative;
  float: left;
  padding: 0;
  padding-bottom: 1em;
  margin: 0;
	width: 298px;
}

/* See charcoal_gallery_title.css for summary title styles */

#summary p {
	font-style: italic;
	font-size: .9em;
	_font-size: .7em;
	padding: 0;
	margin: 0;
}


#summary .seeBelow {
	padding-top: 1em;
}

#products li {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

#products li h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 0.5em;
	_padding-bottom: 0;
	font-size: 1.4em;
}

#products li p {
	padding-bottom: 1.5em;
}

#description {
	clear: both;
}

#slideshow {
	margin-left: 52px;
	width: 330px;
	clear: left;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: .5em;
}

dd span {
	padding-right: 1em;
}

blockquote {
	font-style: italic;
}

#slideshow a {
	margin-top: 1em;
	margin-left: 52px;
	display: block;
	width: 64px;
	height: 64px;
	position: relative;
	float: left;
	overflow: hidden;
}

#slideshow #prev {
	margin-left: 0;
}

#slideshow a:hover {
	cursor: hand;
}

#slideshow span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#next span {
	background: url("http://burntwoodstudio.com/images/arrowRight.jpg") 0 0 no-repeat;
}
#prev span {
	background: url("http://burntwoodstudio.com/images/arrowLeft.jpg") 0 0 no-repeat;
}
#back span {
	background: url("http://burntwoodstudio.com/images/arrowUp.jpg") 0 0 no-repeat;
}


#products {
	padding: 0;
	padding-top: 1em;
	margin: 0;
	list-style-type: none;
}

#products h3 {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	_font-size: 1em;
}

/* Gallery directory */
#galleryTypes {
	width: 36em;
	padding: 0;
	padding-left: 7em;
	list-style-type: none;
	_padding-left: 3.5em;
	_width: 37.5em;
}

#galleryTypes li {
	width: 18em;
	_width: 17em;
}

#galleryTypes li.recent, #galleryTypes li.portraits, #galleryTypes li.influence, #galleryTypes li.video {
	clear: both;
	float: left;
}

#galleryTypes li.originals, #galleryTypes li.commissions, #galleryTypes li.brokenhill {
	float: right;
	text-align: left;
}

/* Gallery thumbnail preview */


#directoryTitle {
	max-width: 600px;
	position: relative;
}

#directoryTitle h2 {
	font-size: 2em;
}


/* Instructions p */
.instructions {
	padding: 0;
	float: right;
	_position: absolute;
	_left: 475px;
}

#thumbcontainer {
	max-width: 600px;
	padding: 20px 0 0 20px;
	position: relative;
}

#thumbcontainer table {
	position: absolute;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 600px;
}

#thumbs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

#thumbs li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

/* using the voice-family hack to fix ie5.0. Need to explore what we can
and can't use. */


#thumbs a img, #thumbs a:active img, #thumbs a:link img, #thumbs a:visited img{
	voice-family: "\"}\""; 
  voice-family:inherit;
	border: none;
	border-width: 0;
	outline: none;
	height: 120px;
	width: 120px;
	border: 1px solid black;
	padding: 2px;
	background: white;
	_height: 124px;
	_width: 124px;
	he\ight: 120px;
	w\idth: 120px;
	_margin: 2px;
	_padding: 0px
}

#thumbs li a {
	width: 120px;
	height: 120px;
	float: left;
	padding: 0 30px 30px 0;
	display: block;
	_width: 150px;
	_height: 150px;
	_padding: 0;
	_margin: 0 30px 30px 0;
}


#thumbs a:hover {
	position: relative;
}

#thumbs a:hover img {
	voice-family: "\"}\""; 
  voice-family:inherit;
	height: 200px;
	width: 200px;
	left: -40px; top: -40px;
	position: absolute;
	border: 0;
	border: 1px solid black;
	padding: 2px;
	background: white;
	_height: 204px;
	_width: 204px;
	he\ight: 200px;
	w\idth: 200px;
	_padding: 0;
	_margin: 2px;
}

h2.title {
	font-size: 2em;
	padding: 0;
	margin: 0;
}
