@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);
@import url(http://fonts.googleapis.com/css?family=Raleway:100);


h1, h2, h3, h5, h5, h6 { font-weight: 100 } 

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

p, li								{ margin: 0 0 10px 0; }
#main-col p							{ margin-bottom: 15px; }
a { 
 color: #333333;
 -moz-transition: color 0.4s;
 -webkit-transition: color 0.4s;
 -o-transition: color 0.4s;
 -ms-transition: color 0.4s;
 transition: color 0.4s;
}
a:hover			 { color: #2b7095; }
h1									{ font: normal 24px/1.2 'Raleway'; margin: 5px 0; color: #333333; }
h2									{ font: normal 22px/1.2 'Raleway'; margin: 0 0 15px 0; color: #333333; }
h3									{ font: normal 20px/1.2 'Raleway'; color: #333333; margin: 0 0 0 0; padding-bottom: 5px; padding-top: 10px; }
h4									{ color: #333333; font-size: 12px; margin-bottom: 15px; }

.posts h2 {
 margin-bottom: 20px;
 font-size: 27px;
}

.posts h2 a {
 text-decoration: none;
}

.posts img {
 float: none;
}
