/* Default CSS ------------------------------------------------------------------------------------

Written by Unit Interactive for John DeGroote
02/15/10

Colors:
Blue		#004769
Lt Blue		#a8bec8
Dk Blue 	#02293d
Grey		#b9bcb5

Index
1. Reset
2. Typography
3. Layout
4. Clearfix

---------------------

1. 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;
    font-size: 10px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #999;
}

a {
	text-decoration: none;
}

.print {
	display: none;
}

/*
2. Typography */

h1, h2, p.morelink a, blockquote, label, aside li, section#resume nav li, aside dt, footer article li {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-weight: lighter;
}

p, li, dt, dd, div#modal h1 a, aside#twitterfeed h2 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p a, li a, dd a, dt a, #twitterfeed h1 a {
	border-bottom: 1px dotted;
	color: #004769;
}

p a:hover, li a:hover, dd a:hover, dt a:hover, #twitterfeed h1 a:hover {
	text-decoration: underline;
	border-bottom: none;
	padding-bottom: 1px;
}

nav#main li {
	float: left;
	text-align: center;
	padding-top: 5px;
	margin-left: 63px;
}

nav#main li.first {
	margin-left: 486px;
}

nav#main li a {
	border: none;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
}

a.ext {
	padding-right: 20px;
	background: url('../images/external-link.png') no-repeat right top;
}

nav#main li a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
}

h1 {
	font-style: italic;
	font-size: 25px;
	color: #999;
	text-shadow: 1px 1px 1px #ddd;
	text-transform: lowercase;
}

article h1 {
	margin-bottom: 15px;
}

h2 {
	font-style: italic;
	color: #888;
	font-size: 16px;
}

p {
	font-size: 12px;
	line-height: 25px;
	color: #444;
}

p.morelink a, footer article li a {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin: 20px auto 0 0;
	width: auto;
	float: left;
	clear: both;
	line-height: 1.0em;
	font-size: 12px;
}

aside#twitterfeed p.morelink a {
	float: none;
	letter-spacing: 1px;
	line-height: normal;
	top: 4px;
	position: relative;
	margin: 0 !important;
}

p.morelink a span {
	text-transform: lowercase;
	display: inline;
	letter-spacing: 0;
	font-size: 14px;
}

header article h1 {
	text-shadow: 1px 1px 1px #02293d;
	font-size: 23px;
	line-height: 35px;
	text-transform: none;
	margin-bottom: 15px;
	color: #fff;
}

header article p {
	color: #b9bcb5;
	font-size: 14px;
}

header article p.morelink a, footer article li a {
	color: #fff;
	font-size: 12px;
	margin-top: 30px;
}

header section article h1, div#modal h1 {
	font-size: 25px;
	text-transform: lowercase;
	margin-bottom: 12px;
	line-height: 1.0em;
	text-shadow: 1px 1px 2px #02293d;
}

section#contact dd, section#contact dt {
	color: #b9bcb5;
	font-size: 12px;
	line-height: 24px;
}

section#contact dt {
	font-size: 14px;
}

section#contact dt em {
	font-size: 12px;
}

section#contact dd a {
	color: #fff;
}

section#contact dl label {
	width: 30px;
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
	color: #fff;
	font-style: italic;
}

article#location p {
	font-size: 12px;
}

article#location h2 {
	color: #fff;
	line-height: 24px;
}

aside p.locationlinks {
	margin-top: 9px;
	padding: 0;
}

article#location p.locationlinks a {
	margin: 9px 0 4px;
	font-size: 10px;
	display: block;
	float: left;
	clear: left;
	overflow: visible;
	position: relative;
}

article#location p.locationlinks a img {
	position: absolute;
	top: -2px;
	right: -20px;
}

article#location p.locationlinks a:first-child {
	margin-left: 0;
}

aside h1 {
	color: #fff;
	text-shadow: 1px 1px 1px #5a8193;
	padding: 0 20px 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 23px;
	line-height: 25px;
}

aside#twitterfeed h1 {
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	padding: 0;
	border-bottom: none;
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 16px;
	text-indent: -0.5em;
	text-transform: none;
	word-wrap: break-word;
	white-space: pre-wrap;
}

