* {
	margin: 0;
	padding: 0;
	color: #293043;
	font-family: garamond, times, "serif";	
}

a {
	text-decoration: none;
	color: orange; /*#930B00;*/
	font-family: garamond, times, "serif";		
}

a:hover {
	color: white;
}

html { 
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #212435;
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper { 
	width: 1009px;
	height: 100%;
	border: none;
	-webkit-box-shadow: 5px 0 5px 5px #313445;
	-moz-box-shadow: 5px 0 5px 5px #313445;
	box-shadow:	5px 0 5px 5px #313445;
}

#leftcol { 
	width: 219px;
	height: 100%;
	background: white url( /images/backgrounds/bluetile.jpg ) repeat-y 50px -3px;	
}

#leftcol .top {
	height: 100%;
	background: url( /images/backgrounds/blueband.jpg ) no-repeat 50px 0;
}

#rightcol {
	height: 100%;
	width: 790px;
	background: #E5DCD1 url( /images/backgrounds/backgroundfadeleft.jpg ) repeat-y -30px 0;	
}

#banner {
	width: 100%;
	height: 171px;
	background: url( /images/backgrounds/banner.jpg ) no-repeat -35px 0;
}

#inner-leftcol {
	width: 275px;
}

#inner-leftcol .nav-image {
	z-index: 1000;
	height: 270px;
	width: 270px;
	margin: -36px 0 0 0px;
	background: url( /images/sections/homephoto270.jpg ) no-repeat;
	border: 1px solid #212435;	
	-moz-box-shadow: 3px 3px 2px #958C81;
	-webkit-box-shadow: 3px 3px 2px #958C81;
	box-shadow: 3px 3px 2px #958C81;	
}
	
#inner-leftcol .nav-container {
	height: 257px;
	width: 100%;
}

#inner-leftcol .nav-container ul {
	list-style: none;
	padding-top: 10px;
}

#inner-leftcol .nav-container li {
	height: 22px;
}

#inner-leftcol .nav-container li a {
	display: block;
	border-width: 0px;
	height: 100%;
	margin-left: 105px;
}

/* For IE */
#inner-leftcol .nav-container li a img {
	border: none;
}

#inner-leftcol .nav-footer {
	height: 128px;
}

#inner-leftcol .nav-footer a {
	display: block;
	border: none;
}

#inner-leftcol .nav-footer a img {
	border: none;
	width: 270px;
	height: 123px;
	background: url( /images/backgrounds/horn1.png ) no-repeat 0 2px;
}

#inner-leftcol .nav-footer a:hover img {
	background: url( /images/backgrounds/horn2.png ) no-repeat 0 2px;
}

#inner-rightcol {
	width: 515px;
}

#inner-rightcol .content-banner {
	width: 100%;
	height: 100px;
	background: url( /images/backgrounds/bluepattern.jpg ) no-repeat;
}

#inner-rightcol .content-frame {
	width: 474px;
	height: 474px;
	overflow: auto;
	margin-left: 19px;
}

#inner-rightcol .content-frame .nav-large {
	position: absolute;
	-moz-box-shadow: 5px 5px 5px #958C81;
	-webkit-box-shadow: 5px 5px 5px #958C81;
	box-shadow: 5px 5px 5px #958C81;
	border: 1px solid #212435;
}

#inner-rightcol .content-frame p {
	font-size: 18px;
}

/** General scrolling panels **/

#inner-rightcol .content-frame .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 470px;
	height: 474px;
}

#inner-rightcol .content-frame .scroll-panel {
	padding: 10px 10px 0 10px;
	border: 1px solid #aaa;
	background: #F5ECE1;
	width: 448px;
	height: 458px;
	overflow: auto;
}

#inner-rightcol .content-frame .scroll-panel p {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 4px 4px 4px;
}

#inner-rightcol .content-frame .scroll-panel ul {
	list-style-position: inside;
	margin: 10px 10px;
}

#inner-rightcol .content-frame .scroll-panel li {
	font-size: 16px;
	font-weight: normal;
	list-style: bullet;
}

#inner-rightcol .scroller-nav {
	text-align: center;
	height: 15px;
}

#inner-rightcol .scroller-nav a {
	padding-left: 16px; 
}

#inner-rightcol .scroller-nav a {
	background: url( /images/icons/bullet.png ) no-repeat 0 0px;	
}

#inner-rightcol .scroller-nav a:hover {
	background: url( /images/icons/bullet-over.png ) no-repeat 0 0px;	
}

