/*
 * Theme Name: BlazingHost2
 * Theme URI: http://www.blazinghost.net
 * Author: AMS Support
 * Author URI: http://www.blazinghost.net
 * Description: Simple BlazingHost2 theme
 * Version: 2.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: blazinghost
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 * */

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url("Source_Sans_Pro-italic-300.ttf") format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url("Source_Sans_Pro-italic-300.ttf") format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("Source_Sans_Pro-normal-300.ttf") format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("Source_Sans_Pro-normal-400.ttf") format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("Source_Sans_Pro-normal-600.ttf") format('truetype');
}

h1.blogtitle {
        font-size: 18px;
        color: inherit;
        display: inline;
}

.blogtitleh1 {
	font-size: 24px;
}

.blogpost {
	font-size: 1.1em;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
}

.blogpost p {
	line-height: 1.0em;
	margin-bottom: 1em;;
}
