/* Start of CMSMS style sheet 'Layout: PPS' */
@charset "utf-8";
/* CSS Document */

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* --- REAL CSS --- */

/* LAYOUT */

html, body {
	height: 100%;
}

body {
	background: #2B488E url(uploads/PPS-layout/tausta-faux.png) repeat-y 50% 0; 
}

.alasivubody {
	background: #2B488E url(uploads/PPS-layout/tausta-faux-alasivu.png) repeat-y 50% 0; 
}

div#wrapper {
	width: 896px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px;
}

div#content-etusivu {
	float: left;
	width: 608px;
}

div#content {
	width: 608px;
	padding-top: 16px;
	margin: 0 auto;
}

div#aside {
	width: 288px;
	float: left;
}

.push {
	height: 96px;
	clear: both;
}

div#footer {
   	clear: both;
	height: 96px;
	width: 896px;
	margin: 0 auto;
}

div#search {
        float: right;
        width: 207px; /*tarviiko?*/
        padding: 28px 32px 0 0;
}

div#nimipalkki {
	height:64px;
	background-image: url(uploads/PPS-layout/header-tausta-1.png);
	background-repeat: repeat-x;
}


div#mainmenu {
	height:32px;
	background-image: url(uploads/PPS-layout/header-tausta-2.png);
	background-repeat: repeat-x;	
        padding: 0px 22px;
}



div#kuvapalkki {
	height:192px;
}

div#jakaja {
	height:32px;
	background-image: url(uploads/PPS-layout/header-tausta-3.png);
	background-repeat: repeat-x;
}

/* SISÄLTÖ */

div#logo {
	float: left;
        width: 100px; /*tarviiko?*/
	padding: 32px 0 0 32px;
}

div#teksti-etusivu {
	width: 416px;
	padding: 32px 32px 32px 0;
	float: right;
}

div#teksti {
	width: 416px;
	padding: 32px;
}

div#teksti-sivu {
	padding: 32px;
}

div#murupolku {
	padding: 0px 32px 0px 32px;
}

#copyright {
	padding: 16px;
}

/* TAULUKOT */
/* tällä hetkellä vain salivuorot */

table {
	border-collapse: collapse;
	width: 100%;
        margin-top: 1.5em;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}

td:first-child {
	width: 80px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
        width: 130px;
	}

td+td+td {
        text-align: left;
        width: auto;
}

td+td+td+td {
        text-align: center;
        width: 100px;
}


/* TYPOGRAPHY */

body {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5;
	font-size: 0.75em;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.33em;
	padding-top: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.16em;
	padding-top: 1.5em;
	font-weight: bold;
}
	

p {
	font-size: 1em;
	padding-top: 1.5em;
}

#murupolku p {
	font-size: 0.833em;
}

h1.title {
	padding: 18px 0 0 32px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nimipalkki a {
    text-decoration: none;
}

#nimipalkki a:hover {
	text-decoration:none;
}

#footer {
	text-align: center;
	font-size: 0.833em;
}

strong {
        font-weight: bold;
}

/* COLOURS */

#content, #content-etusivu {
	background-color:#FFF;
}

#aside {
	color: #FFFFFF;
}

#aside, #container {
	background-color:#122043;
}


a:link {
	color: #2B468C;
}

a:visited {
	color: #3F66B2;
}

div#footer {
	background-color:#122043;
}

#nimipalkki a:link {
	color: #477DDC;
}

#nimipalkki a:visited {
        color: #477DDC;
}

/* HAKU */
input.search-button {
	border: solid 1px #122043;
        background-color: #2B488E;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
        color: #477DDC;
        font-weight: bold;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;


/* End of 'Layout: PPS' */

