﻿/*
	----------------------------------------
	Alberta Innovates CSS
	Sean Mitchell, sean@seanmitchell.ca
	12 / 08 / 09
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}



/* BODY
---------------------------------------- */
body {
	background: url(../images/background.jpg) repeat-x #ECEDEE;
	color: #5F6A72;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #00AAD2;
	text-decoration: none;
}
a:hover {
	color: #19242C;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	padding-top: 60px;
	text-align: left;
	width: 720px;
}



/* SPLASH
---------------------------------------- */
#splash {
	float: left;
	padding-bottom: 60px;
	width: 720px;
}



/* SPLASH > CONTENT
---------------------------------------- */
#splash #content {
    background: #FFF;
	float: left;
    padding: 54px 60px 0 60px;
	width: 600px;
}
#splash #content h1 {
	color: #00AAD2;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 31px;
}
#splash #content h2 {
	color: #00AAD2;
	font-weight: bold;
	padding-bottom: 33px;
	text-transform: uppercase;
}
#splash #content h2 span {
	color: #5F6A72;
}
#splash #content p {
	padding-bottom: 6px;
}
#splash #content ul li {

	background: url(../images/arrow-technology.jpg) 0 5px no-repeat;

	padding: 0 0 6px 18px;

}

#splash #content a {

	border-bottom: 1px solid #E1ECF4;

    font-weight: bold;

}

#splash #content a:hover {
	border-bottom: 1px solid #19242C;
}

#splash #content form {display:inline;color:#999;padding:0 3px;}

/* SPLASH > LOGO
---------------------------------------- */
#splash #logo {
    background: #FFF;
	float: left;
    padding: 49px 60px 59px 60px;
	width: 600px;
}
#splash #logo h1 {
	width: 640px;
}
#splash #logo span {
	display: none;
}
#splash #logo a {
	background: url(../images/splash-logo.jpg) no-repeat;
	display: block;
	height: 58px;
	width: 183px;
}



/* BODY.BIO
---------------------------------------- */
body.bio #splash #logo a {
	background: url(../images/splash-logo-bio.jpg) no-repeat;
	width: 143px;
}
body.bio #splash #content h1,
body.bio #splash #content h2,
body.bio #splash #content ul li a {
	color: #D16F1A;
}
body.bio #splash #content ul li {
	background-image: url(../images/arrow-bio.jpg);
}
body.bio #splash #content ul li a:hover {
	border-bottom: 1px solid #7F4400;
}
body.bio #splash #content ul li a:hover,
body.bio #splash #content h2 span {
	color: #7F4400;
}



/* BODY.ENERGY
---------------------------------------- */
body.energy #splash #logo a {
	background: url(../images/splash-logo-energy.jpg) no-repeat;
	width: 238px;
}
body.energy #splash #content h1,
body.energy #splash #content h2,
body.energy #splash #content ul li a {
	color: #78A22F;
}
body.energy #splash #content ul li {
	background-image: url(../images/arrow-energy.jpg);
}
body.energy #splash #content ul li a:hover {
	border-bottom: 1px solid #4F6F18;
}
body.energy #splash #content ul li a:hover,
body.energy #splash #content h2 span {
	color: #4F6F18;
}



/* BODY.HEALTH
---------------------------------------- */
body.health #splash #logo a {
	background: url(../images/splash-logo-health.jpg) no-repeat;
	width: 143px;
}
body.health #splash #content h1,
body.health #splash #content h2,
body.health #splash #content ul li a {
	color: #862175;
}
body.health #splash #content ul li {
	background-image: url(../images/arrow-health.jpg);
}
body.health #splash #content ul li a:hover {
	border-bottom: 1px solid #362C66;
}
body.health #splash #content ul li a:hover,
body.health #splash #content h2 span {
	color: #362C66;
}



/* BODY.RESEARCH
---------------------------------------- */
body.research #splash #logo a {
	background: url(../images/splash-logo-research.jpg) no-repeat;
	width: 232px;
}
body.research #splash #content h1,
body.research #splash #content h2,
body.research #splash #content ul li a {
	color: #B98E2D;
}
body.research #splash #content ul li {
	background-image: url(../images/arrow-research.jpg);
}
body.research #splash #content ul li a:hover {
	border-bottom: 1px solid #856729;
}
body.research #splash #content ul li a:hover,
body.research #splash #content h2 span {
	color: #856729;
}



/* BODY.TECHNOLOGY
---------------------------------------- */
body.technology #splash #logo a {
	background: url(../images/splash-logo-technology.jpg) no-repeat;
	width: 153px;
}
body.technology #splash #content h1,
body.technology #splash #content h2,
body.technology #splash #content ul li a {
	color: #0084A9;
}
body.technology #splash #content ul li {
	background-image: url(../images/arrow-technology.jpg);
}
body.technology #splash #content ul li a:hover {
	border-bottom: 1px solid #005A84;
}
body.technology #splash #content ul li a:hover,
body.technology #splash #content h2 span {
	color: #005A84;
}