/*
Theme Name: JAZZ-LIITTO
Description: Created for finnish Jazz organization
Version: 1.0
Author: Juho Lehtinen
Author URI: http://www.tuskalaatikko.com
Tags: fixed width, three columns, valid XHTML, widgets
*/

/* Header alkaa */

/* Created by Juho Lehtinen 23.11.2008 */

html {
	margin-top: 0px;
	padding-top: 0px;
}

body {
	background-image:url('images/bg_valkoinen_vaalennus.gif');
	background-repeat:no-repeat;
	margin-top: 0px;
	padding-top: 0px;
}

table.Main {
	background-color: #FFFFFF;
	width: 890px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom:5px solid #CCCCCC;
}

div.Header {
/*	background-image: url('./images/Header.jpg'); */
/*	background-image: url('./images/header_1.gif'); */
	background-position: left top;
	background-repeat: no-repeat;
	width: 890px;
	height: 170px;
	margin-top: -3px;
	padding-top: 10px;
	margin-bottom: -10px;
}

table.lang {
	background-color: #B3B1B2;
	border: 2px solid #B3B1B2;
	margin-left: 820px;
	margin-top: 20px;
}

/* begin Menu */
.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}

* html .menu .menuhoverUL .menuhoverUL
{
  top: 5px;
  left: 100%;
}

* html .menu, * html .menu ul
{
  height: 1%;
}

* html .menu li.menuhover
{
  background-color: #0184A2;
  z-index: 10000;
}

* html .menu .menuhoverUL
{
  background-color: #0184A2;
  visibility: visible;
}

* html .menu .menuhoverUL
{
  top: 100%;
  background-color: #0184A2;
  left: 0;
}

* html .menu .menuhoverUL .menuhoverUL
{
  background-color: #0184A2;
  top: 0;
  left: 100%;
}

* html .menu ul a
{
  height: 1%;
}

* html .menu li li
{
  float: left;
  width: 100%;
}
.nav
{
  position: relative;
  margin: 0  auto;
  width: 890px;
  height: 29px;
  z-index: 100;
}

.menu 
{
  padding: 0px 0px 0px 0px;
}

* html .nav
{
  zoom: 1;
}

.nav .l, .nav .r, .nav .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 29px;
}

.nav .l 
{
  left: 0;
  right: 0px;
}

* html .nav .l
{
  width: expression(this.parentNode.offsetWidth-0+'px');
}

.nav .r 
{
  right: 0;
  width: 0px;
}

* html .nav .r
{
  left: expression(this.parentNode.offsetWidth-0+'px');
}

.nav .r div
{
  width: 890px;
  right: 0;
}

* html .nav .r div
{
  left: expression(this.parentNode.offsetWidth-890+'px');
}

.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-color: orange;
}

* html .nav .l, * html .nav .r div 
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + 
(function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return 
l.href.replace('style.css','');}return '';})()+"images/nav.png',sizingMethod='crop')");
}
/* end Menu */

/* begin MenuItem */
.menu ul li
{
  clear: both;
}

.menu a , .menu a span
{
  height: 29px;
  display: block;
}

* html .menu a , * html .menu a span
{
  float: left;
}

.menu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;
  
}
.menu a span span
{
  font-family: 'trebuchet ms';
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: white;
  padding: 0 6.8px;
  margin: 0 0px;
  line-height: 30px;
  text-align: center;
  background-color: orange;
}

* html .menu a span span
{
  display: inline;
}

.menu a:hover span span
{

  background-color: #0184A2;
  color: #FFFFFF;
  background-position: left -29px;
}

.menu li:hover a span span
{
  background-color: #0184A2;
  color: #FFFFFF;
  background-position: left -29px;
}

* html .menu .menuhover .menuhoverA span span
{
  background-color: grey;
  color: #FFFFFF;
  background-position: left -29px;
}

.menu a.active span span
{
  background-color:#999999;
  color: #FFFFFF;
  background-position: left -58px;
}

/* end MenuItem */

/* begin MenuSeparator */

