@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 8px 0
	
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.bold-text {
	font-weight: bold;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
}



a img {
	border: none;
}

.contain {
	display: block;
	width: 950px;
	margin: 0 auto;
}

.header {
	display: block;
	width: 950px;
	height: 108px;
}

.logo {
	float: left;
	display: block;
	width: 432px;
	height: 108px;
	background-image: url(images/logo.jpg);
	text-indent: -5000px;
}

.menu {
	float: left;
	width: 518px;
	height: 77px;
	margin: 23px 0 8px 0;
}

.top-menu-list {
	display: block;
	float: left;
}

.top-menu-list li {
	list-style: none outside none;
	display: block;
	float: left;
}

.top-menu-list li a {
	display: block;
	float: left;
	height: 77px;
	text-indent: -5000px;
}

.home-btn {
	width: 72px;
	background-image: url(images/home-btn.jpg);
	background-position: top;
}
.home-btn:hover {
	background-position: bottom;
}


.bio-btn {
	width: 60px;
	background-image: url(images/bio-btn.jpg);
	background-position: top;
}
.bio-btn:hover {
	background-position: bottom;
}

.design-btn {
	width: 63px;
	background-image: url(images/design-btn.jpg);
	background-position: top;
}
.design-btn:hover {
	background-position: bottom;
}

.painting-btn {
	width: 61px;
	background-image: url(images/painting-btn.jpg);
	background-position: top;
}
.painting-btn:hover {
	background-position: bottom;
}

.music-btn {
	width: 63px;
	background-image: url(images/music-btn.jpg);
	background-position: top;
}
.music-btn:hover {
	background-position: bottom;
}

.video-btn {
	width: 61px;
	background-image: url(images/video-btn.jpg);
	background-position: top;
}
.video-btn:hover {
	background-position: bottom;
}

.resume-btn {
	width: 65px;
	background-image: url(images/resume-btn.jpg);
	background-position: top;
}
.resume-btn:hover {
	background-position: bottom;
}

.contact-btn {
	width: 73px;
	background-image: url(images/contact-btn.jpg);
	background-position: top;
}
.contact-btn:hover {
	background-position: bottom;
}

.active-page {
	background-position: bottom !important;
	cursor: default;
}

.flames {
	display: block;
	width: 950px;
	height: 92px;
	background-image: url(images/flames.jpg);
}

.content-block {
	display: block;
	width: 950px;
	min-height: 200px;
	background-image: url(images/background.jpg);
	
}

.footer {
	display: block;
	width: 950px;
	height: 125px;
	background-image: url(images/footerBkgrnd.jpg);
}

.footer-menu {
	float: left;
}

.footer-list {
	display: block;
	width: 889px;
	float: left;
	margin: 77px 0 0 31px;
}

.footer-item {
	list-style: none outside none;
	display: block;
}

.footer-tree {
	float: left;
	display: block;
	height: 20px;
	width: 128px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-jthouse.jpg);
	background-position: top;
}

.footer-tree:hover {
	background-position: bottom;
}

.footer-contact {
	float: right;
	display: block;
	height: 20px;
	width: 58px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-contact.jpg);
	background-position: top;
}

.footer-contact:hover {
	background-position: bottom;
}

.footer-resume {
	float: right;
	display: block;
	height: 20px;
	width: 52px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-resume.jpg);
	background-position: top;
}

.footer-resume:hover {
	background-position: bottom;
}

.footer-video {
	float: right;
	display: block;
	height: 20px;
	width: 42px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-video.jpg);
	background-position: top;
}

.footer-video:hover {
	background-position: bottom;
}

.footer-music {
	float: right;
	display: block;
	height: 20px;
	width: 47px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-music.jpg);
	background-position: top;
}

.footer-music:hover {
	background-position: bottom;
}

.footer-painting {
	float: right;
	display: block;
	height: 20px;
	width: 65px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-painting.jpg);
	background-position: top;
}

.footer-painting:hover {
	background-position: bottom;
}

.footer-design {
	float: right;
	display: block;
	height: 20px;
	width: 52px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-design.jpg);
	background-position: top;
}

.footer-design:hover {
	background-position: bottom;
}

.footer-bio {
	float: right;
	display: block;
	height: 20px;
	width: 32px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-bio.jpg);
	background-position: top;
}

.footer-bio:hover {
	background-position: bottom;
}

.footer-home {
	float: right;
	display: block;
	height: 20px;
	width: 40px;
	text-indent: -5000px;
	background-image: url(images/ftr-btn-home.jpg);
	background-position: top;
}

.footer-home:hover {
	background-position: bottom;
}



/* thumbnails and gallery images */

.thumbnail-block {
	display: block;
	float: left;
	width: 620px;
	margin: 0 0 0 182px;
}

.thumbnails {
	display: block;
	width: 125px;
	height: 125px;
	float: left;
	margin: 0 27px 27px 0;
	
}


.center-thumb {
	margin-left: 152px;
}






.tmb-65 {
	background-image: url(images/artwork/tmb3_65.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-65:hover {
	background-position: bottom;
}

.tmb-td {
	background-image: url(images/artwork/tmb3_TDjesus.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-td:hover {
	background-position: bottom;
}

.tmb-jack {
	background-image: url(images/artwork/tmb3_jackrip.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-jack:hover {
	background-position: bottom;
}

.tmb-1 {
	background-image: url(images/artwork/tmb3_aerosol1.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-1:hover {
	background-position: bottom;
}

.tmb-dunes {
	background-image: url(images/artwork/tmb3_dunes.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-dunes:hover {
	background-position: bottom;
}

.tmb-2 {
	background-image: url(images/artwork/tmb3_aerosol2.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-2:hover {
	background-position: bottom;
}


.tmb-3 {
	background-image: url(images/artwork/tmb3_aerosol3.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-3:hover {
	background-position: bottom;
}


.tmb-4 {
	background-image: url(images/artwork/tmb3_aerosol4.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-4:hover {
	background-position: bottom;
}

.tmb-5 {
	background-image: url(images/artwork/tmb3_aerosol5.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-5:hover {
	background-position: bottom;
}

.tmb-6 {
	background-image: url(images/artwork/tmb3_aerosol6.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-6:hover {
	background-position: bottom;
}

.tmb-7 {
	background-image: url(images/artwork/tmb3_aerosol7.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-7:hover {
	background-position: bottom;
}


.tmb-8 {
	background-image: url(images/artwork/tmb3_aerosol8.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-8:hover {
	background-position: bottom;
}

.tmb-accents {
	background-image: url(images/artwork/tmb3_accents.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-accents:hover {
	background-position: bottom;
}

.tmb-p1 {
	background-image: url(images/artwork/tmb3_paintings1.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-p1:hover {
	background-position: bottom;
}

.tmb-p2 {
	background-image: url(images/artwork/tmb3_paintings2.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-p2:hover {
	background-position: bottom;
}

.tmb-mdi-site {
	background-image: url(images/artwork/tmb3_MDIsite.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-mdi-site:hover {
	background-position: bottom;
}

.tmb-ypa-site {
	background-image: url(images/artwork/tmb3_ypaSite.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-ypa-site:hover {
	background-position: bottom;
}

.tmb-lcc-site {
	background-image: url(images/artwork/tmb3_LCCsite.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-lcc-site:hover {
	background-position: bottom;
}

.tmb-myadidas {
	background-image: url(images/artwork/tmb3_myAdidas.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-myadidas:hover {
	background-position: bottom;
}

.tmb-powell {
	background-image: url(images/artwork/tmb3_powell.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-powell:hover {
	background-position: bottom;
}

.tmb-allen {
	background-image: url(images/artwork/tmb3_Allen.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-allen:hover {
	background-position: bottom;
}

.tmb-danny {
	background-image: url(images/artwork/tmb3_Danny.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-danny:hover {
	background-position: bottom;
}

.tmb-car {
	background-image: url(images/artwork/tmb3_carAd.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-car:hover {
	background-position: bottom;
}

.tmb-healthywomens {
	background-image: url(images/artwork/tmb3_HealthyWomens.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-healthywomens:hover {
	background-position: bottom;
}

.tmb-pls {
	background-image: url(images/artwork/tmb3_PLS.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-pls:hover {
	background-position: bottom;
}

.tmb-hollywood {
	background-image: url(images/artwork/tmb3_Hollywood.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-hollywood:hover {
	background-position: bottom;
}

.tmb-horseshoe {
	background-image: url(images/artwork/tmb3_Horseshoe.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-horseshoe:hover {
	background-position: bottom;
}

.tmb-isle {
	background-image: url(images/artwork/tmb3_IsleOfCapri.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-isle:hover {
	background-position: bottom;
}

.tmb-provena {
	background-image: url(images/artwork/tmb3_provena.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-provena:hover {
	background-position: bottom;
}

.tmb-guthelm {
	background-image: url(images/artwork/tmb3_guthelm.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-guthelm:hover {
	background-position: bottom;
}

.tmb-ata {
	background-image: url(images/artwork/tmb3_ATA.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-ata:hover {
	background-position: bottom;
}

.tmb-bjork {
	background-image: url(images/artwork/tmb3_Bjork.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-bjork:hover {
	background-position: bottom;
}

.tmb-bub {
	background-image: url(images/artwork/tmb3_bubbletree.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-bub:hover {
	background-position: bottom;
}

.tmb-treehouse {
	background-image: url(images/artwork/tmb3_treehouse.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-treehouse:hover {
	background-position: bottom;
}

.tmb-JR {
	background-image: url(images/artwork/tmb3_JR.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-JR:hover {
	background-position: bottom;
}

.tmb-nodice {
	background-image: url(images/artwork/tmb3_nodice.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-nodice:hover {
	background-position: bottom;
}

.tmb-Helven {
	background-image: url(images/artwork/tmb3_Helven.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-Helven:hover {
	background-position: bottom;
}

.tmb-Grits {
	background-image: url(images/artwork/tmb3_Grits.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-Grits:hover {
	background-position: bottom;
}

.tmb-BlackOrchid {
	background-image: url(images/artwork/tmb3_BlackOrchid.jpg);
	background-position: top;
	text-indent:-5000px;
}

.tmb-BlackOrchid:hover {
	background-position: bottom;
}

/*Index page style*/

.homepagepics {
	display: block;
	float: left;
	width: 215px;
	height: 215px;
	margin: 0 55px 0 202px;
	background-image: url(images/home1.jpg);
	
}

.biopagepics {
	display: block;
	float: left;
	width: 215px;
	height: 215px;
	margin: 0 55px 25px 0;
	background-image: url(images/home1.jpg);
	
}

.videopagepics {
	display: block;
	float: left;
	width: 215px;
	height: 215px;
	margin: 0 55px 25px 0;
	background-image: url(images/home1.jpg);
	
}
.contactpagepics {
	display: block;
	float: left;
	width: 215px;
	height: 215px;
	margin: 0 55px 25px 0;
	background-image: url(images/home1.jpg);
	
}


.homepagetext {
	display: block;
	float: left;
	width: 300px;
	margin: 50px 0 0 0;
}


.biopagetext {
	display: block;
	float: left;
	width: 570px;
	margin: 0 0 0 202px;
}

.videopagetext {
	display: block;
	float: left;
	width: 300px;
	margin: 0 0 0 0;
}

.contactpagetext {
	display: block;
	float: left;
	width: 300px;
	margin: 0 0 0 0;
}

.player-block {
	margin: 0 0 0 325px;
}








