/* CSS Document */

body {
	background: url(img/bg_body.jpg) no-repeat top center;
	background-color: #000000;
	margin: 0;
	padding: 0;
	}
	
body.etusivu {
	background: none;
	background-color: #000000;
	}
	
#taustakuva {
	position: relative;
	width: 800px;
	z-index: 10;
	/* overflow: hidden; */
	}

.oflhidden {
	overflow: hidden;
	}
		
#kehys {
	margin: 35px 0 0 0;
	padding: 0;
	height:620px;
	overflow:auto;
	z-index: 20;
/*	border: 1px solid red; */
	}
	
#kehys.etusivu {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -400px;
	padding: 0;
	height:620px;
	overflow:auto;
	z-index: 20;
/*	border: 1px solid red; */
	}
	
#sivukehys {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	}
	
#sisalto {
	margin: 0;
	padding: 0;
	width:780px;
	text-align:left;
	}
	
#ylaviite {
	margin: 0;
	padding: 0;
	}
	
#logo {
	float: left;
	width: 72px;
	margin: 0;
	padding: 0;
	}
	
	
#leipateksti {
	margin: 50px 0 20px 0;
	padding: 0;
	width: 480px;
	text-align: left;
	}


#alaviite {
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: left;
	z-index: 30;
	}
	
#alaviite.etusivu {
	position: relative;
	top: -50px;
	margin: 0;
	padding: 0;
	width: 800px;
	text-align: left;
	z-index: 30;
	}

.screenbottom {
	position: absolute; 
	bottom: 0px;	
	}
	
.kartta {
	border:1px solid #FFFFFF;
	}
	
#galleria, #galleria-selain {
	margin: 0 0 25px 0;
	padding: 0;
	width: 400px;
	}
	
#galleria ul, #galleria-selain ul {
	margin: 0;
	padding: 0;
	}
	
#galleria ul li {
	width: 80px;
	height: 80px;
	list-style-type: none;
	border: 1px solid #000000;
	float: left;
	}
	
#galleria-selain ul li {
	width: 390px;
	padding: 5px;
	list-style-type: none;
	}
	
#kuvateksti {
	margin: 0 0 0 5px;
	padding: 0;
	width: 225px;
	float: left;
	}
	
#g-navi {
	margin: 0 5px 0 0;
	padding: 0;
	width: 150px;
	float: right;
	text-align: right;
	}
	
#g-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 15px;
	padding: 3px;
	background: #000000;
	z-index: 10;
	font-size: 10px;
	text-align: center;
	}

/* Etusivun uutisnosto */

#uutisnosto {
	margin-top: 230px;
	width: 220px;
	float: left;
	text-align: left;
	}

/* Uutisarkisto */

#arkistoluettelo ul {
		height:24px; 
		margin:0px 0px 10px -40px; 
		list-style-type:none; 
		float:left;
		}
#arkistoluettelo li {
		height:24px; 
		width: 60px;
		margin:0px 0px 0px 0px; 
		list-style-type:none; 
		float:left;
		color: #6fc72c;
		}
#arkistoluettelo li a {
		color: #6fc72c;
		}
#arkistoluettelo li.aktiivi a{
		height:24px; 
		margin:0px 0px 0px 0px; 
		list-style-type:none; 
		float:left;
		color: #ffffff;
		}



/* Add This Share  */
/* CSS3 Styled Buttons */
			
.addthis_share_btn a, .addthis_share_btn a:visited {
    background: #222 url(img/btn-overlay.png) repeat-x;
    display: inline-block; 
    padding: 6px 12px; 
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;	
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}
.addthis_share_btn a:hover { background-color: #111; color: #fff; }
.addthis_share_btn a:active { top: 1px; }

.addthis_share_btn a span, .addthis_share_btn:visited a span {
    background: url(img/icon-addthis.gif) no-repeat left;
    padding: 1px 0 1px 18px;
}

/* Button Sizes */

.at_medium.addthis_share_btn a, .at_medium.addthis_share_btn a:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.at_large.addthis_share_btn a, .at_large.addthis_share_btn a:visited { font-size: 14px; padding: 8px 16px; }

/* Button Colors */

.addthis_share_btn.at_green a, .addthis_share_btn.at_green a:visited { background-color: #91bd09; }
.addthis_share_btn.at_green a:hover { background-color: #749a02; }

.addthis_share_btn.at_blue a, .addthis_share_btn.at_blue a:visited { background-color: #2b9fe2; }
.addthis_share_btn.at_blue a:hover { background-color: #1889ca; }

.addthis_share_btn.at_red a, .addthis_share_btn.at_red a:visited { background-color: #dc0808; }
.addthis_share_btn.at_red a:hover { background-color: #ba0101; }

.addthis_share_btn.at_magenta a, .addthis_share_btn.at_magenta a:visited { background-color: #a9014b; }
.addthis_share_btn.at_magenta a:hover { background-color: #630030; }

.addthis_share_btn.at_orange a, .addthis_share_btn.at_orange a:visited { background-color: #ff5c00; }
.addthis_share_btn.at_orange a:hover	{ background-color: #d45500; }

.addthis_share_btn.at_pink a, .addthis_share_btn.at_pink a:visited { background-color: #f1228e; }
.addthis_share_btn.at_pink a:hover { background-color: #de0978; }

.addthis_share_btn.at_yellow a, .addthis_share_btn.at_yellow a:visited { background-color: #ffb515; }
.addthis_share_btn.at_yellow a:hover { background-color: #fc9200; }

/* Button Pill */

.at_pill.addthis_share_btn a { border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px;	}



