/* Thanks, Elyse Holladay, on Stack Overflow! 
http://stackoverflow.com/questions/5176114/lesscss-converting-rgba-to-hex-how-to-nest-color-variables-into-a-mixin */
p {
  line-height: 1.7em;
}
#map-washington {
  margin-top: -200px;
}
@media (max-width: 1250px) {
  #map-washington {
    margin-top: -100px;
  }
}
@media (max-width: 750px) {
  #map-washington {
    margin-top: 0px;
  }
}
.shutdown-notice {
  text-align: center;
  margin-bottom: 40px;
  color: #aaa;
}
.shutdown-notice h2 {
  color: #8C0000;
}
/* =NAVIGATION
=================== */
.year_block {
  clear: both;
}
.mini_cal {
  margin-left: 7px;
}
.mini_cal li {
  float: left;
  line-height: 10px;
  margin-left: 10px;
}
/* =POST STYLES
================== */
.blog_featured_img {
  display: block;
  width: 100%;
}
.blog_post {
  margin: 0 0 20px;
}
.blog_post.featured.default_canvas {
  border: 0 none;
}
.blog_post img.left {
  margin-right: 20px;
}
.blog_post img.right {
  margin-right: 20px;
}
.blog_post .title {
  font-size: 20px;
  line-height: 1.5em;
}
.blog_post .content {
  padding: 0 20px;
}
.blog_post .author a {
  font-weight: bold;
}
.post_footer {
  background-color: #fafafa;
  padding: 7px 20px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #444;
}
.post_thumb {
  float: left;
  margin-top: 5px;
}
.post_thumb img {
  border: 1px solid #999;
  padding: 2px;
  background-color: #fff;
}
.blog_post .title a,
.blog_post .title a:visited {
  color: #000;
}
.blog_post .meta,
a#print_lnk {
  color: #777;
  font-size: 11px;
  padding: 7px 0;
}
.user_pic_64 {
  float: left;
  padding: 4px 10px 0 0;
}
a#edit_btn {
  margin-top: -3px;
}
a#print_lnk {
  float: right;
  width: 20px;
  margin: 2px 0 0 7px;
  padding: 7px 0 3px 0;
  background: transparent url(images/icons/printer.gif) 0 2px no-repeat;
  display: block;
  text-indent: -900px;
}
a#print_lnk:hover {
  background-position: 0 -18px;
}
.bp_post_body {
  padding: 2px 0 0;
  color: #444444;
}
.bp_post_body .read_more a,
.bp_post_body .read_more a:visited {
  float: right;
  margin-right: 15px;
  color: #990000;
  font-weight: bold;
  font-size: 11px;
}
.bp_indented,
.bp_post_content {
  margin: 0;
}
.bloggers_panel ul {
  padding: 4px 5px;
}
.bloggers_panel li {
  line-height: 14px;
  padding: 4px 0;
  font-weight: bold;
}
.blogmeta_holder {
  background: #555555 url(images/dark_panel_background.jpg) top repeat-x;
  padding-top: 25px;
  margin-top: 10px;
  color: #fff;
  float: left;
}
#blog_tags {
  padding: 10px;
  border: 1px solid #eee;
  font-size: 11px;
}
#blog_tags a,
#blog_tags a:visited {
  color: #516385;
}
.title_list {
  padding: 10px 10px 0;
}
.title_list li {
  padding-bottom: 10px;
}
.title_list a,
.title_list a:visited {
  color: white;
  font-weight: normal;
}
#popular_posts li {
  list-style-type: decimal;
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
  color: white;
  font-weight: normal;
}
.date_badge {
  float: left;
  width: 48px;
  height: 46px;
  margin: 4px 10px 4px 0;
  background: transparent url(images/backgrounds/calendar.png) center no-repeat;
}
.date_month {
  font-style: italic;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 2px;
}
.date_day {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}
.local_lnk {
  font-size: 16px;
  font-weight: bold;
}
/** =SIDEBAR CONTENTS
========================*/
#interest_sidebar .section {
  clear: both;
  margin-bottom: 20px;
}
#pending_notice {
  border: 10px solid #666;
  padding: 15px 20px 20px;
}
#akismet_panel {
  border-radius: 25px;
  font-size: 10px;
  padding: 20px 10px;
  text-align: center;
  background-color: #777777;
}
#editors_picks img {
  width: 95%;
  border-radius: 5px;
}
#editors_picks ul {
  margin-left: -2%;
}
#editors_picks li {
  margin-top: 30px;
  float: left;
  width: 48%;
  margin-left: 2%;
  text-align: center;
}
.col4_standard #editors_picks li {
  float: none;
  width: 100%;
  margin-left: 0;
}
.col4_standard #editors_picks li:first-child {
  margin-top: 0;
}
/* =ABOUT AUTHOR
********************************/
.about_author .pic {
  float: right;
  width: 50%;
  padding: 6px 10px 14px 20px;
  text-align: center;
}
.about_author .pic img {
  width: 90%;
}
.about_author .pic .caption {
  font-size: 12px;
}
.about_author .bio {
  padding: 15px 0;
}
.about_author p {
  font-size: 14px;
  color: #555;
}
@media only screen and (max-width: 840px) {
  .about_author .pic {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
}
/** =BLOG NETWORK 
========================*/
.channel_feed li {
  margin-top: 30px;
  position: relative;
  background-color: #999999;
  border: 2px solid black;
}
.channel_feed li:first-child {
  margin-top: 0;
}
.channel_feed .pic {
  position: absolute;
  left: 5px;
  top: 5px;
}
.channel_feed .content {
  margin-left: 90px;
  padding: 20px;
}
.channel_feed .title {
  font-size: 20px;
}
.channel_feed .title a,
.channel_feed .title a:visited {
  color: #000;
}
.channel_feed .meta {
  padding: 9px 0 5px;
}
#channels .channel {
  margin-top: 20px;
  position: relative;
  border-bottom: 2px solid #000;
}
#channels .channel .title {
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}
#channels .icon {
  position: absolute;
  top: 0;
  left: 0;
}
#channels .description {
  padding: 0 0 20px 96px;
  border-bottom: 1px solid #444;
  color: #333333;
}
#channels .about {
  font-size: 14px;
}
#channels .links li {
  display: block;
  font-size: 13px;
}
.feed_table td {
  vertical-align: top;
}
.quick_channel_feed li {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.quick_channel_feed .date {
  color: #999;
}
.quick_channel_feed .content .dijitButton {
  float: right;
  font-size: 12px;
  margin-left: 10px;
}
.errors li {
  color: #f00;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (max-width: 840px) {
  .channel_feed .pic {
    position: static;
    float: left;
    margin-right: 10px;
  }
  .channel_feed .content {
    margin-left: 0;
  }
  #channels .icon {
    position: static;
    float: right;
    margin-left: 10px;
  }
  #channels .description {
    padding-left: 0;
  }
}
/*

#channels .channel {
        padding-bottom:20px;
        margin-bottom:20px;
        border-bottom: 1px solid #ddd;
}
#channels .channel .channel_pic {
        float:left;
        margin-top:25px;
}
#channels .channel .content {
        margin-left:98px;
}
*/
.pullquote {
  float: right;
  width: 200px;
  margin: 0 10px 10px 20px;
  font-size: 16px;
  line-height: 1.4em;
  font-family: Georgia;
  font-style: italic;
  color: #999;
}
.image_frame {
  border: 1px solid #aaa;
  padding: 1px;
}
.image_frame.right {
  float: right;
  margin-left: 10px;
}
.image_frame.left {
  float: left;
  margin-right: 10px;
}
.image_frame .caption {
  font-size: 10px;
  padding: 3px;
  margin: 0;
  text-align: center;
}
.tag_lnk_btn {
  float: right;
}
.tree_div {
  height: 500px;
  overflow: auto;
}
.photo_credit {
  padding: 10px 0;
  line-height: 1.5em;
  font-style: italic;
  font-size: 1.4em;
  margin-bottom: 15px;
}
/* =COMMENTS
********************************/
#blog_comments {
  padding: 0 30px;
}
#comment_panel {
  padding: 20px 30px;
}
#comment_panel.reply {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  background: #eeeeee;
}
#comment_panel.reply:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50px;
  border-width: 0 15px 15px;
  border-style: solid;
  border-color: #eeeeee transparent;
}
#comment_panel .title {
  font-size: 22px;
  padding-bottom: 10px;
}
#comment_form {
  padding-bottom: 20px;
}
#comment_form .input_wrapper {
  border: 3px solid #ddd;
  padding: 3px 5px;
  background-color: #fff;
}
#comment_form .input_wrapper input,
#comment_form .input_wrapper textarea {
  border: 0;
  font-size: 13px;
}
#comment_form .input_wrapper input {
  width: 100%;
}
#comment_form textarea {
  width: 100%;
}
#comment_form .element_wrapper {
  padding: 0 0 10px;
}
#comment_form select {
  display: block;
}
#comment_form #creds {
  width: 50%;
}
#comment_form .followup_wrapper {
  float: right;
}
#comment_form .errors {
  padding: 0 10px;
  font-size: 14px;
  color: #880000;
}
#comment_panel .small_warning {
  border: 0;
  padding: 10px 36px 10px;
  margin-bottom: 10px;
}
.comment_counter {
  padding: 20px 30px;
  background: transparent url(images/backgrounds/gray_breaker.png) top repeat-x;
  border: 1px solid #dfdfdf;
  border-width: 1px 0;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 10px 0 30px;
}
.blog_comment {
  margin: 0 0 20px;
  background-color: #fcfcfc;
  line-height: 18px;
  padding: 4px 0;
  border-top: none;
}
.blog_comment .comment_meta {
  padding: 4px 0;
  border-bottom: 1px solid #aaa;
  font-size: 12px;
}
.blog_comment .comment_meta .controls {
  float: right;
}
.blog_comment .comment_meta .smaller {
  color: #aaa;
}
.blog_comment .comment_meta .sig {
  font-size: 16px;
  font-weight: bold;
  color: #889;
}
#module_body .blog_comment .comment_meta a,
#module_body .blog_comment .comment_meta a:visited {
  font-weight: bold;
  color: #516385;
}
.author_comment .comment_body {
  background-color: #FFF8ED;
}
.comment_body {
  padding: 5px 15px;
}
.depth-1 {
  margin-left: 3%;
}
.depth-2 {
  margin-left: 7%;
}
.depth-1,
.depth-2 {
  padding-left: 10px;
  border-left: 2px solid #ddd;
}
.blog_comment a.reply_lnk,
.blog_comment a:visited.reply_lnk {
  float: right;
  font-weight: bold;
  color: #aac;
}
/* =SEARCH
********************************/
#module_search {
  margin-bottom: 15px;
}
#blog_search {
  margin-left: 38px;
}
#big_blog_search {
  padding: 5px 0 5px 5px;
  margin: 10px;
  text-align: center;
}
.hit_stats {
  text-align: right;
}
.hit_excerpt {
  color: #444;
}
.hit_excerpt p {
  font-size: 14px;
}
.search_hit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.empty_search {
  text-align: center;
}
.two_cols .col {
  width: 50%;
  float: left;
}
.two_cols .col .default_canvas {
  margin: 0 4px;
}
.blog_search_results {
  padding: 20px;
  min-height: 400px;
}
/** WRITE OR EDIT POST
=============================== */
#post_preview {
  text-align: left;
  background-color: #333;
}
#post_form {
  margin: 20px;
}
/* =NEW DESIGN STUFF */
.blog_post_teasers.grid {
  margin-left: -3%;
}
.blog_post_teasers li {
  float: left;
  width: 30.3%;
  margin-left: 3%;
}
.blog_post_teasers img {
  width: 100%;
}
.blog_post_teasers .bp_title,
.blog_post_teasers .bp_post_content,
.blog_post_teasers .bp_post_body,
.blog_post_teasers .bp_meta {
  padding: 0;
}
.blog_post_teasers .bp_title {
  font-size: inherit;
}
.blog_post_teasers .bp_title a {
  color: black;
}
.bp_author a {
  color: #0d3d7f;
}
.bp_post_body p a {
  color: #0d3d7f;
}
.bp_post_body p a:hover {
  color: #dda01f;
}
#blog_network {
  margin-top: 0;
}
#push-down {
  margin-top: 20px;
}
