﻿* {
	margin: 0;
	padding: 0;
	font-family: Palatino Linotype;
	font-size: 14px;
	color: #fff;
}

body {
	background-color: #9ed6c9;
	background: url('../img/pattern.gif');
	padding: 0;
	margin: 0;
	height: 100%;
}

#page {
	text-align: center;
	width: 100%;
	height: 100%;
	margin-top: 19px;
}
/* FF3 hack */
html>/**/body #page, x:-moz-any-link, x:default {
	margin-top: 0px;
}
#navi {
	background-repeat: repeat-x;
	width: 1024px;
	height: 58px;
	margin: 0 auto;
}
div.navi_item {
	background: url('../img/navi_bg.gif');
	float: left;
	/*width: 140px;*/
	width: 178px;
	height: 58px;
	/*
		6 * 140 = 840
		+ 2 * 18 = 36
	*/
}
div.navi_item a{
	font-size: 18px;
	line-height: 58px;
	color: #fff;
	text-decoration: none;
}
div.navi_separator {
	float: left;
	width: 24px;
	height: 58px;
}
div.navi_padder {
	background: url('../img/navi_bg.gif');
	float: left;
	/*width: 28px;*/
	width: 2px;
	height: 58px;
}
div.navi_first, div.navi_last {
	float: left;
}
div.clear {
	clear: both;
}
div.padder{
	clear: both;
	margin-bottom: 15px;
}
div.bigpadder{
	clear: both;
	margin-bottom: 40px;
}
#page_top {
	height: 181px;
/*	background: url('../img/top_gradient.png');
	background-repeat: repeat-x;
	background-position: top;*/
	width: 100%;
	z-index: 2;
	text-align: center;
/*	margin-top: -19px;*/
	margin-top: 45px;
}

/* start säkki */
#shopping_cart{
	position: fixed;
	top: 0;
	height: 70px;
/*	
 IS 
background: url('../img/sakki_gradient.gif');
	*/
	/*background: url('../img/is/is_bg.gif');
	background-repeat: repeat-x;
	background-position: top;*/
	background-color: #FFFFFF;
	width: 100%;
	z-index: 30;
	text-align: center;
}
#sakki_container{
	width: 1024px;
	height: 80px;
	margin: 10px auto 0px;
	font-size: 18px;
}
#sakki{
	float: right;
	height: 80px;
	color: #000;
}
img.sakki{
	margin-top: 10px;
}
div.topper{
	margin-top: 20px;
	color: #000;
/*	 IS */
}
a.yellow{
	color: #f7f27f;
	font-size: 18px;
	font-weight: normal;
}
a.redd{
	color: #BF162A;
	font-size: 18px;
	font-weight: normal;
}
/* end säkki */

#top_ad_holder{
	padding: 50px 0 0 0;/* 225px pieni mainos */
	margin: 0 auto;
	text-align: center;
}

#content {
	background: url('../img/gradient_full.gif');
	background-repeat: repeat-y;
	background-color: #bf162a;
	width: 984px;
	height: 100%;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	text-align: left;
}

html>body #content {
	height: auto;
	min-height: 1000px;
}

#header {
	position: absolute;
	top: 64px;
	height: 200px;
	width: 100%;
	z-index: 6;
	text-align: center;
}
#elfcontainer{
	background: url('../img/header2.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 1024px;
	height: 200px;
	margin: 0 auto;
}

#clouds_left{
	position: absolute;
	left: 0px;
	top: 65px;
	z-index: 4;
}
#clouds_right{
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 5;
}

#bottom {
	background: url('../img/footer.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	position: fixed;
	bottom: 0px;
	height: 200px;
	width: 100%;
	z-index: 30;
	text-align: center;
}

#logo {
	background-color: #b00014;
	width: 1024px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
}
a.piparilinkki{
	float: right;
	margin: 5px 20px 0 0;
}
a.counter{
	margin-left: 45px;
	font-size: 24px;
	text-decoration: none;
}

