/* GENERIC STUFF */
body {
	margin: 0;
	background-image: url(images/PaleStripeBack.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

select {
	width: 150px;
	height: 150px;
	margin: 1px;
}

a {
	text-decoration: none;
	/*	color: #0176aa; */ /*	color: #aa5401; */
	color: #d84402;
}

a:hover {
	text-decoration: underline;
}

h1,h2 {
	font-family: 'Arial Rounded MT Bold', Verdana, Arial, Helvetica,
		sans-serif;
	text-transform: lowercase;
	color: #798b7a;
}

h1 {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 2em;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.5em;
}

/* END GENERIC STUFF */ /* PAGE LAYOUT STUFF */
#gradient {
	background-image: url(images/GradientStripeBack.gif);
	background-repeat: repeat-x;
	width: 100%;
}

#starburst {
 width:100%;
 background-image:url(images/starburst.png);
 background-repeat: no-repeat;
 background-position: center -600px;
}

#pageContainer td {
	vertical-align: top;
}

#shadowLeft {
	background-image: url(images/PaleShadowStripeLeft.gif);
	background-repeat: repeat-y;
	width: 6px;
}

#shadowRight {
	background-image: url(images/PaleShadowStripeRight.gif);
	background-repeat: repeat-y;
	width: 6px;
}

#page {
	background-color: white;
	width: 900px;
}

#header {
	position: relative;
}

#nameHome {
	position:relative;
	left: 120px;
}

#nameHome img {
	padding: 4px;
}

#logoHome {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 15px;
}

#tagline {
	float: right;
	width: 300px;
	color: #8ea18f;
	text-transform: lowercase;
	font-size: .7em;
	line-height: 1.3em;
	text-align: right;
	padding: 15px 15px 0 0;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: .7em;
	line-height: 1.4em;
	padding: 32px 0 10px 0;
}

.bottomNote {
	text-align: center;
	margin: 0px 0px 30px 0px;
	font-size: .9em;
}

/* END PAGE LAYOUT STUFF */ /* NAV BAR STUFF */
#navBar {
	background-image: url(images/NavBarBackHover.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 100%;
}

#navBar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: .9em;
	float: right;
}

#navBar li {
	text-align: center;
	float: left;
	text-transform: lowercase;
}

#navBar li a {
	display: block;
	color: white;
	padding: 4px 15px 5px 15px;;
}

#navBar li a:hover {
	text-decoration: none;
	background-image: url(images/NavBarBack.gif);
	background-repeat: repeat-x;
	color: black;
}

/* END NAV BAR STUFF */ /* CONTENT LAYOUT STUFF */
#meat {
	padding: 10px;
	font-size: .9em;
	color: #253228;
}

#goodStuff {
	width: 740px;
	float: left;
}

#subNav {
	float: left;
	width: 109px;
	margin: 10px 20px 20px 10px;
	padding-right: 10px;
	border-right: dashed 1px #c3d4c5;
	height: 350px;
}

#subNav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: .75em;
	text-align: right;
}

#subNav li {
	margin-bottom: 4px;
}

#content {
	float: left;
	width: 590px;
	font-size: .9em;
	margin-top: 10px;
}

#ads {
	width: 110px;
	float: left;
	padding-left: 20px;
}

#pleaseWait1,#pleaseWait2 {
	margin: 6px 50px 6px 50px;
	padding: 5px;
	border: dotted 1px #c3d4c5;
	background-color: #f8f9f8;
/*	display: none; */
	text-align: center;
	line-height: 1.4em;
}

.confirmation {
	text-align: center;
	padding-bottom: 20px;
}

/* END CONTENT LAYOUT STUFF */ /* FORM STUFF */
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*
.formText {
	font-size: .9em;
	margin: 10px 0 10px 0;
}
*/
.standard .submit {
	text-align: center;
	padding-top: 10px;
}

.standard {
	font-family: 'Arial Rounded MT Bold', Verdana, Arial, Helvetica,
		sans-serif;
	text-transform: lowercase;
	color: #798b7a;
	margin: 25px;
}

.standard table {
	text-transform: lowercase;
	color: #798b7a;
}

.standard caption {
	color: black;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	text-transform: none;
}

.standardLabel {
	padding-top: 5px;
}

.standardSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.standard .textfield {
	background-image: url(images/InputBackGray.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #ededed;
	border: solid 1px #b7c9b8;
	width: 300px;
	height: 23px;
	padding: 2px;
	margin: 3px;
}

.standard .textareafield {
	background-image: url(images/InputBackGrayTop.gif);
	background-repeat: repeat-x;
	background-color: white;
	border: solid 1px #b7c9b8;
	width: 300px;
	height: 75px;
	padding: 2px;
	margin: 3px;
}

.standard .hasfocus {
	background-image: url(images/InputBackBlue.gif);
	background-color: #e8f1f0;
	border: solid 1px #43a7d3;
}

.standard .textareahasfocus {
	background-image: url(images/InputBackBlueTop.gif);
	background-color: white;
	border: solid 1px #43a7d3;
}

.compact {
	font-family: 'Arial Rounded MT Bold', Verdana, Arial, Helvetica,
		sans-serif;
	text-transform: lowercase;
	color: #798b7a;
	text-align: center;
	margin-bottom: 10px;
}

.compact .textfield {
	background-image: url(images/InputBackGray.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #ededed;
	border: solid 1px #b7c9b8;
}

.compact .hasfocus {
	background-image: url(images/InputBackBlue.gif);
	background-color: #e8f1f0;
	border: solid 1px #43a7d3;
}

.compact .submit {
	margin-left: 3px;
	vertical-align: bottom;
}

.selectWidget {
	text-align: center;
}

.inputError {
	color: red;
	font-weight: bold;
	text-transform: none;
}

/* END FORM STUFF */ /* ROUTE STUFF */
.route {
	margin: 32px 0 0px 0;
}

.routeInstance {
	text-align: center;
	margin: 8px 0 8px 0;
}

.artist {
	font-weight: bold;
}

.album {
	font-weight: bold;
	font-style: italic;
}

.artistLeft {
	text-align: left;
	margin-left: 70px;
}

.artistRight {
	text-align: right;
	margin-right: 70px;
}

.song {
	font-size: 1.1em;
	font-weight: bold;
}

.songBy {
	font-size: .8em;
}

.songInfo {
	margin: 6px 50px 6px 50px;
	padding: 5px;
	border: dotted 1px #c3d4c5;
	color: #798b7a;
	background-color: #f8f9f8;
}

.songInfo a {
	color: #993001;
}

.songLinks {
	margin-top: 4px;
}

.albumTitle {
	font-style: italic;
}

.routeBridgeRight {
	margin: 0 100px 0 100px;
	height: 15px;
	border-right: dashed 2px #a8b8a9;
	border-bottom: dashed 2px #a8b8a9;
}

.routeBridgeLeft {
	margin: 0 100px 0 100px;
	height: 15px;
	border-left: dashed 2px #a8b8a9;
}

/* END ROUTE STUFF */ /* SEARCH RESULT STUFF */
.individual {
	display: none;
	padding: 5px 0 5px 0;
	margin: 5px 0 0 0;
	background-color: white;
	border: dotted 1px #dce5dd;
}

.individual a {
	color: #d84402;
}

.searchMatch {
	border-left: dashed 2px #a8b8a9;
	padding-left: 0;
	margin-left: 15px;
	margin-top: 0;
	padding-top: 0;
	list-style-type: none;
	color: #a8b8a9;
}

.searchMatch li {
	margin-top: 10px;
	font-size: .9em;
}

.searchMatch a {
	padding-left: 15px;
	border-bottom: dashed 2px #a8b8a9;
	font-weight: bold;
	padding-bottom: 4px;
}

.searchMatch a:hover {
	text-decoration: none;
	border-bottom: dashed 2px #d84402;
}

.noMatch {
	font-size: .9em;
	font-style: italic;
	margin: 3px 0 10px 15px;
}

/* END SEARCH RESULT STUFF */ /* DISCOGRAPHY STUFF */
dl {
	font-family: 'Arial Rounded MT Bold', Verdana, Arial, Helvetica,
		sans-serif;
}

dt {
	color: #798b7a;
	font-size: 1.2em;
	padding-top: 5px;
}

dd {
	color: #798b7a;
}

h2.discographyPageTitle {
	color: #798b7a;
	margin: 0 0 15px 0;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	border-bottom: dashed 2px #a8b8a9;
	padding-bottom: 5px;
	text-transform: none;
}

.smaller {
	font-size: .6em;
}
/* END DISCOGRAPHY STUFF */