body {
  background-color: #222e43;
  background-image: url(/graphics/bluebg.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
  font-family: serif;
  text-align: center;
}

.title {
  border: none;
}

a {
  color: #fff09a;
  text-decoration: none;
}

a:visited {
  color: #fff8d3;
}

a:hover, a:active {
  color: white;
}

.pagewidth {
  text-align: left;
  width: 850px;
  margin: 0 auto;
}

.header {
  height: 100px;
  margin: 0;
  padding-left: 10px;
  position: relative;
}

.main {
  width: 100%;
  margin: 0px;
  margin-right: auto;
  background-color: #383c43;
  color: white;
  padding: 0px;
  border: 1px solid #545a65;
}

.content {
  margin: 20px;
  margin-top: 40px;
}

.copy {
  font-family: sans-serif;
  font-size: x-small;
  color: #aaaaaa;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 40px;
  text-align: center;
  clear: both;
}

.photo {
  text-align: center;
}

.photo img {
  background-color: black;
  padding: 5px;
  border: 1px solid white;
}

h1 {
  font-family: helvetica, sans-serif;
  color: white;
  text-align: center;
  font-size: x-large;
  text-decoration: none;
}

h2, .h2 {
  font-family: helvetica, sans-serif;
  color: #b5c0d4;
  font-size: large;
  margin: 0;
  text-decoration: none;
  position: relative;
  top: 4px;
  clear: both;
}

h3 {
  text-align: center;
}


.hxIE {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: transparent url(/graphics/blank.gif) no-repeat top left;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/hr.png')
  clear: both;
}

.hx {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: transparent url(/graphics/hr.png) no-repeat top left;
  clear: both;
}


.hm {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: transparent url(/graphics/hr.png) no-repeat top left;
  text-align: center;
  clear: both;
}

.hmIE {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: transparent url(/graphics/blank.gif) no-repeat top left;
  text-align: center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/graphics/hr.png')
  clear: both;
}

.h {
  text-decoration: none;
}


#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 1px;
  right: 2px;
}

#main-menu li {
  float: left;
  margin: 0 6px;
}

#main-menu li a {
  color: #bdd5ff;
  text-decoration: none;
  font-family: sans-serif;
  font-size: smaller;
  font-weight: bold;
}




.category {
  margin: 34px;
  margin-top: 0px;
  margin-bottom: 50px;
  display: block;
  height: 125px;
  width: 200px;
  background-color: #42474f;
  float: left;
  
  font-family: helvetica, sans-serif;
  color: #b5c0d4;
  font-size: large;
  text-decoration: none;
  text-align: center;
  position: relative;
  top: 4px;
}


.category img {
  position: relative;
  background-color: black;
  border: 1px solid white;
  padding: 4px;
}



.collection {
  display: block;
  padding: 6px;
  margin: 10px;
  background-color: #42474f;
  min-height: 100px;
}

.preview {
  float: right;
  margin: 10px;
  margin-left: 20px;
  background-color: black;
  border: 1px solid white;
  padding: 4px;
}

.preview:hover {
  background-color: #b5b5b5;
}

.ctitle {
  font-family: helvetica, sans-serif;
  color: #b5c0d4;
  font-size: large;
  margin: 0;
}

.collection p {
  margin: 6px;
  font-family: sans-serif;
  font-size: small;
}

.collection p .date{
  font-weight: bold;
  font-family: sans-serif;
  font-size: medium;
  color: white;
}

.collection a {
  font-weight: bold;
  font-size: large;
  font-family: serif;
  color: silver;
  text-decoration: none;
}

.collection a:hover {
  font-weight: bold;
  font-family: serif;
  color: #b5c0d4;
  text-decoration: none;
}

.photoblock {
  text-align: center;
  width: 700px;
  margin-left: 35px;
  margin-top: 12px;
  clear: both;
  position: relative;
}

.photoblock img {
  float: left;
  width: 75px;
  height: 75px;
  border: 1px solid white;
  margin: 4px;
}

.previous {
  display: block;
  float: left;
  border: none;
  width: 175px;
}

.next {
  display: block;
  float: right;
  border: none;
  width: 175px;
}

.previous:hover, .next:hover {
}

.meta {
  font-size: smaller;
  list-style: none;
  font-family: sans-serif;
  color: #c9cdd4;
}

