/* -- LAYOUT --------------------------------------------------------- */

body, div {
  margin: 0;
  padding: 0;
}
#logoLink {
  position: absolute;
  top: 0;
  left: 0;
}
#pageWrap {
  margin: 0 50px;
}
div.bigTopMargin {
  margin-top: 25px
}
#pageHead, #sideBarHead, #pageBody, #pageFoot {
  margin: 1em 0;
}
#pageHead, #sideBarHead {
  margin-top: 1.5em;
}
#pageFoot {
  margin-top: 2em;
}
#withSideBar {
  margin-right: 210px;
}
#sideBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  padding: 0 20px;
}
img.thumb {
  border-width: 1px;
}
img.borderless, img.photo {
  border: none;
}
.photoBlock {
  margin-left: 0.5em;
  margin-right: 50px;
}
.photoBlock p {
  margin-top: 0;
}
#tagSoup {
  width: 640px;
}
.hidden {
  display: none;
}
#photoTitle {
  margin-top: 0.8em;
}
#entryTitle {
  margin-top: 1em;
}
#commentsLink {
  float: right;
}
#theComments h2 {
  margin-top: 1.2em;
}
.comment {
  margin: 0.75em;
  padding: 0.75em;
}
.commentBody {
  margin-top: 0.5em;
}
#theComments form {
  margin: 0 0.75em;
}
#theComments textarea {
  width: 100%;
}

/* -- FONTS ---------------------------------------------------------- */

#pageHead, #pageFoot, #sideBarHead, #entryTitle, .photoBlock p, #photoPage h2 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 76%;
}
#entryTitle a, #pageFoot a, #photoDetails a:link, #photoDetails a:visited {
  text-decoration: none;
}
#photoDetails a:hover, #photoDetails a:active {
  text-decoration: underline;
}
#pageHead, #sideBarHead {
  line-height: 1.5em;
}
#linkBar, #entryTitle {
  font-weight: bold;
  text-transform: uppercase;
}
#customLinks, #commentsLink, .lowercase {
  text-transform: lowercase;
}
#pageBody {
  font-family: times new roman, times, serif;
  text-align: justify;
}
#photoTitle {
  font-weight: bold;
}
#thisCamerasPhotos {
  text-align: center;
}
h2 {
  font-size: 1em;
}
.photoBlock, #theCameras, #cameraData {
  text-align: left;
}
#tagSoup {
  line-height: 200%;
}
#theComments h2, #theComments .meta, #theComments form {
  font-family: tahoma, arial, helvetica, sans-serif;
}
#theComments h2 {
  font-size: 91%;
}
#theComments .meta, #theComments form {
  font-size: 76%;
}
#theComments .meta a {
  text-decoration: none;
}

/* -- COLOURS -------------------------------------------------------- */

body {
  background-color: white;
  color: black;
}
h1, .photoBlock p {
  color: #888;
}
img {
  border-color: black;
}
#linkBar {
  color: white;
}
.deadLink {
  color: #ccc;
}
a:link {
  color: #911;
}
a:visited {
  color: #600;
}
#entryTitle a:link, #entryTitle a:visited,
#pageFoot a:link, #pageFoot a:visited {
  color: #888;
}
#photoDetails a:link, #photoDetails a:visited  {
  color: black;
}
#photoDetails a:hover {
  color: #911;
}
a:active, #entryTitle a:active, #pageFoot a:active, #photoDetails a:active {
  color: red;
}
.underBar {
  border-bottom: 1px dashed #ccc;
}
.comment {
  border: 1px solid #aaa;
  background-color: #eee;
}
#modnote {
  border: 1px solid #fc0;
  background-color: #fea;
}

/* -- LISTS ---------------------------------------------------------- */

.noBullets {
  padding-left: 0;
}
.noBullets li {
  list-style-type: none;
}

#aboutLinks, #cameraLinks {
  padding-left: 1em;
}

