html,body { height:100%; }

body {
  background: #b6d1ff;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: underline;
  color: #3b63a6;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-family: Georgia, serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h1, h2, h3 {
  color: #3b63a6;
}

h2, h3 {
  font-family: Verdana, sans-serif;
}

.blog h2 {
  clear: left;
}

body, p, td {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

/* content container, will contain all elements that are centered within the document */
#allcontent {
  width: 984px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto -1px;
  background: white;
  position: relative;
}

#footer, #push {
  clear: both;
  height: 1px;
}

#header {
  height: 8px;
  margin: 0px;
  background: transparent url(../images/header-image.png) 0% 0% repeat-x;
  color: white;
  font-weight: bold;
  font-size: 1em;
  padding: 15px;
}

#header a {
  color: white;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}

#header ul.links {
  display: inline;
  float: right;
  position: relative;
  top: -10px;
}

#header ul.links li {
  display: inline;
  float: left;
  padding: 0px 5px;
  margin-top: -7px;
}

#header ul.links li a {
  display: block;
  padding-top: 7px;
  text-decoration: underline;
}

#header ul.links li a.text {
  padding: 15px 5px;
  height: 1em;
}

#header ul.links li a.text:hover {
  background: transparent url(../images/header-image-hover.png) 0% 0% repeat-x;
}

img {
  border: none;
  vertical-align: middle;
}

#content {
  padding: 20px 10px 20px 20px;
  min-height: 350px;
  height: auto !important;
  height: 350px;
  background-color: white;
  position: relative;
}

/* sidebar menu css */
#menu {
  float: right;
  width: 258px;
  margin: -20px 10px 0px 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 250px;
  height: auto !important;
  height: 250px;
}

#menu ul {
  padding-left: 28px;
  padding-right: 5px;
  list-style-type: none;
}

#menu input[type="text"] {
  float: left;
}

.post {
  position: relative;
  z-index: 5;
}

h3.comments {
  padding-top: 20px;
  width: 100%;
  clear: both;
}

.comment-form {
  color: black;
  width: 500px;
  padding: 1px 5px 45px 5px;
}

.comment-form li.line {
  height: 29px;
  margin: 5px 0px;
  padding-right: 3px;
}

.comment-form li.comment {
  clear: left;
}

.comment-form #id_comment {
  width: 491px;
  border: 1px solid #BFB792;
}

.comment-form li.line input {
  float: right;
  border: 1px solid #BFB792;
  margin-top: 3px;
  width: 283px;
}

.comment-form li.line label {
  height: 21px;
  padding-left: 6px;
  padding-top: 8px;
  float: left;
}

.comment-form .submit {
  float: right;
  margin: 10px;
}

.all-comments {
  margin: 5px 0px;
  padding: 5px;
}

div.comment {
  border-left: 3px solid #a66639;
  padding: 15px 0px 15px 5px;
}

div.comment .comment-content {
  margin: 10px 0px;
  padding: 5px;
}

div.comment .comment-form {
  background: transparent url(../images/grey-out.png) repeat 0% 0%;
}

.hidden {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
} 

input[type="text"] {
  border: 1px solid #bfb792;
}

a.button {
  padding: 2px 4px;
}

input[type="submit"], .button {
  border: 1px solid #bfb792;
  background-color: #ffd0ae;
  text-decoration: none;
  color: black;
}

.pager {
  width: 350px;
  margin: 20px auto;
  text-align: center;
}

.pager .current, .pager a {
  padding: 5px;
  font-weight: bold;
  font-size: 1em;
}

.pager .current {
  background-color: #d7e6ff;
}

.pager a {
  text-decoration: none;
}

.pager .page a:hover {
  background-color: #c8ddff;
}

/* microformat css */
.resume.entry {
  clear: left;
  width: 680px;
}

.resume.entry .blurb {
  width: 400px;
  float: right;
  padding-top: 15px;
}

.resume.entry .details {
  padding: 10px 5px;
}

.vcard, .vevent {
  border: 1px dashed #3B63A6;
  padding: 3px;
  margin: 0px 0px 3px 0px;
  width: 200px;
}

.vevent {
  text-align: right;
  font-weight: bold;
}

.vevent .summary, .vevent .adr {
  display: none;
}

/* don't use these styles for the resume */
.blog .dtstart {
background-color: #3B63A6;
float: left;
margin-right: 10px;
padding: 40px 5px 0px;
position: relative;
font-family: Georgia, serif;
}

.blog .dtstart .day {
font-size: 30px;
left: 5px;
line-height: 40px;
position: absolute;
top: 0px;
}

.blog .dtstart .month {
font-size: 25px;
text-transform: uppercase;
}

.blog .dtstart .year {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  display: block;
  position: absolute;
  right: -5px;
  top: 15px;
}

.blog .dtstart .time, .dtstart .day-name {
  display: none;
}

