/*
color scheme:
orange: #a63c10
brown: #3a1e0c
yellow: #d5b417
green: #968f2a
tan: #d4bf65

div#color {
  position: absolute;
  top: 20px;
  left: 10px;
}
div#color table {
  padding: 0;
  margin: 0;
  border: 0;
  background: #fff;
}
div#color td {
  margin: 10px;
  width: 25px;
  height: 25px;
}
div#color td.orange { background: #a63c10; }
div#color td.brown { background: #3a1e0c; }
div#color td.yellow { background: #d5b417; }
div#color td.green { background: #968f2a; }
div#color td.tan { background: #d4bf65; }
div#color {
  display: none;
}
div#about, div#portfolio, div#contact {
  display: none;
}
div#palette {
  text-align: center;
  display: block;
}
table.palette {
  text-align: center;
}
table.palette td {
  height: 1.2em;
  padding: 4px;
}

*/
* {
  margin: 0;
  padding: 0;
}
html { overflow-y: scroll; }
body {
  font: .8em Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.8em;
  background: #23321f;
  color: #666;
}
a         { color: #6587e0; text-decoration: none; }
a:visited { color: #6587e0; text-decoration: none; }
a:hover   { color: #333; text-decoration: underline; }
img { border: none; }

h1 {
  color: #a63c10;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
ul {
  list-style: none;
  margin: auto 2em 1em;
}
p {
  color: #666;
  font: 12px/20px "Georgia", serif;
  margin: auto 2em 1em;
  text-align: justify;
}
ul li {
  color: #666;
  font: 0.9em "Georgia", serif;
  margin: auto auto 2px;
}

dfn {
  font: normal 1em "Georgia", serif;
  margin: 0;
  border: 0;
  padding: 0;
}
dfn strong {
  font: bold 1.2em "Verdana", sans-serif;
  display: inline-block;
  margin-right: 0.5em;
}
dfn em {
  font: bold 0.8em "Verdana", sans-serif;
  display: inline-block;
  margin: auto 0.5em;
}

h1 span.date {
  font: 0.8em "Georgia", serif;
  color: #888;
  padding: 0 0 0 1em;
}

#container {
  padding: 10px 10px 3px 10px;
  width: 760px;
  margin: 20px auto 0px;
  background: #fff;
}
#header {
  background: #324960 url(/img/gravel_header.jpg) repeat-x;
  height: 215px;
}
#headertext {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  background: #324960;
  border-bottom: 2px solid #fff;
}
#content {
  clear: both;
  margin: 10px auto;
  width: 550px;
  padding: 20px;
}
body.silly #content {
  width: auto;
  margin: 0 2.5%;
  background-color: #fff;
  padding: 2.5%;
}
body.silly h1 {
  margin: 0.5% 2.5%;
}
#footer {
  width: 780px;
  font: normal 11px "Arial", sans-serif;/*"Georgia", serif;*/
  text-align: left;
  padding: 3px 3px;
  margin: 0 auto 20px;
  /*color: #697b60;*/
  color: #556864;
  background: #23321f;
}

#header h1 {
  font-size: 30px;
  font-weight: 100;
  letter-spacing: -1px;
  color: #7e9078;
}
#header h2 {
  color: #556864;
  font-size: 19px;
  font-weight: 100;
  padding: 0 0 0 11px;
  letter-spacing: -1px;
  line-height: 12px;
}
div#nav a {
  display: inline;
  float: left;
  width: 15%;
  text-align: center;
  margin: 10px 10px 10px 0;
  padding: 2px;
  background: #fff;
  color: #697b60;
  font-weight: bold;
  letter-spacing: 1px;
}
div#nav a:hover {
  background: #8b9d82;
  color: #fff;
  text-decoration: none;
}

.projects h1 {
  padding: 1px 6px;
}
.projects h1:hover {
  cursor: pointer;
  color: #3a1e0c;
  background-color: #eec;
}
.projects div {
  margin: 0px 20px;
  /*background: #afb49f;*/
  padding: 10px;
  border: 1px solid #aaa;
  border-width: 0 1px;
}
.projects div a.hidden {
  display: none;
}
.projects div a.thumb {
  float: left;
  margin: 0.4em 1em 0.1em 0;
}
.projects div a.thumb img {
  border: 1px solid #aaa;
}
.projects div a {
  display: block;
  text-align: right;
}
.projects div a.viewLink {
  display: inline-block;
  float: right;
  font-variant: small-caps;
}
/*
div.element p.link {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-bottom: 10px;
}
div.element p.link a {
  display: inline-block;
  text-align: center;
  width: 20%;
  padding: 4px;
  background: #8d927d;
  color: #fff;
  text-decoration: none;
}
div.element p.link a:hover {
  background: #6b705b;
}
div.element ul {
  margin: 0px 20px;
  list-style-type: none;
  padding: 4px;
}
div.element ul li {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  color: #444;
}

div#contact form fieldset {
  display: block;
  border: 0;
  margin: 5px auto;
}
div#contact form fieldset label {
  color: #666;
  font: 12px/20px "Georgia", serif;
  display: inline-block;
  width: 5em;
}
div#contact form fieldset input + span {
  color: #c66;
  margin: 0;
  padding: 0 10px;
  font: italic 10px sans-serif;
}
*/

div#footer a, div#footer a:visited, div#footer a:active {
  color: #556864;
}
div#footer a:hover {
  color: #6587e0;
  text-decoration: none;
}


.projects form div { border-width: 0; }
div.input { clear: left; }
div.input label { width: 15%; float: left; }
div.input input { float: left; }
div.input div.error-message { float: left; }
