/* Start of CMSMS style sheet 'BASIC' */
/* ---------- CSS STYLES ---------- */


/* ---------- GENERAL ---------- */

* {
	outline: none;
	font-size: 11px;
	font-family: Arial, Verdana;
}

img, div, input, p {
	behavior: url("/scripts/png_fix.htc");
}

.clear {
	clear: both;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}


/* ---------- BODY ---------- */

html {
	margin: 0px;
}
 
body {
	margin: 0px;
	background: #fff;
	text-align: center;
	color: #002e56;
}


/* ---------- STRUCTURE ---------- */

#container {
	margin: 0px auto;
	width: 1000px;
	text-align: left;
	background: url('/images/bg_container.gif') center repeat-y;
}

#header {
	position: relative;
	height: 175px;
	background: url('/images/bg_header.gif') no-repeat;
}

#navi {
	position: absolute;
    top: 120px;
    left: 248px;
}

#navi div {
	position: relative;
	height: 40px;
	overflow: hidden;
	font-size: 0px;
}

#mp3Player {
    position: absolute;
    top: 114px;
    left: 780px;
    width: 200px;
    height: 32px;
    overflow: hidden;
}

#content {
	margin: 10px 30px;
	text-align: left;
}

#content .col_left {
	float: left;
    width: 200px;
}

#content .col_center {
	float: left;
	margin: 0px 20px;
    width: 500px;
}

#content .col_right {
	float: right;
    width: 200px;
}

.sub_navi {
	margin: 0px 0px 15px 0px;
}

.sub_navi .content {
	padding: 10px;
}

.block .wrapper {
	background: url('/images/bg_box_content.gif') repeat-y;
	margin: 0px 0px 10px 0px;
}

.block .holder {
	background: url('/images/bg_box_top.gif') left top no-repeat;
}

.block .content {
	padding: 20px 5px 20px 3px;
	background: url('/images/bg_box_bottom.gif') left bottom no-repeat;
}

#footer {
	position: relative;
	height: 150px;
	background: url('/images/bg_footer.gif') no-repeat;
}

#footer div {
	padding: 105px 100px 0px 100px;
}



/* ---------- SPECIAL BLOCKS ---------- */

.blog_entry {
	border-bottom: 1px dotted #ccc;
	margin: 10px 0px;
}

.blog_comments {
	border: 1px dotted #ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
    background: #eee;
}

.newsletter {
	text-align: center;
}

#footer div.copyright {
	position: absolute;
	margin: 120px 0px 0px 30px;
	padding: 0px;
    width: 200px;
    text-align: center;
    color: #fff;
	font-size: 11px;
}



/* ---------- FONTS ---------- */

h1 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: normal;
}

h4 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
	color: #890203;
	text-transform: normal;
}

h5 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

h6 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: normal;
}

.h7{
	margin: 10px 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: normal;
	color: #890203;
	font-weight: bold;
}

p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
}

#header p, table.ohjelma p {
	margin: 0px;
	padding: 0px;
}

.left h1, .left h2, .left h3, .left h4, .left h5, .left h6 {
	margin: 0px;
	padding: 0px 0px 4px 4px;
	white-space: nowrap;
}

.left p {
	margin: 0px;
	padding: 0px 0px 4px 4px;
}

.left .ingress h5, .left .ingress p {
	margin: 0px;
	padding: 0px 0px 5px 15px;
}

.squeezebox h1 {
    color: #fff;
}

#footer p {
	margin: 0px;
	padding: 0px;
    color: #fff;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #002e56;
}

a:hover {
	text-decoration: none;
}

#navi a:hover img, #navi a.active img {
    position: relative;
	top: -40px;
}

.sub_navi a {
	text-decoration: none;
	font-weight: bold;
}

.sub_navi a:hover, .sub_navi a.active {
	color: #890203;
	text-decoration: none;
}

.sub_navi li a {
	padding: 0px 0px 0px 10px;
	background: url('/images/bullet_sub_navi.gif') center left no-repeat;
}

.large {
	font-size: 12px;
}

.date {
	font-size: 11px;
	font-style: italic;
}

.note {
	font-size: 11px;
	color: #ff0000;
	font-style: italic;
}

.squeezebox .note {
	color: #fff;
}

.feedback .note {
	padding: 0px 0px 0px 5px;
}

p.ilmoittaudu {
	margin: 0px auto;
	padding: 0px;
    width: 130px;
    height: 20px;
    line-height: 20px;
    background: url('/images/bg_btn_ilmoittaudu.png') top center no-repeat;
    text-align: center;
}

p.ilmoittaudu:hover {
    background: url('/images/bg_btn_ilmoittaudu_over.png') top center no-repeat;
}

p.ilmoittaudu a {
    color: #fff;
	text-decoration: none;
}



/* ---------- LISTS ---------- */

ul {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style: none;
}

.sub_navi ul {
	margin: 0px;
	padding: 2px 0px;
	list-style: none;
}

ol {
	margin: 0px 0px 0px 17px;
	padding: 0px;
	list-style: decimal;
}

li {
	margin: 0px;
	padding: 2px 0px 2px 15px;
    background: url('/images/bullet_2.png') 0px 7px no-repeat;
}

ol li {
	padding: 2px 0px 2px 5px;
    background: none;
}

.sub_navi li {
	margin: 0px;
	padding: 2px 0px 2px 5px;
	list-style: none;
    background : none;
}

.sub_navi li li {
	margin: 0px;
	padding: 2px 0px 2px 10px;
}



/* ---------- TABLES ---------- */

table {
	border: none;
}

