/*
Theme Name: NLP.fi
*/

@charset "UTF-8";

/* NLP STYLES */

#alue {
	width: 760px;
	height: auto;
	border: 0;
	background-color: #ffffff;
	background-image: url(images/alue.gif);
	background-repeat: repeat-y;
	background-position: top;
	z-index: 5;
	margin-left: -390px;
	position: absolute;
	top: 50px;
	left: 50%;
	clear: right;
}

#varjo		{
	width: 760px;
	height: 560px;
	border: 0;
	background-color: #a17156;
	background-position: top; 
	z-index: 1;
	margin-left: -385px;
	position: absolute;
	top: 55px;
	left: 50%;		
}

#ylapalkki {
	width: 744px;
	height: 110px;
	border: 0px;
	background-color: none; 
	background-image: url(images/ylapalkki.jpg);
	background-repeat: no-repeat;
	background-position: top; 
	z-index: 10;
	position: absolute;
	left: 8px;
	top: 8px;
}

#kukka {
	width: 122px;
	height: 132px;
	border: 0px;
	background-color: none; 
	background-image: url(images/kukka.gif);
	background-repeat: no-repeat;
	background-position: top; 
	z-index: 100;
	position: absolute;
	right: 2px;
	top: 5px;

}

#valikko {
	width: 744px;
	border: 0;
	background-color: #581c1e;
	z-index: 250;
	position: relative;
}		
		
#linkit	{
	width: 744px;
	height: 26px;
	border: 0;
	background-color: #581c1e;
	z-index: 150;
	position: absolute;
	left: 8px;
	top: 126px;
}

#kuva {
	width: 157px;
	height: 157px;
	background-color: none;
	z-index: 50;
	position: absolute;
	left: 20px;
	bottom: 50px;	
}

#alapalkki	{
	width: 744px;
	height: 26px;
	border: 0;
	background-color: #edd5bf;
	background-image: url(/wp-content/uploads/alapalkki.gif);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 100;
	position: absolute;
	left: 8px;
	bottom: 8px;
		}


#teksti	{
	
	height: auto;
	border: 0px;
	padding: 190px 70px 50px 70px;
	text-align: left;
	z-index: 100; 
	position: static;
	/*background: transparent url(images/kukkavasen.jpg) no-repeat 40px 90%;*/
}

#tekstiblock {
	postition: relative;
	display: block;
	
	padding: 0;
	margin: 0;
}

#tekstiblock img {
	float: left;
	margin-bottom: 10px; 
	margin-right: 15px;
}


/*.prop {
    float:right;
    width:1px;
    height: 400px;
}*/

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}



body 	{ 
	font-family: Verdana, Arial, sans serif;
	color: #581c1e;
	font-size: 0.8em; 
	background-color: #edd5bf;
	margin-left:0; 
	margin-right:0;
	padding: 0; 
	margin: 0;
}

td { 
	font-family: Verdana, Arial, sans serif;
	color: #581c1e;
	font-size: 0.8em;
}	
       		
p { 	
	font-family: Verdana, Arial, sans serif;
	color: #581c1e;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

a 	{	
	font-family: Verdana, Arial, sans serif;
	color: #f76214; 
}

a.over {	
	font-family: Verdana, Arial, sans serif;
	color: #ff9e03; 
}

h1 {
	font-family: Verdana, Arial, sans serif;
	color: #581c1e;
	font-size: 1.0em;
}


/* MAIN NAVIGATION / DROPDOWN */

#valikko {
	position: relative;
	display: block;
	float: left;
	width: 744px;
	height: 26px;
	text-align: left;
	background: transparent;
	z-index: 240;
}

#valikko ul {
	list-style: none;
	height: 26px;
	margin: 0;
	padding: 0 0 0 0; /* top right bottom left */
	background: transparent; 
}
	
#valikko li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 250 !important;
}
	
#valikko li a {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 250;
}
	
#valikko li a span { 
	display: block; 
}

#valikko li a { 
	display: block;
	height: 18px;
	float: left;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 7px;
	font: 300 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background: transparent;
	z-index: 260;
}

