
body, html {
  color: #ddd;
  background-color: #000;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

body, html, input, textarea, li {
  font-family: 'verdana', 'arial';
  font-size: 9pt;
}

a {
  font-weight: normal;
  text-decoration: none;

  color: #a3a3a3;
}

a:hover {
  color: #ff5200;
}

table {
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

table td, table th {
  border: none;
  padding: 0px;
  margin: 0px;
}

a img {
  border: none;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul li {
  padding: 0px;
  margin: 0px;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}


/************************
 * LOGO
 ************************/

#logo {
  height: 75px;
  background: transparent url('img/logo.gif') 40px 18px no-repeat;
}

#one-eye {
  float: right;
  height: 75px;
  width: 300px;
  background: transparent url('img/oneeyeworld.gif') right 28px no-repeat;
}

/************************
 * PAGE
 ************************/

#center {
  height: 100%;
  margin: auto;
}

#center td {
  vertical-align: center;
}

#popup {
  height: auto;
  width: auto;
}

#image {
  background-color: #222;

  z-index: 5;
  top: 60px;
  position: fixed;
}

#image img {
  margin: 15px auto;
  display: block;
  max-height: 400px;
  cursor: hand;
}



/************************
 * .TWOCOLOR
 ************************/
.twocolor {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-family: 'arial narrow', 'arial';
  text-transform: uppercase;
}

.twocolor span {
  color: #dd3800;
}


/************************
 * PAGE
 ************************/

#page {
  position: relative;
  width: 950px;
  margin: auto;
  background-color: #333
}

#page table {
  width: 100%;
}

#page table td {
  vertical-align: top;
}


/************************
 * TOPMENU
 ************************/

#topmenu {
  height: 16px;
  background: transparent url('img/topmenu-bg.gif') left top repeat-x;
}

#topmenu ul li {
  margin-top: 2px;
  padding-top: 1px;
  height: 12px;
  width: 80px;
  float: left;

  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
  font-family: 'Arial';
  border-right: 1px #969696 solid;
}

#topmenu ul li a {
  letter-spacing: 1px;
  color: #333;
  font-weight: normal;
}


/************************
 * LEFTMENU
 ************************/

#leftmenu {
  width: 161px;
  min-height: 450px;
  padding-bottom: 10px;
}

.leftmenu-wrapper {
  border-right: 1px #434343 solid;
}

#leftmenu ul {
  margin-left: 35px;
  margin-top: 20px;
}

#leftmenu ul li {
  color: #a3a3a3;
  font-weight: bold;

  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Arial';
}

#leftmenu ul li a {
  color: #a3a3a3;
  padding-left: 10px;
  font-weight: normal;
}

#leftmenu ul li a:hover {
  color: #ff5200;
}

#leftmenu ul li.inactive {
  color: #7d7d7d;
}


/************************
 * MAIN
 ************************/

#main {
  float: left;
  padding: 10px 10px 10px 10px;
}

#main h1 {
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 24px;
}

#main h2 {
  padding: 20px 30px;
  font-size: 18px;
}

#main .thumb {
  float: left;
  display: inline; /* IE6 floating double margin bug */
  width: 170px;
  height: 170px;

  margin: 5px 10px;
  padding-top: 10px;
  
  border: 1px #555 solid;
/*  background-color: #1d2436; */
}

#main .thumb.wide {
  margin: 10px;
  height: 120px;
}

#main .thumb.high {
  margin: 10px 25px;
  width: 140px;
}

#main .wide img {
  width: 150px;
  height: 100px;
  display: block;
  margin: auto;
}

#main .high img {
  width: 100px;
  height: 150px;
  display: block;
  margin: auto;
}

#main .thumb .caption {
  margin: 5px 0px 0px 0px;
  height: 1em;
  font-size: 9px;
  text-align: center;
}

#main .no-photos {
  margin: 50px;
  text-align: center;
}

#main p {
  margin: 15px 50px;
  text-align: justify;
}
 

/**
FORM
*/
#main form table {
  margin: auto;
  width: 400px;
}

#main form td, #main form th {
  padding: 3px;
}

#main input.text {
  width: 300px;
}

#main input, textarea {
  padding: 2px;
  border: 1px #666 solid;
  background-color: #aaa;
}


/**
COMMENTS
*/
#main .comment {
  margin: 10px 50px;
}

#main .comment .date {
  float: right;
  font-style: italic;
}

#main .comment .name {
  font-weight: bold;
}

#main .comment .email {
  font-style: italic;
  font-weight: normal;
}

#main .comment .text {
  margin-top: 5px;
  clear: both;
}

#main .comment .text p {
  padding: 5px 0px;
  margin: 0px;
}

#main .comment hr {
  width: 80%;
  margin: 20px auto;
}

/**
LINKS
*/
#main ul.links {
  margin-left: 55px;
  margin-top: 20px;
}

#main ul.links li {
  color: #a3a3a3;
  font-weight: bold;

  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Arial';
}

#main ul.links li a {
  color: #a3a3a3;
  margin-left: 10px;
  padding-left: 15px;
  background: transparent url('img/list-item.gif') 2px center no-repeat;
  font-weight: normal;
}

#main ul.links li a:hover {
  color: #ff5200;
}

#main ul.links li.inactive {
  color: #7d7d7d;
}


/************************
 * FOOTER
 ************************/
#footer {
  background: transparent url('img/footer-bg.gif') left top repeat-x;
  padding: 5px;
}

#footer .copy {
  text-align: right;
  color: #888;
  font-size: 7pt;
}