.nav .separator 
{
  display: block;
  width: 5px;
  height: 29px;
  background-color: white;
  background-image: url('images/istem-separator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */

.menu ul a 
{
  text-align: left;
  padding-left: 5px;
  height: 25px;
  line-height: 25px;
  margin-right: auto;
  
  width: 150px;
  background-color: #0184A2;
/*
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x; 
*/
  
  border-width: 0px;
  border-style: solid;
  border-color: grey;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display:inline;
	float:none;
	margin:inherit;
	padding:inherit;
	background-image:none;
	text-align:inherit;
	text-decoration:inherit;
}

.menu ul a , .nav ul.menu ul span, .nav ul.menu ul span span
{
	line-height: 25px;
	color: #161A1D;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.menu ul ul a
{
  margin-left: auto;
}

* html .menu ul a 
{
  color: #161A1D !important;
}

.menu ul li a:hover
{
  color: #FCFDFD;
  border-color: #4E5D6A;
  background-position: 0 -25px;
}

.menu ul li:hover>a
{
  color: #FCFDFD;
  border-color: #4E5D6A;
  background-position: 0 -25px;
}

* html .menu ul a:hover {
  color: #FCFDFD !important;
}	

* html .menu ul .menuhover .menuhoverA
{
  color: #FCFDFD !important;
  border-color: #4E5D6A;
  background-position: 0 -25px;
}


.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #FCFDFD;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #FCFDFD;
}

* html .nav .menu ul a:hover span, * html .nav .menu ul a:hover span span
{
  color: #FCFDFD !important;
}	

* html .nav .menu ul .menuhover .menuhoverA span, * html .nav .menu ul .menuhover .menuhoverA span span
{
  color: #FCFDFD !important;
}


/* end MenuSubItem */
/* Header loppuu */

/* Sidebar alkaa */

div.sidebar1 {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom:;
	width: 190px;
	height: 100%;
	float: left;
	border-right: 2px dotted #CCCCCC;
}

div.sidebar2 {
	border-left: 2px dotted #CCCCCC;
	background-color: #FFFFFF;
	margin-left: -15px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom:;
	width: 190px;
	height: 350px;
	float: right;
}

/* sisalto laatikko */
div.contentLayout {
	background-color: #FFFFFF;
	width: 890px;
	height: 100%;
}

div.content {
	margin-top: 15px;
	background-color: #FFFFFF;
	min-height: 485px;
	font-size:9pt;
	width: 490px;
	float: left;
}


div.post {
/*	background-color: #FBF9FA; */
	width:470px;
	float:left;
	margin-top:-15px;
	font-size:9pt;
	font-family:'trebuchet ms';
}

div.entry {
	font-family:'trebuchet ms';
	font-size:9pt;
	heiht: 400px;
	width: 450px;
	float: left;

}

div.entry p {font-size:8pt;}

div.BlockHeader {
	background-color: #0184A2; 
	width: 160px;

	margin: 9px;
	padding-top: 3px;
	height: 22px;
	padding-left: 8px;
	font-family: 'trebuchet ms', trebuchet;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

div.BlockContent {
	padding-left: 10px;
	margin-bottom: 30px;
}

select {
	border: 1px solid #0184A2;
	font-size: 9.1pt;
	font-family: verdana, arial;
}

div.BlockContent-body {
	margin-right: 25px;
}


p a {
	font-family: verdana, arial;
	font-size: 8pt;
	color: #0184A2;
}

input.uutiskirjeinput {
	height: 15px;
	width: 100px;
	font-family: 'trebuchet ms';
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

input.uutiskirjesubmit {
	height: 20px;
	width: 35px;
	font-family: 'trebuchet ms';
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: orange;
	border: 1px solid orange;
}

p.uutiskirje {
	height: 24px;
	width: 170px;
	font-family: 'trebuchet ms';
	font-size: 8pt;
	font-weight: ;
	color: black;
	margin-bottom: 5px;
}
p.jasensivut {
	height: 24px;
	width: 150px;
	font-family: 'trebuchet ms';
	font-size: 8pt;
	font-weight: ;
	color: black;
	margin-bottom: 5px;
}


/* Sidebar loppuu */

h2 {
	font-family: 'trebuchet ms', trebuchet;
	font-size: 22px;
	text-decoration: none;
	color: black;
}

h2 a {
	font-family: 'trebuchet ms', trebuchet;
	font-size: 24px;
	text-decoration: none;
	color: black;
}

h3 {
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	color: black;
	margin-bottom: 5px;
}

h3 a {
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
	color: black;
}

h4 {
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	color: black;
	margin-top: 20px;
	margin-bottom: -5px;
	color:#0184A2;
	padding:0px;
}

h6 a {
	font-family: 'trebuchet ms';
	font-size: 8pt;
	text-decoration: none;
	color: black;
	margin-top: 20px;
	margin-bottom: -5px;
	color:#0184A2;
	padding:0px;
}

h6 {
	font-family: 'trebuchet ms';
	font-size: 8pt;
	text-decoration: none;
	color: black;
	margin-top: 20px;
	margin-bottom: -5px;
	color:#0184A2;
	padding:0px;
}

small {
	font-family: verdana, arial;
	font-size: 8pt;
	color: black;
}

/* POSTAUS */

div.entry p {
	font-family: verdana, arial;
	font-size: 10pt;
	color: black;
}

p.postmetadata {
	font-family: verdana, arial;
	font-size: 8pt;
	color: black;
}











/* Widgetit alkaa */

div.textwidget {
	color: white;
}







/* footer koodi */

div#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 30px;
	font-family: verdana, arial;
	font-size: 8pt;
	color: #0184A2;
	float: left;
}



a.forum1 {
	text-decoration: none;
	font-family: 'trebuchet ms';
	font-size: 9.1pt;
	font-weight: bold;
}

table.forum2 {
        text-decoration: none;
        font-family: verdana, arial;
        font-size: 8pt;
}

table.keikat2 {
        text-decoration: none;
        font-family: verdana, arial;
        font-size: 8pt;
	margin-bottom: -10px;
}


form#searchform {
	margin-right: 5px;
	margin-left: 695px;
	margin-top: 70px;
}

input.search-submit {
	font-family: 'trebuchet ms';
	font-size: 9.1pt;
	font-weight: bold;
	color: white;
	height: 21px;
	width: 60px;
	background-color: orange;
	border: 1px solid grey;
}

input.form-input {
	font-family: 'trebuchet ms';
	font-size: 9.1pt;
	font-weight: bold;
	color: black;
	height: 16px;
	width: 113px;
	background-color: white;
        border: 2px solid grey;
}

p.nocomments {
	font-family: verdana, arial;
	font-size: 8pt;
}

blockquote.myface {margin-left:15px;}

blockquote.myface a IMG {
	text-decoration:none;
	border: 0px;
}


/* EDELLINEN JA SEURAAVA LINKIT */
div.alignright a {
	text-decoration:none;
	color: black;
}

div.alignleft a {
	text-decoration:none;
	color: black;
}

/*
div.alignright {
	font-family:'trebuchet ms';
	font-size: 8pt;
	border: 1px solid #CCCCCC;
	background-color:orange;
	padding-left: 6px;
	height:20px;
	line-height:20px;
	padding-right: 3px;
	float:right;
}

div.alignleft {
	font-family:'trebuchet ms';
	font-size: 8pt;
	height:20px;
	line-height:20px;
	border: 1px solid #CCCCCC;
	background-color:orange;
	padding-left: 3px;
	padding-right: 6px;
	float:left;
}
*/

div.alignleft {
	float:left;
}

div.alignright {
	float:right;
}

/*  LINKIT SIVU  */

div#urlit a {
	font-family:'trebuchet ms';
	font-size: 12pt;
	text-decoration: none;
	color: blue;
}

div#urlit a.url {
	font-family:'trebuchet ms';
	font-size: 10pt;
	text-decoration: none;
	color: black;
}

div#urlit a.url:hover {
	font-family:'trebuchet ms';
	font-size: 10pt;
	text-decoration: underline;
	color: black;
}

h5 a {
	font-family:'trebuchet ms';
	text-decoration:none;
	font-size:10pt;
	color:#0184A2;
}

h5 a:hover {
	font-family:'trebuchet ms';
	text-decoration:underline;
	font-size:10pt;
	color:#0184A2;
}

.alignleft {
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	float:left;
}

.alignright {
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	float:right;
}


a IMG {
	border:0px;
}

div.entry h2 {font-size:11pt;}
div.entry ul {font-size:8pt;}

div.entry p {font-size:9.1pt;}
div.post p {font-size:9.1pt;}

a.foorumi_widget {text-decoration:none; color:#000000; font-family:'trebuchet ms'; font-size:8pt;}
td.foorumi_time {color:#000000; font-family:'trebuchet ms'; font-size:8pt;}

a.kuvapankki {text-decoration:none; color:#0184A2; font-family:'trebuchet ms'; font-size:12pt;}
a.kuvapankki:hover {text-decoration:underline; color:black; font-family:'trebuchet ms'; font-size:12pt;}
