html, body {
	background: #fff url(../images/body-bg.jpg) repeat 0 0;
}

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #333;
	text-align: center;
}

header, article, section, aside, footer {
	display: block;
}

/*#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}*/

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/* @group header */

header {
	background: url(../images/header-bg-full.jpg) no-repeat top center;
	width: 100%;
	height: 218px;
	margin: 0;
	z-index: 1;
}

header h1 a:link, header h1 a:active, header h1 a:visited {
	display: block;
	text-indent: -99999px;
}

header h1 a:focus {
	outline: thin dotted;
}

header h1 a:hover {
	color: #;
	text-decoration: underline;
}

/* @end */

/* @group Threee Today */

#threeeToday {
	background: url(../images/threeeToday-bg.jpg) repeat-x top center;
	height: 452px;
	z-index: 10;
}

#threeeToday .wrapper {
	/*width: 870px;*/
}

#threeeToday section {
	width: 290px;
	height: 455px;
	float: left;
}

#threeeToday h2 {
	font-size: 6.5em;
	font-weight: bold;
	letter-spacing: -0.15em;
	margin: -61px 0 0;
	color: #494949;
	position: relative;
}

#threeeToday section div {
	display: inline;
	line-height: 420px;
}

#john {
	margin: 0 30px;
}

#threeeToday section img.thumb {
	/*width: 290px;*/
	/*border: 5px solid #fff;*/
	vertical-align: middle;
	max-width: 290px;
	max-height: 400px;
}

#threeeToday section img.nivoLarge {
	border: 5px solid #fff;
	max-height: 550px;
}

#threeeToday section a {
	
}

/* @end */

/* @group The Past */

#thePast {
	background: url(../images/thePast-bg-full.jpg) no-repeat top center;
}

#thePast h2 {
	text-indent: -999999px;
}

#thePast section {
	width: 290px;
	float: left;
	margin: 175px 0 0;
}

#thePast #johnPast {
	margin-left: 30px;
	margin-right: 30px;;
}

#thePast section .thumb {
	width: 75px;
	height: 75px;
	/*opacity: 0.5 !important;*/
	border: 3px solid #494949;
	margin: 0 7px 8px;
}

#thePast section a:hover img.thumb {
	/*opacity: 1 !important;*/
	border: 3px solid #7d7f7f;
	-webkit-transform: rotate(0deg) scale(1.2) !important;
	-moz-transform: rotate(0deg) scale(1.2) !important;
	transform: rotate(0deg) scale(1.2) !important;
}

#thePast a.viewArchive:link, #thePast a.viewArchive:active, #thePast a.viewArchive:visited {
	display: inline-block;
	font-size: 5.0em;
	font-weight: bold;
	letter-spacing: -0.15em;
	color: #494949;
	text-decoration: none;
}

#thePast a.viewArchive:hover {
	color: #7d7f7f;
}

#thePast #jamesPast a.viewArchive:hover {
	-webkit-transform: rotate(-4deg) scale(2.3);
	-moz-transform: rotate(-4deg) scale(2.3);
	transform: rotate(-4deg) scale(2.3);
}

#thePast #johnPast a.viewArchive:hover {
	-webkit-transform: rotate(0deg) scale(2.3);
	-moz-transform: rotate(0deg) scale(2.3);
	transform: rotate(0deg) scale(2.3);
}

#thePast #blainePast a.viewArchive:hover {
	-webkit-transform: rotate(4deg) scale(2.3);
	-moz-transform: rotate(4deg) scale(2.3);
	transform: rotate(4deg) scale(2.3);
}

/* @end */

/* @group footer */

footer {
	background: #000;
	clear: both;
	margin: 40px 0 0;
	text-align: left;
}

footer .wrapper {
	padding: 55px 0 25px;
}

footer p {
	clear: both;
	color: #666;
	font-size: 1.6em;
	line-height: 1.6;
	margin: 0 0 35px;
}

footer ul {
	color: #666;
	font-size: 1.6em;
	line-height: 1.4;
	margin: 0 0 35px 35px;
	padding-left: 25px;
	list-style: square;
	overflow: hidden;
}

footer ul li {
	float: left;
	width: 275px;
}

footer a:link, footer a:visited, footer a:active {
	color: #494949;
	text-decoration: none;
	display: inline-block;
}

footer a:focus {
	outline: thin dotted;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transform: rotate(-4deg) scale(1.9);
	-moz-transform: rotate(-4deg) scale(1.9);
	transform: rotate(-4deg) scale(1.9);
}

/* @end */

/* @group misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

/* Hide from browsers */
.hide {
	display: none;
}

/* Hide from browsers & screenreaders */
.hidden {
	display: none;
	visibility: hidden;
}

/* Hide from browsers, available to screenreaders */
.visuallyHidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Hide from browsers & screenreaders, maintain layout */
.invisible { 
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

::-moz-selection {
	background: #62aaf2;
	color:#fff;
	text-shadow: none;
}

::selection {
	background:#62aaf2;
	color:#fff;
	text-shadow: none;
} 

/* @end */

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
	
	a:link { -webkit-tap-highlight-color: #; } 
	
	/* Prevent iOS, WinMobile from adjusting font size */
	html {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}

}
