/*#############################################
 MAIN.CSS
	by Blackmilk
###############################################*/

/*#############################################
 IMPORTIT
###############################################*/

@import url("menu.css");
@import url("typography.css");
@import url("forms.css");

/*#############################################
 YLEISET MÃ„Ã„RITTELYT
###############################################*/

html {

	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;

}

body{

	width: auto;
	height: auto;
	padding: 10px 0;
	margin: 0;

	background:url(../gfx/bg.jpg);	
}

/*#############################################
 CONTENT ALUEET
###############################################*/

#wrapper{

	width:970px;
	height: auto;
	
	margin:0 auto;
	padding:0;
}

#inner-wrapper{

	width:950px;
	height: auto;
	
	margin:0;
	padding:0;

	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	
	background: url(../gfx/content-bg.jpg) #fff no-repeat 0 250px;
	
	overflow: hidden;
}

#header {
	
	position: relative;
	display:block;
	
	width:950px;
	height:250px;
	
	padding: 0;
	margin: 0;
	
	overflow: hidden;

}

#header img {

	z-index: 50;
	display: block;
}

#content-header {

	display: block;
	width:auto;
	height: 20px;
	padding: 0;
	margin: 0 0 7px 0;
	overflow: hidden;
		
}

#content {

	display: block;
	width:950px;
	height:auto;
	
	margin: 10px 0;
	padding: 0;
	
	overflow: hidden;
	
}

#left{

	float:left;
	display: block;	
	
	width: 215px;
	height: auto;
	
	margin: 0;
	padding: 0;
	
}

#right{

	display: block;	
	float:right;
	
	width:735px;
	height: auto;
	
	padding: 0;
	margin: 0;
}

#left-right {

	display: block;
	float: left;
	
	width: 480px;
	height: auto;
	
	padding: 0 20px;
	margin: 0;
}

#right-right {

	display: block;
	float: right;
	
	width: 215px;
	height: auto;
	
	padding: 0;
	margin: 0;
}

#footer {

	display: block;
	width: 970px;
	height: 45px;
	line-height: 35px;
	padding: 0;
	margin: 0;
	
	text-align: center;
	color: #fff;
	font-weight: bold;
	
	background: url(../gfx/footer.png) no-repeat;
	
	overflow: hidden;

}

#search {

	z-index: 50;
	position: absolute;
	display: block;

	top: 0;
	right: 0;
	
	width: 246px;
	height: 29px;
	
	margin: 0;
	padding: 8px 0 10px 30px;
		
	background: url(../gfx/search-bg.png) no-repeat;
	
}


#search .search-input {
	
	display: inline-block;
	
	width: 150px;
	height: 15px;
	
	color:#bf604e;
	font-family: Arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	
	margin: 0;
	padding: 5px 10px;
	
	border: none;
	background: url(../gfx/search-input.png) no-repeat;
	
}

#search .search-button {
	
	display: inline-block;
	
	width: 66px;
	height: 24px;
	
	color:#f1f1f1;
	font-family: Arial, tahoma;
	font-size: 10px;
	text-transform: uppercase;
	outline: none;
	
	margin: 0;
	padding: 0;

	border: none;
	background: url(../gfx/search-submit.png) no-repeat;
	
	cursor: pointer;
	
}

/*#############################################
 SCOLLER
###############################################*/

#scroller {

	display: block;
    list-style-type: none;
    position: relative;
    width: 950px;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

#scroller li{

	display: block;
    list-style-type: none;
    position: relative;
    width: 950px;
    height: 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#scroller img {

	z-index: 50;
	display: block;
}


/*#############################################
 SEARCH RESULTS
###############################################*/

#results {
	z-index: 150;
	font-size: 10px;
	font-family: arial;
	padding: 0px;
	display: none;
}

#results div {
    border-bottom: 1px solid #666;
    padding: 3px 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.75);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#results div:hover {
	cursor: pointer;
}

#results .selected {
	background-color: rgba(102,102,102,0.85);
	color: #fff;
}

#results .unselected {
	background-color: rgba(255,255,255,0.85);
	color: #666;
}

/*#############################################
 NEWS STUFF
###############################################*/

.news-block {

	display: block;
	
	width: 195px;
	height: auto;
	
	margin: 0 0 4px 0;
	padding: 10px;
	
	background: #97005d;
	
	cursor: pointer;
	opacity: 1;

}

.news-block:hover {

	opacity: .9;
}

.news-block a:hover {
	
	text-decoration: none;

}

.news-block p, .news-block p a, .news-block a{

	margin: 0;
	padding: 0;

	color: #fff;
}

.news-block .news-date {

	font-weight: bold;
}

/*#############################################
 MISC
###############################################*/

.lukujarjestys {

	width: 480px;

}

.lukujarjestys tr td{

	width: 96px;
	
	padding: 5px 0;
	font-size: 11px;

}

.logo {

	z-index: 75;
	position: absolute;
	display: block;
	
	top: 80px;
	right: 40px;
	
	width: 295px;
	height: 120px;
	
	margin: 0;
	padding: 0;
	
	background: url(../gfx/kajaani-dance-logo.png) no-repeat;

}

.top-corners{

	display: block;
	width:970px;
	height: 10px;
	margin:0;
	padding:0;
	
	background:url(../gfx/top-corners.png) no-repeat;
	
	overflow: hidden;
}

.header-overlay {

	z-index: 100;
	position: absolute;
	
	bottom: 0;
	left: 0;
	
	display: block;
	width:950px;
	height: 27px;
	margin:0;
	padding:0;
	
	background:url(../gfx/header-overlay2.png) no-repeat;
	
	overflow: hidden;

}
	
.breadcrumbs {

	display: block;
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	line-height: 20px;

	color:#444;
}

.breadcrumbs a {

	font-size:10px;
	color: #555;
}		

.breadcrumbs a:hover {

	text-decoration: underline;
}
	
.clearfix {
	
	clear: both;
}
