html
{
	overflow-y			: scroll;
}

body
{
	background-color	: #f4f4f4;
	margin				: 0;
	padding				: 0;
	font-family			: verdana, arial, sans-serif;
	font-size			: 8.5pt;
	color				: #333;
	cursor				: default;

}

.hover:hover
{
	color		: #000;
}

.clear
{
	clear		: both;
	visibility	: hidden;
	height		: 0;
	padding		: 0;
	margin		: 0;
}

.hidden
{
	visibility		: hidden;
}

select, input, textarea
{
	font-size		: 11px;
	border			: 1px solid #ddd;
	margin-right	: 20px;
	padding			: 2px;
	background		: transparent;
	font-family		: verdana, arial, sans-serif;
}

a
{
	text-decoration	: none;
	border			: none;
	color			: #666;
}

a:hover
{
	color			: #333;
}

h1
{
	font-size		: 14px;
	font-weight		: bold;
	color			: #345678;
	padding			: 10px 0 0 0;
}

h2
{
	font-size		: 12px;
	font-weight		: bold;
	color			: #333;
	padding			: 0;
}

th
{
	text-align		: left;
}

hr
{
	margin			: 15px 0;
	border			: 1px solid #eee;
}

.button
{
	background		: #fafafa;
	cursor			: pointer;
	border			: 1px solid #345678;
}

.button:hover
{
	background		: #eee;
	border			: 1px solid #456789;
}

#overlay
{
	position			: fixed;
	left				: -1px;
	top					: -1px;
	background-color	: #000000;
	width				: 100%;
	height				: 101%;
	filter				: alpha(opacity=50);
	-moz-opacity		: 0.5;
	-khtml-opacity		: 0.5;
	opacity				: 0.5;
	visibility			: hidden;
	z-index				: 2000;
}

#top
{
	width				: 100%;
	min-width			: 950px;
	height				: 155px;
	background			: #fff url(./../images/bg-top-2.png) repeat-x scroll center bottom;
	position			: relative;
}

#page-container
{
	background			: url(./../images/bg-page-container.png) repeat-y scroll center top;
	width				: 980px;
	margin				: 5px auto 0 auto;
	padding				: 0;
	min-height			: 250px;
}

#page-container-bottom
{
	background			: url(./../images/bg-page-container-bottom.png) no-repeat scroll center top;
	width				: 990px;
	margin				: 0 auto;
	height				: 40px;
}

#container
{
	margin				: 0 auto 0 auto;
	width				: 950px;
	height				: 400px;
	background-color	: #fff;
}

#footer
{
	margin				: 0 auto 0 auto;
	width				: 950px;
	height				: 20px;
	text-align			: right;
	padding				: 0 20px 0 0;
	color				: #aaa;
}

#top-header
{
	margin		: 0 auto;
	width		: 940px;
	height		: 150px;
	
}

#top-header-menu
{
	padding		: 5px 0 0 0;
	width		: 100%;
	text-align	: right;
	height		: 20px;
}

#top-logo
{
	height		: 120px;
	width		: 100%;
}

#logo
{
	margin		: 15px 0 0 0;
}

#tv
{
	margin		: 40px 0 0 450px;
	position	: absolute;
}

#pin-up
{
	margin		: 7px 0 0 440px;
	position	: absolute;
}

#microphone
{
	margin		: 29px 0 0 475px;
	position	: absolute;
}

#sleeves
{
	margin		: 16px 0 0 400px;
	position	: absolute;
}

#contact-me
{
	margin		: 40px 0 0 450px;
	position	: absolute;
}

#top-menu
{
	width		: 940px;
	margin		: 0 auto;
	clear		: both;
}

#top-menu ul
{
	list-style	: none;
	padding 	: 0;
	margin		: 0;
}

#top-menu li
{
	float				: left;
	background-image	: url(./../images/bg-main-menu.png);
	text-align			: center;
}

