/* @override 
	
	http://paulakoivuniemi.fi/2012/css/style.css
	http://paulakoivuniemi.fi/css/style.css */

/* -----------------------------------------------------------

	Project:		Paula Koivuniemi
	Version:		1.0
	Created:		25/04/2012
	Modified:		25/04/2012
	
		[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
	
----------------------------------------------------------- */

//@import "diagnostics.css"; /* Remove this before the site goes live!!! */




/* -----------------------------------------------------------

	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
	
----------------------------------------------------------- */

/* -----------------------------------------------------------
	HTML 5
----------------------------------------------------------- */
article, section, nav, header, footer, time, aside, hgroup { display: block; }


/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	color: #222;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #45156a; font-family: "Helvetica Neue", Helvetica, 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.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #45156a; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* -----------------------------------------------------------

	Structure
	
----------------------------------------------------------- */

body {
	margin: 0;
	background: #fff url(../img/bg2.jpg) no-repeat top center;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}

.content {
	margin: auto;
	background: transparent;
	width: 960px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
}


/* Header
-------------------------------------------------------------- */
.main-header {
	background: transparent url(../img/header.jpg) repeat-x 0 0; 
	overflow: hidden;
}
#logo h1 {
	margin: 0;
}
#logo h1 a {
	float: left;
	background: transparent url(../img/logo.png) no-repeat 0 0;
	text-indent: -9000px;
	display: block;
	width: 158px;
	height: 94px;
	margin: 15px 0 20px 0;
}


/* Navigation
-------------------------------------------------------------- */
.main-header nav {
	overflow: hidden;
	margin-top: 50px;
	float: right;
	margin-right: 00px;
	color: #fff;
	width: 620px;
	font-size: 14px;
}

.main-header nav a {
	color: #fff;
	font-size: 14px !important;
	text-transform: uppercase;
	text-decoration: none;
	xletter-spacing: -1px;
	margin: 0 4px;
	
}
.main-header nav a:hover,.main-header nav a.active {
	color: #01d5e2;
}
/* Content
-------------------------------------------------------------- */
.main-content {
	overflow: hidden;
	padding-top: 30px;
}

.main-liftup-wrapper {
	background: #fff;
	padding: 25px;	
	margin-top: 30px;
	margin-bottom: 20px;
}
.main-liftup {
	border: 1px solid #d6d6d6;
	padding: 25px;
	overflow: hidden;
	
}

.front-main-liftup {
	float: left;
	border: 6px solid #333;
	background: #333;
}
.main-liftup-content {
	overflow: hidden;
	text-align: center;
	color: #000;
	
}
.main-liftup-content h2 {
	color: #000;
	font-size: 34px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 100px;
}
.wide-col {
	float: left;
	width: 60%;
	overflow: hidden;
}
.sidebar {
	float: left;
	width: 35%;
	margin-left: 5%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}

.sidebar h3 {
	margin-top: 0;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	margin: 0;
	padding: 0;
}


.coverimage {
	xborder: 10px solid #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}

ul.keikkalistaus {
	padding-bottom: 20px;
}



.logos {
	width: 80%;
}

.news-item {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.news-item h2 {
	margin-bottom: 5px;
}
.news-item time {
	margin-bottom: 10px;
}
 
#keikatwrapper {
	font-size: 14px;
}
.kuvaus {
	font-size: 12px;
}
#keikatwrapper span {
	margin-right: 10px;
}

/* Footer
-------------------------------------------------------------- */
.footer-wrapper {
	padding-top: 20px;
	min-height: 200px;
	border-top: 1px solid #45156a;
	background-image: linear-gradient(bottom, rgb(231,226,226) 13%, rgb(245,243,243) 50%, rgb(255,255,255) 79%);
	background-image: -o-linear-gradient(bottom, rgb(231,226,226) 13%, rgb(245,243,243) 50%, rgb(255,255,255) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(231,226,226) 13%, rgb(245,243,243) 50%, rgb(255,255,255) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(231,226,226) 13%, rgb(245,243,243) 50%, rgb(255,255,255) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(231,226,226) 13%, rgb(245,243,243) 50%, rgb(255,255,255) 79%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(231,226,226)),
		color-stop(0.5, rgb(245,243,243)),
		color-stop(0.79, rgb(255,255,255))
	);
}
.footer p {
	margin-bottom: 30px;	
}
.footer a {
	text-transform: uppercase;
}
.wmlive {
	margin-right: 60px;
}
.thumbs a {
	margin-right: 5px;
}
.thumbs a img {
	border: 1px solid #ededed;
}
.thumbs a img:hover {
	border: 1px solid #999;
}




/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }
