﻿/* CSS Document */
@font-face {
 font-family: kalinga-embed;
 src: url("../fonts/kalinga.eot") /* EOT file for IE */
}
@font-face {
 font-family: kalinga-embed;
 font-weight: bold;
 src: url("../fonts/kalingab.eot") /* EOT file for IE */
}
@font-face {
 font-family: kalinga-embed;
 src: url("../fonts/kalinga.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: kalinga-embed;
 font-weight: bold;
 src: url("../fonts/kalingab.ttf") /* TTF file for CSS3 browsers */
}

html {
	height:100%;
	min-width: 480px;
}

a:link, a:active, a:visited {
	color:inherit; 
	text-decoration:none;
}
a:hover { text-decoration:underline; }

a > img, img{
	border:none;
}

body {
	background: #F5952A url(../images/home-gradient.png) repeat-x top;
	background-size: auto 100%;
	background-attachment:fixed;
	height:100%;
	width: 100%;
	margin:0px;
	font-family: kalinga-embed, Verdana, Arial, Sans-serif;
}

.centered {
	text-align:center;
}

.universal-relative-wrapper {
	position:relative;
	width:100%;
	height:100%;
}

#centeringWrapper{
	width:1000px;
	height:100%;
	margin:auto;
	text-align:center;
}

#frame-spacer{
	color:#FFFFFF;
}

.vertical-center-spacer {
	position:relative;
	height: 50%;
	width:100%;
}

a.lang-select{
	text-decoration:none;
	color:#F5952B;
}
a.lang-select:visited { color:#F5952B; }
a.lang-select:hover { color:#FFFFFF; text-decoration:underline; }
a.lang-select.current {	color:#FFFFFF; }

div#lang-select {
	color:#FFFFFF;
	position:absolute;
	right: 1em;
	z-index:1;
}