
#main {
    font-size: 18px;
	h1,h2, h3,h4,h5, h6 {
		font-size: 24px;
		text-shadow: none;
		display:inline-block;
		letter-spacing: normal;
		line-height:normal;
	}
	h1{
		line-height:30px;
	}
	h2{
		font-size:22px;
	}
	h3{
		font-size:20px;
	}
	h4{
		font-size:18px;
	}
	h5{
		font-size:16px;
	}
	h6{
		font-size:14px;
	}
	.post-content h2 {
	  display: inline-block;
	}
	#searchandpagenav {
		font-size:16px;
	}
}

#loop h1 a {
	color: $titletext;
}
#loop h1 {
  display: inline-block;
  float: left;
  margin-bottom: 28px;
  margin-right: 25px;
}

#footer .testimonial {
  font-size: 14px;
}



.bigolquotes:before {
    background: url("/_custom/images/bigolquotes.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 35px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 27px;
}
.bigolquotes:after {
    background: url("/_custom/images/bigolquotes.png") no-repeat scroll -27px 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 29px;
}
#main h1.bigolquotes {
color: #00A6DD;
display: block;
float: none;
font-size: 30px;
letter-spacing: -1px;
line-height: 50px;
text-align: center;
}