/*

	IAC 2010 Joomla Template
	Version: 1.0
	Author: Jonni Larjomaa
	Copyright: Ilmakehätieteiden osasto - Helsingin Yliopisto

	Modified by Mikael Siirilä
	Nordenswan & Siirilä Oy

*/

/*

GENERAL

*/

html {
	overflow: -moz-scrollbars-vertical;
}
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 60px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #1c75b9;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
ul {
	list-style-position: inside;
}

/*

LAYOUT

*/

#centering {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#main-body {
	float: left;
	width: 100%;
	text-align: left;
	background-color: #ffffff;
}

/*

HEADER

*/

#header {
	float: left;
	width: 835px;
	background-color: #ffffff;
}
#logo {
	width: 835px;
	float: left;
	padding-bottom: 50px;
}

/*

NAVIGATION

*/

#navbar {
	display: none;
	float: left;
	width: 225px;
	background-color: #ffffff;
}
div.moduletable_menu, div.moduletable {
	float: left;
	width: 225px;
	border-top: 3px #000000 solid;
	display: block;
	padding-bottom: 17px;
}
div.moduletable_menu {
	padding-bottom: 20px;
}
.moduletable_menu h3, .moduletable h3 {
	display: block;
	padding-top: 7px;
	padding-bottom: 12px;
	font-size: 20px;
}
.moduletable ul {
	list-style-type: none;
}
ul.menu {
	list-style-type: none;
	padding-bottom: 5px;
}
ul.menu ul {
	list-style-type: none;
}
ul.menu a {
	display: block;
	padding-top: 7px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
ul.menu li#current a {
	color: #2c68b5;
}
ul.menu a:hover {
	display: block;
	color: #2c68b5;
	text-decoration: none;
}

/*

LATEST NEWS

*/

ul.latestnews {
	list-style-type: none;
}
ul.latestnews ul {
	list-style-type: none;
}
ul.latestnews li {
	padding-bottom: 10px;
}
ul.latestnews a {
	display: block;
	color: #000000;
	text-decoration: underline;
}
ul.latestnews a:hover {
	display: block;
	color: #2c68b5;
	text-decoration: underline;
}

/*

SEARCH BOX

*/

div.search {
}
div.search #mod_search_searchword {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	width: 221px;
	border: 0px;
	padding-left: 2px;
	pading-right: 2px;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #ffffff;
}

/*

LAYOUT FIX

*/

#bar {
	display: none;
	float: left;
	height: 477px;
	width: 30px;
}

/*

CONTENT

*/

#content_body {
	float: left;
	width: 100%;
	border-top: 3px #000000 solid;
}
#content_body p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#content_body h1 {
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 20px;
}
.componentheading, .contentheading {
	display: none;
}
.contentpane, .contentpaneopen {
}
.small, .createdate {
}
.createdate {
	margin-bottom: 5px;
}
.copyright {
	display: none;
}

/*

FOOTER

*/

#footer {
	float: right;
	width: 100%;
	border-top: 3px #000000 solid;
	text-align: center;
	font-size: 11px;
	text-align: left;
	margin-top: 15px;
	padding-top: 6px;
	padding-bottom: 60px;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

