@charset "utf-8";
/* CSS Document */

.topPost {
  margin: 20px 0 5px 0;
  padding: 2%;
  width:94%;
  background:#eeeeee;
  border-bottom: 0px solid #999;
  /*background:#f5f5f5;*/
  }
 .topPost:hover{background:#ffffff;} 
 .topPostalt{
 margin: 20px 0 5px 0;
  padding: 0 2% 2% 2%;
  width:94%;
  background:#ffffff;
  border-bottom: 0px solid #999;
  /*background:#f5f5f5;*/
 }
.dateposted{
	font-weight:bold;
	font-size:1.4em;
 } 
.topPost h2.topTitle a {
	font-size:1.4em;
  }
.topPost h2.topTitle a:hover {
background: #f2ef00; color: #002861; text-decoration: none;
  }
.topPost p.topMeta {
  padding: 0;
  margin: 10px 0 0 0;
  }
.topPost p.topMeta a {
  text-decoration: underline;
  }
.topPost p.topMeta a:hover {
  background: #f2ef00; color: #002861; text-decoration: none;}
.topPost div.topContent {
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  }
.topPost div.topContent a:hover {
  background: #f2ef00; color: #002861; text-decoration: none;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-style: italic;
  background: url(/images/pages/blog/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  border: 1px solid #111;
  font-size: 1.2em;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #666666;
  }
.topPost span.topComments a {
  background: url(/images/pages/blog/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #002861;
  }
.topPost span.topMore a {
  background: url(/images/pages/blog/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #002861;
  }
.topPost span.topTags em {
  background: url(/images/pages/blog/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #002861;
  }
.topPost span.topTags a {
  line-height: 27pt;
  vertical-align: middle;
  color: #002861;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  background: #f2ef00; color: #002861; text-decoration: none;
  }
.readblog{
	float:left;
	width:200px;
	display:block;
	background:#3564aa;
	padding:12px 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:1.6em;
	text-align:center;
	margin-bottom:20px;
}
#nextprevious { font-size: 1.4em;
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  }


/* Comments */

#comment {
  margin-bottom: 10px;
  background: #7fbcf4;
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 10px 15px;
  }
#comment a {
  }
#comment a:hover {
  }
#numberofcomments {
  margin: 10px 0 2px 2px;
  font-size: 1.4em;
  }
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #000;
  background-color: #ffffff;
  }
#commentlist li.alt {
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #000;
  background-color: #ffffff;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a:hover {
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: right;
  width: 410px;

  }
#commentlist .commentbody p a {
  text-decoration: underline;
  }
#commentlist cite {
  }
#commentlist small.commentmetadata a {
  }
#commentlist p {
	font-size: 1em;
  }
#comment h3 {
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }
.comment-edit-link {text-decoration:underline;}

#respond { font-family: Arial, sans-serif; color: #000000}

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
  
#blog-right-nav{
width:100%;
margin-top:85px;
}
#blog-right-nav h1{
display:none;
}
#blog-right-nav li{
margin:0;
list-style:none;
text-indent:5px;
border-bottom:1px solid #204171;
}
#blog-right-nav a:link{
display:block;
padding:10px 3px;
color:#ffffff;
text-decoration:none;
background:#0d4c84;
}
#blog-right-nav a:visited{
background:#0d4c84;
display:block;
padding:10px 3px;
color:#ffffff;
}
#blog-right-nav a:active{
display:block;
background:#0d4c84;
padding:10px 3px;
color:#ffffff;
}
#blog-right-nav a:hover{
display:block;
padding:10px 3px;
color:#ffffff;
background:#298b50;
} 