/* @override 
	http://www.vuokkosalo.com/css/vs.css
*/

/* -----------------------------------------------------------

	Project:		Vuokkosalo
	Version:		1.0
	Created:		23/04/10
	Modified:		23/04/10
	
		[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
	
----------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 75%;
	margin: 0;
	color: #515152;
	line-height: 1.5;
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family: Georgia, Times New Roman, "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: #ff6666; }
a           { color: #333333; text-decoration: underline; outline: 0; }

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 {
	background: transparent;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}

#page {
	margin: auto;
	background: #fff;
	width: 950px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
}
.narrow {
	width: 880px !important;
}

/* Header
-------------------------------------------------------------- */
.logo {
	float: left;
	width: 250px;
	height:82px;
	margin-top: 10px;
}
.logo h1 {
	margin: 13px 0 0 0;
}

.logo h1 a {
	width: 250px;
	height:69px;
	display: block;
	text-indent: -9000px;
	background: transparent url(../img/logouus2.jpg) no-repeat 0 0;
}
.header {
	overflow: hidden;
	height: 103px;
	width: 940px;
	border-bottom: 1px solid #ff6666;
}
#etusivu {
	width: 879px;
}
/* Navigation
-------------------------------------------------------------- */
.navi {
	float: left;
	font-size: 19px;
	margin-top: 30px;
	margin-left: 100px;
}
.navi a {
	text-decoration: none;
	float: left;
	height: 61px;
	display: block;
	font-size: 15px;
	text-indent: -9000px;
	background: transparent url(../img/navi.jpg) no-repeat 0 0;
}
.navi a:hover, .navi a.active {
	color: #ff6666;
}
#menu1 { width: 89px; background-position: 0 0; }
#menu2 { width: 102px; background-position: -89px 0; }
#menu3 { width: 96px; background-position: -191px 0; }
#menu4 { width: 103px; background-position: -287px 0; }
#menu1:hover,#menu1.active { width: 89px; background-position: 0 -61px; }
#menu2:hover,#menu2.active { width: 102px; background-position: -89px -61px; }
#menu3:hover,#menu3.active { width: 96px; background-position: -191px -61px; }
#menu4:hover,#menu4.active { width: 103px; background-position: -287px -61px; }



/* Content
-------------------------------------------------------------- */
.contentcontainer {
	margin-top: 15px;
	overflow: hidden;
}
#thumbs {
	padding-top: 14px;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	overflow: hidden;
	clear: both;
	text-align: left;
	margin: auto;
	width: 950px;
}
.contact {
	padding-right: 70px;
	float: right;
}
.contact img {
	margin: 0;
	padding-right: 10px;
}

/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }

