/* CSS Document 
Style: Shooto & ADCC Finland
Author: Liisa Lahteinen
Modified: 12.2.2015
*/

body {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 10px;
	min-width: 760px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #000000;
}

/* LAYOUT */

#header {
	border-bottom: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	clear: both;
}

#headernavigationarea {
	border-bottom: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}

 #leftnavigationarea {
	clear: both;
	position: relative;
	float: left;
	width: 20%;
	padding: 10px 10px 20px 10px;
	margin: 10px 0px 10px 0px;
} 

#textarea {
	position: relative;
	float: right;
	width: 73%;
	padding: 10px 10px 20px 10px;
	margin: 10px 0px 10px 0px;
}

#footer {
	border-top: 1px solid #000000;
	clear: both;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

/* HEADER */

/* #header {
	background-image:  url("images/header_background.jpg");
	background-position: right;
	background-repeat: no-repeat;
} */

/* HEADER NAVIGATION */

#headernavigation table{
	text-align: left;
}

#headernavigation td{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#headernavigation a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#headernavigation a:hover{
	text-decoration: underline;
}

#headernavigation #currentpage a{
	color: #D5412C;
}

/* LEFT NAVIGATION */

#leftnavigation h1{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 5px 0px 5px 0px;
	border: 1px solid #D5412C;
}

#leftnavigation table{
	padding: 0px 0px 10px 0px;
}

#leftnavigation a{
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
}

#leftnavigation a:hover{
	color: #D5412C;
	text-decoration: underline;
}

#leftnavigation #currentpage a{
	color: #D5412C;
}

/* TEXT AREA */
#textarea h1{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #D5412C;
}

#textarea h2{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px 5px 0px;
	border: none;
}

#textarea h3{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border: none;
}

#textarea h4{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 0px 0px;
	border: none;
}

#textarea p{
	padding: 0px 0px 10px 0px;
}

p.date {
	padding: 0px;
	color: 	#999999;
}

/* LINKS */
a:link {
	color: #3399FF;
	text-decoration: underline;
}

a:visited {
	color: #D5412C;
	text-decoration: underline;
}

a:link img {
	border: none;	
}

a:visited img {
	border: none;
}

/* TABLES */
table.clubinfo {
	border: none;
	padding: 10px 0px 10px 0px;
}

/* FOOTER */
#footer p {
	color: #999999;
	padding: 0px;
}