#top-menu a
{
	width				: 100px;
	padding				: 7px 0;
	text-decoration		: none;
	color				: #333;
	display				: block;
	border-left			: 1px solid #ddd;
	border-top			: 1px solid #ddd;
	border-right		: 1px solid #666;
	border-bottom		: 1px solid #ccc;
}

#top-menu a.selected-menu-item
{
	color				: #fff;
	background-color	: #9eb1c1;
	border-bottom		: 1px solid #9eb1c1;
	margin-top			: -4px;
	padding				: 8px 0 10px 0;
}

#home-sleeves
{
	border		: 1px solid #ddd;
	padding		: 5px;
	margin		: 0 0 0 19px;
}

#page-subcontainer img
{
	border			: 1px solid	#ddd;
	padding			: 5px;
}

#page-subcontainer
{
	position		: relative;
	line-height		: 18px;
	text-align		: justify;
	margin			: 0 30px 0px 30px;
	padding			: 5px 10px 10px 10px;
	cursor			: default;
}

#home
{
	padding		: 20px 30px 0 30px;
}

.default
{
	padding		: 0;
	margin		: 0;
}

.default img
{
	float		: left;
	margin		: 0 20px 0 0;
}

#arthurshimkin
{
	margin-bottom	: 5px;
}

.horline
{
	border-bottom	: 1px solid #ddd;
	display			: block;
	padding-top		: 18px;
	clear			: both;
}

/******** YouTube movies *********/

#movielinks
{
	padding				: 0;
	margin				: 0;
	position			: relative;
}

#movielinks div
{
	text-align			: left;
	margin				: 5px 0 5px 0;
	cursor				: pointer;
	position			: relative;
}

#movielinks span
{
	position			: absolute;
	top					: 6px;
	left				: 40px;
}

#movielinks img
{
	padding				: 0;
	border				: none;
}

#showmovie
{
	margin				: 5px 0 0 0;
	height				: 345px;
	border				: 2px solid #B2C3D4;
	width				: 425px;
}

#showmovie img
{
	padding				: 0;
	border				: none;
}

/******** Discography *********/

#loader
{
	padding			: 20px 0 0 0;
	text-align		: center;
}

#main-selection
{
	border-top		: 1px solid #eee;
	border-bottom	: 1px solid #eee;
	padding			: 8px 0 8px 20px;
	background		: url(./../images/bg_main_selection.png) repeat-x;
	margin			: 0 -20px;
}

#main-selection select
{
	width			: 210px;
	border-left		: none;
	border-right	: none;
}

#records-table
{
	width		: 100%;
	margin		: 15px 0;
}

#records-table td, th
{
	padding		: 2px 5px 2px 0;
	text-align	: left;
}

#records-table td
{
	cursor			: pointer;
}

#records-table th
{
	padding-bottom		: 5px;
}

#records-table img
{
	padding			: 2px;
	min-height		: 40px;
	min-width		: 30px;
}

#record-viewer
{
	visibility			: hidden;
	position			: fixed;
	top					: 50%;
	margin-top			: -270px;
	left				: 50%;
	margin-left			: -380px;
	border				: 2px solid #456789;
	min-height			: 300px;
	background-color	: #fff;
	z-index				: 1000;
}

#div-record-viewer-title
{
	padding			: 10px;
	height			: 50px;
	background		: url(./../images/bg-record-viewer.png) repeat-x;
}


#record-viewer-title
{
	font-size			: 14px;
	font-weight			: bold;
	color				: #345678;
}

#close-button
{
	text-align			: right;
	cursor				: pointer;
	position			: absolute;
	right				: 10px;
}

#image-viewer-songtitle
{
	padding-top			: 15px;
	display				: block;
}

#record-viewer-images
{
	text-align			: center;
	margin				: 0 10px;
	background-color	: #fff
}

#record-viewer-images img
{
	padding				: 5px;
	height				: 330px;
	border				: 1px solid #ddd;
}

#record-viewer-player
{
	margin				: 10px 10px 10px 0;
	float				: right;
	width				: 340px;
}

#record-viewer-player span
{
	font-size			: 10px;
	color				: #aaa;
	display				: block;
	padding				: 0 0 5px 5px;
}

