/*

	IAC 2010 Joomla Template
	Version: 1.0
	Author: Jonni Larjomaa
	Copyright: Ilmakehätieteiden osasto - Helsingin Yliopisto

	Modified by Mikael Siirilä
	Nordenswan & Siirilä Oy

	Modified by Henri Vuollekoski, UHel

*/

/*

GENERAL

*/

html {
	overflow: -moz-scrollbars-vertical;
}
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: justify;
	vertical-align: top;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: right 0px;
	background-attachment: fixed;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "Times New Roman";*/
	font-size: 1em;
	line-height: 18px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #1c75b9;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

/*

LAYOUT

*/

#centering {
	width: 82%;
	margin-left: 0%;
	margin-right: 18%;
	background-color: #fff;

}
#main-body {
	float: left;
	padding-left: 30px;
	padding-right: 0;
	padding-top: 30px;

	width: 100%;
	text-align: justify;
	background-color: #ffffff;
	border-right-style: solid;
	border-width: medium;

}

/*

HEADER

*/

#header {
	float: left;
	width: 77%;
	background-color: #ffffff;
	padding-left: 3%;
}
#headerlogo {
	float: left;
	width: 20%;
	background-color: #ffffff;
	padding-left: 0%;
	padding-top:38px;
	text-align:center;
}
#logo {
	width: 100%;
	float: left;
	padding-bottom: 25px;
}

/*

NAVIGATION

*/

#navbar {
	float: left;
	width: 20%;
	background-color: #ffffff;
}
div.moduletable_menu, div.moduletable {
	float: left;
	width: 100%;
	border-top: 3px #000000 solid;
	padding-bottom: 17px;
}
.moduletable_menu h3, .moduletable h3 {
	display: block;
	padding-top: 7px;
	padding-bottom: 12px;
	font-size: 1.25em;
}
.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: 1.25em;
	color: #000000;
	text-decoration: none;
}
ul.menu li#current a {
	color: #2c68b5;
}
ul.menu a:hover {
	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;
}
ul.latestnews span.date {
	padding: 0px;
	margin: 0px;
}

/*

SEARCH BOX

*/

div.search {
}
div.search #mod_search_searchword {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	width: 100%;
	border: 0px;
	padding-left: 2px;
	pading-right: 2px;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #ffffff;
}

/*

LAYOUT FIX

*/

#bar {
	float: left;
	height: 477px;
	width: 3%;
}

/*

CONTENT

*/

#content_body {
	float: left;
	width: 74%;
	border-top: 3px #000000 solid;
	border-bottom: 3px #000000 solid;

}
#content_body p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
#content_body h1 {
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 1.25em;

}
.componentheading, .contentheading {
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 1.25em;
	font-weight: bold;
}
.contentpane, .contentpaneopen {
	width: 100%;
}
.small, .createdate {
}
.createdate {
	margin-bottom: 5px;
}
.copyright {
	display: none;
}

/*

FOOTER

*/

#footer {
	float: left;
	display: inline;
	width: 74%;
	font-size: 0.9em;
	text-align: left;
	padding-left: 23%;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #ffffff;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

