@charset "utf-8";
/*	Pallostyyli v 3.0
 *
 *  Ara on komee!
 */



/*      CSS resetti           */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



/* Tyylit takas! */
body {
	background-color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: red;
}

a:visited {
	text-decoration: none;
	color:#FFFFFF;
}


p {
	padding-top: 10px;
	padding-bottom: 20px;
}


/* Divien tyylimäärittelyjä */
#about p {
	text-align: left;
	border-bottom:1px dotted #333333;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
}



#about strong {
	text-align: left;
}



.main-container {
		margin-left: auto;
		margin-right: auto;
		margin-top: auto;
		margin-bottom: auto;
}

.navi-container {
	position: absolute;
	left: 10%;
	bottom: 20%;
	
	max-height: 546px;  
	max-width: 330px;
   	height: 60%;
	width: 30%;
   	
	overflow: auto;
}

.logo-container {
	position: absolute;
	right: 10%;
	top: 10%;
	
	max-height: 190px;
	max-width: 437px;
	height: 23%;
	width: 26%;
	overflow: auto;
}


.sponsor-container { 
	position: absolute;
	right: 10%;
	bottom: 5%;
	
	max-height: 479px;
	max-width: 243px;
	height: 51%;
	width: 16%;
	overflow: auto;
}

.sponsor-container img {
	width: 100%;
}

.copyright-container {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#sala {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0xp;
	display: block;
}

.copyright-container p {
	font-size: 9px;
	color: #999999;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 5px;
}


/* scrollauspalkit pois */
html {
	overflow-y: hidden;
	overflow-x: hidden;
}



/* Setit DIVien venytyksiä varten */
#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
	margin-left: auto;
	margin-right: auto;
    z-index: -1000;
	overflow: hidden;
}

.taustastretch {
    width: 100%;
}

.logostretch {
    width: 100%;
	height: 100%;
}

.stretch {
	width: 100%;
	height: 100%;
}

.navistretch {
	height: 16%;
	width: 100%;
}

.spanser-stretch {
	height: 20%;
}

/* Cutenewsin muotoilut */
.cuteotsikko {
	font-family: Arial Black, Arial;
	font-size: 18px;
	color: #CCCCCC;
	padding-bottom: 5px;
	letter-spacing: -0.05em;
}

.cuteaika {
	margin-top: 2px;
	font-size: 10px;
	display: block;
}

.resultscontent {
	margin-bottom: 0px;
	margin-top: 0px;
}

.cutecontent {
	border-top:1px dotted #333333;
	text-align: justify;
	padding-top: 10px;
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

.cutecontent img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: block;
	max-width: 500px;
}

.kuva {
	font-style: italic;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.cutecontentsimple, .kalentericontent {
	padding-top: 10px;
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

.kalentericontent p {
	
	vertical-align:middle;
}

.otsikko {
	font-family: Arial Black, Arial;
	font-size: 18px;
	color: #CCCCCC;
	margin-bottom: 2px;
	letter-spacing: -0.05em;

}

.tulos {
	border-top:1px dotted #333333;
	margin-top: 0px;
	margin-bottom: -6px;
	margin-left: 8px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	display: block;
}

.otsikkocont {
	margin-bottom: 18px;
}

#pvm {
	font-family: Arial Black, Arial;
	font-size: 18px;
	color: #CCCCCC;
}

/* Päivämäärä-badge */
.date
{
	float: left;
	height: 52px;
	width: 52px;
	background: url(img/gfx/date.png) no-repeat;
	margin-right: 10px;
	padding-top: 0px;
	line-height: normal;
}

.date .month
{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding-top: 4px;
	text-transform: uppercase;
}

.date .day
{
	display: block;
	text-align: center;
	padding-top: 5px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

.meta
{
	display: block;
	font-size: 11px;
	color: #666;
}

/* Dialogin erroitus reunasta */
.dialogSaato {
	position: absolute;
	right: 5%;
}




