/* @override http://www.eventcenter.fi/assets/css/style.css */

/* -----------------------------------------------------------

	Project:		Activeark baseline test
	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: #222;
	line-height: 1.5;
	font-family: "Trebuchet MS", Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family: "Georgia", 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.4em; line-height: 1.25; margin-bottom: 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: #ed8d14; text-decoration: underline;}
a           { color: #ed8d14; 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 0; }

ul          { list-style-type: none; }
ol          { list-style-type: none; }

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%; font-family: "Trebuchet MS", Arial }
th          { font-weight: bold; padding: 20px 0 5px 0;}


tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.hinta{
color: #eb8603;
padding-top: 15px;
}

/* Forms
-------------------------------------------------------------- */

label { font-weight: bold;padding-right: 10px; _padding-right:0;}

fieldset    { xpadding:1.4em; xmargin: 0 0 1.5em 0; border: none; }
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: #ffffff url(../img/bg_block.jpg) repeat-x top center;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}

#page {
	margin: auto;
	background: none;
	width: 950px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
}

#wrapper {
	float: left;
	display: inline;
	margin: auto;
	padding-bottom: 70px;
	position: relative;
}


/* Header
-------------------------------------------------------------- */
#header {
	float: left;
	display: inline;
	width: 100%;
	height: 110px;
	margin-top: 50px;
}

#header h1{
	padding-left: 35px;
	margin: 0 0 10px 0;
	height: 97px;
	width: 491px;
}

#header h1 img{
	height: 97px;
}

#header span{
	color: #454545 !Important;
	font-size: 16px;
	font-family: Georgia;
	position: absolute;	
	top: 40px;
	left: -60px;
}

#header form{
	position: absolute;
	top: 5px;
	right: 70px;
}

.logot{
	float: right;
	display: inline;
	width: 210px;
	position: relative;
	padding-top: 10px;
	xbackground: transparent url(../img/logot.jpg) no-repeat 0 0;
}

.logot a{
	padding-right: 10px;
	outline: 0;
}


/* Navigation suomi
-------------------------------------------------------------- */

#navi{
	width: 665px;
	height: 69px;
	margin: 0;
	clear: both;
	float: left;
	display: inline;
}

#navi a {
	display: block;
	float: left;
	height: 69px;
	text-indent: -9000px;
	
}
#kokoukset, #sauna, #tilat {
	background: transparent url(../img/navi-sprite-img.jpg) no-repeat 0 0;
	height: 69px;
	outline: 0;
	float: left;
	display: inline;
}

#kokoukset {
	background-position: 0 0px;	
	width: 293px;
}

#sauna {
	background-position: -292px 0;
	width: 185px;
}

#tilat {
	background-position: -480px 0px;	
	width: 184px;
}
#kokoukset:hover, #kokoukset.selected {
	background-position: 0 -60px;
}
#sauna:hover, #sauna.selected {
	background-position: -292px -60px;
}
#tilat:hover, #tilat.selected {
	background-position: -480px -60px;
}

/* Navigation svenska
-------------------------------------------------------------- */

#mote, #bastu, #priser {
	background: transparent url(../img/navi_spritesv.jpg) no-repeat 0 0;
	height: 69px;
	outline: 0;
	float: left;
	display: inline;
}

#mote {
	background-position: 0 0px;	
	width: 253px;
}

#bastu {
	background-position: -250px 0;
	width: 162px;
}

#priser {
	background-position: -417px 0px;	
	width: 247px;
}

#mote:hover, #mote.selected {
	background-position: 0 -60px;
}

#bastu:hover, #bastu.selected {
	background-position: -250px -60px;
}

#priser:hover, #priser.selected {
	background-position: -417px -60px;
}



/* Content
-------------------------------------------------------------- */

#flashcontainer{
	float: left;
	display: block;
	
}

#flashcontent{
	width: 951px;
	height: 343px;	
	display: block;
	float: left;
}

#leftcontent{ 
	width: 660px;
	float: left;
	display: inline;
	margin-top: -10px;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 20px;
	min-height: 607px;
	height: auto !important;
	height: 607px;
}

.leftbox{
	clear:both;
	display:block;
	padding: 40px 20px 0 30px;
}

