/*
author: Matthew Achariam
created: August 2011
version: 2.0
*/

/*----Framework----*/

.minimal{
	background: #fff;
}

#core{
	width: 800px;
	margin: 0 auto;
}


/*----Typography----*/

@font-face {
    font-family: 'FuturaStdLightCondensed';
    src: url('type/futurastd-condensedlight-webfont.eot');
    src: url('type/futurastd-condensedlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/futurastd-condensedlight-webfont.woff') format('woff'),
         url('type/futurastd-condensedlight-webfont.ttf') format('truetype'),
         url('type/futurastd-condensedlight-webfont.svg#FuturaStdLightCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}


h1{font-size: 24px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body{
	font-family: georgia, serif;
	font-size: 11px;
	font-weight: normal;
	color: #34383e;
}

p{ 
	line-height: 18px;
	display: block;
	padding: 0;
}

a{
	color: #868c95;
	text-decoration: none;
}

a:hover{
	color: #34383e;
}

/*----Header----*/

#header{
	margin: 45px 0 0 0;
	height: 48px;
	width: 800px;
	border-bottom: 1px solid #e8e5e5;
}

#brand{
	float: left;
}

#brand a{
	font-family:  'FuturaStdLightCondensed';
	font-size: 24pt;
	color: #34383e;
	text-transform: lowercase;
}

#nav{
	float: right;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}

#nav a{
	font-family: "Gill Sans", "Gill Sans Std", "Gill Sans MT", Verdana, sans-serif;
	margin: 0 0 0 20px;
}

.active-nav-tab{
	color: #aad0ee;
}

/*----Content----*/

.frame{
	margin: 20px 0 0 0;
}

.frame-info{
	height: 20px;
	width: 800px;
	margin: 0 0 40px 0;
}

.frame-details{
	position: relative;
	top: 5px;
}

.frame-title{
	float: left;
	font-style: italic;
}

.frame-description{
	float: right;
}


/*----about----*/

#about{
margin: 40px 0 0 0;
text-align: center;
}

.smalltitle{
text-decoration: underline;
font-sizez: 12pt;
}

#about span a{
color: #aad0ee;
}

#about span a:hover{
text-decoration: underline;
}


/*----404----*/

#error{
margin: 40px 0 0 0;
text-align: center;
}

#error h1{
font-size: 50px;
}


