
* { padding: 0; margin: 0; }

body {
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 11pt;
  background-color: #f6f6f0;
}

#inner p {
  padding-bottom: 10px;
}

#wrapper {
  margin: 0 auto;
  margin-top: 0px;
  width: 780px;
  border: 1px solid #aaa;
  border-top: 0;
  -moz-box-shadow: 6px 0 10px #aaa, -6px 0 10px #aaa;
  -webkit-box-shadow: 6px 0 10px #aaa, -6px 0 10px #aaa;
  -box-shadow: 6px 0 10px #aaa, -6px 0 10px #aaa;

}

#navbar {
  display: block;
  width: 780px;
  height: 35px;
  margin-top: -2px;
  border-top: 1px solid #111;
}

#content {
  float: left;
  color: #333;
  background: #FFFFFF;
  min-height: 600px;
  width: 780px;
  display: inline;
}

#inner {
  padding: 40px;
  padding-top: 20px;
}

#inner img {
  margin: 10px;
  margin-left: 30px;
  border: 1px solid gray;
}

.flickr-gallery img {
  margin: 0;
  border: 0;
}

#sets img {
  margin: 0;
  border: 0;
}

#header {
  color: #333;
  width: 780px;
  float: left;
  height: 400px;
  background-image: url('/jhw3-banner.jpg');
  color: #fff;
  text-align: right;
}

a.header_link {
  display: block;
  width: 760px;
  height: 320px;
}

.commentBox {
  font-size: 9pt;
  padding: 20px;
  background-color: #999;
}

.commentBox a:link, .commentBox a:active, .commentBox a:visited  {
  color: #66CCFF;
  text-decoration: none;
}

.commentBox a:hover {
  color: #FF14AD;
  text-decoration: underline;
}

#footer {
  height: 30px;
  clear: both;
  color: #333;
  background: #f6f6f0;
  text-align: center;
  padding: 5px;
  font-size: 9pt;
}


#menu {
  width: 100%;
  display: table;
}

#menu ul {
  margin: 0; padding: 0;
  width: 100%;
  display: table-row; /* MS says WTH */
  background: #3D78D1;
  vertical-align: middle;
}

#menu li {
  margin: 0; padding: 0;
  display: table-cell; /* Again, IE doesn't understand this value */
  text-align: center;
  vertical-align: middle;
  background: gray;
  height: 20px;
  border-bottom: 1px solid #111;
  width: 100px;

}

* html #menu li { /* MacIE */
  display: inline-block;
  width: 14%; /* a white-space bug? */
}

/* The IE trick (hidden from MacIE) \*/
* html #menu li {
  display: inline;
  width: 14.2%;
}
/* */

#menu li a {
  display: block;
  width: 100%;
  vertical-align: middle;
  text-decoration: none;
  color: #66CCFF;
  font-weight: bold;
  height: 20px;
  vertical-align: middle;
  padding-top: 5px;
}

#menu li a:hover {
  background: #000;
  color: #FF14AD;
}


h2 {
  color: #ccc;
  font-size: 20pt;
}

h2 {
  color: #ccc;
  font-size: 20pt;
}

h2 a:link,h2 a:visited,h2 a:active {
  color: #999;
  text-decoration: none;
}

h2 a:hover {
  color: #FF14AD;
  text-decoration: none;
}

h3 a:link,h3 a:visited,h3 a:active {
  color: #999;
  text-decoration: none;
}

h3 a:hover {
  color: #FF14AD;
  text-decoration: none;
}


h1.site_title {
  font-family: Times, "Times New Roman", serif;
  padding-top: 6px;
  padding-right: 15px;
  font-size: 38pt;
  color: #333;
}


a:link,a:visited,a:active {
  color: #FF14AD;
  text-decoration: none;
}

a:hover {
  color: gray;
  text-decoration: underline;
}


.comment_link {
  font-size: 9pt;
}

.date {
  font-size: 9pt;
  color: gray;
}

#blog_nav {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.fancyform label {
  float: left;
  width: 250px;
  font-weight: bold;
  color: #aaa;
  font-size: 14pt;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
}

.fancyform input[type="text"], .fancyform input[type="password"] {
  width: 320px;
  color: #666;
  font-size: 12pt;
  border: 1px solid #999;
}

.fancyform input[type="text"].short {
  width: 70px;
}

.fancyform input[type="password"].short {
  width: 150px;
}

.fancyform input[type="text"].medium {
  width: 200px;
}

.fancyform input[type="text"].login, .fancyform input[type="password"].login {
  width: 200px;
}


.fancyform input[type="submit"] {
  margin-left: 400px;
  margin-top: 15px;
  border: 1px solid #999;
  background-color: #f6f6f0;
  color: #666;
  font-size: 12pt;
  padding: 8px;
}

.fancyform select {
  color: #aaa;
  font-size: 12pt;
  border: 1px solid #999;
}

.fancyform select.date {
  font-size: 11pt;
}

.fancyform textarea {
  width: 320px;
  height: 200px;
  color: #666;
  font-size: 10pt;
  border: 1px solid #999;
}

.fancyform textarea.short {
  height: 75px;
}

.fancyform textarea.mini {
  height: 60px;
  width: 200px;
/*  margin-left: 75px;*/
}

.flickr-set img {
  padding: 0;
  margin: 0;
}
