/* CSS Document */

a {
  color: #234669;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


h2 {
    background-image: url(/img/common/bg_h2.png);
}

h2 span {
    background-image: url(/img/blog/h2-title.png);
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:10px 0px;
    display:block; 
    text-indent: -9999px;
    height:44px;
}

@media (min-width: 768px) {
h2 span {
    margin:auto;
    height:88px;
    width:970px;
}
}

h3 {
    padding-bottom:8px;
    margin-top:30px;
    font-size:16px;
    font-weight:bold;
}
h3 a {
    font-weight:bold;
}
h3.widget-title {
    border-bottom:1px #428AD3 solid;
    padding-bottom:0px;
    margin-top:20px;
    margin-bottom:10px;
    font-size:14px;
    color:#234669;
}


@media (min-width: 768px) {
h3 {
    font-size:18px;
}
h3.widget-title {
    border-bottom:2px #428AD3 solid;
    font-size:16px;
}
}

#secondary {
    margin-top:40px;
}

@media (min-width: 768px) {
.content {
    float:left;
    width:570px;
}

#secondary {
    margin-top:0px;
    float:right;
    width:270px;
}

}

.page-title{
    font-size:18px;
    font-weight:bold;
}

.page-content p {
    margin:20px 0px;
}