/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Tables
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		
		font: 16px/28px Palatino, "Adobe Garamond", Times New Roman, serif;
		
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-y: scroll;
		height: 100%;
 	}
	#header, .content, #footer {
		/*width: 760px;*/
		padding: 20px;
	}
	.makeImageryNicer #header, .makeImageryNicer .content, .makeImageryNicer #footer, .makeImageryNicer h1 {
		width: 900px;
	}

	.makeReadingNicer #header, .makeReadingNicer .content, .makeReadingNicer #footer, .makeReadingNicer h1 {
		width: 760px;
	}
	h1 {
		position: relative;
		margin: 40px auto 20px auto;
		color: #000;
		text-align: center;
		font-size: 2em;
	}
	h1 span {
		
		font-size: 0.5em;
		text-transform: lowercase;
		font-variant: normal;
		color: #687178;
		line-height: 0px;
	}
	h1 a {
		display:block;
		border: none;
		text-decoration: none;
	}
	h1 a:hover {
		border: none !important;
		text-decoration: underline;
	}

	#header {
		position: relative;
		margin: 0px auto;
		text-align: center;
	}
	.content {
		position: relative;
		margin: 0px auto;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	.makeImageryNicer .content {
		border: 1px solid #000;
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px#000;
		box-shadow: 0 0 10px #000;
	}
	.makeReadingNicer .content {
		border: 1px solid #ccc;
		-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px#ccc;
		box-shadow: 0 0 10px #ccc;
	}
	#keyNote {
		margin-bottom: 20px;
		text-align: center;
		border: solid #ddd;
		border-width: 1px 0px;
	}
	#banner {
		position: relative;
		left: -21px;
		margin-bottom: 5px;
		
	}
	.makeReadingNicer #banner {
		width: 800px;
	}
	#banner img {
		width: 100%;
		border: solid #ccc 1px;
	}
	#banner iframe {
		position: relative;
		left: 1px
	}
		
	#mainContent {
		
	}
	#mainContent #tagLine {
		display: none;
	}

	#about #mainContent {
		margin: 0px auto;
	}

	.makeImageryNicer #footer {
		position: relative;
		margin: 0px auto;
		color: #555;
	}
	.makeReadingNicer #footer {
		position: relative;
		margin: 0px auto;
		color: ##687178;
	}
	.makeImageryNicer #footer strong {
		color: #888;
		border: none;
	}
	.makeReadingNicer #footer strong {
		color: #777;
		border: none;
	}
	#footer p {
		text-align: center;
	}


/* #MakeImageryNicer
================================================== */
.makeImageryNicer {
	background: #111;
	color: #eee;
}
.makeImageryNicer .content {
	background: none;
}

/* #MakeReadingNicer
================================================== */
.makeReadingNicer {
	background: #eee;
	color: #111;
}
.makeReadingNicer .content {
	background: none;
}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal; 
		font-variant: small-caps;
	}
	h2 {
		font-size: 2em;
		margin-top: 1em;
		margin-bottom: 1em; 
		color: #274D82;
	}
	h3 {
		font-size: 1.5em;
		margin-bottom: 10px; 
	}
	h3 span {
		font-variant: normal;
		font-size: 0.7em;
		color: #666;
	}
	.subheader { color: #777; }
	
	#resume h4 {
		margin-top: 34px;
	}

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	p.last { margin: 0px; }
	p.quote {
		background: #fff;
		padding: 0.8em;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.featured {
		padding: 0.8em;
		background: #f8f8f8;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.last {margin-bottom: 0px;}

	em { font-style: italic; color: #687178; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

	.selectedLink {
		font-weight: bold;
		border-bottom: solid 1px; !important;
	}
/* #Links
================================================== */
	a, a:visited { 
		color: #333; 
		text-decoration: none; 
		font-variant: small-caps; 
		font-size: 1.2em;
		letter-spacing: 0.1em;
	}
	a:hover, a:focus { color: #111; border-bottom: solid 1px #111; }

	.content a, .content a:visited { color: #B0076F; text-decoration: none; }
	.content a:hover, .content a:focus { color: #B0076F; border-bottom: solid 1px #B0076F; }

	p a, p a:visited { line-height: inherit; }
	


/* #Navigation
================================================== */

	#mainNavigation {
		position: relative;
		display: inline;
		left: 0px;
	}
	#mainNavigation li {
		display: inline;
		margin-left: 10px;
	}
	.mainNavFirst {
		margin-left: 0px !important;
	}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.clear { display: block; clear: both;}

