/***************************
************ Big Elements */

body {
	background-color: #71cbd2;
	color: #fff;
}


/***************************
****************** Header */

div#header {
	background: url('/images/header.png') top center no-repeat; 
}
div#header h1 a {
	background: url('/images/logo.png') left top no-repeat;
}
div#header p {
	color: #fff;
}
div#header p a {
	color: #fff;
	background: url('/images/header-button.png') left top no-repeat;
}
div#header ul li a {
	color: #fff;
}
div#header ul li a:hover, div#header ul li:hover a, 
div#header ul li.over a 
{
background: #fff url('/images/nav-r.png') right top no-repeat;
}
div#header ul li a:hover span, div#header ul li:hover a span,
div#header ul li.over a span {
background: url('/images/nav-l.png') left top no-repeat;
}
div#header ul li a:hover, div#header ul li.current a, div#header ul li:hover a, div#header ul li.over a {
color: #71cbd2;
}


/***************************
****************** Subnav */

div#header ul li div {
  background: url('/images/subnav-in-trans.png') left bottom no-repeat; 
}
div#header ul li div ul {
  /* background: url('/images/subnav-in-trans.png') 3px bottom no-repeat; */
}
div#header ul li:hover div ul li a,
div#header ul li.over div ul li a {
  background: #fff;
}
div#header ul li:hover ul li a:hover,
div#header ul li.over ul li a:hover {
  background: #d6f0f1 !important;
}


/***************************
******** Page Highlighting */

div#header ul li.current a {
	color: #71cbd2;
	background: #fff url('/images/nav-r.png') right top no-repeat;
}
div#header ul li.current a span {
	background: url('/images/nav-l.png') left top no-repeat;
}


/***************************
**************** Content */

div#container {
	background: url('/images/container.png') center repeat-y;
	color: #474747;
}
div#container div.wrap {
}
div#container a {
	color: #7c5739;
	padding: 0 1px;
}
div#container a:hover {
	color: #fff;
	background-color: #7c5739;
}
body.contact-us div#content {
	background: url('/images/photos.png') 190px bottom no-repeat;
	height: 680px;
}

body.links div#content {
  /*background: url('/images/photos-links.png') 90px bottom no-repeat;*/
  height: 600px;
}

body.page div#container div.wrap, body.blog div#container div.wrap {
	background: url('/images/page.png') left repeat-y;
}
body.about-the-artist div#container div.wrap {
  background: none !important;
  padding: 0 !important;
}
body.blog h2, h3 {
	color: #572600;
}
body.contact-us h2.page-title {
	background: url('/images/header_contact.png') left top no-repeat;
}
body.lights-camera-action h2.page-title {
  background: url('/images/header_video.png') left top no-repeat;
}
body.links h2.page-title {
  background: url('/images/header_links.png') left top no-repeat;
}
body.about-the-artist h2.page-title {
  background: url('/images/header_viewmaster.png') left top no-repeat;
}
div.meta {
	color: #828282;
}
p.comment-author {
	color: #828282;
}
div#comment ol {
	color: #333333;
}
div#container p.comment-author strong, div#container p.comment-author a {
	color: #339999;
}

div#respond form label {
	color: #572600;
	font-style: normal;
	font-weight: bold;
}
div#respond form label span {
	color: #828282;
}
div.meta p.meta-email, div.meta p.meta-link, div.meta p.meta-comments {
	background: url('/images/meta.png') left 1px no-repeat;
}
div.meta p.meta-category {
	background: url('/images/meta.png') left 1px no-repeat;
}
div#respond ul li {
  color:#7C5739;
	background: url('/images/meta.png') left 1px no-repeat;
}

div#respond ul li span.twitter a, div#respond ul li span.facebook a, div#respond ul li span.stumbleupon a {
  height: 22px;
  width: 22px;
  margin-top:-2px;
  margin-left: 10px;
  float:right;
}
div#respond ul li span.twitter a {
  background: url('/images/twitter-icon-small.gif') left top no-repeat;
}
div#respond ul li span.facebook a {
  background: url('/images/facebook-icon-small.gif') left top no-repeat;
}
div#respond ul li span.stumbleupon a {
  background: url('/images/stumbleupon-icon-small.gif') left top no-repeat;
}
/***************************
************* Gallery Page */

div#show {}
div.slideshow-thumbnails a:hover {
	background: none;
}
div#play-pause a {
	background: url('/images/playpause.png') left top no-repeat;
}
div#play-pause a:hover {
  background: url('/images/playpause-hover.gif') left top no-repeat;
}


/***************************
****************** Footer */

div#footer {
	background: url('/images/footer.png') center top no-repeat;
	color: #ddf3f4;
}
div#footer a {
	color: #ddf3f4;
}
div#footer a:hover {
	color: #fff;
}


