/*-----------------------------------------------------------------------------------*/
/*	FONTS
/*-----------------------------------------------------------------------------------*/

/* font for the body */
body {
	font-family:'Open Sans',Arial,sans-serif;
	}
	
/* font for the headers, buttons, and navigation*/
h1, h2, h3, button, .button, #nav a {
	font-family:'Roboto Condensed',Arial,sans-serif;
	}


/*-----------------------------------------------------------------------------------*/
/*	BACKGROUNDS
/*-----------------------------------------------------------------------------------*/
	
/* overall background color, and image */
html {
	background-color:#171C20;
	background-image:url(../img/background-1.jpg);
	}

/* background color for the hosting section */
#hosting, #hosting h2 span {
	background-color:#23282B;
	}

/* domain search button color */
#form-search button {
	background-color:#0099EE;
	}

/* color of the comments bubble in the blog */
.blog-meta-comments {
	background-color:#DDDEDF;
	}

	
/*-----------------------------------------------------------------------------------*/
/*	COLORS
/*-----------------------------------------------------------------------------------*/
	
/* color for the links in the content */
a {
	color:#0099EE;
	}
	
/* color of the feature icons in the hosting plans */
.hosting-features [class^="icon-"] {
	color:#64686A;
	}