@charset "UTF-8";
/* CSS Document */

/* YLEISET */

HTML { height: 100%; margin-bottom: 1px; }

body {
	background-color: #000;
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a {
	color: #ccffff;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 24px;
	text-shadow: #333 1px 2px 1px;
	}
	
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top:0px;
	text-shadow: #333 1px 2px 1px;
	text-transform:uppercase;
	}



/* HEADER */

#header_container {
	padding: 0px;
	width: 960px;
	background-image: url(gfx/img_header.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#logo {
	padding-top: 35px;
	padding-bottom: 130px;
	float: left;
}
#navigointi {
	float: right;
	padding-top: 60px;
}
.navi {
	clear: none;
	float: right;
}



/* SISALTO */

#content_container {
	clear: both;
	width: 100%;
	background-color: #666;
	background-image: url(gfx/bg_main.jpg);
	background-repeat: repeat;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin: 0px;
}
#content_top {
	background-image: url(gfx/bg_main-top.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	overflow: auto;
}
.tunniste {
	margin: 0px;
	padding: 0px;
	float: left;
}
.sisalto {
	padding: 0px;
	float: right;
	width: 540px;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	color: #cccccc;
	text-shadow: #333 1px 2px 1px;
}
.sisalto-news {
	float: right;
	width: 540px;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	color: #cccccc;
	text-shadow: #333 1px 2px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.sisalto-wide {
	padding: 0px;
	float: right;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 24px;
	color: #cccccc;
	text-shadow: #333 1px 2px 1px;
	margin: 0px;
	overflow: hidden;
}

.ingressi {
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}
.gigs_tr {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	color: #777;
}


/* UUTISET */

.allekirjoitus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
}

.allekirjoitus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	letter-spacing: 1px;
}


/* FOOTER */

#footer_container {
	padding: 0px;
	clear: both;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
#footer-navi {
	float:left;
	padding-top: 50px;
	padding-bottom: 50px;
}
.f-navi {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	padding-right: 20px;
	letter-spacing: 1px;
}

.f-navi a {
	color:#333;
}

#footer-links {
	float:right;
	padding-top: 45px;
	margin: 0px;
}
