/* @override 
	
	http://www.pakastinhelsinki.com/css/pakastin.css
*/

/* -----------------------------------------------------------

	Project:		pakastinhelsinki
	Version:		1.0
	Created:		23/09/08
	Modified:		23/09/08
	
		[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
	
----------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
	font-size: 81%;
	color: #ffffff;
	line-height: 1.5;
	font-family: Georgia,"Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.3em; 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: #c90173; }
a           { color: #000; 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: #070707 url(../img/pakastinbg2.jpg) no-repeat top right;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
	
}

#page {
	margin: auto;
	overflow: hidden;
	background: transparent;
	width: 960px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
	margin-top:13px;
}


/* Header
-------------------------------------------------------------- */
.logo {
	width: 282px;
	height: 219px;
	float: left;
	display: inline;
	outline: 0;
}
.logo a img, .logo a {
	outline: 0;
}
.header {
	width: 950px;
	xheight: 219px;
	float: left;
	display: inline;
}





/* Navigation
-------------------------------------------------------------- */

.navi {
	height: 164px;
	margin-top: 30px;
	width: 179px;
	float: left;
	display: inline;
	xbackground: transparent url(../img/naviuusi.png) no-repeat 0 0;
	text-indent: -9000px;
}

.navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navi ul li a { display: block; width:179x; outline: 0;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	background: transparent url(../img/naviuusi.png) no-repeat 0 0;
	_background: transparent url(../img/naviuusi.gif) no-repeat 0 0;
	width: 179px;
	
}

#menu1 { height: 28px; background-position: 0 0; }
#menu2 { height: 26px; background-position: 0 -28px; }
#menu3 { height: 28px; background-position: 0 -54px; }
#menu4 { height: 27px; background-position: 0 -82px; }
#menu5 { height: 28px; background-position: 0 -109px; }
#menu6 { height: 27px; background-position: 0 -136px; }

#menu1:hover { height: 28px; background-position: -179px 0px;}
#menu2:hover { height: 26px; background-position: -179px -28px;}
#menu3:hover { height: 28px; background-position: -179px -54px;}
#menu4:hover { height: 27px; background-position: -179px -82px;}
#menu5:hover { height: 28px; background-position: -179px -109px;}
#menu6:hover { height: 27px; background-position: -179px -136px;}

#menu1.selected { height: 28px; background-position: -179px 0px;}
#menu2.selected { height: 26px; background-position: -179px -28px;}
#menu3.selected { height: 28px; background-position: -179px -54px;}
#menu4.selected { height: 27px; background-position: -179px -82px;}
#menu5.selected { height: 28px; background-position: -179px -109px;}
#menu6.selected { height: 27px; background-position: -179px -136px;}

.sponssit {
	width: 489px;
	height: 186px;
	float: left;
	background: transparent url(../img/sponssit.png) no-repeat 0 0;
	
}
.sponssi1 {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	text-indent: -9000px;
	margin: 60px 0 0 70px;
	
}
.sponssi2 {
	display: block;
	width: 185px;
	float: left;
	height: 90px;
	text-indent: -9000px;
	margin: 60px 0 0 00px;
}
.sponssi3 {
	display: block;
	width: 100px;
	float: left;
	height: 90px;
	text-indent: -9000px;
	margin: 60px 0 0 10px;
}
/* Content
-------------------------------------------------------------- */
.content {
	clear: both;
	float: left;
	width: 960px;
	display: inline;
	min-height: 580px;
	height:auto !important;
  	height:580px;
}
.leftcol {
	width: 300px;
	min-height: 364px;
	height: auto !important;
	height: 364px;
	float: left;
	display: inline;
	background: transparent url(../img/newstop.png) no-repeat 0 0;
}
.leftcol a {
	text-decoration: none;
	font-weight: bold;
}
.leftcol a:hover {
	text-decoration: underline;
}
.leftcol h2 {
	padding-top: 45px;
	padding-left: 55px;
	background: transparent url(../img/ajankohtaista.jpg) no-repeat 35px 55px;
	text-indent: -9000px;
	margin: 0;
	
}
.newscontainer {
	float: left;
	display: inline;
	margin-bottom: 10px;
	background: transparent url(../img/newsbottom.png)no-repeat 0 105%;
}
.newscontainer a:hover {
	color: #ffffff;
}
.news {
	width: 240px;
	padding-left: 55px;
	background: transparent url(../img/newsbg.png) repeat-y -5px 0;
	_background: transparent url(../img/newsbg.gif) repeat-y -5px 0;
	margin: 0;
	float: left;
	display: inline;
	position: relative;
	padding-top: 10px;
}
.news p {
	width: 200px;
	margin-bottom: 5px;
}
.news span {
	background: transparent url(../img/bullet.jpg) no-repeat right center;
	padding-right: 30px;
}
.news a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.hr {
	width: 300px;
	height: 3px;
	float: left;
	display: inline;
	background: transparent url(../img/hr.png) no-repeat -5px 0;
}
.feedback  {
	outline: 0;
	float: left;
	display: inline;
}
.feedback a {
	display: block;
	float: left;
	text-indent: -9000px;
	width: 244px;
	height: 83px;
	outline: 0;
	background:  transparent url(../img/palaute.png) no-repeat 0 0;
	_background:  transparent url(../img/palaute.gif) no-repeat 0 0;
}
.middlecol {
	float: left;
	display: inline;
	width: 430px;
	padding: 45px 10px 0 10px;
}
.middlecol .hr {
	clear: both;
	border-bottom: 1px dotted #ababab;
	height: 2px;
	width: 400px;
	background:none;
}
.middlecol a {
	color: #c90173;
	text-decoration: none;
}
.middlecol a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.middlecol form {
	width: 300px;
}
.submit {
	width: 60px !important;
	background: #e4e4e4;
	border: 1px solid #666666;
	float: left !important;
	margin-right: 20px;
}
.middlecol form input {
	width: 200px;
	float: right;
}
.rightcol {
	float: left;
	display: inline;
	width: 210px;
	background: transparent url(../img/links.png) no-repeat 0 0;
}
.links {
	padding: 64px 0 40px 10px;
	font-size: 11px;
}
.links h3 {
	background: transparent url(../img/links.jpg) no-repeat 0 0;
	text-indent: -9000px;
	margin-bottom: 5px;
}
.links a { text-decoration: none; color: #ffffff; }
.links a:hover { text-decoration: none; color: #000000; }
/* Footer
-------------------------------------------------------------- */
.footer {
	
	width: 100%;
	margin: auto;
	height: 92px;
	float: left;
	display: inline;
	font-size: 11px;
	background-color: #000000;
	opacity: 0.6;
	padding-top: 20px;
	color: #c90173;
}
.footer a {
	color: #c90173;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footer a:hover {
	color: #ffffff;
}

.archive {
	clear: both;
	float: left;
	display: inline;
}
.archive p {
	margin: 0;
	width: 400px;
}





/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }
