@charset "utf-8";

/* General Styles */
* {
	margin:0;
	padding:0;
	border:none;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background-color:#232223;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#322A25;
}
a {
	color:#322A25;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}
p {
	padding-bottom:10px;
	font-size:16px;
}
/* End of General Styles */

/* Top of page	*/
#header {
	width:1000px;
	position:relative;
	margin:0 auto;
	height:167px;
}
#headerContainer {
	background:url('images/header.png') top right;
	background-repeat:repeat-x;
	width:100%;
	height:209px;
}
#logo, #nav {
	position:absolute;
}
#logo {
	top:54px;
	left:0;
}
#nav {
	right:0;
}

/*	Header Rollover Links	*/
a#nav1, a#nav2, a#nav3, a#nav4 {
	display: block;
	width: 125px;
	height: 132px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	position:absolute;
}
#nav4 {
	right:0;
}
#nav3 {
	right:160px;
}
#nav2 {
	right:320px;
}
#nav1 {
	right:480px;
}
a#nav1 {
	background:url(images/home.png) no-repeat 0 0;
}
a#nav2 {
	background:url(images/portfolio.png) no-repeat 0 0;
}
a#nav3 {
	background:url(images/education.png) no-repeat 0 0;
}
a#nav4 {
	background:url(images/about.png) no-repeat 0 0;
}
a:hover#nav1, a:hover#nav2, a:hover#nav3, a:hover#nav4, a:active#nav1, a:active#nav2, a:active#nav3, a:active#nav4 {
	background-position: 0 -132px;
}
/* End of Header Rollover */

/* For Portfolio NavBar Specific Stuff */
#navBar {
	position:relative;
	left:-5px;
	top:-25px;
	margin-bottom:-30px;
}
#navBar a#web, #navBar a#flash, #navBar a#photo, #navBar a#print {
	display:block;
	position:absolute;
	width:160px;
	height:14px;
	top:10px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#navBar a#web {
	left:76px;
	background:url(images/web.png) no-repeat 0 0;
}
#navBar a#flash {
	left:308px;
	background:url(images/flash.png) no-repeat 0 0;
}
#navBar a#photo {
	left:538px;
	background:url(images/photo.png) no-repeat 0 0;
}
#navBar a#print {
	left:768px;
	background:url(images/print.png) no-repeat 0 0;
}
#navBar a:hover#web, #navBar a:hover#flash, #navBar a:hover#photo, #navBar a:hover#print {
	background-position:0 -14px;
}
/* End of Portfolio NavBar Specific Stuff */

/* Flash Page specific stuff */
#flashNav, #photoNav {
	width:928px;
	margin:0 auto;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-size:12px;
}
#flashNav tr.top {
	padding-top:5px;	
}
#flashNav td {
	width:160px;
}
#flashNav td.col1 {
	padding-left:20px;
	width:100px;
}
#flashNav td.nudge {
	width:176px;	
}
#flashNav td.borderL {
	border-left:1px dotted #ccc;
}	
#flashNav td a {
	padding-left:20px;
	color:#322A25;
	display:block;
	position:relative;
}
#flashNav td a:hover{
	background:url(images/arrow.gif) no-repeat 0 center;
}
.current {
	background:url(images/arrow.gif) no-repeat 0 center;
}
#flashGame {
	text-align:center;
}
/* End of Flash Page specific stuff */

/* Print Page specific stuff */
ul.spaced li{
	padding-top:10px;
	list-style:none;
}
/* End of Print Page stuff */