span.amp {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif !important;
	font-style: italic !important;
}

aside p {
	font-size: 12px;
	line-height: 22px;
	padding: 0 20px;
	margin-bottom: 30px;
	color: #666;
}

aside#twitterfeed p {
	padding: 0 0 0 30px;
	margin: 0;
	background: url('../images/icon-twitter2.png') no-repeat 0 0;
	height: 26px;
	line-height: 26px;
	position: absolute;
	bottom: 20px;
	left: 18px;
}

aside li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
	font-style: italic;
}

aside ul {
	margin-bottom: 30px;
	overflow: hidden;
}

aside p.button {
	margin-bottom: 0;
}

aside p.button a {
	display: block;
	width: 205px;
	height: 78px;
	overflow: hidden;
	background: url('../images/button-sp.png') no-repeat;
	background-position: 0 0;
	border: none;
	text-indent: -5000px;
}

aside p.button a:hover {
	background-position: 0 -78px;
	padding: 0;
}

article#news dl {
	display: block;
	overflow: hidden;
	width: 420px;
	float: left;
	clear: none;
}

article#news dt, article#news dd {
	font-size: 12px;
	line-height: 25px;
	float: left;
	color: #444;
	display: block;
}

article#news dt {
	width: 60px;
	text-align: right;
	padding-right: 8px;
}

article#news dd {
	width: 350px;
	float: left;
	clear: right;
	margin-bottom: 20px;
}

article#news p.morelink a {
	margin-top: 5px;
}

blockquote {
	font-size: 33px;
	line-height: 42px;
	color: #004769;
	text-align: center;
	display: block;
	height: 119px;
	text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url('../images/bg-bar.jpg') repeat-x #c7c9c8;
}

blockquote em {
	background: url('../images/bg-bar-highlight.jpg') no-repeat center;
	display: block;
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	height: 99px;
}

section#resume nav h1 {
	padding-bottom: 6px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 26px;
}

section#resume nav ul {
	width: auto;
	height: auto;
}

section#resume nav li {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	overflow: hidden;
}

section#resume nav li a {
	position: relative;
	overflow: visible;
}

section#resume nav li a img {
	position: absolute;
	top: -3px;
	left: -20px;
}

section#resume article h1 {
	padding: 66px 0 0 20px;
	margin-top: -59px;
	position: relative;
	color: #b9bcb5;
	margin-bottom: 30px;
}

section#resume article li {
	padding-left: 20px;
	display: list-item;
	background: url('../images/dot.gif') no-repeat 10px 9px;
	line-height: 22px;
	font-size: 12px;
	margin-bottom: 20px;
	color: #444;
}

section#resume aside h1 {
	font-size: 21px;
	letter-spacing: -0.01em;
}

aside dl {
	padding: 0 20px;
}

aside h2 {
	text-transform: lowercase;
	margin: 0 0 10px;
	padding: 4px 20px 4px;
	color: #799aa8;
	text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #8EABBD;
	border-bottom: 1px solid #8EABBD;
	font-weight: bold;
}

aside#twitterfeed h2 {
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	color: #888;
	text-shadow: none;
	border-top: none;
	border-bottom: none;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
}

aside dt {
	font-size: 12px;
	line-height: 22px;
	color: #444;
	font-style: italic;
	margin-bottom: 0;
}

aside dd {
	font-style: normal;
	color: #666;
	font-size: 11px;
	line-height: 22px;
	margin-bottom: 20px;
}

footer h1 {
	color: #fff;
	text-shadow: 1px 1px 1px #02293d;
	margin-bottom: 33px;
}

footer article li a {
	margin: 0 0 33px 40px;
	overflow: visible;
	position: relative;
	display: block;
}

footer article li a img {
	position: absolute;
	left: -40px;
	top: -7px;
}

footer aside h1 {
	padding: 0;
	border: none;
	margin: 25px 0 33px;
}

footer aside p {
	padding: 0;
	font-size: 11px;
	color: #04212e;
}

/*
3. Layout */

body {
	background: url('../images/bg-header-side.gif') repeat-x #fff;
	display: block;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background: url('../images/bg-nav-bar.gif') repeat-x top;
	z-index: 100;
	width: 100%;
}

