body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
  font-size: 62.5%; }

html {
  background: #1b1b1b  url( ../header-grad.png ) repeat-x;
  color: white;
  font-family: sans-serif; }

p {
  line-height: 1.6em;
  font-size: 1.2em; }

fieldset {
  margin-top: 1em; }

legend {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px; }

img {
  border: none; }

a, a:visited, a:active, a:link, a:hover {
  text-decoration: none;
  color: white; }

a:hover {
  text-decoration: underline; }

.inner {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden; }
  .inner a:hover {
    text-decoration: none; }

h1 {
  font-size: 3em;
  font-weight: normal; }

h2 {
  font-size: 14px;
  font-weight: normal; }

#header {
  text-align: center;
  height: 125px; }
  #header #menu {
    font-size: 1.5em; }
  #header h1 {
    text-align: left;
    font-size: 3em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-top: 5px; }
  #header h2 {
    text-align: left;
    font-size: 1.4em;
    font-weight: normal;
    text-decoration: underline;
    margin: 0;
    padding-bottom: 5px;
    padding: 0; }



#content {
  text-align: center; }

#footer {
  text-align: center;
  margin-top: 1em; }

#flash-notice {
  padding: 1em;
  font-size: 1.3em;
  background-color: red; }

#flash-warning {
  padding: 1em;
  font-size: 1.3em;
  background-color: red; }

#flash-error {
  padding: 1em;
  font-size: 1.3em;
  background-color: red; }

#errorExplanation {
  border: 3px solid red;
  margin-bottom: 0.5em; }

#errorExplanation h2 {
  padding-left: 1em; }

#errorExplanation p {
  padding-left: 2em; }


#errorExplanation ul li {
  margin-left: 1em;
  padding-left: 0em; }


#galleries h1 {
  font-size: 1.7em; }
#galleries table td {
  vertical-align: top;
  text-align: center;
  padding: 2em;
  width: 175px; }
#galleries #buttons {
  padding-bottom: 0.5em; }

.pagination {
  text-align: center;
  clear: both;
  margin: 3px; }
  .pagination span.current {
    font-weight: bold;
    border: 1px solid gray;
    padding: 2px; }

#topmenu {
  font-size: 0.9em;
  text-align: center; }
  #topmenu li {
    display: inline;
    padding: 1em; }

#uploader {
  position: relative;
  left: 100;
  top: 100;
  width: 200px;
  height: 100px;
  border: 1px solid white;
  background-color: red; }

table.form-table {
  margin: 0;
  padding: 0;
  border-collapse: collapse; }
  table.form-table th, table.form-table td {
    margin: 0;
    padding: 8px;
    border-top: 1px dotted gray; }
  table.form-table tr.last th, table.form-table tr.last td {
    border-bottom: none; }

input, select, button {
  font: normal 12px Verdana, sans-serif;
  padding: 5px;
  background: #FFF;
  border: 1px solid #BDC7D8; }

label, button, input.button {
  cursor: pointer; }

button, input.button {
  background: #DFF7FF 5px center no-repeat;
  border: 1px solid #A4DBEF;
  color: #2C758F;
  padding: 5px 8px 5px 24px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: bold; }

button.disabled {
  background-color: #EFFBFF;
  border: 1px solid #CFF2FF;
  color: #99C4DF;
  cursor: default; }

form ol {
  list-style: none;
  margin: 0;
  padding: 20px; }

form li {
  margin-bottom: 8px; }

form label {
  display: -moz-inline-box;
  display: inline-block;
  width: 130px;
  float: left;
  font-size: 12px; }

form input {
  font-size: 10px; }
form dd {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0.5em; }
form dt {
  font-size: 1em; }

.buttons {
  padding: 10px 0; }

button.upload, input.upload {
  background-image: url(../icons/upload.png); }

button.browse {
  background-image: url(../icons/add.png); }

#photographs #photograph-thumbnail {
  float: left;
  text-align: center;
  width: 225px;
  height: 235px;
  margin: 0 5px 0 5px; }
  #photographs #photograph-thumbnail #buttons {
    padding-top: .5em;
    padding-bottom: 1em;
    text-align: center; }
  #photographs #photograph-thumbnail span {
    margin-top: 5px;
    font-size: 0.9em;
    display: block;
    clear: left; }
#photographs .break {
  clear: both; }

#photograph {
  float: left;
  border: 1px solid white; }
  #photograph #description {
    padding-top: 0.75em; }

#photograph-info {
  margin-left: 15px;
  float: left;
  text-align: left;
  width: 250px;
  margin-top: 0px;
  padding: 0; }
  #photograph-info dd {
    margin-left: 0; }
  #photograph-info dt {
    margin-top: 10px; }
  #photograph-info #description {
    width: 200px;
    margin-bottom: 10px; }
  #photograph-info #navigation {
    clear: left;
    border-top: 1px solid black;
    padding-top: 5px;
    margin-top: 25px; }
  #photograph-info #admin-area {
    margin-top: 25px;
    border-top: 1px solid black; }

#upload-area {
  margin-top: 10px;
  clear: both; }

table.portfolio {
  text-align: center; }
  table.portfolio td {
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px;
    align: center;
    text-align: center; }

.m3 {
  margin: 5px;
  float: left;
  display: inline; }
  .m3 .title {
    display: block;
    padding-top: 0.5em;
    font-size: 1em; }

.b3sfff {
  border-top: 11px solid #f0f0f0;
  border-right: 11px solid #f0f0f0;
  border-left: 11px solid #f0f0f0;
  border-bottom: 15px solid #f0f0f0; }

.b3sfff-tn {
  border-top: 8px solid #f0f0f0;
  border-right: 8px solid #f0f0f0;
  border-left: 8px solid #f0f0f0;
  border-bottom: 11px solid #f0f0f0; }

.b3sfff-big {
  border-top: 20px solid #f0f0f0;
  border-right: 20px solid #f0f0f0;
  border-left: 20px solid #f0f0f0;
  border-bottom: 26px solid #f0f0f0; }

.b1s000 {
  border: 1px solid black; }

.black {
  background: #000; }



#buttons {
  text-align: center;
  clear: left; }
