﻿/*-------------------------------------------
NAMO CSS-tyylitiedosto
---------------------------------------------*/
body{
background: url('layout/bgpattern.png') #ffffff repeat-x;
}

html, body{
height: 100%;
}

/* IE-hack */
* html #wrapper {
height: 100%;
}

/*-------------------------------------------
Sisällön tyylimääritykset
---------------------------------------------*/
img {
border: none;
}

#wrapper{
margin-top: 50px;
margin-left: 25px;
margin-right: auto;
width: 975px;
min-height: 100%;
height: auto;
overflow: hidden;
}

#navi{
width: auto;
height: auto;
margin: 15px 0 15px 0;
float: left;
}

#navi_navigation{
background: url('layout/navi_bg.png') #fff no-repeat;
width: 201px;
height: 329px;

}

#oikeapalkki{
float: right;
margin: 0;
padding: 0;
}

#ajankohtaista{
width: 200px;
height: auto;
background-color: #fff;
margin-top: 120px;
border: 1px solid #9CD6F4;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#ajankohtaista_content{
	font-family: "Book Antiqua";
	font-size: 28px;
	font: italic normal bold 100% "Book Antiqua";
	width: auto;
	height: auto;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 0 5px 5px 5px;
	background-color: #fff;
}



/*-------------------------------------------
CSS-valikko
---------------------------------------------*/
#button ul{
	font-family: "Book Antiqua";
	font-size: 14px;
	font: oblique normal bold 100% "Book Antiqua";
	margin: 0;
	list-style: none;
	padding: 5px;
	text-align: center;
}

#button ul li{
border-bottom: 1px solid #2575A4;
margin: 0;
}

#button li a{
display: block;
padding: 5px;
background-color: #3392CA;
width: 100%;
margin: 0;
padding: 5px 0 5px 0;
color: #fff;
text-decoration: none;
}

html>body #button li a {
		width: auto;
		}

#button li a:hover{
display: block;
padding: 5px;
background-color: #2E89B9;
width: 100%;
margin: 0;
padding: 5px 0 5px 0;
color: #fff;
text-decoration: none;
}

/*-------------------------------------------
Nettiradiopalkki
---------------------------------------------*/
#ajankohtaista_radio{
	width: 200px;
	height: auto;
	background-color: #fff;
	margin-top: 15px;
	border: 1px solid #9CD6F4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#ajankohtaista_radio_content{
width: auto;
height: auto;
margin-top: 15px;
margin-bottom: 8px;
padding: 0 5px 5px 5px;
background-color: #fff;
font-family: Book Antiqua;
font-size: 11px;
}

a.kuuntele_win {
display:block;
background:url(images/kuuntelewinm.png) top no-repeat;
width:220px;
height:125px;
text-decoration:none;
}
a.kuuntele_win:hover {
	background-position: bottom;
}
a.kuuntele_win span {
	visibility: hidden;
}

a.kuuntele_mac {
display:block;
background:url(images/kuuntelemacn.png) top no-repeat;
width:220px;
height:125px;
text-decoration:none;
}
a.kuuntele_mac:hover {
background-position:bottom;
}
a.kuuntele_mac span {
visibility:hidden;
}
a.kuuntelelahetysta {
display:block;
background:url(images/KUUNTELERADIO.jpg) top no-repeat;
width:190px;
height:100px;
text-decoration:none;
}


/*------------------------------------------
podcast taulukko
---------------------------------------------*/
#podcast_table{
text-align:left;
border: 1px solid #458FB6;
width:100%;
padding:5px;
margin-bottom:5px;
}

.podcast_td_blue{
background-color: #D7E7EF;
}


/*-------------------------------------------
Logo sekä sisällön muotoilut
---------------------------------------------*/
#header{
background: url('layout/namo_header.png') no-repeat;
width: 551px;
height: 80px;
margin-top: 25px;
}

#content{
width: auto;
height: 100%;
float: left;
margin-left: 10px;
margin-bottom: 25px;
}

#textarea{
background-color: #fff;
width: auto;
height: 100%;
border: 1px solid #9CD6F4;
margin-top: 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;

}
#textarea_text{
width: 515px;
height: 100%;
padding: 15px;
font-size: 13px;
line-height: 20px;
text-align: justify;
font-family: arial;
color: #000;
}

/*-------------------------------------------
Copyright
---------------------------------------------*/
#copyright{
margin-top: 5px;
font-family: arial;
font-size: 11px;
color: #A1A1A1;
text-align: center;
}

/*------------------------------------------
Sivuston linkkien tyylimääritykset
---------------------------------------------*/
a:link,a:visited,a:active{
text-decoration: none;
color: #3792C7;
}

a:hover{
text-decoration: underline;
color: #5B98BC;

}
/*------------------------------------------
Otsikon sekä muun tekstin muotoilut
---------------------------------------------*/
h2{
font-size: 24px;
font-family: Book Antiqua;
color: #257EB3;
padding: 0;
margin-top: 15px;
}

h3{
padding: 0;
margin: 0 0 10px 0;
font-family: Book Antiqua;
color: #257EB3;
font-size: 20px;
}

h4{
padding: 0;
margin: 0 0 10px 0;
font-family: Book Antiqua bold;
color: #black;
font-size: 20px;
} 

/*------------------------------------------
Kuvan sijoitukset ja kuvatekstit
---------------------------------------------*/
.img_left{
float: left;
padding: 0;
margin: 0;
}

.img_border{
float: left;
padding: 5px;
margin-right: 5px;
border: 1px solid #ADADAD;
}

.img_caption{
clear: left;
font-style: italic;
font-size: 11px;
color: #3D4245;
padding: 0;
margin: 0;
}