/* Design by PixelBender.ca 
   Created March 2010 
   Author: tsilver@pixelbender.ca*/
   
/* League Gothic was created by the League of Moveable Type (http://www.theleagueofmoveabletype.com) */

@font-face {
font-family: 'LeagueGothicRegular';
src: url('typefaces/League_Gothic.eot');
src: url('typefaces/League_Gothic.otf') format('opentype');
}

/* Vegur was created by dot colon http://www.dotcolon.net/ */

@font-face {
font-family: 'VegurExtraLight';
src: url('Vegur-EL_0500.eot');
src: url('typefaces/Vegur-EL_0500.otf') format('opentype');
}

@font-face {
font-family: 'VegurRegular';
src: url('Vegur-R_0500.eot');
src: url('typefaces/Vegur-R_0500.otf') format('opentype');
}

@font-face {
font-family: 'VegurBold';
src: url('Vegur-B_0500.eot');
src: url('typefaces/Vegur-B_0500.otf') format('opentype');
}

body {
font-family: VegurRegular, 'Trebuchet MS', Verdana, sans-serif;
font-size: 62.5%;
}

#wrapper {
font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
margin: 0;
color: #346673;
line-height: 1.5;
font-family: LeagueGothicRegular, 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
text-transform: uppercase;
}

	h1 {
	font-size: 2em;
	}
	
	h2 {
	font-size: 1.8em;
	}
	
	h3 {
	font-size: 1.4em;
	}
	
	h4 {
	font-size: 1.2em;
	}
	
	h5 {
	font-size: 1em;
	}
	
	strong {
	font-family: VegurBold, 'Trebuchet MS', Verdana, sans-serif;
	font-weight: bold; 
	color: #333;
	}
	
		body.journal #content .secondary section p strong {
		background: url(../images/strong.gif) left center no-repeat;
		padding-left: 30px;
		}

	p.tech_used {
	font-family: VegurExtraLight, 'Trebuchet MS', Verdana, sans-serif;
	color: #0F424C;
	font-style: italic;
	}
	
	p.slug {
	margin-bottom: 1em;
	border-bottom: dotted 1px  #666;
	font-family: VegurExtraLight, 'Trebuchet MS', Verdana, sans-serif;
	color: #666;
	font-style: italic;
	}
	
	p.description {
	margin-bottom: 1.8em;
	font-family: VegurExtraLight, 'Trebuchet MS', Verdana, sans-serif;
	color: #0F424C;
	font-size: 0.9em;
	line-height: 1.2;
	font-style: italic;
	}

a {
color: #346673;
font-family: VegurBold, 'Trebuchet MS', Verdana, sans-serif;
font-weight: normal;
text-decoration: none;
}

	a:hover {
	border-bottom: solid 1px #000;
	color: #000;
	}
	
span.dl_size {
color: #666;
}

nav ul li a {
font-family: LeagueGothicRegular, 'Trebuchet MS', Verdana, sans-serif;
font-size: 2em;
color: #000;
text-transform: uppercase;
text-decoration: none;
line-height: 0.6;
}

	nav ul li:hover.work a {
	color: #346673;
	border-bottom: none;
	}
	
	nav ul li:hover.about a {
	color: #807361;
	border-bottom: none;
	}
	
	nav ul li:hover.journal a {
	color: #7F0101;
	border-bottom: none;
	}

nav ul li a span {
font-family: TeXGyreTermesRegular, cochin, baskerville,'palatino linotype',georgia,serif;
font-size: 0.5em;
color: #666;
text-transform: lowercase;
text-decoration: none;
}

	nav ul li a:hover span {
	border-bottom: none;
	}
