 /* 
	Title:     Viikari-koti master styles for screen
	Author:    jussi@staart.fi
	Created:   January 26th 2009
*/


/* ===== 1. BODY DEFINITIONS ==== */

html {
	font-size: 100.01%;	
}
body {
	background: #fff;
	color: #000;
	font: normal 11px Arial, serif;
	margin: 0;
	padding: 0;
}
#screenkonkari {
	background: #c75b12 url("/img/konkari_bg.png") repeat-y top center;
}
#screenviikari {
	background: #822433 url("/img/viikari_bg.png") repeat-y top center;
}
#screenfront {
	background: #822433 url("/img/frontbg.png") repeat-y top center;
}
#frontpage {
	background: transparent;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1000px;
}
#page {
	background: transparent;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 990px;
}
#staart {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 8;
	margin: 10px;
}
#staart a {
	background-color: transparent;
	color: #000;
}

/* ===== 2. SITE STRUCTURE ===== */

#frontsitewrapper {
	background: transparent;
	clear: both;
	width: 1000px;
}

#frontsitewrapper a {
	padding: 80px;
	top: 60px;
	position: relative;
}
#sitewrapper {
	background: transparent;
	float: left;
	width: 732px;
}
#newsblock {
	width: 200px;
	float: left;
	background: #fff;
	color: #000;
	margin: 155px 10px 10px 10px;
	padding: 10px;
	text-align: left;
}
#newsblock h1, #newsblock h2, #newsblock p {
	padding: 10px 10px 0px 10px;
	margin: 0;
}
#leftcolumn {
	background: transparent;
	padding: 0;
	text-align: center;
	width: 210px;
}
#rightcolumn {
	background: #fff;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: left;
	width: 520px;
	vertical-align: top;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#konkaribottom {
	background: #C75B12;
	color: #fff; 
	clear: both;
	font: normal 11px Arial, Verdana, sans-serif;
	margin: 0 2px 0 10px;
	padding: 5px 0 5px 40px;
	text-align: left;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
}
#viikaribottom {
	background: #822433;
	color: #fff; 
	clear: both;
	font: normal 11px Arial, Verdana, sans-serif;
	margin: 0 2px 0 10px;
	padding: 5px 0 5px 40px;
	text-align: left;
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
}

/* ==== LEVEL 1 ==== */

ul.lev2 {
	background: transparent;
	border-top: 1px solid #fff;
	margin: 20px 0 20px 12px;
}
li.lev2 {
	background: transparent;
	border-bottom: 1px solid #fff;
	display: block;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
a.konkarilev2:link, a.konkarilev2:visited, a.konkarilev2:active {
	background: transparent url("/img/konkarilev1.png") no-repeat 0 5px;
	color: #fff;
	display: block;
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 25px;
	margin: 0;
	padding: 0 18px;
	text-decoration: none;
}
a.konkarilev2:hover, a.konkarilev2_sel:link, a.konkarilev2_sel:visited {
	background: #fff url("/img/konkarilev1sel.png") no-repeat 0 5px;
	color: #000;
	display: block;
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 25px;
	margin: 0;
	padding: 0 18px;
	text-decoration: none;
}
a.viikarilev2:link, a.viikarilev2:visited, a.viikarilev2:active {
	background: transparent url("/img/viikarilev1.png") no-repeat 0 5px;
	color: #fff;
	display: block;
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 25px;
	margin: 0;
	padding: 0 18px;
	text-decoration: none;
}
a.viikarilev2:hover, a.viikarilev2_sel:link, a.viikarilev2_sel:visited {
	background: #fff url("/img/viikarilev1sel.png") no-repeat 0 5px;
	color: #000;
	display: block;
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 25px;
	margin: 0;
	padding: 0 18px;
	text-decoration: none;
}

/* ==== EDITOR STYLES ==== */

p {
	background: transparent;
	color: #000;
	font: normal 12px Arial, serif;
	line-height: 1.3em;
	margin: 0;	
	padding: 7px 40px;
	text-align: left;
}
pre {
	background: #fff;
	font: 11px Courier, Helvetica, sans-serif;
	margin: 0;
	text-align: left;
}
h1 {
	background: transparent;
	color: #000;
	font: normal 14px Arial, serif;
	font-weight: bold;
	margin: 0;
	padding: 30px 40px 4px 40px;
	text-align: left;
}
h2 {
	background: transparent;
	color: #000;
	font: normal 13px Arial, serif;
	font-weight: bold;
	padding: 12px 40px 4px 40px;
}
h3 {
	background: transparent;
	color: #000;
	font: normal 12px Arial, serif;
	font-weight: bold;
	padding: 12px 40px 4px 40px;	
}
td {
	color: #fff;
	font: normal 12px Arial, serif;
}
ul {
	list-style: none;
	margin-left: 25px;
}
ol {
	line-height: 1.1em;
	margin-left: 25px;
}
li {
	color: #000;
	font: normal 12px Arial, serif;
	margin: 0 40px;	
	padding: 0;
	text-align: left;
}
hr {
	margin: 0 15px 0 15px;
}
img {
	margin: 0;
	padding: 0;
}
img[align="right"] { 
	float: right;
	padding: 0 0 0 8px;
}
img[align="left"] { 
	float: left;
	padding: 0 8px 0 0;
}
strong {
	font-weight: bold;	
}

a:link, a:visited, a:active, a:hover {
	background: transparent;
	color: #822433;
	display: inline;
	font: normal 12px Arial, serif;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

a.readmore:link, a.readmore:visited {
	background: transparent;
	color: #f39700;
	display: inline;
	font: bold 12px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a.readmore:hover {
	color: #f39700;
	text-decoration: underline;
}
