@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	}

html{
	height:100%;
}

body{
	font-family: Arial, sans-serif;
	height: 100%;
	overflow:inherit;
	background: #fff;
	line-height:1.3;

	}


	
p, h2, h3, h4, h5, h6{
	padding: 10px 100px 10px 50px;
	}

#otsikko {
	width: 600px;
	height: 150px;
	margin: 0 auto;
}

#otsikko h1 {
	font-family:Georgia, "Times New Roman", serif;
	font-size: 40px;
	text-decoration: none;
	text-align:center; line-height:1;padding-left:120px;
	}

h1 {
	font-size:24px;
	padding: 10px 10px 10px 50px;
	color: #66CCCC;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;


}
h2, h3{
	font-size: 14px;
	padding: 20px 0px 0px 50px;
	color:#adc702;

}

p {
	font-size: 14px;

}


#wrapper{
	width: 900px;
	margin: 0 auto -70px;
	min-height:100%;
	background-color:#FFF;
	height:100%;
	}

#content_wrapper{
	width: 900px;
	margin: 0 auto;
	min-height:100%;
	background-color:#FFF;
	height:100%;
	}
	
*html {
	height:100%;
	
	}
	
#header{
	width: 100%;
	height: 146px;
	margin: 0 auto;
	background-image:url(http://www.tykkimaensirkuskoulu.fi/wp-content/upLoads/2011/04/headerkuva3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#78d8da;
	text-decoration: none;
	}

#header a{
	color:#FFF;
	text-decoration: none;
	text-shadow: -1px 0 black, 0 1px black,
      1px 0 black, 0 -1px black;
	width: 300px;
	margin-top: 15px;
	margin-left: 30px;
	float: left;
}
	
#logo{
	background-position:left;
	background-repeat:no-repeat;
	height: 120px;
	margin: 15px 30px 0 30px;
	width: 80px;
	float: left;
}

	
	
#sidebar {
	width: 20%;
	padding: 0 10px 0 0;
	float:left;
	padding:15px 0px;
	min-height:100%;
	height:100%;
	font-size: 13px;
	}


#sidebar ul li {
	list-style:none;
	margin: 5px;


	}

	
#sidebar ul li a {
	font-family: Arial, sans-serif;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
	display:block;
	background-image:url(http://www.tykkimaensirkuskoulu.fi/wp-content/uploads/2011/02/menupassiivinen-e1297964326592.png);
	background-repeat:no-repeat;
	padding: 5px;

	}
	
#sidebar ul li a:hover {
	background-image: url(http://www.tykkimaensirkuskoulu.fi/wp-content/uploads/2011/02/menuaktiivinen-e1297964976944.png);
	
	}

#sidebar2{
	width: 890px;
	height: 200px;
	margin-top: 10px;
	border:6px solid #ccc;
	margin:20px 0 0 8px;
	background-repeat: no-repeat;
	
}

	
#content {
	width: 80%;
	padding: 20px 0;
	float:left;
	min-height: 300px;
	margin-top: 0px;
	background-color:#fff;
	
	}
#content a {
	text-decoration: none;
	color: #333;

}

#content a:hover {
	text-decoration: underline;
	color: #333;

}
	
#content img {
	float: left;
	margin: 3px;
	
	}
	
#content ul {
	padding: 10px 10px 10px 50px;
	}
	
#content ul li {
	list-style:none;
	text-decoration:none;
	}

.push {
	height: 70px;
	clear: both;

}


#footer{
	width: 100%;
	background-color:#66cccc;
	clear:both;
	margin: 0 auto;
	height: 70px;
	margin-top: -70px;
	}
	
#footer ul li {
	list-style:none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	color:#eeeeee;
	display:block;
	background-repeat:no-repeat;
	padding: 20px;
	margin: 0 33px;
	float:left;
	}

#sidebar ul li.current_page_item a { background:url(http://www.tykkimaensirkuskoulu.fi/wp-content/uploads/2011/02/menuaktiivinen-e1297964976944.png) no-repeat;}
.clear {
	clear:both;
}