/* Photo Page specific stuff */
#photoContainer {
	width:1000px;
	overflow:hidden;
	margin:30px auto 0 auto;
	height:690px;
}	
#photoScroll {
	height:630px;
	margin:0 auto;
	overflow:auto;
}
#slideshow{
	position:relative;
	left:0;
}
#photoScroll img{
	display:block;
	margin:0 auto;
}
#photoScroll .fixedWidth{
	width:1000px;
	margin:0 auto;
}
#photoNav {
	position:relative;
	height:20px;
}
#photoNav .link{
	text-align:center;
	float:left;
	height:20px;
	width:308px;
}
#photoNav a{
	color:#232223;
}
#prevBtn{
	width:50px;
	height:50px;
	position:absolute;
	left:-50px;
	top:315px;
	font-size:50px;
}
#prevBtn a, #nextBtn a{
	color:#f2f2f2;
}
#nextBtn{
	width:50px;
	height:50px;
	position:absolute;
	right:-50px;
	top:345px;
	font-size:50px;
	text-align:right;
}


/* End of Photo Page stuff */

/* Education page stuff */
#education, #resume, #description {
	padding:0 40px;
}
#education a {
	color:#322A25;	
}
.topBorder {
	border-top:1px dashed #555555; 
	padding-top:10px;
}
/* End of Education page stuff */

/* Resume Page stuff */
#resume h2 {
	text-align:center;
	margin:0 auto -20px 0;
	border-top:3px solid #322A25;
	padding:22px 0 4px 0;
}
#resume p {
	text-align:center;
}
#resume h3 {
	display:block;
	margin-top:15px;
	width:100%;
	border-bottom:1px solid #322A25;
}
#resume li {
	padding-left:10px;
	margin-left:30px;
	list-style:square outside;
}
#resume h4 {
	margin-top:15px;
}
#resume .fRight {
	float:right;
}
#resume h5 {
	margin-top:5px;
}
#resume .end {
	display:block;
	width:100%;
	border-top:3px solid #322A25;
	margin-top:5px;
}
/* End of Resume Page stuff */

/* About Me Page Stuff */
.right {
	float:right;
}
#aboutContainer {
	margin:0 auto;
	height:580px;
	width:1000px;
	overflow:hidden;
}
#aboutScroll {
	height:582px;
	margin:0 auto;
	overflow:auto;
}
#aboutMe .fixedWidth {
	width:1000px;
	margin:0 auto;
	height:530px;
	position:relative;
}
#aboutScroll img {
	display:block;
	margin:0 auto;
}
.initialAbout img {
	position:absolute;
	left:-4px;
	top:0;
}
.initialAbout p {
	margin:45px 0 30px 0;
	line-height:24px;
}
.initialAbout {
	position:absolute;
	width:360px;
	height:530px;
	left:40px;
	top:0;
}
.leftAbout {
	position:absolute;
	width:360px;
	height:405px;
	left:40px;
	top:0;
}	
.leftAbout p {
	line-height:24px;
}
.leftAbout h3 {
	margin-bottom:15px;
}
.rightImg {
	position:absolute;
	left:410px;
	top:20px;
	width:550px;
	height:405px;
}
.rightImg img {
	float:right;
	margin-right:40px;
}
#timeline {
	background:url(images/timeline.png) top left repeat-x;
	width:6565px;
	height:65px;
}
#timeline, .timelinePlacer {
	position:absolute;
	left:400px;
	top:455px;
}
#year85, #year06, #year07, #year08, #year09, #year10 {
	height:58px;
	width:124px;
	margin:1px 0 0 0;
}
#year10{
	background:url(images/2010.png) no-repeat 0 0;
}
#year09 {
	background:url(images/2009.png) no-repeat 0 0;	
}
#year08 {
	background:url(images/2008.png) no-repeat 0 0;	
}
#year07 {
	background:url(images/2007.png) no-repeat 0 0;	
}
#year06 {
	background:url(images/2006.png) no-repeat 0 0;	
}
#year85 {
	background:url(images/1985.png) no-repeat 0 0;	
}
#aboutContainer q{
	font-size:15px;
	font-style:italic;
	text-align:center;
}
/* End of About Me Page Stuff */

/* Contact Form Stuff */
#contactForm {
	width:550px;
	margin:0 0 40px 40px;
	padding:15px;
	border:1px solid #534741;
}
#textBox {
	float:right;
	width:250px;
	margin:15px 60px 0 0;
}
#contactForm input, #contactForm textarea {
	border:1px solid #534741;
	margin-bottom:10px;
}
.setWidth {
	display:block;
	width:100px;
	float:left;
}
.error {
	font-size:11px;
	color:#933;
}
.submit {
	margin-left:100px;
}
#confirmation {
	height:500px;
}
/* End of Contact Form Stuff */

/* Main Section	*/
#wrapper {
	width:1000px;
	position:relative;
	margin:0 auto;
	background-color:#F2F2F2;
}
#topWrapper {
	width:100%;
	background-image:url(images/topGradient.png);
	background-repeat:repeat-x;
	height:43px;
	position:absolute;
	top:-43px;
}
#btmWrapper {
	width:100%;
	background-image:url(images/btmGradient.png);
	background-repeat:repeat-x;
	height:43px;
	position:absolute;
	bottom:-43px;
}

#leftSide {
	width:280px;
	position:relative;
	padding-left:40px;
	min-height:470px;
}
#content {
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
}
#leftSide h4 {
	font-size:13px;
	letter-spacing:.1em;
	color:#808080;
	padding:18px 0;
}
#tagline {
	min-height:81px;
	width:280px;
}
#tagline p {
	font-size:17px;
}
#main {
	position:absolute;
	right:0;
	top:0;
	width:650px;
}
#main .one{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#main .two{
	position:absolute;
	top:15px;
	left:15px;
	z-index:0;
}
.nudgeRight {
	margin-bottom:20px;
	margin-left:-7px;
}

/* Check out Portfolio/Blog Links	*/
a#checkOut, a#visitBlog {
	display: block;
	position:relative;
	left:-54px;
	width:311px;
	height:41px;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	margin-top:10px;
}
a#checkOut {
	background:url(images/checkLink2.png) no-repeat 0 0;
}
a#visitBlog {
	background:url(images/blogLinks.png) no-repeat 0 0;
}
a:hover#checkOut, a:hover#visitBlog  {
	background-position: 0 -41px;
}
/* End of check out Portfolio/Blog Links	*/

/* Other stuff */
.leftStuff, .rightStuff {
	width:300px;
}
.leftStuff {
	float:left;
}
.rightStuff {
	float:right;
}
.leftDesc img {
	float:right;
}
.rightDesc img {
	float:left;
}
.clear {
	clear:both;
	height:0;
}
.line {
	height:0;
	margin:30px 0;
	border-top:1px solid #ccc;
	margin-right:30px;
}
.more a{
	text-align:right;
	float:right;
	margin:30px 18px 0 8px;
	text-decoration:none;
	color:#322A25;
	font-size:14px;
	font-weight:bold;
}
.small {
	font-size:10px;
	vertical-align:super;
}

/* Bottom Stuff	*/
#footerContainer {
	clear:both;
	height:209px;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	text-align:left;
}
#footer {
	width:1000px;
	clear:both;
	position:relative;
	margin:0 auto;
	height:152px;
	padding-top:53px;
}
#footer a, #footer p, #footer q {
	color:#F2F2F2;
	font-size:13px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
}
#footer #one, #footer #two, #footer #three, #footer #four {
	border-left:1px solid #6F6865;
	height:125px;
	position:absolute;
	padding:10px;
}
#footer #one {
	left:0;
	width:210px;	
}
#footer #two {
	left:211px;
	width:210px;	
}
#footer #three{
	left:422px;
	width:210px;	
}
#footer #four {
	left:633px;
	width:346px;
	border-right:1px solid #6F6865;
}
#footer a {
	font-style:italic;
	display:block;
	margin:5px 0 0 0;
}
#footer a:hover {
	color:#FFF;
}
#footer #quote {
	width:280px;
	margin:20px auto;
}
#footer #quote q{
	font-size:15px;
	font-style:italic;
}
#footer #quote p {
	text-align:right;
}
#footer a.footerLink {
	font-style:normal;
	font-size:16px;
	color:#7AC943;
}
/* End of Bottom Stuff */