/* list view */
.photoListElement {
  padding: 10px;
  margin: 3px;
  border: thin solid #808080;
}
.photoListTitle {
  font-weight: bold;
}
.photoListDate {
}
.photoListTags {
  font-style: italic;
}
.photoListTN {
  float: left;
  margin-right: 10px;
}
.sortOption {
}

/* show view */
div#showTitle {
  font-size: 24px;
}
div#showTags {
  font-style: italic;
}

div#captionBox {
  text-align: center;
}

div#commentsBox {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: black;
  border: thin solid #888888;
}

div#showPhotoBox {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

img#showPhoto {
  background-color: #000000;
  border: 10px solid white;
  padding: 3px;
}


div#newComment {
  padding: 5px;
}
div.comment {
  padding: 5px;
  margin: 5px;
  border: thin solid #888888;
}

/* tag list */
div#tags {
  line-height: 250%;
} 

a.tag0 {
  font-size: 9px;
}

a.tag1 {
  font-size: 10px;
}

a.tag2 {
  font-size: 12px;
}

a.tag3 {
  font-size: 14px;
}

a.tag4 {
  font-size: 18px;
}

a.tag5 {
  font-size: 24px;
}

a.tag6 {
  font-size: 36px;
}

/* index */
div.indexItem {
  padding: 5px;
  margin: 3px;
  border: thin solid #808080;
  font-size: 85%;
}
div.indexItem:hover {
  border: thin solid black;
}
span.indexItemTitle {
  font-weight: bold;
}
span.indexItemDate {

}
span.indexItemTags {
  font-style: italic;
}
div.indexItem a:link, div.indexItem a:visited, div.indexItem a:active {
  color: black;
  text-decoration: none;
}

/* general */
body {
  background: black url('/images/back.jpg') no-repeat fixed center;
}

hr {
  border: 0;
  height: 1px;
  background-color: #888888;
  color: #888888;
}

#titleBox {
  background: black url('/images/back-bright.jpg') no-repeat fixed center;
  color: black;
  font-size: 36px;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: -350px;
  padding: 5px;
  border: thin solid #888888;
  text-align: center;
  width: 175px;
}
#titleOne { }
#titleTwo { }
#titleThree { margin-left: 40px; }
#navBox {
  text-align: center;
  font-size: 15px;
  padding: 5px;
  line-height: 175%;
}
a.clickable:link, a.clickable:visited, a.clickable:active {
  color: black;
  text-decoration: none;
  border: thin solid #888888;
  padding: 2px;
}
a.clickable:hover {
  border: thin solid black;
}
.navRule {
  border-bottom: thin solid black;
  margin: 10px auto 10px auto;
  width: 50%;
}
#navBox a.selected {
  border: thin solid black;
}


#main {
  background: #808080 url('/images/back-bright.jpg') no-repeat fixed center;
  top: 50px;
  margin-left: 225px;
  padding: 10px;
  border: thin solid #888888;
  width: 525px;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}

div.clear {
  clear: both;
}

.infoText {
  border: medium solid red;
}

.paginationBar {
}

img {
  border: 0px;
}

div.aboutSectTitle {
  font-weight: bold;
  font-size: 115%;
  margin-top: 20px;
}
div.aboutSect {
  margin-top: 10px;
  font-size: 85%;
}

div#copyright {
  text-align: center;
  margin-top: 10px;
  font-size: 75%;
}