nav ul {
	background: url('../images/bg-nav.png') no-repeat;
	width: 950px;
	height: 36px;
	display: block;
	margin: 0 auto;
}

header {
	background: url('../images/bg-header.jpg') no-repeat left top #004769;
	display: block;
	height: 586px;
	width: 950px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

header h1 img {
	margin-top: 35px;
	display: block;
	float: left;
}

header article {
	float: right;
	width: 466px;
	margin-top: 80px;
}

section#contact {
	width:  950px;
	height: 124px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 0 40px;
}

section#contact article {
	margin: 0 0 0 20px;
	float: left;
	clear: none;
	display: block;
	width: 445px;
}

section#contact article dl {
	float: left;
	width: 222px;
}

aside {
	float: right;
	width: 245px;
	clear: none;
	background: url('../images/bg-aside.jpg') no-repeat center bottom #c0cfd7;
	padding: 7px 0 20px;
	display: block;
}

aside#twitterfeed {
	float: left;
	background: url('../images/bg-twitter.jpg') no-repeat;
	height: 184px;
	width: 183px;
	padding: 20px;
	margin-right: 20px;
	position: relative;
}

aside ul {
	padding: 0 20px;
}

section#contact aside {
	background: none;
	padding: 0;
	width: 205px;
}

section#about, section#resume {
	display: block;
	margin: 0 auto;
	width: 950px;
	background: url('../images/bg-shadow.jpg') no-repeat center top #fff;
	overflow: hidden;
	padding: 33px 0 20px;
	position: relative;
}

section#about article {
	float: left;
	clear: none;
	width: 465px;
	display: block;
	margin-bottom: 45px;
}

section#about article#more {
	width: 630px;
}

section#about article#news {
	width: 670px;
}

section#about article#speaking {
	width: 315px;
}

section#about img#johntalking {
	position: absolute;
	right: 230px;
	bottom: 0;
	z-index: 10;
}

section#resume {
	padding-top: 70px;
}

section#resume nav {
	position: relative;
	background: none;
	display: block;
	float: left;
	width: 224px;
	text-align: right;
	margin-right: 20px;
	padding-top: 7px;
	z-index: 0;
}

section#resume nav ul {
	background: none;
}

section#resume article {
	width: 425px;
	float: left;
	display: block;
}

section#resume article ul {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
}

section#resume article ul:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}

section#resume div.asidewrap {
	float: right;
	width: 245px;
}

section#resume aside {
	float: none;
}

img.rating {
	margin-top: 20px;
	border: 1px solid #ddd;
	display: block;
	width: 243px;
}

footer {
	background: url('../images/bg-footer.jpg') no-repeat center top #02486A;
	border-top: 1px solid #999;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 23px 0 56px;
}

div.footerinn {
	display: block;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

footer aside {
	background: none;
}

footer article {
	display: block;
	position: relative;
	width: 425px;
	margin-left: 265px;
}

footer article ul {
	float: left;
}

div#overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../images/overlay.png') repeat;
	z-index: 100;
}

div#modal {
	position: absolute;
	top: 100px;
	padding: 20px 20px 30px;
	background: url('../images/bg-modal.jpg') no-repeat top center #02293d;
	padding: 15px 15px 30px;
	display: block;
	*width: 378px;
	float: left;
	left: 50%;
	overflow: hidden;
	z-index: 101;
	-moz-box-shadow: 0 10px 20px #333;
	-webkit-box-shadow: 0 10px 20px #333;
}

div#modal h1 {
	text-shadow: 1px 1px 1px #0F2026;
	color: #fff;
}

div#modal h1 a {
	float: right;
	border: none;
	margin-left: 10px;
	background: #0F2026;
	padding: 5px 6px;
	font-size: 11px;
	text-transform: lowercase;
	border-top: 1px solid #004769;
	border-left: 1px solid #004769;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 10px;
	display: block;
	font-style: normal;
	height: 12px;
	cursor: pointer;
	color: #fff;
}

div#modal h1 a:hover {
	border: none;
	border-bottom: 1px solid #004769;
	border-right: 1px solid #004769;
	margin: 1px 0 0 10px;
}

/*
4. Float Clearing
*/ 

.clearfix { display: inline-block; }

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
*/