#record-viewer-info
{
	margin				: 10px;
	float				: left;
	max-width			: 300px;
}

#record-viewer-year
{
	color			: #345678;
	font-size		: 20px;
	position		: absolute;
	right			: 8px;
	top				: 67px;
}

#label-info
{
	padding-top		: 10px;
}

#label-info img
{
	border			: none;
	padding			: 0;
	margin			: 0;
}

.hor-line
{
	border-top		: 1px solid #eee;
	margin			: 5px 0;
	height			: 1px;
	display			: block;
	cursor			: default;
	width			: 100%;
}

/******** Pages *********/

.all-pages
{
	margin-right	: 5px;
	padding			: 5px;
	border			: 1px solid #eee;
	cursor			: pointer;
	color			: #aaa;
}

.all-pages:hover
{
	border			: 1px solid #ccc;
	color			: #345678;
}

.all-pages-selected
{
	border			: 1px solid #aaa;
	background		: #f2f2f2;
	color			: #333;
}

#all-pages
{
	text-align			: center;
	padding				: 10px 0;
	border-top			: 1px solid #eee;
	border-bottom		: 1px solid #eee;
	background-color	: #f8f8f8;
}

/******** PERFORMERS ******************************************/

#performer-images
{
	visibility			: hidden;
	float				: right;
	width				: 150px;
	text-align			: center;
	background-color	: #eee;
	margin-top			: 47px;
}

#performer-images img
{
	margin-bottom		: 10px;
	background-color	: #fff;
	clear				: both;
}

#select-performer
{
	border-top		: 1px solid #eee;
	border-bottom	: 1px solid #eee;
	padding			: 5px 0;
	display			: block;
}

#performer-results
{
	float			: left;
	width			: 730px;
}

#performer-results span
{
	display			: block;
	padding			: 5px 0 5px 5px;
	cursor			: pointer;
	background		: #f8f8f8;
	border			: 1px solid #eee;
	margin			: 0 0 3px 0;
}

#performer-results span:hover
{
	color			: #000;
}

/******* CSS FOR INDIVIDUAL PERFORMER PAGES ********/

#performer-container
{
	margin			: 0 0 0 -20px;
	padding			: 0;
	background		: url(./../images/performers/BarryFrank-large.jpg) no-repeat bottom left;
	border-bottom	: 3px double #eee;
	position		: relative;
}

#performer-menu
{
	text-align		: right;
	padding			: 0 0 10px 0;
}

#performer-menu a
{
	text-align			: center;
	padding				: 4px 18px;
	display				: block;
	float				: left;
}

#performer-submenu
{
	position		: absolute;
	right			: 0px;
	text-align		: right;
	padding			: 10px 0 10px 0;
}

#performer-submenu a
{
	text-align			: center;
	display				: block;
	padding				: 4px 18px;
	float				: left;
}

#performer-text
{
	margin			: 15px 0 0 500px;
	background		: #f8f8f8;
	padding			: 10px;
	border			: 1px solid #eee;
	border-bottom	: none;
}

#performer-container h1
{
	font-size			: 22pt;
	margin				: 2px 0 18px 0;
}

#performer-name
{
	border-top		: 1px solid #eee;
	border-bottom	: 1px solid #eee;
	border-left		: 1px solid #eee;
	text-align		: center;
	background		: #f8f8f8;
	position		: absolute;
	left			: 20px;
	top				: 0px;
	width			: 480px;
}

.performer-link
{
	padding			: 10px;
	width			: 128px;
	float			: right;
	text-align		: center;
	cursor			: pointer;
	margin-top		: 20px;
	border			: 1px solid #eee;
}

.performer-link:hover
{
	border			: 1px solid #ddd;
	background		: #f8f8f8;
}

#performer-sleeves
{
	margin			: 0;
	text-align		: left;
	height			: 150px;
	width			: 940px;
	margin			: 10px 0 -24px -20px;
	background		: url(./../images/performers/barryfrank/sleeves.jpg) no-repeat;
	border-top		: 1px solid #456789;
}



