body {
  font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  text-align: center;
  background: #000000 url('/images/body.png') top left repeat-x;
  color: white;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h4, h5 {
  font-size: 130%;
}
a, a:visited {
  color: #1486FF;
}
a:hover {
  color: white;
}
a img {
  border: none;
}
pre {
  font-size: 140%;
}
blockquote {
  padding-left: 20px;
  border-left: 5px solid #0E121E;
  color: #A3B1CB;
}
ul {
  padding-left: 20px;
}
#wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
#header {
  height: 145px;
  background: #1F2944 url('/images/header.jpg') top left no-repeat;
  font-family: Candara, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top: 10px;
}
#header h1 {
  font-size: 480%
}
#header h1 img {
  float: left;
  border: 0px solid transparent;
  margin: 0px 5px 0px 5px;
  behavior: url(/iepngfix.htc);
}
#header h2 {
  font-size: 220%
}
#clear-fudge {
  clear: both;
  height: 1px;
  font-size: 1%;
}
#complete {
  background: transparent url('/images/footer.png') bottom center no-repeat;
}
#footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #707a8f;
  clear: both;
}
#page {
  background: transparent url('/images/page.jpg') top center no-repeat;
}
#page h2 {
  font-family: Candara, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 220%;
  /** margin-left: 10px; **/
}
#sidebar {
  float: right;
  width: 270px;
}
#extended div,
#sidebar div.content {
  background: #0e121e;
  border: 1px solid #4f76ad;
  padding: 5px;
}
#sidebar div.content {
  width: 240px;
  clear: right;
  margin: 10px;
}
#sidebar h3 {
  font-size: 140%;
  font-weight: normal;
  text-align: center;
}
#sidebar div p {
  text-align: justify;
  margin: 0;
  padding-top: 5px;
  color: #a3b1cb;
  line-height: 130%;
}
#sidebar #navigation li {
  line-height: 20px;
}
* html #sidebar ul {
  padding-left: 0px;
  margin-left: 10px;
}
* html #sidebar ul li {
  margin-left: 10px;
}
#extended {
  text-align: center;
}
#extended div,
#extra div {
  margin: 0 auto;
}
#extended div {
  width: 80%;
}
#extra div {
  padding: 10px 0px 10px 10px;
}
#extended div p,
#extra div p {
  margin: 0;
  padding: 5px 0 0 0;
}
#extra div p.readmore {
  padding-bottom: 5px;
font-size: 
}
#extra {
  width: 200px;
  float: right;
  text-align: right;
}
#extra blockquote {
  padding: 0px 0px 0px 5px;
  margin: 0px;
  border-width: 0px;
  font-size: 140%;
  background: transparent url('../images/quotes.png') top left no-repeat;
  behavior: url(/iepngfix.htc);
}
#extra blockquote p {
  padding: 0px;
}
#extra cite a {
  color: white;
  text-decoration: none;
}
#content {
  margin-right: 270px;
  margin-left: 10px;
  padding-top: 10px;
}
#content h3 {
  font-size: 180%;
  font-weight: bold;
}
#header h1 a, #content h3 a {
  color: white;
  text-decoration: none
}
#header h1 a:hover, #content h3 a:hover {
  text-decoration: underline
}
#content .entry {
  padding-bottom: 20px;
  padding-right: 20px;
  color: #a3b1cb;
}
#content .entry li {
  padding-bottom: 5px;
}
#content p,
#content ul {
  font-size: 130%;
}
#content ul ul {
  font-size: 100%;
}
#content p {
  padding: 0px 5px 5px 5px;
  line-height: 140%;
}
#content li {
  padding: 5px 0 5px 0;
}
#content .dateline {
  color: #A3B1CB;
}
/***
 * PAGE SPECIFIC STYLES
 ***/

/**** ARCHIVE PAGE ****/
ul#archive {
  margin-top: 0px;
}
/**** ACCESSIBILITY ISSUES ****/
#accessible a, #accessible a:hover, #accessible a:visited {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden; 
}
#accessible a:active, #accessible a:focus {
  position:static;
  width:auto;
  height:auto;
}
/**** CONTACT ME PAGE ****/
#contact-me {
  padding-left: 30px;
}
#contact-me .fn {
  font-size: 180%;
  padding-bottom: 5px
}
#contact-me .org {
  font-size: 160%;
  padding-bottom: 10px;
}
#contact-me .adr {
  padding-bottom: 10px;
  font-size: 140%;
}
#contact-me .email {
  padding-bottom: 10px;
  font-size: 140%;
}
#contact-me .tel,
#contact-me .skype {
  padding-bottom: 5px;
  font-size: 120%;
  clear: left;
}
#contact-me .hide {
  display: none;
}
#contact-me label {
  font-weight: bold;
  width: 10em;
  padding-right: 1em;
  display: block;
  float: left;
  margin-bottom: 5px;
  border-bottom: 1px dotted #4F76AD;
}
#contact-me .tel .span {
  float: left;
  margin-bottom: 5px;
}
#content .project {
  height: 108px;
  clear: left;
  margin-top: 5px;
  margin-bottom: 15px;
}
#content .project:hover {
  background: #0E121E;
}
#content .project div.image {
  width: 180px;
  float: left;
  background: #0E121E;
  border: 1px solid #4F76AD;
  height: 100px;
  padding: 2px;
}
#content .project:hover div.image {
  border-color: #1486FF;
}
#content .project div.description {
  margin-left: 190px;
}
#content .project div.description a {
  font-size: 120%;
}
#content .project div.description div {
  color: #A3B1CB;
  margin-top: 20px;
}
#content .project div.description div a {
  font-size: 100%;
}