.keyword {
  font-weight: bold;
  color: #b5c0d1;
}

.opencommentform {
  text-align: center;
}

.opencommentform img {
  border: none;
}

.commentform {
  position: relative;
  width: 700px;
  margin: 40px auto 20px auto;
  background-color: #42474f;
  color: black;
  padding: 0;
  padding: 0px 0px 25px 0px;
  text-align: center;
  border: 1px solid #c9cdd4;
  clear: both;
  display: none;
}

.commenttitle {
  position: absolute;
  top: -36px;
  right: 252px;
  border: none;
}

.commentsubmit {
  position: absolute;
  right: 20px;
  bottom: -13px;
  border: none;
}


div.warning {
  clear: both;
  text-align: left;
  color: white;
  margin: 20px 20px 10px 20px;
}

div.row {
  text-align: left;
  font-size: smaller;
  font-family: sans-serif;
  width: 250px;
  float: left;
  margin: 10px 20px 10px 10px;
}

div.row span.label {
  float: left;
  width: 60px;
  text-align: right;
  color: white;
}

div.row span.formw {
  float: right;
  width: 180px;
  text-align: left;
} 

div.row span.formw input {
  border: 1px solid #222e43;
  padding: 0px 3px;
} 

.error {
  color: pink;
}

.recaptcha {
  margin: 10px 30px;
  width: 318px;
  float: right;
}


.comment {
  display: block;
  padding: 10px;
  margin: 10px;
  background-color: #42474f;
  position: relative;
}

.comment .preview {
  float: left;
  margin: 0px 10px 10px 10px;
  background-color: black;
  border: 1px solid white;
  padding: 4px;
  height: 60px;
  width: 60px;
}

.comment .preview:hover {
  background-color: #b5b5b5;
}

.comment .date {
  font-family: sans-serif;
  color: #c9cdd4;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 10px;
}

.comment .name {
  font-family: sans-serif;
  color: #b5c0d1;
  font-weight: bold;
  position: absolute;
  bottom: -6px;
  right: 10px;
  clear: both;
}

.comment p {
  margin: 10px 0px;
}


.left {
  width: 48%;
  float: left;
  display: block;
}

.right {
  width: 48%;
  float: left;
  display: block;
}

.smallcollection {
  position: relative;
  padding: 4px;
  margin: 4px 4px 10px 4px;
  background-color: #42474f;
}

.smallcollection .date {
  font-size: x-small;
  position: absolute;
  right: 5px;
  top: -5px;
  font-family: sans-serif;
}

.smallcollection .size {
  font-size: x-small;
  color: #b5c0d1;
  position: absolute;
  right: 5px;
  bottom: 1px;
  font-family: sans-serif;
}

.smallcollection a {
  border: none;
  font-size: smaller;
  font-weight: bold;
  font-family: sans-serif;
  color: white;
  text-decoration: none;
  margin: 0;
}

.smallcollection a:hover {
  color: #b5c0d4;
}

.smallcollection a:visited {
  color: silver;
}

.spacer {
  clear: both;
  height: 2px;
}

.more {
  text-align: right;
}




.newsbox {
  display: block;
  padding: 10px;
  margin: 20px 10px 10px 10px;
  background-color: #42474f;
  position: relative;
}

.newsbox .date {
  font-family: sans-serif;
  color: #c9cdd4;
  font-weight: bold;
  position: absolute;
  top: -6px;
  right: 10px;
}

.newsbox .subject {
  font-family: sans-serif;
  color: #b5c0d1;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 10px;
  clear: both;
}

.newsbox a {
  color: #fff09a;
  text-decoration: none;
  font-family: sans-serif;
}

.newsbox a:visited {
}

.newsboxa:hover, .newsbox a:active {
  color: white;
}


.selfportrait {
  border: 1px solid black;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
}


.downloadable {
  display: block;
  padding: 10px;
  margin: 20px 10px 10px 10px;
  background-color: #42474f;
  position: relative;
  min-height: 100px;
}

.downloadable .subject {
  font-family: sans-serif;
  color: #b5c0d1;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 10px;
  clear: both;
}

.downloadable a {
  color: #fff09a;
  text-decoration: none;
  font-family: sans-serif;
}

.downloadable a:visited {
}

.downloadablea:hover, .downloadable a:active {
  color: white;
}
