@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 100%;
	line-height: 100%;
}
#container {
	width: 1040px;
	min-height: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 60px;
	background-image: url(../Images/siteBackground.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.7;
	color: #252626;
}
#column1 {
	position: absolute;
	left: 40px;
	top: 114px;
	width: 350px;
}
#column2 {
	left: 428px;
	top: 114px;
	position: absolute;
	width: 572px;
	padding-bottom: 50px;
}
#column1 a, #column2 a {
	text-decoration: none;
	font-weight: bold;
	color: #07334a;
}
#column1 a:hover, #column2 a:hover {
	color: #FFFFFF;
	background-color: #07334A;
	text-decoration: none;
}
.desktopImage {
	border: none;
}
.normal {
	font-weight: normal;
}
p {
	margin-top: -5px;
	margin-bottom: 15px;
	text-align: left;
}
img {
	border: solid 1px #07334A;
}
#navBar {
	height: 82px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
#homeButton {
	height: 53px;
	width: 251px;
	overflow: hidden;
	left: 21px;
	top: 21px;
	display: block;
	position: absolute;
	background-image: url(../Images/navSprite.png);
	background-position: -251px 0px;
}
#homeButton:hover {
	background-image: url(../Images/navSprite.png);
	background-position: 0px 0px;
}
h1 {
	text-indent: -9999px;
}
#navBar ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 383px;
	height: 19px;
	left: 409px;
	top: 52px;
	position: absolute;
}
#navBar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li.designButton a {
	background-image: url(../Images/navSprite.png);
	display: block;
	height: 19px;
	width: 104px;
	float: left;
	background-position: -104px -53px;
	text-indent: -9999px;
	overflow:hidden;
}
li.designButton a:hover {
	background-image: url(../Images/navSprite.png);
	background-position: 0px -53px;
}
li.photoButton a {
	background-image: url(../Images/navSprite.png);
	display: block;
	height: 19px;
	width: 85px;
	float: left;
	background-position: -293px -53px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 48px;
}
li.photoButton a:hover {
	background-image: url(../Images/navSprite.png);
	background-position: -208px -53px;
}
li.resumeButton a {
	background-image: url(../Images/navSprite.png);
	display: block;
	height: 19px;
	width: 50px;
	float: left;
	background-position: -428px -53px;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 48px;
}
li.resumeButton a:hover {
	background-image: url(../Images/navSprite.png);
	background-position: -378px -53px;
}
.indent {
	padding-left: 16px;
	display: block;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #07334a;
	margin: 0px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #07334a;
	margin: 0px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #252626;
	margin: 0px;
	padding-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.date {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #252626;
}
.thumbnail {
	border: none;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	background-color:#CCCCCC;
}
.thumbnail:hover {
	background-color: #07334A;
}
.navLinks {
	padding-left: 20px;
	display: none;
}
.navLinks a {
	font-size: 10px;
	text-decoration: none;
	padding: 2px 4px 1px 4px;
}
.activeNav {
	color: #FFFFFF;
	background-color: #07334A;
}
.email, .facebook, .linkedin, .twitter, .pdf {
	background-image: url(../Images/miniIcons.png);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.email { 
	background-position: 0px -62px; 
	}
.facebook { 
	background-position: 0px 4px; 
	}
.linkedin { 
	background-position: 0px -40px; 
	}
.twitter { 
	background-position: 0px -18px; 
	}
.pdf {
	background-position: 0px -85px;
	height: 20px;
	display: block;
}
.email a, .facebook a, .linkedin a, .twitter a, .pdf a {
	font-size: 12px;
}
p.email, p.facebook, p.linkedin {
	margin-top: -5px;
	margin-bottom: 6px;
}
#electricGuitarWrapper {
	width: 740px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	background-color: #000000;
}
#electricGuitarBody {
	background-color: #666666;
}