/* HUBSPOT STYLES */

div.BasicContainer h2.ContainerTitle {
color: #EE7F2D !important;
font-weight: normal !important;
font-size: 22px !important;
font-weight: bold;
}

div.post {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e4e4e5;
}

div.post h3.title,  
div.post h3.title a {
font-size: 14px !important;
font-weight: bold;
text-decoration: none;
margin-bottom: 5px;
}
div.post h3.title a:hover {
text-decoration: underline;
}

div.post, 
div.post div.byline, 
div.post div.submissions {
margin-bottom: 5px;
}

div.post div.submissions img { margin-bottom: -2px; }

div.post div.submissions a { 
font-size: 12px;
text-decoration: none; 
}

div.comments {
margin-top: 8px;
}

div.post div.tags {
margin-top: 0px !important;
}

div.post div.tags a {
font-size: 12px;
font-weight: normal;
}

div.BlogPostList ul {
margin-left: 0px;
padding-left: 10px;
}


/* Show only to IE7 */
*:first-child+html div.BlogPostList ul {
	margin-left: 10px;
	padding-left: 0px;
}
/* Show only to IE6 */
* html div.BlogPostList ul {
	margin-left: 10px;
	padding-left: 0px;
}





