/* @override http://extra.activeark.com/dev/isko/aa/css/global.20100223.css */

/* -----------------------------------------------------------

	Project:		Activeark website
	Version:		1.0
	Created:		20100223
	Modified:
	
		[Table of contents]
		1. Reset
		2. Typography
			2.1	Headings
			2.2	Text elements
			2.3	Lists
			2.4	Tables
			2.5	Forms
		3. Structure
			3.1	Header
			3.2	Navigation
			3.3	Content
			3.4	Footer
		4. Clear floats
	
----------------------------------------------------------- */


/*	Reset
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 			{ border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th 	{ vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }

/*	Typography
----------------------------------------------------------- */
body { font-size: 93.75%; line-height: 1.5; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; background: #000; color: #fff; }

/* Headings
-------------------------------------------------------------- */
 
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fff; font-family: Helvetica, "Helvetica Neue", Arial, sans-serif; }
 
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
 
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

 
/* Text elements
-------------------------------------------------------------- */
 
p           { margin: 0 0 1.25em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
 
a           { color: #fff; text-decoration: none; }
a:focus, 
a:hover     { color: #fff; text-decoration: underline; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }

address     { margin: 0 0 1.5em; font-style: italic; }


/*	Structure
----------------------------------------------------------- */
html,
body 			{ height:100%; }
#page			{ min-height: 100%; position:relative; margin: 0; _height: 100%; }
#header 		{ background:#000; height: 51px; position: relative; z-index: 5; }
#content 		{ padding-bottom: 140px; width: 100%; background: url(../img/aa-bg.jpg) no-repeat center 80px; min-height: 590px; _height: 590px; }
#main-content	{ background: transparent; }
#footer 		{ position: absolute; bottom: 0; width: 100%; height: 140px; line-height: 24px; text-align: center; z-index: 5; clear: both; }
.wrapper		{ width: 840px; margin: auto; overflow: hidden; }
#header .wrapper	{ overflow: visible; }


/*	Visual styles
----------------------------------------------------------- */
#header 		{ background: #fff url(../img/header-bg.gif) repeat-x 0 0; color: #000; }
#page,
#footer			{ background: #000; color: #fff; }

#twitter		{ background: transparent url(../img/twitter-bird.gif) no-repeat center left; height: 51px; float: left; font-size: 10px; margin-left: -110px; _display: none; }
#twitter p		{ float: left; margin: 7px 0 0 48px; background: url(../img/twitter-bg.png) no-repeat center left; line-height: 34px; padding-left: 22px; color: #333; }
#twitter p a	{ color: #333; text-decoration: none; border-bottom: 1px solid #999; font-size: 10px; }
#twitter span	{ background: url(../img/twitter-bg.png) no-repeat center right; display: block; float: right; width: 20px; height: 34px; margin-top: 7px; }

a#jobs			{ float: right; color: #fff; text-decoration: none; background: transparent; margin-top: 12px; line-height: 25px; font-size: 10px; font-weight: bold; border: 1px solid #f5f5f5; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
a#jobs span		{ background: #030303  url(../img/jobs-arrow.gif) no-repeat center right; display: block; padding: 0 18px 0 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }

#slogan			{ margin: 186px 0 0 290px; font-size: 30px; line-height: 1.075; letter-spacing: -1px; color: #a1a1a1; }
#slogan p		{ text-shadow:rgba(0,0,0,0.01) 0 0 0; }
#slogan strong	{ color: #fff; }
#slogan .small	{ font-size: 18px; }

#footer img		{ float: left; margin: 88px 0 0 0; padding: 0 !important; display: inline; }

#footer address				{ float: left; font-style: normal; text-align: left; font-size: 12px; line-height: 1.5; width: 240px; margin: 0; }
#footer address a			{ color: #0ea1fe; text-decoration: none; border-bottom: 1px solid #0ea1fe; }
#footer address strong		{ display: block; font-size: 14px; margin-bottom: 1.25em; }
#footer address span		{ display: inline-block; margin-top: 0.75em; }
#footer .helsinki			{ margin-left: 145px; display: inline; }

/*	Clear floats
----------------------------------------------------------- */
.clear 			{ display: inline-block; }
.clear:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clear 	{ height: 1%; }
.clear 			{ display: block; }