#content_left {
	/*background: url('../img/left_bg.gif');
	background-repeat: repeat-y;*/
	float: left;
	width: 140px;
	margin: 20px 0 100px 0;
	padding-right: 20px;
}
html>body #content_left {
	height: auto;
	min-height: 1000px;
}
#content_center {
	float: left;
	width: 664px;
	margin: 20px 0 250px 0;
}
html>body #content_center {
	height: auto;
	min-height: 1000px;
}
#content_right {
	/*background: url('../img/right_bg.gif');
	background-repeat: repeat-y;*/
	float: left;
	width: 140px;
	margin: 20px 0 100px 0;
	padding-left: 20px;
	position: relative;
}
html>body #content_right {
	height: auto;
	min-height: 1000px;
}
#content_wide {
	float: left;
	width: 944px;
	margin: 0 0 100px 0;
}
div.adcontainer{
	width: 140px;
	overflow: hidden;
}
div.adcontainer a{
	text-decoration: none;
	font-size: 13px;
}
div.adcontainer h4{
	font-size: 22px;
	font-weight: normal;
	color: #f7f27f;
	margin-bottom: 10px;
}
div.ad_top{
	background: url('../img/ad_top.gif');
	background-repeat: no-repeat;
	width: 140px;
	height: 50px;
	text-align: center;
	margin-bottom: 15px;
}
a.ad_nosto{
	color: #f7f27f;
	font-size: 14px;
	line-height: 40px;
}

div.ad_divider{
	height: 20px;
}
ul{
	list-style-type: none;
	margin-bottom: 20px;
}
li{
	display: inline;
	clear: right;
}
ul li a{
	display: block;
	margin-bottom: 5px;
}

a.marg{
	margin-bottom: 11px;
	padding-left: 14px;
}
a.external{
	background: url("/img/external.gif") center left no-repeat;
}

h1{
	font-size: 36px;
	color: #f7f27f;
	margin-bottom: 10px;
	font-weight: normal;
}
h2{
	font-size: 24px;
	color: #f7f27f;
	font-weight: normal;
}

h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: normal;
	color: #f7f27f;
}

h5{ /* used in discussions*/
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
}

/* ruoka */
a.fatlink{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	color: #f7f27f;
	display: block;
	margin-bottom: 15px;
}

div.food_small{
	font-size: 12px;
	margin-top: 30px;
}
div.food_small a{
	font-size: 12px;
}

div.lefter{
	float: left;
}
div.lefter a{
	text-decoration: none;
}
.threesome{
	width: 220px;
}
span.list-item{
	float: left;
	padding-left: 10px;
	width: 200px;
}
span.raq{
	float: left;
	clear: left;
	width: 10px;
}

/* postit */
#postit{
	width: 223px;
	height:220px;
	background: url('../img/postit_wide.gif');
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	z-index: 7;
	text-align: center;
	left: 2px;
	top: 1000px;
}

h3.post_header{
	margin-top: 55px;
}
a.post_header{
	color: #000;
	font-size: 24px;
	text-decoration: none;
}
h3.error{
	font-size: 18px;
	color: #fff;
	margin-left: 160px;
}

label{
	clear: both;
	display: block;
	margin-top: 10px;
}
input, select, option, textarea{
	color: #000;
}
input.form1{
	width: 350px;
}
input.verda{
	font-family: verdana;
	font-size: 12px;
}
textarea.form1{
	width: 350px;
	height: 150px;
}
textarea.form2{
	width: 350px;
	height: 80px;
}
textarea.form3{
	width: 450px;
	height: 120px;
}
#PresentEmail{
	width: 450px;
}
#PresentCheck, #ChristmaslistCheck, #CommentCheck, #FeedbackTarkistus{
	width: 40px;
}
p{
	margin-top: 10px;
	margin-bottom: 10px;
}
select.form1{
	width: 100px;
}
input.submitti{
	margin-top: 10px;
}
/* pages/etusivu */
div.text-container-1{
	float: left;
	width: 230px;
	padding-top: 30px;
}
div.text-container-2{
	float: left;
	width: 400px;
}
a.unundis{
	text-decoration: none;
}

#adinlist{
/*	float: left;*/
	width: 300px;
/*	height: 250px;*/
	margin: 0 165px 10px 178px;
}
div.adcenter{
	text-align: center;
}

/* present/list */
a.smalllink{
	font-size: 12px;
}
small{
	display: block;
	clear: left;
	font-size: 12px;
	margin: 4px 0 6px 6px;
}
div.hid label{
	display: none;
}

div.present_container{
	float: left;
	width: 154px;
	margin: 0 8px 11px 4px;
}

div.present_container_last{
	float: left;
	width: 154px;
	margin: 0 4px 11px 0;
}
div.present{
	float: left;
	background-color: #f8233c;
	padding: 0 11px 20px 11px;
	width: 132px;
	height: 180px;
	font-size: 14px;
}
div.present_blue{
	float: left;
	background-color: #2BA7E2;
	padding: 0 11px 20px 11px;
	width: 132px;
	height: 180px;
	font-size: 14px;
}
div.present_black{
	float: left;
	background-color: #000;
	padding: 0 11px 20px 11px;
	width: 132px;
	height: 180px;
	font-size: 14px;
}
a.glossyLink{
	color: #cdc791;
	font-size: 12px;
}

