@charset "utf-8";

/* Color Used through out the site */
@import url("/css/themes/red.css");

/*

CSS Reset from Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

 */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

div img {
	vertical-align: bottom;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

html, body {
	height: 100%;
}
.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	min-width: 960px;
}
.footer, .push {
	height: 90px; /* .push must be the same height as .footer */
}

/* Global Styles for joeharris.com */

body {
	background-color: #f7f2e7; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;	
}
a:hover {
	color: #f8f8ff;
	text-decoration: none;
}
h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 38px;
	margin: 0 0 8px 0;
}
h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: normal;
	line-break: 32px;
	margin: 4px 0;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
strong {
	font-weight: 900;
}
em {
	font-style: italic;
}

.container {
	margin: 0 auto;
	text-align: center;
	width: 940px;
}
.header {
	background-color: #000;
	background-repeat: no-repeat;
}
	.header .headerInner {
		margin: 0 auto;
		width: 940px;
	}
	.header .globalnav {
		border-left: 1px solid #f7f2e7;
		color: #f8f8ff;
		float: right;
		font-family: Georgia, Times, "Times New Roman", serif;
		margin: 0 0 0 auto;
		text-align: right;
	}
		.header .globalnav ul {
			font-size: 16px;
			line-height: 20px;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.header .globalnav ul li {
			float: left;
		}	
		.header .globalnav ul a,
		.header .globalnav ul a:link#current,
		.header .globalnav ul a:visited#current,
		.header .globalnav ul a:hover#current,
		.header .globalnav ul a:active#current {
			display: block;
			padding: 8px 10px 8px 10px;
			text-decoration: none;
		}
		.header .globalnav ul a:link,
		.header .globalnav ul a:visited,
		.header .globalnav ul a:active {
			border-right: 1px solid #f7f2e7;
			color: #f8f8ff;
		}

.content .left,
.content .right {
	text-align: left;
}

.facebook-badge {
	margin: 0 auto;
	text-align: center;
}
	
/* Footer */

.footer {
	margin: 0;
	background: #000 url('/images/global/bground-footer.jpg') top right no-repeat;
	clear: both;
}


/* clearFix */
.clearFix:after,
.container:after,
.header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .clearFix,
*:first-child+html .container,
*:first-child+html .header {
	zoom: 1;
} /* IE7 */

