/* Wordpress styles
--------------------*/

.entry-content img {
  margin: 0 0 1.5em 0;
  }
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
  }
.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
  }
.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  }
.alignnone, img.alignnone {
  /* not sure about this one */
  }
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  }
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
  }
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
  }
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  }
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
  }
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
  }
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {
 border: none !important; 
}

.gallery-item {
  text-align: left !important;
}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


blockquote {
    border: 1px dashed #d9d9d9;
    border-left: none;
    border-right: none;
    clear: both;
    float: left;
    margin: 0.5em 0;
    padding: 1em 5%;
    width: 90%;
}

/* Widgets
------------------------*/


/* Search highlighting
------------------------*/

.relevanssi-query-term {
  background: #0EB48D;
  color: #fff;
  border-radius: 2px;
  padding: 0 0.3em;
}


/************************************
WP CSS – Page Listings
************************************/

.widget {

}

/* links widget */
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}

/* meta widget */
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}

/* pages widget */
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}

/* recent-posts widget */
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}

/* archives widget */
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}

/* tag-cloud widget */
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}

.widget_tag_cloud {

}
.widget_tag_cloud a {

}

.widget_tag_cloud a:hover {

}

.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}
.tagcloud {
  clear: both;
  padding: 20px;
  text-align: justify;
}


/* calendar widget */
.widget_calendar {}
#wp-calendar {
    clear: both;
    float: left;
    font-size: 1.2em;
    margin: 5%;
    text-align: center;
    width: 90%;
}
#calendar_wrap {
  clear: both;
}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}

/* category widget */
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}

/* recent-comments widget */
.recentcomments {}

#recentcomments {}
#recentcomments li {
    display: block;
    line-height: 16px;
}
#recentcomments li a {
  color: #004378;
}
#recentcomments li a:hover {

}

.widget_recent_comments {}

/* search widget */
#searchform {}
.widget_search {}
.screen-reader-text {}

/* text widget */
.textwidget {
  clear: both;
}
.widget_text {}
.textwidget p {}