/* Other Albums */

#otherAlbumsBg
{
	width: 136px;
	background-color: #f37b15;
	background-image: url(images/bg_ltbeige.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#otherAlbums
{
	margin: 0;
	padding: 48px 12px 12px 32px;
	color: white;
	clear: both;
	background-image: url(images/bg_otheralbums.gif);
	background-repeat: no-repeat;
}

#otherAlbums .additionAlbum a
{
	/*display: list-item;*/
	list-style-image: url(images/arrow_rt_onltbeige.gif) outside;
	/*margin-left: 15px;*/
	color: #20255a;
}

#otherAlbums .additionAlbum a:hover, #otherAlbums .additionAlbum:hover a
{
	text-decoration: underline;
}


/* Main Area (subpages) */

#mainArea 
{
	background-color: #f6f2ee;
	background-image: url(images/bg_mainarea.gif);
	background-repeat: no-repeat;
	padding: 24px 30px 30px 30px;
	color:#072164;
	font-size: 14px;
	line-height: 150%;
}

#mainArea p { display: table; padding: 0; margin: 0 0 12px 0; font-size: 14px; line-height: 150%; }
#mainArea p.intro { color: #072164; font-size: 18px; margin: 0 0 16px 0; line-height: 150%; }
#mainArea h1 { font-size: 24px; color:#072164!important; padding: 0; margin: 0; padding-bottom: 12px; color: #330; }

h1#titleHeader { margin: 0; padding: 0 0 16px 0; }
h1#titleHeader a { color: #072164; }
h1#titleHeader a:hover { color: #3d4277; }

#albumInfo
{
	width: 188px; display: table; float: left; padding: 0 16px 16px 0;
}

#albumInfo a img
{
	border: 1px solid #600;
}

#albumInfo h2 { font-size: 14px; color: #f37b15; margin: 12px 0 4px 0; }
#albumInfo ul { padding: 0; margin: 0; font-size: 10px; }
#albumInfo a { color: #072164; }
#albumInfo a:hover { text-decoration: underline; color:#F37B15; }
#albumInfo ul li { list-style-image: url(images/arrow_rt_onbeige.gif) outside; margin-left: 16px; }
#albumInfo p { font-size: 12px; color: #072164; margin: 2px 0 4px 0; }
#albumInfo p strong { color: #663; font-style: italic; font-weight: normal; }

a.external { color:#F37B15; }
a.external:hover { color:#072164; }

#pageBody { display: table; }

#pageBody h2 {
	font-size: 14px; color: #f37b15; margin: 12px 0 4px 0;
}

ul.audioListing { padding: 0; margin: 0; font-size: 12px; }
ul.audioListing li { list-style-image: url(images/audio_icon.gif) outside; margin-left: 14px; padding-bottom: 2px; }
ul.audioListing a { color: #600; }
ul.audioListing a:hover { color: white; }

#mainArea div.rightCol { display: table; float: right; padding: 0 0 16px 16px; }
#mainArea div.rightCol a { color: white; font-weight: bold; }
#mainArea div.rightCol a:hover { color: #00E8F2; }

/* Albums (horizontal) */

#albumsListingBg
{
	background-color: #fff;
	background-repeat: no-repeat;
	border-top:1px solid #f37b15;
}

#albumsListing
{
	margin: 0;
	padding: 40px 30px 30px 30px;
	background-image: url(images/bg_albums.gif);
	background-repeat: no-repeat;
	color:#071231;
	clear: both;
}

#albumsListing .additionAlbum a { color: #072164; }
#albumsListing .additionAlbum a:hover, #albumsListing .additionAlbum:hover a { color:#f37b15; }
