/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* jamesrobinsongallery */

body {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  text-align: center;
  background-color: #fef3e0;
  color: #90784f;
}

strong {
  color: #a8a8a7;
}

div#container {
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

div#content {
  float: left;
  max-width: 720px;
  margin-top: 30px;
}

img.large-photo {
  display: block; 
  border: 10px solid #ffffff;
}

/* Title header */

div#header {
  width: 950px;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bcbbb9;
}

div#header a {
  display: block;
  width: 520px;
  height: 38px;
  text-decoration: none;
  text-indent: -100em;
  background: transparent url(./images/title.gif) no-repeat left top;
}

/* Left navigation menu */

div#left-nav {
  float: left;
  width: 230px;
  margin-top: 50px;
}

div#left-nav ul {
  float: left;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

div#left-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

div#left-nav ul li a {
  display: block;
  width: 141px;
  text-decoration: none;
  text-indent: -100em;
  background: transparent url(./images/left-nav.gif) no-repeat scroll left top;
  margin-bottom: 20px;
}

div#left-nav li#ln-home a {
  background-position: 0px 0px;
  height: 23px;
}

div#left-nav li#ln-home a:hover, div#left-nav li#ln-home a.active {
  background-position: -142px 0px !important;
}

div#left-nav li#ln-gallery a {
  background-position: 0px -30px;
  height: 23px;
}

div#left-nav li#ln-gallery a:hover, div#left-nav li#ln-gallery a.active {
  background-position: -142px -30px !important;
}

div#left-nav li#ln-g-personal1 a {
  background-position: 0px -64px;
  height: 20px;
  margin-left: 20px;
}

div#left-nav li#ln-g-personal1 a:hover, div#left-nav li#ln-g-personal1 a.active {
  background-position: -142px -64px !important;
}

div#left-nav li#ln-g-personal2 a {
  background-position: 0px -94px;
  height: 20px;
  margin-left: 20px;
}

div#left-nav li#ln-g-personal2 a:hover, div#left-nav li#ln-g-personal2 a.active {
  background-position: -142px -94px !important;
}

div#left-nav li#ln-g-filmstills a {
  background-position: 0px -124px;
  height: 20px;
  margin-left: 20px;
}

div#left-nav li#ln-g-filmstills a:hover, div#left-nav li#ln-g-filmstills a.active {
  background-position: -142px -124px !important;
}

div#left-nav li#ln-g-natw a {
  background-position: 0px -154px;
  height: 20px;
  margin-left: 20px;
}

div#left-nav li#ln-g-natw a:hover, div#left-nav li#ln-g-natw a.active {
  background-position: -142px -154px !important;
}

div#left-nav li#ln-blog a {
  background-position: 0px -180px;
  height: 23px;
}

div#left-nav li#ln-blog a:hover, div#left-nav li#ln-blog a.active {
  background-position: -142px -180px !important;
}

div#left-nav li#ln-contact a {
  background-position: 0px -212px;
  height: 23px;
}

div#left-nav li#ln-contact a:hover, div#left-nav li#ln-contact a.active {
  background-position: -142px -212px !important;
}

/* Page - Home */

img#home-welcome {
  position: relative;
  left: 262px;
  top: 20px;
}

/* Page - Galleries */

div#gallery {
  width: 680px;
}

div#gallery div#natw-text {
  height: 300px;
  margin-top: 60px;
}

div#gallery div#natw-text p {
  margin-bottom: 20px;
}

div#gallery div#natw-text span {
  color: #a8a8a7;
}

div.gallery-natw-12 {
  width: 634px;
}

div.gallery-natw-12 img.large-photo {
  display: inline !important;
}

div#gallery img.large-photo, div.gallery-natw-12 {
  margin: 0 0 2px auto;
}

div#gallery p {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

div#gallery h1 {
  width: 670px;
  margin-bottom: 25px;
  text-align: right;
  font-size: 28px;
  line-height: 30px;
}

div#gallery.filmstills h1 {
  margin-bottom: 10px !important;
}

div#gallery small {
  display: block; 
  width: 670px; 
  text-align: right; 
  font-size: 12px; 
  color: #A8A8A7;
  margin-bottom: 25px;
}

div#gallery img.thumbnail {
  float:left;
  width: 70px;
  height: 70px;
  border: 5px solid #ffffff;
  margin: 0 5px 5px 0;
}

div#gallery img.thumbnail-selected {
  background-color: #ffffff;
  padding: 4px;
  border: 1px solid #A8A8A7 !important;
}

/* Page - Contact */

img#contact-text {
  position: relative;
  left: 10px; 
  top: 20px;
}

/* Footer */

div#footer {
  clear: both;
  width: 950px;
  position: relative;
  top: 200px;
  border-top: 1px solid #bcbbb9;
  padding: 10px 0 25px;
}

div#footer span {
  color: #b2b2b2;
  font-size: 14px;
  margin-right: 40px;
}

div#footer a {
  color: #b2b2b2;
  text-decoration: none;
}

div#footer a:hover {
  color: #745829;
}