#inner-rightcol .scroller-nav a.current {
	background: url( /images/icons/bullet-inv.png ) no-repeat 0 0px;	
}

#inner-rightcol .scroller-nav a.content-prev {
	float: left;
	height: 18px;
	width: 18px;
	margin-left: 18px;
	padding-left: 23px;
	padding-top: 3px;
	color: #212435;	
	font-weight: bold;
	background: url( /images/icons/arrow-left-big.png ) no-repeat 0 2px;
}

#inner-rightcol .scroller-nav a.content-prev:hover {
	background: url( /images/icons/arrow-left-over-big.png ) no-repeat 0 2px;
	color: orange;
}

#inner-rightcol .scroller-nav a.content-next {
	float: right;
	height: 18px;
	width: 18px;	
	margin-right: 30px;	
	padding-right:30px;
	padding-top: 3px;
	color: #212435;
	font-weight: bold;
	background: url( /images/icons/arrow-right-big.png ) no-repeat 47px 2px;
}

#inner-rightcol .scroller-nav a.content-next:hover {
	background: url( /images/icons/arrow-right-over-big.png ) no-repeat 47px 2px;
	color: orange;	
}

/** Begin Bio Content **/

#inner-leftcol .nav-image-bio {
	background: url( /images/sections/bio270.jpg ) no-repeat;
}

/** Begin Recordings Content **/

#inner-leftcol .nav-image-rec {
	background: url( /images/sections/rec270.jpg ) no-repeat;
}

#inner-rightcol .content-frame .album .title {
	float: right;
}

#inner-rightcol .content-frame .album .title h2 {
	display: inline;
	font-size: 20px;
}

#inner-rightcol .content-frame .album .title h3 {
	display: inline;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	margin-left: 10px;
}

#inner-rightcol .content-frame .album .header .left {
	float: right;
	padding-right: 15px;
	width: 295px;
}

#inner-rightcol .content-frame .album .header .right {
	float: right;
	width: 132px;
}

#inner-rightcol .content-frame .album .header .right img {
	-moz-box-shadow: 3px 3px 3px #958C81;
	-webkit-box-shadow: 3px 3px 3px #958C81;
	box-shadow: 3px 3px 3px #958C81;
	border: 1px solid #212435;
}

#inner-rightcol .content-frame .album .header .left .track-listing {
	clear: both;
	padding-top: 15px;
	list-style: none;
	font-size: 16px;
	text-align: right;
}

#inner-rightcol .content-frame .album .header .left .track-listing li span.first {
	padding-left: 0px;
}

#inner-rightcol .content-frame .album .header .left .track-listing li span {
	padding-left: 4px;
}

#inner-rightcol .content-frame a.media-link {
	color: #293043;
	background: url( /images/icons/playhorn.png ) no-repeat 0 2px;
	padding-left: 9px;
}

#inner-rightcol .content-frame a.media-link:hover {
	background: url( /images/icons/playhornwhite.png ) no-repeat 0 2px;
}

#inner-rightcol .content-frame .album .description {
	clear: both;
	padding-top: 10px;	
}

#inner-rightcol .content-frame .album .description p {
	font-size: 16px;
	font-weight: normal;
	padding: 4px;
}


/** Begin Anke Dje Content **/

#inner-rightcol .content-frame .book h2 {
	font-size: 20px;
}

#inner-rightcol .content-frame .book h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
}

#inner-rightcol .content-frame .book .header .left {
	float: right;
	padding-right: 15px;
	width: 225px;
	font-size: 16px;
	text-align: right;	
}

#inner-rightcol .content-frame .book .header .right {
	float: right;
	width: 192px;
}

#inner-rightcol .content-frame .book .header .right img {
	-moz-box-shadow: 3px 3px 3px #958C81;
	-webkit-box-shadow: 3px 3px 3px #958C81;
	box-shadow: 3px 3px 3px #958C81;
	border: 1px solid #212435;
}

#inner-rightcol .content-frame .book .description {
	clear: both;
	padding-top: 10px;	
}

#inner-rightcol .content-frame .book .description p {
	font-size: 16px;
	font-weight: normal;
	padding: 4px;
}


/*** Scrollable Panel Support ****/

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.content-frame .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
#inner-rightcol .content-frame .scrollable .items div {
	float:left;
}

#inner-leftcol .nav-image-anke {
	background: url( /images/sections/anke270.jpg ) no-repeat;
}

#inner-leftcol .nav-image-trips {
	background: url( /images/sections/trips270.jpg ) no-repeat;
}