#valikko ul li.last a { 
	padding-left: 5px;
	padding-right: 0px !important;
padding-right: 16px;
}

#valikko li.current a { 
	background: transparent;
}

#valikko li { 
	padding-right: 0;
	background: transparent;
}

#valikko li.last { 
	background: transparent;
}

#valikko li li a { 
	cursor: pointer; 
}

#valikko li a:hover {
	/*color: #000;*/
}
	
#valikko ul ul {
	height: auto;
	width: 181px;
	background: none;
	padding: 0 0 0 0; /* top right bottom left */
	margin: 0;
	position: absolute;
	top: 26px;
	left: -1px;
	background: transparent;
	display: none;
	z-index: 270;
	border-top: 1px solid #581c1e;
}

#valikko ul ul ul {
	height: auto;
	width: 181px;
	background: none;
	padding: 0; /* top right bottom left */
	margin: 0;
	position: absolute;
	top: -1px;
	left: 181px;
	background: transparent;
	display: none;
	z-index: 270;
	border-top: 1px solid #581c1e;
}
	
#valikko ul ul ul {
	display: none;
}
	
#valikko li li a,
#valikko li li li a,
#valikko li .hasSubItems li a,
#valikko li li .hasSubItems li a {
	width: 174px;
	height: auto;
	padding: 5px 0px 0px 6px; /* top right bottom left */
	margin: 0;
	border-left: 1px solid #581c1e;
	border-right: 1px solid #581c1e;
	border-bottom: 1px solid #581c1e;
	font: 300 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #581c1e;
	text-decoration: none;
	background: #efe5db;
}

/*#valikko li li.last a, #valikko ul li ul li.last a {
	border: 0;
	border-bottom: 0;
}*/
	
#valikko li li  a:hover,
#valikko li li li a:hover,
#valikko li  .hasSubItems li a:hover,
#valikko li li .hasSubItems li a:hover {
	/*color: #000;*/
	background: #f5f3f1;
}

#valikko li .hasSubItems a:hover,
#valikko li li .hasSubItems a:hover {
	/*color: #000;*/
	background: #f5f3f1;
}

.sf-sub-indicator {
	display: none !important;	
}

#valikko sup {
	display: none;
	font-size: 90%;
}

#valikko li.link9 sup {
	display: inline;
}




/* AJANKOHTAISTA */

div.ajankohtaista {
margin-top: 15px;
/*border-top:1px solid #ddd;*/
}

div.ajankohtaista div.newspost {
border-bottom:1px solid #ddd;
}

div.ajankohtaista2 {
margin-top: 15px;
margin-bottom: 30px;
border-top:0px solid #ddd;
}

div.ajankohtaista div.newspost2 {
border-bottom:0px solid #ddd;
}

div.ajankohtaista div.newspost h3, 
div.ajankohtaista2 div.newspost2 h3 {
/*font: 300 13px/15px Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;*/
/*color: #007db1;*/
padding-top: 0;
padding-bottom: 5px;
margin-top: 0;
}

div.ajankohtaista div.newspost p {
padding-bottom: 2px;
}

div.ajankohtaista2 div.newspost2 h3 {
padding-bottom: 0px;
/*font: 300 16px/16px Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;*/
}

div.ajankohtaista2 div.newspost2 p {
padding-bottom: 10px;
}

div.ajankohtaista div.newspost p.newsdate,
div.ajankohtaista2 div.newspost2 p.newsdate {
font-size: 12px; 
line-height: 9px; 
color: #aaa;
padding-top: 10px;
/*padding-bottom:2px;*/
margin-bottom: 0;
margin-top: 11px;
}

div.ajankohtaista div.newspost p.readmore { 
padding-bottom: 10px;
}

table.lomake td {
vertical-align: top;
}

table.lomake input.formTextinput,
table.lomake textarea.formTextarea,
table.lomake input.formEmailinput  {
display: block;
width: 250px;
padding: 3px;
}

table.lomake textarea.formTextarea {
width: 254px;
}

img.alignleft { float: left; margin-bottom: 10px; margin-right: 15px; }
img.alignright [ float: right; margin-bottom: 10px; margin-left: 15px; }