* {
  margin:0;
  padding:0;
  outline:none;
}

html {
  border:15px solid #f6f6f6;
  border-left:30px solid #f6f6f6;
  border-right:30px solid #f6f6f6;
}

body {
  background:#fff;
  font: 16px/1.85em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  margin:0;
  color:#666;
  padding-top:20px;
  border:3px solid #eee;
}

#container {
  width:95%;
  margin:0 auto;
}

#header {
  width:100%;
  margin:0 auto;
  padding:0 0 20px 0;
}

#header h1 {
  font: Times New Roman;
  letter-spacing:2px;
  margin-bottom:5px;
  margin-left:35px;
}

#header h1 a {
  color:#000;
  text-decoration:none;
}

#header h1 a span {
  color:#ccc;
}

#header h1 a:hover span {
  color:#A3E800;
}

#header h3 {
  font:80% Verdana;
  color:#999;
  display:inline;
  margin-left:35px;
}

ul#nav {
  background:#8EDF53;
  padding:10px;
  font-size:90%;
  border-top:3px solid #6CCC26;
  border-bottom:3px solid #6CCC26;
  font-weight:bold;
  margin:45px 0 0 0;
}

ul#nav li {
  display:inline;
  list-style:none;
  margin-right:10px;
}

ul#nav li a {
  padding:10px 14px;
  color:#fff;
  text-decoration:none;
}

ul#nav li a:hover {
  background:#7EDB39;
  color:#fff;
}

ul#nav li a.active {
  background:#fff;
  color:#333;
  border-right:2px solid #6CCC26;
  border-bottom:2px solid #6CCC26;
}

#content {
  width:70%;
  float:left;
  margin-bottom:50px;
}

#content-full {
  width:95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:50px;
}

blockquote {
  background:#f6f6f6;
  padding:0 10px;
  border:1px solid #eee;
  font:100% Georgia;
}

#content h2 {
  font:190% Times;
  margin-top:45px;
}

#content h2 a {
  color:#333;
  text-decoration:none;
}

#content ul {
  margin:15px 0 15px 25px;
}

#content h3 {
  margin:20px 0;
}

#content p {
  line-height:28px;
  margin:20px 0;
  word-spacing:2px;
}

#content p a {
  color:#222;
  text-decoration:none;
  border-bottom:1px solid #ccc;
}

#content p a:hover {
  border-bottom:1px solid #aaa;
}

#content ul li {
  border-bottom:1px solid #eee;
  padding:10px;
  color:#444;
}

#content img {
  background:#fff;
  padding:1px;
  border:3px solid #eee;
  margin:10px;
}

#sidebar {
  margin-left:75%;
  border-left:1px solid #eee;
  padding-left:30px;
}

#sidebar h3 {
  font:120% Arial;
  margin:5px 0;
  color:#222;
}

#sidebar p {
  font:80% Verdana;
  margin:10px 0 20px 0;
}


#sidebar ul {
  list-style:none;
}

#sidebar ul a {
  color:#444;
  font:80% Verdana;
  text-decoration:none;
}

#sidebar ul a span {
  color:#ccc;
}

#sidebar ul a:hover span {
  color:#333;
}

#sidebar ul li {
  background:#fafafa;
  margin:1px 0 0 0;
  padding:5px;
}

p.about {
  border-top:3px solid #6CCC26;
  border-bottom:3px solid #6CCC26;
  color:#fff;
  background:#8EDF53;
  padding:10px;
  line-height:20px;

}

p.about a {
  color:#fff;
}

#footer {
  padding:20px 50px;
  margin-top:50px;
  clear:both;
  border-top:2px solid #eee;
  font:80% Verdana;
  line-height:25px;
  text-align: center;
}

#footer a {
  color:#999;
}

#footer .validate {
  float:right;
}

#thumbnails {
    width:90%;
}

.thumbfolder img {
  float: left;
}

.thumb {
  display: inline-block;
  width: 160px;
  margin: 1.5%;
  text-align: center;
}

.thumb a {
  padding:10px 14px;
  color:#444;
  font-size:80%;
  text-decoration:none;
}

#photo {
  margin: auto;
}

#photo-sizes {
  background:#8EDF53;
  padding:1px;
  font-size:80%;
  border-top:1px solid #6CCC26;
  border-bottom:1px solid #6CCC26;
  font-weight:bold;
  margin:0 0 0 0;
  font-variant: small-caps;
}

#photo-sizes li {
  display:inline;
  list-style:none;
  margin-right:10px;
}

#photo-sizes li a {
  padding:10px 14px;
  color:#fff;
  text-decoration:none;
}

#photo-sizes li a:hover {
  background:#7EDB39;
  color:#fff;
}

#photo-sizes li a.photo-current {
  background:#fff;
  color:#333;
  border-right:2px solid #6CCC26;
  border-bottom:2px solid #6CCC26;
}

table {
  padding:10px;
  border:1px solid #eee;
}

#photo-properties {
  clear:left;
  padding-top:40px;
  width: 85%;
  margin: auto;
}

th {
  color:#6CCC26;
  border-bottom:1px solid #eee;
  padding:0 25px 0 0;
  text-align: right;
  vertical-align: top;
}

td {
  padding: 0 0 0 5px;
  text-align: left;
  background: #fafafa;
  font-family: Courier;
  font-size: 11pt;
  color: black;
}