#inner-leftcol .nav-image-classes {
	background: url( /images/sections/classes270.jpg ) no-repeat;
}

#inner-leftcol .nav-image-events {
	background: url( /images/sections/events270.jpg ) no-repeat;
}

#inner-leftcol .nav-image-contact {
	background: url( /images/sections/contact270.jpg ) no-repeat;
}

#inner-leftcol .nav-image-links {
	background: url( /images/sections/links270.jpg ) no-repeat;
}

/** Contact Form **/
#inner-rightcol .contact-form {
	font-size: 14px;
	border: 1px solid #ccc;
	background: #FAFAFA;
	padding: 10px;
	margin-top: 10px;
}

#inner-rightcol .contact-form input, #inner-rightcol .contact-form select {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 4px;
	
}

/** Media Player **/

#media_body :focus {
	outline: 0px;
}

#media_body {
	background: url( /images/backgrounds/mediaplayer593.jpg ) no-repeat;
	height: 100px;
}

#media_body .jp-audio {
	padding: 0;
	padding-bottom: 4px;
	border-width: 4px;
	border-style: solid;
	border-color: rgb(29, 33, 58);	
	border-color: rgba( 29, 33, 58, 0.0);
	background: rgb(29, 33, 58);	
	background: rgba( 29, 33, 58, 0.4);		
	width: 550px;
	margin-left: 14px;
	margin-top: 410px;
	position: relative;
	border-radius: 10px;
}

#media_body div.jp-interface {
	padding: 0;
	height: 50px;
	position: relative;
	border: 2px solid #FFF;	
	border-width: 0 0 0px 0;
	background-color: transparent;
}

#media_body div.jp-playlist {
	height: 98px;
	margin-left: 52px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(29, 33, 58);	
	/* RGBa with 0.6 opacity */
	background: rgba( 29, 33, 58, 0.6);	
	border-width: 8px;
	border-style: solid;
	border-color: rgb(29, 33, 58);
	border-color: rgba( 29, 33, 58, 0.0);
	border-radius: 10px;	
	width: 430px;
	overflow-y: scroll;
}


#media_body div.jp-playlist li {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	font-size: 14px;
	clear: both;	
}

#media_body div.jp-playlist li.jp-playlist-current {
	list-style-type: none;
	padding-left: inherit;
	font-weight: bold;
	background: url( /images/icons/playhornwhite.png ) no-repeat 6px 4px;
	height: 20px;
}

#media_body div.jp-playlist li a {
	color: orange;
	float: left;
}

#media_body div.jp-playlist li a:hover span, #media_body div.jp-playlist li a.jp-playlist-current {
	color: white;
	font-weight: bold;
}

#media_body div.jp-playlist span {
	color: orange;
	float: left;
}

#media_body div.jp-playlist li span.track {
	width: 180px;
}

#media_body div.jp-playlist li span.album {
	width: 120px;
}

#media_body div.jp-playlist li span.length { 
	width: 30px;
}

#media_body div.jp-playlist li span.album {
	font-style: italic;
}

#media_body div.jp-playlist li.jp-playlist-current span {
	color: white;
}

#media_body div.jp-duration, #media_body div.jp-current-time {
	color: orange;
}

/* SLIDESHOW */
#slideshow {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 770px;
	height: 64px;
	margin-top: -10px;
}

#slideshow .items {
	width:20000em;
	position:absolute;
}

#slideshow .items div {
	float: left;
}

#slideshow img {
	width: 58px;
	height: 58px;
	border: 1px solid black;
	margin: 2px;
	float: left;
}

#footer {
	height: 50px;
}

#footer .links {
	text-align: center;	
}

#footer .navi a {
	color: #293043;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	font-family: garamond, times, "serif";	
}

#footer .navi a:hover {
	color: #fff;
}

#footer .navi {
	margin-top: 4px;
	margin-right: 18px;
}

#footer .copyright {
	clear: both;
}

#footer a.prev {
	padding-left: 16px;
	height: 16px;
	background: url( /images/icons/arrow-left.png ) no-repeat 0 0px;
	float: left;
}

#footer a.prev:hover {
	background: url( /images/icons/arrow-left-over.png ) no-repeat 0 0px;
}

#footer a.next {
	padding-left: 16px;
	height: 16px;
	background: url( /images/icons/arrow-right.png ) no-repeat 0 0px;
	float: right;
}

#footer a.next:hover {
	background: url( /images/icons/arrow-right-over.png ) no-repeat 0 0px;
}
