<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*    ----   START: CONTENT   ----    */

#left_column .post h2 {
text-transform:none;
}

#left_column .post .featured-image {
height:240px;
}

#left_column .post .comments-top-div {
background-image: url("./images/blog-post-separator-bg.gif");
background-position: center bottom;
background-repeat: no-repeat;
height:17px;
width:615px;
margin:30px 0 3px 0;
}

#left_column .post .date, #left_column .post .author, #left_column .post .category, #left_column .post .comments {
background-image:url("./images/post-info-icon-bg-bw.gif");
background-position:0 0;
background-repeat:no-repeat;
padding:0 9px 0 22px;
}
#left_column .post .author {
background-position:0 -30px;
padding:0 10px 0 20px;
text-decoration:none;
}
#left_column .post .category {
background-position:0 -60px;
padding:0 12px 0 24px;
text-decoration:none;
}

#left_column .post p.tag-info {
    font-weight: bold;
}

#left_column .post p.tag-info .tags {
    background-image: url("./images/post-info-icon-bg-bw.gif");
    background-position: 0 -120px;
    background-repeat: no-repeat;
    color: #212C62;
    display: block;
    height: 24px;
    margin: 10px 0 0;
    padding: 0 9px 0 28px;
}

#left_column .post p.tag-info a {
    color: #212C62;
    font-weight: normal;
    text-decoration: none;
}

#left_column .post p.tag-info a:hover {
    color: #212C62;
    font-weight: normal;
    text-decoration: underline;
}
#left_column .post p.tag-info a:active {
    color: #FC8624;
}

#left_column .post .comments {
background-position:0 -87px;
padding:0 13px 0 28px;
text-decoration:none;
}

#left_column .post h5 {
color:#212C62;
font-family:Helvetica;
font-size:18px;
font-weight:bold;
margin:0 0 20px;
}

#left_column .post .share-container {
background-color:#f1f1f1;
width:615px;
height:40px;
}

#left_column .post div.comment-form {
background-color:#f1f1f1;
width:615px;
height:400px;
margin:0 0 30px 0;
}

#left_column input#submit {
    background-image: url("./images/blog-index-read-more-button.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 38px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #333333;
    width: 615px;
	outline:none;
	margin:0 0 20px 0;
}

#left_column input#submit:hover {
    background-position: 0 -38px;
    color: #E7EEFE;
}

#left_column input#submit:active{
    background-position: 0 -76px;
    color: #DCE7FF;
    top: 2px;
}

/*    ----   END: CONTENT   ----    */

#sidebar .textwidget a.facebook, #sidebar .textwidget a.twitter, #sidebar .textwidget a.youtube, #sidebar .textwidget a.linkedin, #sidebar .textwidget a.yelp, #sidebar .textwidget a.rss {
background-image:url(./images/social-bookmark-buttons.gif);
background-position:0 0;
background-repeat:no-repeat;
width:45px;
height:50px;
text-indent:-9999px;
display:block;
float:left;
margin:0 15px 20px 0;
}

#sidebar .textwidget a.facebook:hover {
background-position:-45px 0;	
}

#sidebar .textwidget a.facebook:active {
background-position:-90px 0;	
}

#sidebar .textwidget a.twitter {
background-position:-135px 0;	
}

#sidebar .textwidget a.twitter:hover {
background-position:-180px 0;	
}

#sidebar .textwidget a.twitter:active {
background-position:-225px 0;	
}

#sidebar .textwidget a.youtube {
background-position:-270px 0;	
}

#sidebar .textwidget a.youtube:hover {
background-position:-315px 0;	
}

#sidebar .textwidget a.youtube:active {
background-position:-360px 0;	
}

#sidebar .textwidget a.yelp {
background-position:-405px 0;	
}

#sidebar .textwidget a.yelp:hover {
background-position:-450px 0;	
}

#sidebar .textwidget a.yelp:active {
background-position:-495px 0;	
}

#sidebar .textwidget a.linkedin {
background-position:-540px 0;	
}

#sidebar .textwidget a.linkedin:hover {
background-position:-585px 0;	
}

#sidebar .textwidget a.linkedin:active {
background-position:-630px 0;	
}

#sidebar .textwidget a.rss {
background-position:-675px 0;
margin:0;
}

#sidebar .textwidget a.rss:hover {
background-position:-720px 0;	
}

#sidebar .textwidget a.rss:active {
background-position:-765px 0;
}
</pre></body></html>