#rightcontent{
	float: right;
	top: 570px;
	display: inline;
	width: 278px;
	_width: 270px;
	background: url('../img/rightcontentbg.png') repeat-y 0 0;
	_background: url('../img/rightcontentbg.gif') repeat-y 0 0;
	margin-top: -12px;	
	xpadding-top: 5px;	
	xheight: 100%;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.rightcontentbox{
	padding-left: 25px;	
	padding-right: 20px;
	padding-bottom: 10px;
	border-top: 2px solid #eb8603;
}

.rightcontentbox h2{	
	font-family: "Georgia";	
	font-size: 17px;
	color: #000;
	padding-top: 8px;
	padding-bottom: 10px;
}

.rightcontentbox h2 span{	
	padding-left: 25px;
} 

.rightcontentbox ul{
	margin: 0 25px 0 0;
	padding: 0 0 0 0;
}

.rightcontentbox a{
	color: #eb8603;	
	font-size: 12px;
}

.rightcontentbox textarea{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #2b2b2b;	
	width: 220px;
	_width:210px;
	height: 50px;
	overflow: auto;
	color: #636363;
	font-size: 11px;
	padding: 5px;
}

.rightcontentbox label{
	font-size: 12px;
	font-weight: normal;
}

.handshake {
	background:transparent url(../img/handshakeicon.png) no-repeat scroll 0 0;
	_background:transparent url(../img/handshakeicon.gif) no-repeat scroll 0 -1px;
	padding-left:25px;
} 

.inputbg{
	background: #f9f9f9;
	border: 1px solid #aeaeae;
	width: 160px;
	*width: 155px;
	_width:130px;
	float: left;
	margin-top: 1px;
}

.inputbg input{
	color: #636363;
	font-size: 11px;
	background: transparent;
	border: 0px;
	width: 158px;
	_width:130px;
	*width: 155px;
	padding-left: 3px;
}

.notopborder{
	border-top: 0 none;
}

.submit{
	cursor: pointer;
	border: 0px;
	color: #eb8603;
	width: 54px;
	height: 20px;
	background: url('../img/submitbg.png') no-repeat;
	outline: 0;
}

.submitborder{
	margin-top: 10px;
	border: 1px solid #aeaeae !important;
	display: block;
	width: 54px;
	height: 19px;
}


#map{
	background: url('../img/mapicon.png') no-repeat 0% 20%;
	_background: url('../img/mapicon.gif') no-repeat 0% 20%;
	list-style: none;
	color: #2b2b2b;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

#phone{
	background: url('../img/phoneicon.png') no-repeat 0% 50%;
	_background: url('../img/phoneicon.gif') no-repeat 0% 50%;
	list-style: none;
	border-bottom: 1px dotted #aeaeae;
	color: #2b2b2b;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

#email{
	background: url('../img/emailicon.png') no-repeat 0% 50%;
	_background: url('../img/emailicon.gif') no-repeat 0% 50%;
	list-style: none;
	border-bottom: 1px dotted #aeaeae;
	color: #eb8603;	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}

#email a{font-size: 14px;}

.contactpage{
	display: block;
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Sans-serif;
}
.contactpage span{display: block;}

.contactpage a{
	display: block;
	color: #ed8d14;}

.contactpage strong{display: block;}

.pdf{
	margin: 0 !important;
	float: left;
	display: inline;
}
.pdf img{
	margin: 0 !important;
	float: left;
	display: inline;
}
.text{
	padding-top: 18px;
	float: left;
	display: inline;
}

.images{
	float: left;
	display: inline;
	width: 600px;
	padding-bottom: 20px;	
}

.images img{
	float: left;
	display: inline;
	padding: 5px;
	border: 1px solid #ababab;	
	margin: 10px 10px 0px 0;
}


/* Footer
-------------------------------------------------------------- */

#footer{
	height: 165px;
	margin-top: 0px;
	background: #eaeaea;
	border-top: 1px solid #c5c3c3;
	clear:  both;
}

#footer p{
	width: 952px;
	margin: auto;
	margin-top: 20px;
	color: #696969;
	font-size: 11px;
	text-align: left;
}

#footer a{ color: #eb8603;}
#footer span{padding: 0 5px 0 5px;}
.rightdottedborder{
	border-right: 1px dotted #3fa57b;
	margin-left: 20px;
}


/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }
