/*
Theme Name: Kimi
Theme URI: http://kimiraikkonen.org/
Description: ---
Version: 1.0
Author: Eleariel
Author URI: http://kimiraikkonen.org/
*/

/* Basics */

@font-face {
	font-family: 'FuturaLTCondensedLightRegular';
	src: url('images/futura_lt_condensed_light-webfont.eot');
	src: local('FuturaLTCondensedLightRegular'), url('images/futura_lt_condensed_light-webfont.woff') format('woff'), url('images/futura_lt_condensed_light-webfont.ttf') format('truetype'), url('images/futura_lt_condensed_light-webfont.svg#webfontb5XaGalq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Lucida Grande';
    src: url('images/lucida_grande-webfont.eot');
    src: local('Lucida Grande'), url('images/lucida_grande-webfont.eot?#iefix') format('eot'), url('images/lucida_grande-webfont.woff') format('woff'), url('images/lucida_grande-webfont.ttf') format('truetype'), url('images/lucida_grande-webfont.svg#webfontxItI8wbT') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background-color: #b2b2b2;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Lucida Grande", Trebuchet MS, Verdana, Arial;
	line-height: 18px;
	font-size: 12px;
	color: #b0b0b0;
	margin: 0px 0px 0px 0px; /* !!! */
	padding: 0px 3px 0px 0px; /* !!! */
	overflow-x: hidden;
}

p {
	line-height: 18px;
	text-align: justify;
	margin: 0px;
	padding: 9px;
}

blockquote  {
	background:url("images/close-quote.png") no-repeat scroll right bottom transparent;
	color:#7B8295;
	font-family: Georgia;
	font-style:italic;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:25px;
	text-align:justify;
	text-indent:-20px;
	width:475px;
}

blockquote:first-letter {
	background:url("images/open-quote.png") no-repeat scroll left top transparent;
	font:italic 18px Georgia;
	padding-left:19px;
}

b, strong {
	color: #dddddd;
}

i, em {
	color: #779db8;
}

/* Headers */

h1, h1 a {
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url("images/h1.png");
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 44px;
	font-weight: normal;
	font-style: normal;
	font-family: 'FuturaLTCondensedLightRegular', Arial Narrow;
	font-size: 36px;
	color: #c8c3bd;
	text-decoration: none;
	letter-spacing: normal;
	text-shadow: 1px 0px 0px #001f2b;
}

a.h1:link, a.h1:hover, a.h1:active, a.h1:visited {
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url("images/h1.png");
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 44px;
	font-weight: normal;
	font-style: normal;
	font-family: 'FuturaLTCondensedLightRegular', Arial Narrow;
	font-size: 36px;
	color: #c8c3bd;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	text-shadow: 2px 1px 0px #001f2b;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-family: 'FuturaLTCondensedLightRegular', Arial Narrow;
	font-size: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 5px;
	border-left: 5px solid #8a0621;
	border-bottom: 1px dashed #f2b705;
}

/* Links */

a:link {
	background-image: url("images/b.png");
	background-repeat: repeat-x;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Georgia;
	font-style: normal;
	text-shadow: 2px 0px 0px #00384d;
	border: 0px;
	color: #aab4cf;
	letter-spacing: 0px;
}

a:visited {
	background-image: url("images/b.png");
	background-repeat: repeat-x;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Georgia;
	text-shadow: 2px 0px 0px #00384d;
	border: 0px;
	color: #aab4cf;
	letter-spacing: 0px;
}

a:hover {
	background-image: url("images/b.png");
	background-repeat: repeat-x;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Georgia;
	text-shadow: 2px 0px 0px #00384d;
	border: 0px;
	color: #33c4f9;
	letter-spacing: 0px;
}

a:active {
	background-image: url("images/b.png");
	background-repeat: repeat-x;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Georgia;
	text-shadow: 2px 0px 0px #00384d;
	border: 0px;
	color: #33c4f9;
	letter-spacing: 0px;
}

.sidebar {
	background-image: url("images/sidebar.png");
	background-repeat: no-repeat;
}

a:link img, a:visited link, a:active link, a:hover link {
	border: none;
	background: none;
	background-image:none;
	} 

a.img:link, a.img:visited, a.img:active, a.img:hover {
	border: none;
	background: none;
	background-image:none;
	} 

a:link img.elite {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #005860;
	padding:3px;
	background-color:#fafafa;
	background-image: none;
	margin-bottom:3px;
	}
	
a:visited img.elite {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #005860;
	padding:3px;
	background-color:#fafafa;
	background-image: none;
	margin-bottom:3px;
	}

a:hover img.elite {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #00d8eb;
	padding:3px;
	background-color: #fafafa;
	background-image: none;
	margin-bottom:3px;
	box-shadow: 0px 0px 10px #0577a4;  
	-moz-box-shadow: 0px -2px 10px #0577a4;  
	-webkit-box-shadow: 0px 0px 10px #0577a4;
	}
	
a:active img.elite {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border:1px solid #00d8eb;
	padding:3px;
	background-color:#fafafa;
	background-image: none;
	margin-bottom:3px;
	box-shadow: 0px 0px 10px #0577a4;  
	-moz-box-shadow: 0px -2px 10px #0577a4;  
	-webkit-box-shadow: 0px 0px 10px #0577a4;
	}

/* Divs */

#wrapper[id] {
	height: auto;
	min-height: 100%;
}

#wrapper {
	top:0px;
	left: 0px;
	width: 798px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0px;
	display: table;
}

#head {
	position: absolute;
	width: 798px;
	height: 523px;
	top: 0px;
	margin: 0 auto 0 auto;
	display: table;
}

#layout02 {
	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 591px;
	height: 149px;
	background-image: url("images/layout02.jpg");
	background-repeat: no-repeat;
}

#layout04 {
	position: relative;
	top: -444px;
	right: 0px;
	left: 591px;
	width: 207px;
	height: 444px;
	background-image: url("images/layout04.jpg");
	background-repeat: no-repeat;
	display: block;
}

#menu {
	position: absolute;
	top:149px;
	width: 591px;
}

	#home {
		position: absolute;
		width: 86px;
		height: 45px;
	}
	
	#kimi {
		position: absolute;
		width: 78px;
		height: 45px;
		left:86px;
	}
	
	#wrc {
		position: absolute;
		width: 65px;
		height: 45px;
		left: 164px;
	}
	
	#multimedia {
		position: absolute;
		width: 125px;
		height: 45px;
		left: 229px;
	}
	
	#galeria {
		position: absolute;
		width: 95px;
		height: 45px;
		left: 354px;
	}
	
	#oldal {
		position: absolute;
		width: 83px;
		height: 45px;
		left: 449px;
	}
	
	#layout03 {
		position: absolute;
		width: 59px;
		height: 45px;
		left: 532px;
		background-image: url("images/layout03.jpg");		
	}

#layout06 {
	position:relative;
	width: 591px;
	height: 295px;
	top:45px;
	right: 0px;
	left: 0px;
	background-image: url("images/layout06.jpg");
	background-repeat: no-repeat;
}

#layout07 {
	position: relative;
	width: 207px;
	height: 45px;
	top: -444px;
	right: 0px;
	left: 591px;
	background-image: url("images/layout07.jpg");
	background-repeat: no-repeat;
	display: table;
	z-index: 1;
}

#layout08 {
	position: relative;
	width: 798px;
	height: 34px;
	top: -444px;
	right: 0px;
	left: 0px;
	background-image: url("images/layout08.jpg");
	background-repeat: no-repeat;
}

#container {
	position: absolute;
	top: 500px;
	width: 798px;
	height: 100%; /* !!! */
	padding-bottom: 20px;
	/* background-color: #021c40; */
	background-image: url("images/bg.gif");
	background-repeat: no-repeat;
	background-position: 0px 142px;
}

#content[id] {
	height: auto;
	min-height: 110%;
}

#content {
	position: absolute;
	width: 575px;
	height: 100%;
	margin-right: 3px;
	margin-left: 9px;
}

.sidebox {
	background-image: url("images/contentbg.jpg");
	background-repeat: repeat-y;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-align: justify;	
	box-shadow: 1px 0px 10px #050505;  
	-moz-box-shadow: 1px 0px 10px #050505;  
	-webkit-box-shadow: 1px 0px 10px #050505;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#sidebar {
	position: absolute;
	left: 584px;
	width: 196px;
	margin-left: 8px;
	text-align: left;
}

#countdowncontainer {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-family: 'FuturaLTCondensedLightRegular', Arial Narrow;
	font-size: 35px;
	color: #ffffff;
}

#countdowncontainer2 {
	text-align: center;
	font-family: 'FuturaLTCondensedLightRegular', Arial Narrow;
	font-size: 18px;
}

.gp {
	text-align: center;
	text-transform: uppercase;
	font-family: 'FuturaLTCondensedLightRegular', Arial Narrow;
	font-weight: normal;
	font-size: 15px;
	padding-top: 5px;
	margin-bottom: 5px;
}

/* Tags */

#tags {
	position: relative;
	left: 402px;
	top: -520px;
	width: 170px;
	height: 38px;
	z-index: 1;
}

#twitter {
	position: relative;
	width: 38px;
	height: 38px;
	left: 130px;
	top: -114px;
}

#fb {
	position: relative;
	width: 38px;
	height: 38px;
	left: 86px;
	top: -76px;
}

#rss {
	position: relative;
	width: 38px;
	height: 38px;
	left: 43px;
	top: -38px;
}

#youtube {
	position: relative;
	width: 38px;
	height: 38px;
}

#tags span {
	display: none;
	position: absolute;
}

#tags a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#tags a:hover {
	background-position: left bottom;
}

#tags a:hover span {
	display: block;
}

#tags .youtube {
	width: 38px;
	height: 38px;
	background: url(images/youtube.png) no-repeat;
}

#tags .youtube span {
	width: 152px;
	height: 38px;
	background: url(images/youtube-over.png) no-repeat;
	left: -57px;
	top: -35px;
}

#tags .fb {
  width: 38px;
  height: 38px;
  background: url(images/facebook.png) no-repeat;
}

#tags .fb span {
  width: 152px;
  height: 38px;
  background: url(images/fb-over.png) no-repeat;
  left: -57px;
  top: -35px;
}

#tags .rss {
  width: 38px;
  height: 38px;
  background: url(images/rss.png) no-repeat;
}

#tags .rss span {
  width: 152px;
  height: 38px;
  background: url(images/rss-over.png) no-repeat;
  left: -57px;
  top: -35px;
}

#tags .twitter {
  width: 38px;
  height: 38px;
  background: url(images/twitter.png) no-repeat;
}

#tags .twitter span {
  width: 152px;
  height: 38px;
  background: url(images/twitter-over.png) no-repeat;
  left: -57px;
  top: -35px;
}

#resize {
	position: relative;
	left: 320px;
	top: -553px;
	width: 124px;
	height: 38px;
	z-index: 9999;
}

#resize .zoomout span {
	width: 152px;
	height: 38px;
	background: url(images/zoomout-over.png) no-repeat;
	left: -57px;
	top: -35px;
}

#resize .zoomout {
  width: 30px;
  height: 30px;
  background: url(images/zoomout.png) no-repeat;
}

#resize .zoomin span {
	width: 152px;
	height: 38px;
	background: url(images/zoomin-over.png) no-repeat;
	left: -57px;
	top: -35px;
}

#resize .zoomin {
  width: 30px;
  height: 30px;
  background: url(images/zoomin.png) no-repeat;
}

#zoomin {
	position: relative;
	width: 30px;
	height: 30px;
	left: 23px;
	top: -30px;
}

#zoomout {
	position: relative;
	width: 30px;
	height: 30px;
}

#resize span {
	display: none;
	position: absolute;
}

#resize a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#resize a:hover {
	background-position: left bottom;
}

#resize a:hover span {
	display: block;
}

/* Menu pages */

.mitem {
	padding: 5px;
	margin: 5px;
	border-left: 25px solid #8b0228;
	background-color: #323f54;
}

.mitem:hover {
	border-left: 25px solid #f2b705;
	background-color: #50647d;
} 

.mitemn {
	text-transform: uppercase;
	font-size: 18px;
	color: #0077a1;
	letter-spacing: 1px;
}

a.mitemn:link {
	text-transform: uppercase;
	font-size: 18px;
	color: #f2b705;
	background-image: none;
	text-decoration: none;
	font-family: 'FuturaLTCondensedLightRegular', 'Futura LT CondensedLight', Arial Narrow;
	text-shadow: 1px 1px 0px #01152d;
	letter-spacing: 1px;
}

a.mitemn:visited {
	color: #f2b705;
	text-decoration: none;
	text-shadow: 1px 1px 0px #01152d;
}

a.mitemn:hover {
	color:#33c4f9;
} 

a.mitemn:active {
	color:#33c4f9;
} 

.descr {
	font-family: Georgia;
	font-style: italic;
	font-size: 11px;
	padding-left: 10px;
	color: #fff;
	line-height: 11px;
	padding: 0;
	margin: 0;
} 

/* Menu */

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	width: 86px;
	height: 45px;
	background: url("images/homeo.jpg") no-repeat;
}

#menu .kimi {
	width: 78px;
	height: 45px;
	background: url("images/kimio.jpg") no-repeat;
}

#menu .wrc {
	width: 65px;
	height: 45px;
	background: url("images/wrco.jpg") no-repeat;
}

#menu .multimedia {
	width: 125px;
	height: 45px;
	background: url("images/multimediao.jpg") no-repeat;
}

#menu .galeria {
	width: 95px;
	height: 45px;
	background: url("images/galeriao.jpg") no-repeat;
}

#menu .oldal {
	width: 83px;
	height: 45px;
	background: url("images/oldalo.jpg") no-repeat;
}

	/* Post */

	.post {
		background-color: #01152d;
		background-image: url("images/bottom.png");
		background-repeat: no-repeat;
		background-position: bottom left;
		margin: 15px 0px 25px 0px;
		padding: 0px 9px 55px 9px;
		text-align: justify;	
		box-shadow: 0px 0px 10px #050505;  
		-moz-box-shadow: 0px -2px 10px #050505;  
		-webkit-box-shadow: 0px 0px 10px #050505;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}

	.date {
		font-family: Georgia;
		color: #fff;
		background-color: #f2b705;
		font-size: 18px;
		text-align: center;
		width: 120px;
		height: 20px;
		display: inline;
		float: right;
		margin-right: 3px;
		margin-top: -1px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
	}

	.postetc {
		width: 540px;
		font-family: Courier;
		font-size: 13px;
		color: #c8c3bd;
		margin-top: -18px;
		margin-bottom: 10px;
		margin-left: 20px;
	}

	a.postetc:link {
		font-family: Courier;
		background-image: none;
		text-decoration: none;
		text-transform: none;
		font-weight: normal;
		letter-spacing: normal;
		text-shadow: none;
		color: #c2c2c2;
		border-bottom: 1px dotted #c8c3bd;
		margin: 0px;
		padding: 0px;
	}

	a.postetc:visited {
		font-family: Courier;
		background-image: none;
		text-decoration: none;
		text-transform: none;
		font-weight: normal;
		text-shadow: none;
		color: #c2c2c2;
		letter-spacing: normal;
		border-bottom: 1px dotted #c8c3bd;
		margin: 0px;
		padding: 0px;
	}

	a.postetc:hover {
		font-family: Courier;
		background-image: none;
		text-transform: none;
		letter-spacing: normal;
		font-weight: normal;
		text-shadow: none;
		color: #c2c2c2;
		text-decoration: underline;
		margin: 0px;
		padding: 0px;
	}

	a.postetc:active {
		background-image: none;
		text-transform: none;
		letter-spacing: normal;
		font-weight: normal;
		text-shadow: none;
		color: #c2c2c2;
		text-decoration: underline;
		margin: 0px;
		padding: 0px;
	}
	
	/* Comments */
	
	ul.commentlist {
		list-style: none;
		background-color: #022340;
		margin-top: 10px;
		padding-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.alt {
		list-style: none;
		background-color: #011c40;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	li {
		margin: 0px;
		padding: 0px;
	}
	
	input, textarea {
		border: 1px dotted #c8c3bd;
		border-left: 5px solid #0577a4;
		background-color: #364354;
		color: #c2c2c2;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	input:hover, textarea:hover {
		border: 1px solid #0577a4;
		border-left: 5px solid #0577a4;
		background-color: #50647d;
		color: #fff;	
		box-shadow: 0px 0px 10px #0577a4;  
		-moz-box-shadow: 0px -2px 10px #0577a4;  
		-webkit-box-shadow: 0px 0px 10px #0577a4;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	input:active, textarea:active {
		border: 1px dotted #0577a4;
		border-left: 5px solid #0577a4;
		background-color: #50647d;	
		box-shadow: 0px 0px 10px #0577a4;  
		-moz-box-shadow: 0px -2px 10px #0577a4;  
		-webkit-box-shadow: 0px 0px 10px #0577a4;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	input.default, input.default:hover, input.default:active {	 
		color: #000000;
		background: transparent;
		border: none;
	}
