/* foundational CSS */
@font-face {
    font-family: 'asapregular';
    src: url('fonts/asap-regular-webfont.eot');
    src: url('fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asap-regular-webfont.woff') format('woff'),
         url('fonts/asap-regular-webfont.ttf') format('truetype'),
         url('fonts/asap-regular-webfont.svg#asapregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapbold';
    src: url('fonts/asap-bold-webfont.eot');
    src: url('fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/asap-bold-webfont.woff') format('woff'),
         url('fonts/asap-bold-webfont.ttf') format('truetype'),
         url('fonts/asap-bold-webfont.svg#asapbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body.pure-skin-smile {
	margin:auto 5%;
}

html, button, input, select, textarea, p, ul, li {
	font-family:"asapregular", Verdana, sans-serif;
	font-size:18px;
}
a {
	color:#00B050;
}
.col-left {
	margin-right: 0.5em;
}
.col-right {
	margin-left: 0.5em;
}

.highlight {
	color:#00B050;
	background-color:#FF0;
}

hr {
	border:solid #00B050 1px;
}

ul {
  color: #00B050;
}
li span {
	color:#000;
}

.smiley-header-image {
	display: inline-block;
	font-size: 0.8em;
	background-image: url(img/smileplus20.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 0.8em;
	height: 0.8em;
}
.smiley-header2-image {
	display: inline-block;
	font-size: 0.8em;
	background-image: url(img/smileplus16.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 0.8em;
	height: 0.8em;
}
.smiley-text-image {
	display:inline-block;
	font-size: 1em;
	background-image: url(img/smileplus16.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:1em;
	height:1em;
}
.smiley-text-image-center {
	display:inline-block;
	font-size: 1em;
	background-image: url(img/smileplus16.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:1em;
	height:1em;
}
.text-plus {
	color:#FF0;
	font-weight:bold;
	font-size:28px;
	line-height:16px;
}
.text-header-plus {
	color:#FF0;
	font-weight:bold;
	font-size:40px;
	line-height:20px;
}
.text-header2-plus {
	color:#FF0;
	font-weight:bold;
	font-size:32px;
	line-height:20px;
}
.text-plus-image {
	display: inline-block;
	font-size: 1.0em;
	color: transparent;
	background-image: url(img/plus21.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1.0em;
	height: 1.0em;
}


h1, h2 {
	color:#00B050;
	font-family:"asapbold", Verdana, sans-serif;
}

.bg-color-red {
	background-color:#F66;
}

.bg-color-green {
	background-color:#6F6;
}

.bg-color-grey {
	background-color:#CCC;
}

.color-yellow {
	color:#FF0;
}
.color-green {
	color:#00B050;
}
.color-orange {
	color:#F90;
}
.rand {
	padding:0.2em;
}

@media (max-width: 480px) {
	.col-left {
		margin-right: 0;
	}
	.col-right {
		margin-left: 0;
	}
}
