/*
Theme Name: Klaari 2009
Theme URI: http://wordpress.org/
Description: Klaari Helsinki-teema.
Version: 1.0
Author: Ismo Vuorinen
Author URI: http://ivuorinen.com/
Tags: klaari, one column, multilang, 960gs
*/
@import url("reset.css");
@import url("text.css");
@import url("960.css");

.ie6, .ie6box { display: none; }

html {
	background: #fff url("img/repeat.png") top center repeat-y;
}

body {
	font: 15px/125% Helvetica, Arial, sans-serif;
	background: transparent url("img/klaariheader.png") top center no-repeat;
	color: #333;
	margin: 0px; padding: 0px;
}

a {
	color: #3ab1d7;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	background: #3ab1d7;
	text-decoration: none;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.editlink, .small, small {
	font-size: 13px;
}
.block {
	display: block;
}
.dim, .dim * { color: #555 !important; }
.dim a { background: none; }

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

div#r {
	background: transparent;
	padding: 0px 0px 20px 0px;
}


/* Header */

div#header h1 a {
	display: block;
	width: 100%;
	padding-top: 210px;
	padding-bottom: 5px;
}
div#header h1 a span {
	display: none;
}
div#header h1 a:hover {
	background: transparent;
}

div#header .langbar {
	margin-top: -5px;
	margin-right: -40px;
	padding: 15px 5px 10px;
	width: 270px;
	font-size: 13px;
	/*background: #fff;*/
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


/* Menu */

div#menu-wrap {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
	margin-left: -5px;
	background: transparent;
	/*border: 1px solid #76cde9;*/
}
div#menu-wrap li.selected_page {
	background: #76cde9;
}
div#menu-wrap li.selected_subpage {
	background: #abe5f8;
	color: #333;
}
div#menu-wrap ul li:hover a, div#menu-wrap ul a:focus, div#menu-wrap ul a:active {
	background-color: #76cde9;
	color: #fff;
}
#menu-wrap a:hover, #menu-wrap ul li ul li a:hover {
	color: #333;
	background: #abe5f8;
}
#menu-wrap :hover > a, #menu-wrap ul ul :hover > a {
	color: #000;
	background: #fff;
}


/* Content */
div#content {
	padding-top: 20px;
}

h2 {
	font-weight: 100;
	border-bottom: 1px solid #aaa;
	padding-top: 2px;
	padding-bottom: 4px;
}

h3, h4, h5, h6 {
	font-weight: 100;
}

a.parent-title-url {
	color: #333;
	text-decoration: none;
}
a.parent-title-url:hover {
	background: inherit;
	color: #abe5f8;
	text-decoration: underline;
}

.breadcrumbs {
	font-size: 12px;
}

ul.nicerlisting {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: none;
}
ul.nicerlisting li {
	margin: 0px 0px 0px 1px;
	padding: 0px 0 5px 3px;
	clear: both;
	overflow: auto;
}

ul.meetings_details li {
	padding-bottom: 5px;
}

div.eventsnewscol ul li span.date {
	float: left; width: 40px; height: 45px; padding-right: 8px;
	text-align: center;
}
div.eventsnewscol ul li span.title,
div.eventsnewscol ul li span.group {
	float: left; width: 200px;
}
div.eventsnewscol ul li span.date span.block {
	font-size: 12px;
}
div.eventsnewscol ul li {
	clear: both;
}

.morelink {
	text-align: right;
	border-top: 1px solid #aaa;
	font-size: 12px;
	margin-bottom: 35px
}


div.eventsnewscol h2 { border: none !important; }


div.mapcol h3 { padding-top: 20px; }

div.mapcontainer {
	width: 100%;
	height: 250px;
	background: #f6f6f6;
	text-align: center;
}

/* Footer */
div#footer {
	background: #eee url("img/footer.png") repeat-x;
	margin-top: 30px;
	border-top: 1px solid #aaa;
	font-size: 13px;
	margin-left: 5px; /* tulevat overrided johtuu tästä */
	margin-right: -1px;
	padding-top: 20px;
	margin-bottom: -50px;
}
div#footer .prefix_1 {
	padding-left: 55px; /* override 960.css */
}
div#footer .grid_4 {
	width: 240px !important; /* override 960.css */
}
div#footer div.paddingt100 {
	padding-top: 100px;
}
div#footer div.paddingb50 {
	padding-bottom: 50px;
}

div#footer .langbar {
	text-align: right;
}

div#footer .meta {
	padding-top: 50px !important;
}
div#footer .logos {
	padding-top: 50px !important;
}

div#footer .watermarklogo {
	height: 100%;
	min-height: 150px; max-height: 100%;
	background: transparent url("img/klaari_vesileima.png") top right no-repeat;
}

.hidden {
	display: none;
	visibility: hidden;
}

#s {
	width: 130px;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



.error {
	color: #900 !important;
	background: pink;
	border: 1px solid #900;
}


.meetings_dim {
	color: #999;
}
.meetings_cancelled {
	color: #900; text-decoration: line-through;
}

.event {
	padding: 5px 0 10px 10px;
	margin-bottom: 20px;
	border-left: 5px solid #999;
}

h4.event_month { border-bottom: 1px solid #777; }

.event h5 {
	margin-bottom: 2px; padding-bottom: 2px;
}
.event_status_ok 			{ border-color: #0CF; } .event_x_ok { background: #0CF; }
.event_status_cancelled 	{ border-color: #900; } .event_x_ca { background: #900; }
.event_status_moved 		{ border-color: #333; } .event_x_mo { background: #333; }
.event_old 					{ border-color: #999; } .event_x_ol { background: #999; }

.event_x_list { list-style: none; padding: 0px; margin: 5px 0px; }
.event_x_list li { height: 22px; margin: 0px; padding: 2px 0px; }
.event_x { width: 20px; height: 20px; float: left; margin-right: 10px; }


.stico_default, .stbuttontext, .stbuttontext:hover {
	color: #333 !important;
}



/* Comments */

ol.commentlist {
}

ol.commentlist li.comment {
	padding-left: 10px; border-left: 3px solid #0CF;
	margin-bottom: 10px;
}

ol.commentlist li.comment div.comment-body {
	padding: 2px 0;	
}

ol.commentlist li.comment p {
	margin: 2px 0 2px;
	padding: 5px 0;
	border-top: 1px solid #999;
}

ol.commentlist li.comment div.comment-author {
	display: inline;	
}
ol.commentlist li.comment div.comment-author span.says {
	display: none;
}
ol.commentlist li.comment div.comment-meta {
	display: inline;
	float: right;
	width: auto;
	font-size: 13px;
}
ol.commentlist li.comment div.reply {
	display: none;	
}

ol.commentlist li.depth-2 {
	list-style: none;
	margin-left: 0px;
}


table.form-hakemus {
	width: 100%; margin: 10px 0px;
	vertical-align: top;
}
table.form-hakemus tr {
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
table.form-hakemus tr td {
	padding: 3px 3px 3px 0px;
	vertical-align: top;
}
table.form-hakemus tr td.title { width: 170px; }
table.form-hakemus tr td.input { width: 250px; }
table.form-hakemus tr td.desc  { width: 300px; padding-left: 5px; }
table.form-hakemus select, table.form-hakemus input, table.form-hakemus textarea {
	width: 100%; max-width: 100%; min-width: 100%; background: #fff; color: #333;
}