@charset "UTF-8";
/* CSS Document */

/*
light-blue:#90a6ac
dark-blue:#012230
*/

body {
	padding:0px;
	margin:0px;
	background:url(images/bg.jpg) repeat;
}

/*TYPE*/

@font-face {
	font-family:"Avenir-Light";
	src:url(fonts/AvenirLTStd-Light.otf) format("opentype");
}

@font-face {
	font-family:"Avenir-Heavy";
	src:url(fonts/AvenirLTStd-Heavy.otf) format("opentype");
}

@font-face {
	font-family:"Kulturista";
	src:url(fonts/Kulturista-Medium.otf) format("opentype");
}

body {
	color:#90a6ac;
	font-size:14px;
	line-height:20px;
	font-weight:100;
	font-family:"Avenir-Light", Arial, Helvetica, sans-serif;
}

h1 {
	font-family:"Kulturista";
	font-size:55px;
	line-height:65px;
	color:#012230;
	font-weight:100;
}

h1 s {
	color:#90a6ac;
	text-decoration:none;
	background:url(images/strike_bg.gif) repeat-x;
}

h2 {
	color:#90a6ac;
	font-family:"Kulturista";
	font-size:18px;
	line-height:25px;
	font-weight:100;
}

h2 a, h2 a:visited, h2 a:active {
	color:#90a6ac;
	text-decoration:none;
}

h2 a:hover {
	color:#012230;
}

h3 {
	font-family:"Avenir-Heavy", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	font-weight:100;
}

.footer {
	font-size:24px;
	line-height:38px;
}

ul {
	list-style-type:none;
	margin:0px;
	padding-left:0px;
}

ul a, ul a:visited, ul a:active {
	text-decoration:none;
	color:#ffffff;
}

ul a:hover {
	color:#90a6ac;
}
	


/*STRUCTURE*/

#container {
	background-color:#ffffff;
	width:100%;
	position:relative;
}

#header {
	padding-top:1px;
	width:970px;
	margin:0 auto;
}

#logo {
}

#contact {
	margin-top:-120px;	
}

#divider {
	height:40px;
	background:url(images/stripe_bg.jpg) repeat;
	position:relative;
}

#footer {
	width:970px;
	margin:0 auto;
	padding:20px;
	overflow:auto;
	position:relative;
}

.column {
	width:145px;
	float:left;
	position:relative;
}

#elsewhere {
	width:310px;
	margin:30px 20px 0px 0px;
	padding-top:30px;
	background:url(images/footerstripe_bg.jpg) repeat-x;
	float:left;
	position:relative;
	overflow:auto;
}

#archives {
	width:640px;
	margin:30px 0px 0px 0px;
	padding-top:30px;
	background:url(images/footerstripe_bg.jpg) repeat-x;
	float:right;
	position:relative;
}

#copyright {
	width:970px;
	margin:0 auto;
	color:#252525;
	padding-bottom:10px;
}