hr {
  border: 1px solid #c0c0c0;
}

iframe {
  display: none;
}

.blogComment {
  margin-top: 10px;
  padding-left: 6px;
  border-left: 1px solid black;
  background-color: rgb(248, 248, 248);
}

.byline {
  padding-top: 3px;
  color: black;
  font-size: 80%;
}

/* pullquote from redemption in a blog http://blog.codefront.net/*/
div.pullquote {
  float:right;
  margin:10px;
  margin-left:15px;
  margin-right:0;
  color:#333;
  font-size:0.8em;
  line-height:120%;
  text-align:center;
  width:150px;
  /*border: 5px outset #829DBD;
  padding: 10px;*/
}



div.pullquoteLeft {
  float:left;
  margin:10px;
  margin-left:0;
  margin-right:15px;
  color:#333;
  font-size:1.5em;
  line-height:120%;
  text-align:center;
  width:150px;
}

body {
  text-align: center;
  font: 0.75em Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

#wrapper {
  text-align: left;
  width: 900px;
  margin: 5px auto;
  height: 100%;
  border-color: #fff;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 1px;
  border-right-width: 0px;
}

p, div {
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
}

/*
p:first-letter {
  text-transform: uppercase;
}*/

a {
  color: #0059AA;
  text-decoration: underline;
}

a:hover {
  color: #9B242D;
}

h1 {
  text-transform: lowercase;
  font-size: 200%;
  padding: 0px;
  float: left;
  margin: 0px;
  display: block;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 5px;
  color: white;
  background-color: #9B242D;
  -moz-border-radius: 5px;
  width: 900px;
  margin-bottom: 5px;
}

h1 a {
  text-decoration: none;
  color: white;
}

h1 a:hover {
  color: #829DBD
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 130%;
  color: #fff;
  margin: 0px;
  margin-bottom: 4px;
  padding: 2px;
  /*padding-left: 2px;*/
background-color: #829DBD;
  /*background-color: #87ADDB;*/
border: 1px solid #242D39;
  -moz-border-radius: 4px;
}

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

h3 {
  font: bold Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 2px;
  color: #333;
  font-size: 100%;
}

blockquote {
  border-left: 1px solid #829DBD;
  border-right: 1px solid #829DBD;
  padding-left: 5px;
}


.blockquotesource {
  text-align: right;
}

ins {
display: inline;
text-decoration: none;
font-style: normal;
}

ins p:before
{
font-weight: bold;
content: "UPDATE: ";
}


del * {
display: inline;
text-decoration: line-through;
font-style: italic;
}

#searchForm {
  width: 300px;
  height: 30px;
  float: right;
  text-align: right;
}
#searchButton {
  font: 0.9em/normal Verdana, Arial, Helvetica, sans-serif;
  text-transform: lowercase;
}

input {
  font: 1em/1em Verdana, Arial, Helvetica, sans-serif;
}

ul {
  margin: 0px 10px;
  margin-bottom: 8px;
  padding: 0px;
}

.maincontent li {
list-style-type: square;
margin-left: 20px;
}

li {
  list-style-type: none;
}

.clear {
  clear: both;
}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li:first-child a:first-child {
  border-left:1px solid #87ADDB;
}

#nav li {
  display: inline;
}

#nav a {
  float: left;
  padding: 2px 6px 2px 7px;
  border-right: 1px solid #87ADDB;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1em;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:1.2em;
  color: #0059AA;
  font-weight: bold;
  font-size: 120%;
}

html>body #nav a {
  height:1.2em;
}

#nav #currentpage {
  border-bottom:5px solid #829DBD;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

/* \ Hack to get IE5/Mac to ignore the following rule */
#nav a:hover {
  border-bottom:5px solid #829DBD;;/*#87ADDB;*/
  padding-bottom:2px;
  color: #9B242D;
}

#nav #filler {
  display: block;
  width: auto;
  height: 15px;
  padding: 0px;
  margin-left: 2px;
  background: #829DBD;/*#87ADDB;*/
  border-bottom:5px solid #829DBD;/*#87ADDB;*/
}

#breadcrumbs {
  clear: both;
  padding: 2px;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 12px;
  border: 1px solid #87ADDB;
}

#main {
  float: left;
  width: 700px;
  padding-right: 8px;
}

#right {
  float: left;
  width: 190px;
 _width: 180px;
  background-color: #c0c0c0;
  -moz-border-radius: 5px;      
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.maincontent, .rightcontent {
  margin: 0px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px;
}

.maincontent {
    padding-bottom: 25px;
}

.rightcontent {
  margin-right: 0px;      
}

.rightcontent img {
margin: 0px auto;
}

.maincontent h2 img {
  border: 0px;
}  

.maincontent img {
  border: 1px solid black;
}

.maincontent p {
  margin-bottom: 12px;
}

.maincontent h2 + p:first-letter {
  font-weight: bold;
  font-size: 150%;
  color: #87ADDB;
}

.metadata {
  display: none;
}

div.contentfooter {
  margin-top: -10px;
  text-align: right;
}

.info {
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 17px;
  color: #c0c0c0;
  display: inline;
  background-image: url('images/link.png');
  background-repeat: no-repeat;
  background-position: center left;
}

.info a {
  color: #c0c0c0;
  text-decoration: none;
}

.info a:hover {
  color: #9B242D;
}

.comments {
  font-weight: bold;
  margin-bottom: 10px;
  color: #c0c0c0;
  display: inline;
  padding-left: 10px;
}

.comments a {
  font-weight: normal;
}

#footer {
  clear: left;
  border: 1px solid #87ADDB;
  font-size: 0.9em;
  text-align: right;
  padding: 0px;
  padding-right: 3px;
  -moz-border-radius: 3px;      
}

#referrers {
  margin: 10px;
  width: 170px;
  overflow: hidden;
}

#referrers .rhead, #referrers .rcredits {
  display: none;
}

code {
background-color: #eaeaea;
border: 1px dashed #c0c0c0;
font-size: 1.2em;
}

pre code {    
margin-bottom: 5px;
display: block;
white-space: pre;
}