/*
Theme Name: Eduix
Theme URI: http://www.eduix.fi/
Description: Eduix.fi-teema
Version: 0.1
Author: Pompo Stenberg, Eduix Oy / Janne Riihimäki, NagreMedia
Author URI: http://www.eduix.fi/
Tags: two columns

Eduix.fi-teema

*/

@import url('fonts.css');
@import url('elomake.css');
@charset "UTF-8";
/* Basics */

* {
	margin:0;
	padding:0;
}
body {
	background:#ffffff;
	font-family:Helvetica, Arial, sans-serif;
}
html, body {
	height:100.1%;/* scrollbar aina näkyvissä, eli ei pompi vaakasuunnassa */
}
#mainwrap, #headerArea {
	background:url(images/mainbg.png) center repeat-y;
}
#footer {
	background:url(images/footerbg.png) center no-repeat;
	height:78px;
	text-align:center;
}
#footer div {
	color:#999999;
	padding-top:30px;
}
.inWrap {
	width:900px;
	margin:0 auto;
}
.inWrapWide {
	width:962px;
	margin:0 auto;
}
.clr {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}

/* Header */

#headerArea .inWrapWide {
	background:#FFFFFF url(images/topwaves.png) top right no-repeat;
	position:relative;
	height:106px;
}
#logo {
	position:absolute;
	top:9px;
	left:35px;
}
#eduixlogo {
	border: none;
}
#topmenu {
	position:absolute;
	top:10px;
	right:10px;
	list-style:none;
}
#topmenu li {
	float:left;
	padding-left:15px;
}
#topmenu li a {
	color:#333333;
	text-decoration:none;
	font-size:1.2em;
	padding:2px 0 0 0;
	display:block;
}
#topmenu li a:hover {
	color:#000000;
	text-decoration:underline;
}
#s {
	font-size:1em;
	width:70px;
	float:left;
}
#searchsubmit {
	float:left;
	padding-left:6px;
}
/* mainmenu */
#mainmenu {
	background:url(images/mainmenubg.png) center no-repeat;
}
#menu {
	list-style:none;
}
#menu li {
	float:left;
}
#menu li a {
	color:#FFFFFF;
	padding:9px 12px;
	display:block;
	text-decoration:none;
}
#menu li.current-cat a {
	color:#FFFFFF;
	background:#085292;
}
#menu li a:hover {
	background:#9DC4E6;
}

/* submenu */

#submenu {
	height:auto !important;
	height:3.3em; /* for ie6 */
	min-height:3.3em;
	background:#f3f3f3;
}
#submenu ul, #mainmenu #menu {
	padding-left:20px;
}
#submenu li {
	list-style:none;
	float:left;
	padding-left:15px;
}
#submenu li a {
	color:#464646;
	text-decoration:none;
	font-size:1.3em;
	padding:10px 0 10px 0;
	display:block;
}
#submenu li a.active {
	font-weight:bold;
}
#submenu li a:hover {
	text-decoration:underline;
}

/* content area */

#content, #rightCol {
	margin-top:30px;
}

#nosto {
	background:url(images/nostoBanner.png) no-repeat;
	height:190px;
	margin-bottom:15px;
}
#nosto .content {
}
#nosto .inner {
	padding:10px 20px;
}
.fpss-introtext .slidetext h1 a
{
	color:#FFF;
}
.fpss-introtext .slidetext h1 a:hover
{
	border-bottom:2px solid #E6EFF7;
	
}

#content {
	float:left;
	width:670px;
	margin-left:35px;
}
#content.full {
	width:890px;
}
.wideRight #content {
	width:500px;
}

/* oikea palsta */

#rightCol {
	width:195px;
	float:right;
	margin-right:35px;
}
.wideRight #rightCol {
	width:330px;
}

.rBox {
	border:1px solid #a1a29f;
	background:#FFF;
	margin-bottom:20px;
	padding:1px;
}
.rboxContent {
	padding:15px;
}
.rBox .title {
	background:url(images/rmodule_titlebg.png) repeat-x #3C6CBF;
}
.rBox #tunnus, .rBox #salasana {
	width:90%;
	margin-bottom:10px;
}
/* rounded content boxes */
#infoBoxes {
	margin-bottom:15px;
}
.roundedBox {
	width:216px;
	float:left;
	margin-right:11px;
}
.roundedBox h3 {
	padding:5px;
	height:auto !important;
	height:1em;
	min-height:1em;
	padding-top:10px;
}
.roundedBox .hd {
	background:url(images/boxL.png) top left no-repeat;
	padding-left:8px;
}
.roundedBox .hd .c {
	background:url(images/boxR.png) top right no-repeat;
}
.roundedBox .m {
	background:url(images/boxGradient.png) repeat-x #FFFFFF;
	padding:10px;
	/*height:6em; anna korkeus jos haluat laatikot tasakorkeuksisiksi */
min-height:6em;
}
.roundedBox p {
	margin:0;
	padding:0;
}
#contentbox {
	margin-bottom:10px;
}
