/*
 * File: 			Global CSS
 * Description:		Primary stylesheet file for Lice Blaster
 *
 *
 * COLOURS:
 * Red		#ed1d24
 * Orange	#ff4b00
 * Yellow	#ffda00
 * Blue		#82beeb
 * 
 */


/* Reset
 ``````````````````````````````````````````````````````````````````````*/
/* Based on Eric Meyer reset v1.0
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-rendering: optimizeLegibility;
	vertical-align: baseline;
	background: transparent; }

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
:focus { 
	outline: 0;
	-moz-outline-style: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/* HTML5 elements */
article, aside, footer, header, nav, section {
	display: block; }



/* HTML 
 ``````````````````````````````````````````````````````````````````````*/
body {
	color: #000;
	font-size: 62.5%;
	line-height: 1.4em;
	font-family: "proxima-nova-1","proxima-nova-2", "Gotham Rounded", sans-serif;
	background: #e6e6e6 url(../img/layout/bg-page.png) repeat-y center top; }


/* Type 
 ``````````````````````````````````````````````````````````````````````*/
h1 a {
	display: block;
	width: 280px;
	height: 150px;
	text-indent: -7777px;
	background: url(../img/layout/sprite.png) no-repeat 0 0; }
h2 {
	color: #ed1d24;
	font-weight: 600;
	font-size: 26px;
	line-height: 26px; }
h2 strong {
	display: block;
	font-weight: 800;
	text-transform: uppercase; }
h3, h4 {
	margin-bottom: 7px;
	color: #000;
	font-weight: 700;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase; }
h4 {
	margin-top: 29px;
	padding-top: 33px;
	background: url(../img/layout/sprite.png) no-repeat 0 -170px; }
h5 {
	margin-bottom: 6px;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px; }
h6 {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase; }
p {
	margin-bottom: 6px;
	color: #000;
	font-size: 15px;
	line-height: 18px; }
p strong {
	font-weight: 800; }


/* Forms
 ``````````````````````````````````````````````````````````````````````*/




/* Layout
 ``````````````````````````````````````````````````````````````````````*/
#container {
	width: 964px;
	margin: 0 auto;
	background: url(../img/layout/sprite-repeaty.png) repeat-y 0 top; }

/* Header */
#header {
	position: relative;
	height: 250px; }
#header h1 {
	position: absolute;
	top: 23px;
	left: 22px; }
#header h2 {
	padding: 105px 0 0 335px }
#header .hr {
	position: absolute;
	top: 173px;
	left: 17px;
	width: 930px;
	height: 36px;
	background: #ed1d24 url(../img/layout/sprite-repeatx.png) repeat-x left bottom; }
#header img {
	position: absolute;
	z-index: 10; }
#header #h_kids {
	top: 23px;
	right: 17px; }
#header #h_flower {
	right: 0;
	bottom: 0; }
#header #h_corner {
	top: 173px;
	left: 0; }

/* Page */
#page {
	position: relative;
	top: -28px; }

/* Body */
#body {
	background: url(../img/layout/sprite-repeaty.png) repeat-y -1162px 0; }

/* Body: Nav */
#body #nav {
	position: absolute;
	top: 0px;
	left: 32px;
	width: 170px;
}
#nav ul {
	display: block;
	padding-top: 10px;
	background: transparent url(../img/layout/sprite.png) no-repeat -1109px -171px; }
#nav li {
	margin-bottom: 2px; }
#nav li a {
	display: block;
	width: 140px;
	height: 21px;
	padding: 4px 0 0 13px;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	background: url(../img/layout/sprite.png) no-repeat -300px 0;
}
#nav li a:hover, 	#nav li.input a {
		color: #ed1d24;
		background: url(../img/layout/sprite.png) no-repeat -460px 0; }


/* Body: Content */
#body #content {
	width: 450px;
	margin-left: 220px;
	padding-top: 10px; }

#content ul li {
	margin-bottom: 6px;
	padding-left: 14px;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	background: url(../img/layout/sprite.png) no-repeat -1350px -165px; }

#content p a {
	color: #000; }
#content p a:hover {
	color: #ed1d24; }

#content .locations {
	margin: 30px 0 40px 0;
	overflow: auto; }
#content .region {
	float: left;
	width: 225px; }
#content .region h5 {
	color: #ed1d24;
	text-transform: uppercase; }
#content .region strong {
	font-weight: 600; }


/* Body: Sidebar */
#body #sidebar {
	position: absolute;
	top: 43px;
	right: 0;
	width: 247px; }

#sidebar .banner {
	margin-bottom: 5px; }
#sidebar .banner a {
	display: block;
	padding: 17px 30px 32px 15px;
	text-decoration: none;
	background: #ffda00 url(../img/layout/sprite.png) no-repeat -500px bottom; }
#sidebar .banner a:hover {
	background-color: #ed1d24;
	background-position: -760px bottom; }
#sidebar .banner h6,
	#sidebar .banner p {
		margin: 0;
		color: #ed1d24;
		font-weight: 600;
		font-size: 15px;
		line-height: 17px; }
#sidebar .banner a:hover h6,
	#sidebar .banner a:hover p {
		color: #fff; }

#content .feature {
	width: 450px;
	margin: 20px 0 5px 0; }
#sidebar .feature {
	width: 215px;
	margin-bottom: 15px; }
#content .feature p,
	#sidebar .feature p {
		margin-top: 10px;
		font-weight: 600;
		font-size: 12px;
		line-height: 12px; }


/* Footer */
#footer {
	position: relative;
	height: 111px;
	margin: 30px 0 0 17px;
	color: #ff4b00;
	background: #ffda00 url(../img/layout/sprite-repeatx.png) repeat-x left bottom; }
#footer .col1,
	#footer .col2,
	#footer .col3,
	#footer .col4 {
		float: left;
		margin-top: 32px; }
#footer .col1 {
	width: 188px;
	margin-left: 15px; }
#footer .col2 {
	width: 115px; }
#footer .col3 {
	width: 115px; }
#footer p {
	margin: 0;
	color: #ff4b00;
	font-size: 12px;
	line-height: 15px; }
#footer a {
	color: #ff4b00; }
#footer a:hover {
	color: #000; }
#footer .col4 p {
	font-weight: 600; }
#footer img {
	position: absolute;
	z-index: 10; }
#footer #f_flower {
	top: -39px;
	left: -14px; }
#footer #f_corner {
	right: 0;
	bottom: 0; }

