@charset "UTF-8";
/* CSS Document Helsingin Hapkido ry, Michael Diedrichs */

/**/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100.01%;
	background: #222;
	color: #CCC;
	margin: 0px;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FC3;
}
a:active {
	text-decoration: none;
	color: #FC3;
}
h2 {
	text-indent: 1em;
}
h3 {
	color: #FA0;
}
.emphasisBold {
	font-weight: bold;
	font-style: italic;
}
.vr {
	display: inline;
	background-color: #666;
	width: 1px;
	height: 100%;
	position: absolute;
}
.clear {
	clear: both;
}
/* general structure */

#envelope {
	width: 900px;
	margin: 0px auto;
}
#header {
	position: relative;
	background: url(../_img/hhkdfi_logotype.png) no-repeat left top;
	height: 70px;
	width: 552px;
	text-indent: -1000em;
	margin: 17px;
}
#navigation {
	padding: 0px 10px;
}
#navBarFi, #navBarEn {
	color: #999;
	text-decoration: none;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#content {
	background: #303030;
	position: relative;
	padding-top: 5px;
	padding-bottom: 7px;
}
#shortcutsFederations {
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 246px;
}
#gallery {
	margin: 0px auto;
	width: 900px;
	text-align: center;
}
#picture-album {
	margin: 0px auto;
	height: 555px;
	width: 777px;
}
#intro {
	font-size: 1em;
	padding: 0px 10px;
}
#topics {
	width: 880px;
	margin: 0px auto;
	padding: 0px 10px;
}
#footer {
	font-size: 0.7em;
	color: #999;
	text-decoration: none;
	padding: 11px;
	position: relative;
	text-align: center;
}
/* first info line with news topics */

#firstLineTopics {
	width: 880px;
	position: relative;
	font-size: 0.72em;
	float: left;
}
#firstLineTopOne, #firstLineTopTwo, #firstLineTopThree {
	width: 278px;
	float: left;
}
#firstLineTopOne {
	padding-right: 11px;
}
#firstLineTopTwo {
	padding-left: 11px;
	padding-right: 11px;
}
#firstLineTopThree {
	padding-left: 11px;
}
/* second info line with two topics */

#secondLineTopics {
	float: left;
	position: relative;
	width: 880px;
	font-size: 0.72em;
	border-top: 1px solid #666;
}
#secondLineTopOne, #secondLineTopTwo {
	width: 419px;
	float: left;
}
#secondLineTopOne {
	padding-right: 11px;
}
#secondLineTopTwo {
	padding-left: 11px;
}
/* third info line with three topics */

#thirdLineTopics {
	float: left;
	position: relative;
	color: #CCC;
	width: 880px;
	border-top: 1px solid #666;
	font-size: 0.72em;
}
#thirdLineTopOne, #thirdLineTopTwo, #thirdLineTopThree {
	width: 278px;
	float: left;
}
#thirdLineTopOne {
	padding-right: 11px;
}
#thirdLineTopTwo {
	padding: 0px 11px;
}
#thirdLineTopThree {
	padding-left: 11px;
}
ul {
	line-height: 1.3em;
}
#envelope #content #topics #firstLineTopics #firstLineTopOne ul strong {
	color: #FFF;
}
#envelope #content #topics #firstLineTopics #firstLineTopTwo ul strong {
	color: #FFF;
}
