/*-----------------------------------------------------------------------------------*/
/*	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: url(../img/background-christmas.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;*/
	
	/*background-image:url(../img/background-1.jpg);*/
	background: linear-gradient(to bottom, #7422a8 0%, #2c095c 100%);
    width: 100%;
    height: 100%;
}

/* 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;
	}