div.image_container{
	text-align: center;
	display: table-cell;
	width: 130px;
	height: 130px;
	background-color: #fff;
	margin-bottom: 4px;
	vertical-align: middle;
	overflow: hidden;
}
img.inside_image{
	vertical-align: middle;
}
#middle_navi{
	border-bottom: 1px solid #f8233c;
	width: 640px;
	height: 44px;
	clear: both;
	margin: 10px 0 0 4px;
}
div.seppar_short{
	float: left;
	height: 44px;
	width: 8px;
}
div.seppar{
	float: left;
	height: 44px;
	width: 12px;
}
#selected_middle{
	float: left;
	background: url('../img/active_bg.gif');
	background-repeat: repeat-x;
	height: 44px;
	width: 100px;
	text-align: center;
	padding: 12px;
}
#notselected_middle{
	float: left;
	background: url('../img/notactive_bg.gif');
	background-repeat: repeat-x;
	height: 44px;
	width: 100px;
	text-align: center;
	padding: 12px;
}
#righter{
	float: right;
	padding: 12px 24px 0 0;
}
#righter2{ /* etusivu laatikko */
	float: right;
	padding: 0px 20px 0 0;
	margin-top: -4px;
	width: 325px;
}

div.righter{
	float: right;
}

input.form2{
	float: left;
	width: 220px;
	clear: left;
}
input.form3{
	float: left;
	width: 220px;
	margin: 3px 0 0 5px;
}
input.search_submitti{
	float: left;
	height: 29px;
	margin-left: 6px;
}
ul.pagination-nav{
	float: right;
	margin: 20px 20px 0 0;
	font-size: 18px;
}
ul.pagination-nav li{
	float: left;
	clear: none;
	margin-left: 8px;
}
ul.pagination-nav li a{
	text-decoration: none;
	font-size: 18px;
	display: inline;
}
span.current{
	color: #f7f27f;
	text-decoration: underline;
	font-size: 18px;
}

/* presents/view */
#big_image_container{
	height: 278px;
	width: 645px;
}
div.head_container{
	float: left;
	height: 278px;
	width: 100px;
}
#big_image_center{
	background: url('../img/lahja_bg_center.gif');
	background-repeat: repeat-x;
	height: 278px;
	width: 445px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#icont{
	vertical-align: middle;
	height: 278px;
	width: 445px;
	line-height: 278px;
	display: table-cell;
}
img.left_image{
	vertical-align: middle;
}

div.infoDiv{
	float: left;
	width: 140px;
}

div.present_big_container{
	float: left;
	width: 500px;
}

h1.present_head{
	margin-bottom: 20px;
}
span.headis{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
span.headis a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div.voteDiv{
	float: left;
	clear: both;
	padding: 4px;
	/*border: 1px solid #fff;*/
}
div.voteDiv img{
	margin-bottom: 10px;
}
#voteUp{
	float: left;
	margin-right: 10px;
	text-align: center;
}
#voteDown{
	float: left;
	text-align: center;
}
span.numba{
	display: block;
	text-align: center;
	width: 38px;
}
a.squeal{
	float: right;
	width: 140px;
	clear: both;
	margin-bottom: 4px;
	font-size: 12px;
	text-decoration: underline;
}
input.squeal{
	background-color: #BF162A;
	border: 0;
	padding: 0;
	color: #fff;
	float: right;
	width: 166px;
	clear: both;
	margin-bottom: 4px;
	font-size: 12px;
	text-decoration: underline;
}
/* presents/addConfirm */
span.tabbed{
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-left: 30px;
}


/* kalenteri */
#calendar{
	padding: 20px 50px 20px 50px;
}
div.luukku{
	float: left;
	margin: 0 12px 12px 0;
}
img.luukkuimage{
	border: 1px #fff solid;
}

div.palkinto h2{
	color: #000;
	font-size: 22px;
	line-height: 26px;
}
div.palkinto h3{
	color: #000;
	font-size: 18px;
}
div.palkinto p{
	color: #000;
	font-size: 13px;
}
img.palkintoimage{
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}
div.prev_next_links{
	background-color: #ddd;
	text-align: center;
	width: 100%;
	padding: 4px;
}
a.prevlink, a.prevlink:active, a.prevlink:hover{
	margin-right: 10px;
	color: #000;
	font-size: 14px;
}
a.nextlink, a.nextlink:active, a.nextlink:hover{
	color: #000;
	font-size: 14px;
}
div.palkinto a{
	color: #000;
}

#eikurkita{
	display: none;
	background-color: #fff;
	width: 351px;
	height: 178px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

