* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #000;
  font-family: "Lucida Grande", "Trebuchet MS", "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #9c9c9c;
  text-align: center;
}

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

a:hover {
  color: #fff;
  text-decoration: underline;
}

a img {
  border: 0;  
}

input {
  font-size: 1.0em;
  background: #878787 url(images/input_shadow_dark.jpg) repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #7e7e7e;
  padding: 5px;
  color: #EEE;
}

textarea {
  font-size: 1.0em;
  background: #878787 url(images/input_shadow_dark.jpg) repeat-x top;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #7e7e7e;
  padding: 5px;
  color: #eee;
}

#mainmenu {
  margin: 10px;
}

#mainmenu #switcher {
  float: right;
}

#mainmenu h1 {
  font-family: "Myriad Pro", "Lucida Grande", "Trebuchet MS", Arial, helvetica, sans-serif;
  font-size: 1.8em;
  float: left;
  color: #DDD;
  padding-top: 2px;

}

#mainmenu ul {
  list-style: none;
  list-style-type: none;
  float: left;
  margin-left: 20px;
  margin-top: 7px;
}

#mainmenu ul li {
  float: left;
  margin-right: 10px;
}

#mainmenu ul li a {
  color: #D8D8D8;
  text-decoration: none;
  display: block;
  padding: 2px 5px;
}

#mainmenu ul li a:hover {
  background-color: #121212;
  color: #fff;
}

#mainmenu ul li .mainmenu_active {
  color: #4b4b4b;
  background-color: #9c9c9c;
}

#wrapper {
  clear: both;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

#photo {
  margin: 0 auto;
  text-align: center;
}

#comments {
  width: 550px;
  margin: 40px auto;
  clear: both;
  text-align: left;
}

#comments h1 {
  font-size: 1.9em;
  font-weight: normal;
  border-bottom: 1px solid #7e7e7e;
}

#page {
  width: 750px;
  margin: 40px auto;
  clear: both;
  text-align: left;
}

#page h1 {
  font-size: 1.9em;
  font-weight: normal;
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: 10px;
}

.clearboth {
  clear: both;
}



.greybox_top div, .greybox_top, 
.greybox_bottom div, .greybox_bottom {
   width: 100%;
   height: 8px;
   font-size: 1px;
}

.greybox_content {
  margin: 3 10px;
}

.automargin {
  margin: 0 auto;
}

.margin_t {
  margin-top: 7px;
}

.margin_b {
  margin-bottom: 7px;
}

.margin_r {
  margin-right: 7px;
}

.margin_l {
  margin-left: 7px;
}

.margin_t_xl {
  margin-top: 20px;
}

.input_label {
}

.input_field input.normal {
  width: 275px;
}

.input_field input.captcha {
  width: 200px;
}

.input_field textarea {
  width: 100%;
  height: 100px;
}

.commenter {
  background: url(images/greyarrow_dark_d.jpg) no-repeat 22px 0;
  padding-top: 10px;
  padding-left: 20px;
}

.comment {
  color: #BBB;
}

.s {
  font-size: 0.8em;
}

.button {
  background: #444;
  padding: 3px 10px;
  border: 1px solid #7e7e7e;
}

.previous_photo {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}

.next_photo {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.floatleft {
  float: left;
}

a.switch_light {
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/switch_light_d.jpg) no-repeat;
  float: left;
}

a.switch_light:hover {
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/switch_light_d.jpg) no-repeat;
  float: left;
}

a.switch_dark {
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/switch_dark_d.jpg) no-repeat;
  float: left;
  margin-left: 3px;
}

a.switch_dark:hover {
  display: block;
  width: 14px;
  height: 14px;
  background: url(images/switch_dark_d.jpg) no-repeat;
  float: left;
  margin-left: 3px;
}

.photo_properties {
  width: 550;
  clear: both;
  margin: 40px auto;
  text-align: left;
}

.photo_properties h1 {
  font-size: 1.9em;
  font-weight: normal;
}

.photo_properties p {
  margin-top: 10px;
}

.photo_properties a {
  text-decoration: underline;
}

.comment_success {
  background-color: #9a8d39;
  padding: 10px;
  border-top: none;
  text-align: left;
}

.comment_errors {
  background-color: #8b3838;
  padding: 10px;
  border-top: none;
  color: #e7c5c5;
  text-align: left;
}

.input_field input {
  width: 275px;
}

.thumbnails img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.thumbnails a:hover {
  background: none;
}

#tagcloud .cloud_size1 {
  font-size: 2.4em;
}

#tagcloud .cloud_size2 {
  font-size: 2.2em;
}

#tagcloud .cloud_size3 {
  font-size: 2.0em;
}

#tagcloud .cloud_size4 {
  font-size: 1.8em;
}

#tagcloud .cloud_size5 {
  font-size: 1.6em;
}

#tagcloud .cloud_size6 {
  font-size: 1.4em;
}

#tagcloud .cloud_size7 {
  font-size: 1.2em;
}

#tagcloud .cloud_size8 {
  font-size: 1.0em;
}

#tagcloud .cloud_size9 {
  font-size: 0.8em;
}

#tagcloud .cloud_size0 {
  font-size: 1.0em;
}

.floatright {
  float: right;
}

.subpages {
  margin-top: 20px;
  background-color: #3e3e3e;
  padding: 10px;
  border: 1px solid #555;
}

.subpages ul {
  list-style: none;
  list-style-type: none;
}

.subpages ul li {
  margin-bottom: 5px;
}

.comments_external {
  padding: 10px;
}