/*	 INFO

	 My Site's CSS
	 by Jon R Wilson
	 http://JonRWilson.com
	 
	 COLOR KEY:
	 	White: #FFFFFF;
		Light Gray (33%): #AAAAAA;
	 	Dark Gray (66%): #535353;
	 	Black: #000000
		
		YELLOW TO RED IN 4 STAGES
		Yellow: #FFFF00
		YellowOrange: #FFAA00
		OrangeRed: #FF5500
		Red: #FF0000
		
		BLUE TO YELLOW IN 4 STAGES
		Blue: #0000FF
		BlueGreen:#0080AA
		GreenYellow: #00FF55
		Yellow: #FFFF00
		
		
		Green Machine Green: #137039
		
*/

/* IMPORTS */

@import url('css/jquery.fancybox.css');

@font-face {
	font-family: 'Walkway Semi';
	src: local('Walkway SemiBold'),
	     local('Walkway-SemiBold'),
	     url('http://jonrwilson.com/Walkway_SemiBold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Walkway';
	src: local('Walkway Bold'),
	     local('Walkway-Bold'),
	     url('Walkway_Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'TitilliumText15L 400 wt';
	src: local('TitilliumText15L 400 wt'),
	     local('TitilliumText15L-400wt'),
	     url('TitilliumText400wt.otf') format('opentype');
}
		 
@font-face {
	font-family: 'TitilliumText15L 800 wt';
	src: local('TitilliumText15L 800 wt'),
	     local('TitilliumText15L-800wt'),
	     url('TitilliumText800wt.otf') format('opentype');
}


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------------------------TYPOGRAPHY*/

h, h1, h2, h3 {
	font-family:'Walkway Semi', Helvetica, sans-serif;
	text-decoration:none;
	font-weight: normal;
	color:#666;
}

h a, h1 a, h2 a, p, p a {
	font-family:'Walkway Semi', Helvetica, sans-serif;
	text-decoration:none;
	font-weight: normal;
	color:#666;
}

h a:hover {
	color:#00F; /*Footer Hover Blue*/
}

h1 a:hover {
	color:#00F; /*Nav Hover Blue*/
}

h3 a {
	text-decoration:none;
	color:#000;
}


h, h a {font-size:1.125em;} /*Footer Text*/

h1, h1 a {font-size:1.25em;} /*Nav and Sliding Box Header Text*/

h2, h2 a {font-size:1.375em;}

h3, h3 a {font-size:1.75em;} /*Name Text*/

p, p a {font-size:1.em;} /*Sub Heading Text*/

a:link, a:visited {text-decoration:none;} /*removes underline from safari*/

/*-----------------------------------------------------SITE ARCHITECTURE*/

#page-wrap {
	width:945px;
	margin:0 auto;
}

/*-------------------------------------------HEADER WITH NAV*/

#header {
	height: 74px;
	width: 924px;
	margin: 0 10px 10px;
	}
	
h3.jonrwilson a {
	margin: 30px 0 0 0;
	float: left;
}


h1.nav a {
	float:right;
	margin: 51px 0 0 0;
}

/*-------------------------------------------CONTENT aka SLIDING BOXES*/

#content {
	height:620px;
}

.boxcaption p, .boxcaption h1 {
	display:block;
	color:#999;
}

.boxcaption h1 {
	margin: 10px 0 0 10px;
	letter-spacing:.0625em;
}

.boxcaption p {
	margin: 5px 0 0 10px;
}

.boxgrid{
	display:block;
	float:left;
	width: 450px;
	height: 300px;
	margin:0 10px 10px;
	border:solid 1px black;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000; /*original value was #000*/
	height: 200px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
	
 .captionfull .boxcaption {
 	top: 300;
 	left: 0;
 }
 
/*-------------------------------------------FOOTER*/

#footer {
	display:block;
	height:1.125em;
	width: 924px;
	margin: 0 10px 10px;
}

h.footer a {
	float:right;
}