/* tags */
a.tag{
	line-height: 32px;
}
a.tag1{ }
a.tag2{ font-size: 16px; }
a.tag3{ font-size: 18px; }
a.tag4{ font-size: 20px; }
a.tag5{ font-size: 22px; }
a.tag6{ font-size: 24px; }
a.tag7{ font-size: 26px; }
a.tag8{ font-size: 28px; }
a.tag9{ font-size: 30px; }
a.tag10{ font-size: 32px; }

/* table */
table.selectionTable{
	width: 100%;
}
table.selectionTable label{
	margin-top: 0px;
	margin-bottom: 4px;
}
td.first{
	width: 100px;
}
td.second{
	width: 100px;
}
td.third{
	width: 120px;
}
td.forth{
	width: 220px;
}
td.between{
	width: 67px;
	vertical-align: bottom;
}

/*discussion*/

div.discussion_top{
	background: url('../img/discussion_top.gif');
	background-repeat: no-repeat;
	width: 500px;
	height: 50px;
	text-align: left;
}
div.discussion_top a.fatlink{
	margin-left: 10px;
	font-size: 22px;
	line-height: 40px;
}

table.discussion, table.discussion_table{
	width: 100%;
}
th.topic, th.messages, th.newest, th.writer{
	text-align: left;
	color: #f7f27f;
	font-weight: normal;
}
td.topic{
	line-height: 24px;
}
td.messages{
	padding-left: 20px;
	width: 20%;
}
td.topic_wide{
	width: 80%;
}
td.messages_wide{
	width: 20%;
}

td.topic_short{
	width: 140px;
}
td.messages_short{
	width: 60px;
	padding-left: 20px;
}
td.newest{
	width: 120px;
}
td.writer{
	width: 80px;
}

div.show-more{
	margin: 20px 0 20px 0;
}
a.discussiontitle{
	margin-bottom: 5px;
}

ul.pagination-nav2{
	float: left;
	margin: 30px 20px 0 0;
	font-size: 18px;
}
ul.pagination-nav2 li{
	float: left;
	clear: none;
	margin-left: 8px;
}
ul.pagination-nav2 li a{
	text-decoration: none;
	font-size: 18px;
	display: inline;
}

a.leftlink{
	display: inline;
}
#DiscussionBody{
	width: 400px;
	height: 150px;
}
#DiscussionUsername, #DiscussionEmail, #DiscussionSubject{
	width: 400px;
}
div.discussion_container{
	width: 420px;
	float: left;
}
p.pubdate{
	margin-left: 20px;
	color: #f7f27f;
	line-height: 40px;
}
a.fatlink2{
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	text-decoration: none;
	color: #f7f27f;
	display: block;
	margin: 0 10px 15px 0;
}
ul.forum li a{
	display: inline;
	color: #f7f27f;
}
p.create-item{
	margin-top: 20px;
}
p.create-item a{
	text-decoration: underline;
}
.narrow{
	width: 160px;
}
/* lightbox */
#caption{
	font-weight: normal;
	color: #000;
}

/* admin */
a.admintoplink{
	float: left;
	margin: 5px 10px;
}
table.admintable{
	width: 100%;
}
tr.odd{
	background-color: #B00014;
}
tr.even{
	
}
table.admintable td{
	padding: 2px;
}

div.paging{
	width: 100%;
	height: 24px;
	clear: both;
}
div.paging span{
	float: left;
	font-size: 18px;
	margin: 0 3px 0 3px;
}
div.disabled{
	text-decoration: none;
	font-size: 18px;
	float: left;
	clear: none;
}
a.admin_paginator{
	text-decoration: underline;
	font-size: 18px;
	float: left;
	clear: none;
}

/* iltasanomat topper */
#is_top{
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	margin-top: 10px;
}
div#navi_top_is{
	margin: 10px auto;
	width: 990px;
}
a.is_img_link{
	float: left;
}
a.is_link {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
a.blacktop {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:top;
	font-family:Arial,Helvetica;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
}
combine?...=4acf0e11 (line 10)

img#pelikone_navi_top_islogo {
	float: left;
	border: 0px;
}
a.navi_top_is {
	color: #000000;
	text-decoration: none;
}

/* feedback */
#feedback{
	position: fixed;
	bottom: 0px;
	height: 27px;
	width: 100%;
	z-index: 32;
	text-align: center;
}
div.cloud{
	float: left;
	background: url('../img/bottom_link_bg.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
	margin: 0 6px;
	padding-top: 3px;
	text-align: center;
}
#feedback a{
	font-size: 12px;
	color: #f7f27f;
	text-align: center;
	text-decoration: none;
}
