/*
Company:	blood:water Back to School
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/hp-bkg.jpg) repeat 50% 0 #fff;
}
html, body {
	height: 100%;
}
body {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
#content {
	padding-bottom: 300px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 406px;
	z-index: -1;
	background: url(../images/kids-bkg.png) no-repeat 0 0;
}
/* @end */

/* @group Layout */
/* Left Col */
div.left-col {
	width: 673px;
	float: left;
	display: inline;
}

/* Right Col */
div.right-col {
	width: 240px;
	float: left;
	display: inline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 418px;
	height: 89px;
	background: url(../images/bw-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 5px 23px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Video */
div.video {
	width: 550px;
	height: 367px;
	background: url(../images/video-frame.png) no-repeat 0 0;
	padding: 59px 55px 60px 53px;
	margin: 0;
}

/* Back to School */
p.sign-our-kids {
	background: url(../images/sign-back-to-school.png) no-repeat 0 0;
	width: 240px;
	height: 360px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
p.sign-our-kids a {
	display: block;
	height: 100%;
}

/* Download */
p.sign-download {
	background: url(../images/sign-download.png) no-repeat 0 0;
	width: 240px;
	height: 85px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
p.sign-download a {
	display: block;
	height: 100%;
}

/* Share */
p.sign-share {
	background: url(../images/sign-share.png) no-repeat 0 0;
	width: 240px;
	height: 86px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
p.sign-share a {
	display: block;
	height: 100%;
}

/* Share */
p.sign-donate {
	background: url(../images/sign-donate.png) no-repeat 0 0;
	width: 240px;
	height: 86px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
}
p.sign-donate a {
	display: block;
	height: 100%;
}
/* @end */

/* @group Common Text Styles */
	
/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	
}
a:hover {
	
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */