/*
Theme Name: Joseph S. DeBeasi
Theme URI: http://wordpress.org/
Description: Wordpress Theme for Joseph DeBeasi's site
Author: Liam DeBeasi
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

.mpcreditsnav {
	width: 253px;
	height: 14px;
	background-image: url(images/mpcreditsnav.png);
	background-repeat: no-repeat;
}

.tvcreditsnav {
	width: 253px;
	height: 27px;
	background-image: url(images/tvcreditsnav.png);
	background-repeat: no-repeat;
}

.recordingartistnav {
	width: 253px;
	height: 28px;
	background-image: url(images/recordingartistnav.png);
	background-repeat: no-repeat;
}

.composer {
	cursor: pointer;
	width: 253px;
	height: 30px;
	background-image: url(images/composer.png);
	background-repeat: no-repeat;
}

.composer:hover {
	cursor: pointer;
	width: 253px;
	height: 30px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/composeractive.png);
	background-repeat: no-repeat;
}

.composeractive {
	width: 253px;
	height: 30px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/composeractive.png);
	background-repeat: no-repeat;
}

.musiceditor {
	cursor: pointer;
	width: 253px;
	height: 32px;
	background-image: url(images/musiceditor.png);
	background-repeat: no-repeat;
}

.musiceditor:hover {
	cursor: pointer;
	width: 253px;
	height: 32px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/musiceditoractive.png);
	background-repeat: no-repeat;
}

.musiceditoractive {
	cursor: pointer;
	width: 253px;
	height: 32px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/musiceditoractive.png);
	background-repeat: no-repeat;
}

.producer {
	cursor: pointer;
	width: 253px;
	height: 32px;
	background-image: url(images/producer.png);
	background-repeat: no-repeat;
}

.producer:hover {
	cursor: pointer;
	width: 253px;
	height: 32px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/produceractive.png);
	background-repeat: no-repeat;
}

.produceractive {
	width: 253px;
	height: 32px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/produceractive.png);
	background-repeat: no-repeat;
}

.profaffiliationnav {
	cursor: pointer;
	width: 253px;
	height: 32px;
	background-image: url(images/profaffiliationnav.png);
	background-repeat: no-repeat;
}

.profaffiliationnav:hover {
	cursor: pointer;
	width: 253px;
	height: 32px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/profaffiliationnavactive.png);
	background-repeat: no-repeat;
}

.profaffiliationnavactive {
	width: 253px;
	height: 32px;
	background-image: url(http://jsdebeasi.com/wp-content/themes/joe/images/profaffiliationnavactive.png);
	background-repeat: no-repeat;
}