.clearfix{
    clear:both;
}
html body .bodyContent{
    padding:20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
html body .bodyContent h1{
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #004990;
}
html body .bodyContent .blogContainer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  background: #fff;
}
html body .bodyContent .blogContainer .blogShowMenu {
  display: none;
}
html body .bodyContent .blogContainer .blogcontent {
  width: 600px;
  float: left;
}
html body .bodyContent .blogContainer .blogcontent .blogposts {
  width: 100%;
}
html body .bodyContent .blogContainer .blogcontent .orange {
  color: #848ABD;
}
html body .bodyContent .blogContainer .blogcontent h1 {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  line-height: initial;
  font-size: 30px;
}
html body .bodyContent .blogContainer .blogcontent .article {
  border-bottom: 1px solid #939393;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
html body .bodyContent .blogContainer .blogcontent .article > a {
  text-decoration: none;
}
html body .bodyContent .blogContainer .blogcontent .article h2 {
  font-size: 24px;
  margin: 10px 0;
  color: #505050;
  left:auto;
}
html body .bodyContent .blogContainer .blogcontent .article img {
  border: none;
  max-width: 910px;
  text-decoration: none;
}
html body .bodyContent .blogContainer .blogcontent .article .articleTeaser {
  margin: 6px 0;
}
html body .bodyContent .blogContainer .blogcontent .article .articleContent {
  margin: 6px 0;
}
html body .bodyContent .blogContainer .blogcontent .article .articleContent p.articleTags {
  font-size: 18px;
  margin: 0 0 12px 0;
}
html body .bodyContent .blogContainer .blogcontent .article .articleContent p.articleTags a {
  color: #848ABD;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  transition: color 400ms linear;
  text-decoration: none;
}
html body .bodyContent .blogContainer .blogcontent .article .articleContent p.articleTags a:hover {
  color: #505050;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleAuthor a {
  font-weight: normal;
  color: #848ABD;
  text-decoration: none;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  transition: color 400ms linear;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleAuthor a:hover {
  color: #505050;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleViewBorder {
  border-radius: 20px;
  float: right;
  width: 108px;
  height: 30px;
  position: relative;
  margin-top: -26px;
  overflow: hidden;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower a.articleView {
  background: #848ABD;
  padding: 4px 18px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 14px;
  display: block;
  height: 20px;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 400ms linear;
  -moz-transition: background-color 400ms linear;
  -ms-transition: background-color 400ms linear;
  -o-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleViewBorder:hover a.articleView {
  background: #505050;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleShare {
  position: absolute;
  bottom: 32px;
  height: 20px;
  right: 0;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleShare ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleShare ul li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 6px;
  color: #505050;
  font-size: 16px;
  position: relative;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleShare ul li:before {
  font-size: 20px;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  transition: color 400ms linear;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleShare ul li:hover:before {
  color: #848ABD;
}
html body .bodyContent .blogContainer .blogcontent .article .articleLower .articleShare ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
html body .bodyContent .blogContainer .blogcontent .pager a {
  font-size: 16px;
}
html body .bodyContent .blogContainer .blogpostslist {
  float: left;
  width: 435px;
  margin-right: 20px;
}
html body .bodyContent .blogContainer .blogpostslist h1 {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  line-height: initial;
  font-size: 30px;
}
html body .bodyContent .blogContainer .blogpostslist ul li a {
  color: #505050;
  text-decoration: none;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  transition: color 400ms linear;
}
html body .bodyContent .blogContainer .blogpostslist ul li a:hover {
  color: #848ABD;
}
html body .bodyContent .blogContainer .blogrightmenu {
  width: 200px;
  float: right;
  margin: 0 0 0 30px;
}
html body .bodyContent .blogContainer .blogrightmenu .articlesearch input {
  background: #fff;
  border: 1px solid #939393;
  color: #505050;
  padding: 6px 10px;
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html body .bodyContent .blogContainer .blogrightmenu .bloglist {
  border-bottom: 1px solid #939393;
  margin: 10px 0;
  padding-bottom: 10px;
}
html body .bodyContent .blogContainer .blogrightmenu .bloglist h3 {
  margin: 6px 0;
  color: #848ABD;
  font-weight: bold;
}
html body .bodyContent .blogContainer .blogrightmenu .bloglist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body .bodyContent .blogContainer .blogrightmenu .bloglist a {
  color: #505050;
  text-decoration: none;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  transition: color 400ms linear;
}
html body .bodyContent .blogContainer .blogrightmenu .bloglist a:hover {
  color: #848ABD;
}

.blogteaser h3
{
	width:100%;
}
.blogteaser h3 span
{
	float:right;
	color:#999999;
	font-size:10px;
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
