/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

@font-face {
	font-family: 'TopSecret';
	src: url('fonts/top_secret-webfont.eot');
	src: local('?'), url('fonts/top_secret-webfont.woff') format('woff'), url('fonts/top_secret-webfont.ttf') format('truetype'), url('fonts/top_secret-webfont.svg#webfontgfE1dIqN') format('svg');
	font-weight: normal;
	font-style: normal;
}

html 
{
}

body 
{
	font-family		: Verdana, Geneva, Sans-Serif;
	font-size		: 14px;
}

h1 
{
	font-family		: Rockwell;
	font-size		: 120px;
	font-weight		: normal;
	letter-spacing	: 20px;
}

h2 
{
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
	font-weight		: normal;
	font-size		: 24px;
}

h3 
{
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
	font-weight		: bold;
	font-size		: 30px;
}

h4 
{
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
	font-weight		: bold;
	font-size		: 24px;
}

h5 
{
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
	font-weight		: normal;
	font-size		: 22px;
}

h6 
{
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
	font-weight		: normal;
	font-size		: 18px;
}

p 
{
	line-height		: 1.4em;
}

ul 
{
	line-height		: 1.4em;
}

ol 
{
	line-height		: 1.4em;
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	text-decoration	: none;
}

a:visited 
{
	text-decoration	: none;
}

a:hover 
{
	text-decoration	: underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/
.bootcamp
{
	font-family			: TopSecret, Impact, Charcoal, sans-serif;
	font-size				: 19px;
	line-height			: 24px;
	text-align				: center;
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

#secondary .vcard
{
	font-size		: 18px;	
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
}

#freeClass div
{
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
}

/*___ SPAN _________________________________________________________________*/

#primary h3 span
{
	font-size		: 18px;
}

#schedule li > span
{
	font-size		: 18px;	
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

#header h2
{
	letter-spacing	: 0.07em;	
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

#primary h4
{
	font-weight		: normal;	
}

#freeClass h4
{
	font-size		: 36px;
	font-weight		: normal;
	text-transform	: uppercase;
	line-height		: 1.1em;
}

#sidebar h4
{
	font-size		: 20px;	
}

h4.bootcamp
{
	font-size		: 48px;
	text-align		: left;
	line-height	: normal;
}

/*___ H5 _________________________________________________________________*/

.calendar h5
{
	font-size		: 20px;	
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

#menu ul
{
	font-family		: Trebuchet MS, Helvetica, Sans-Serif;
	font-size		: 18px;	
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

h1 a:hover
{
	text-decoration	: none;	
}

#secondary .vcard a
{
	font-size		: 14px;
}

#schedule h6 a
{
	font-size		: 18px;
	font-weight		: normal;	
}

#schedule h6 a:hover
{
	text-decoration	: none;	
}

#secondary .vcard h4 a
{
	font-size		: 30px;
	font-weight		: normal;	
}

#secondary .vcard h4 a:hover
{
	text-decoration	: none;	
}

#primary h3 a:hover
{
	text-decoration	: none;	
}

.classes.list a:hover
{	
	text-decoration	: none;
}

.bootcamp a:hover
{
	text-decoration	: none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH/TD _________________________________________________________________*/

.chart th
{
	font-weight		: bold;
}

.chart tr td:first-child
{
	font-weight		: bold;
	font-size		: 12px;	
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/