table.feedback td {
	padding: 0px 5px;
}

table.album {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

table.album td {
	padding: 5px;
	width: 25%;
}



/* ---------- IFRAMES ---------- */

iframe {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


/* ---------- FORMS ---------- */

form {
	margin: 0px;
	padding: 0px;
}

input {
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 2px;
	width: 200px;
	height: 15px;
	vertical-align: middle;
    background: #fff;
}

.field {
	position: relative;
	border: 1px solid #ccc;
	margin: 2px 5px;
	padding: 0px;
	width: 185px;
	height: 18px;
    overflow: hidden;
}

.newsletter_large .field {
	width: 250px;
}

.block .field {
	width: 180px;
}

.field input {
	position: absolute;
    top: 0px;
    left: 0px;
	border: none;
	width: 100%;
	height: 100%;
}

textarea {
	cursor: pointer;
	border: 1px solid #ccc;
	margin: 0px;
	width: 250px;
	height: 100px;
	vertical-align: middle;
	overflow: auto;
}

.textarea {
	position: relative;
	border: 1px solid #ccc;
	margin: 2px 5px;
	padding: 0px;
	width: 185px;
	height: 100px;
    overflow: hidden;
}

.textarea textarea {
	position: absolute;
    top: 0px;
    left: 0px;
	border: none;
	width: 100%;
	height: 100px;
	overflow: auto;
}

.btn {
	position: relative;
	margin: 5px auto 5px auto;
	padding: 0px;
	width: 60px;
	height: 20px;
    overflow: hidden;
}

.newsletter_large .btn {
	margin: 5px;
}

.blog_btn {
	position: relative;
	margin: 2px 5px;
	padding: 0px;
	width: 110px;
	height: 20px;
    overflow: hidden;
}

.btn input {
	position: absolute;
    top: 0px;
    left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	line-height: 15px;
    color: #fff;
    font-weight: bold;
    background: url('/images/bg_btn_laheta.png') no-repeat;
}

.blog_btn input {
	position: absolute;
    top: 0px;
    left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	line-height: 15px;
    color: #fff;
    font-weight: bold;
    background: url('/images/bg_btn_laheta_kommentti.png') no-repeat;
}

.btn input:hover {
    background: url('/images/bg_btn_laheta_over.png') no-repeat;

}

.blog_btn input:hover {
    background: url('/images/bg_btn_laheta_kommentti_over.png') no-repeat;
}

.checkbox input {
    border: none;
	width: 14px;
	height: 14px;
}

.active_field {
    background: #ddd;
}

.deactive_field {
    background: #fff;
}

.active_btn {
    color: #aaa;
}

.deactive_btn {
    color: #fff;
}



/* ---------- IMAGES ---------- */

img {
	border: none;
	vertical-align: middle;
}

#navi img {
    margin: 0px 4px 0px 0px;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
    clear: both;
}

img.right {
	float: right;
	margin: 0px 0px 5px 10px;
    clear: both;
}

img.url {
	position: absolute;
    top: 25px;
    left: 40px;
    width: 180px;
    height: 135px;
}



/* ---------- FRONTPAGE PHOTO SLIDESHOW ---------- */

.slideshow {
	position: relative;
	width: 500px;
	height: 300px;
	overflow: hidden;
}

.slideshow div {
	position: absolute;
}

.slideshow img {
	position: absolute;
	border: none;
    display: none;
}

.slideshow p {
	margin: 0px;
	padding: 0px;
}

.slideshow_text_mask {
	position: relative;
	width: 500px;
	height: 50px;
	background: url('/images/bg_gradient.gif') repeat-x;
	overflow: hidden;
	z-index: 10000;
}

.slideshow_text_1 {
	position: absolute;
	top: 0px;
}

.slideshow_text_2 {
	position: absolute;
	top: 25px;
}

.slideshow_text_1 p, .slideshow_text_1 a {
	position: absolute;
	width: 480px;
	margin: 0px 10px;
	line-height: 32px;
	color: #ffffff;
    display: none;
}

.slideshow_text_2 p, .slideshow_text_2 a {
	position: absolute;
	width: 480px;
	margin: 0px 10px;
	line-height: 18px;
	color: #ffffff;
    display: none;
}

.block .logos {
	position: relative;
	width: 200px;
	height: 110px;
	overflow: hidden;
}

.block .logos p {
	position: absolute;
	margin: 0px 10px;
    padding: 0px;
	width: 175px;
	height: 110px;
	line-height: 110px;
    text-align: center;
    background: #fff;
}

.block .logos img {
	vertcal-align: middle;
}

.col_right .content h1 {
	margin: 0px 0px 10px 0px;
    padding: 0px;
}



/* ---------- SQUEEZEBOX ---------- */

.squeezebox {
	margin: 0px;
	background: url('/images/squeezebox/bg_squeezebox.gif') repeat-x #fff;
}

.squeezebox #content {
	margin: 10px;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

#sbox-overlay {
	position: absolute;
	background: #000;
}

#sbox-window {
	position: absolute;
	background: #fff;
	overflow: visible;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: -25px;
	background: url('/images/squeezebox/close.gif') no-repeat;
}

.sbox-window-ie6 #sbox-btn-close {
	background: url('/images/squeezebox/close.gif') no-repeat;
}

.sbox-loading #sbox-content {
	background: url('/images/squeezebox/loader.png') center no-repeat;
}

#sbox-content {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: auto;
	clear: both;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image, .sbox-content-image img {
	display: block;
}

.sbox-content-iframe#sbox-content {
	overflow: hidden;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
/* End of 'BASIC' */

