/*
-----------------------------------------------
Tomasz Golka - CSS Styles
Author:   Karol Golka
Company:  http://www.webstruments.com
Version:  29 April 2005
----------------------------------------------- */



/* body
---------------------------------- */
body {
	margin: 0;
	padding: 0;	
	overflow: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
	}
#c-footer {
	position: relative;
	width: 924px;
	height: 723px;
	padding: 0;
	margin: 0;	
}			
body, #c-footer {
	background: #262121;
	}
#welcome { background: #fff; }

/* under construction message */
#message {
	position: absolute;
	top: 20px;
	left: 50px;
	color: #333;
	width: 150px;
	border: 1px solid #ccc;
	padding: 10px;
	}
OBJECT, EMBED {
	background: #fff;
	}
	
/* generics
---------------------------------- */	
a, a:link {
	text-decoration: none;
	color: #333;
	}
a:visited {
	color: #333;
	}
a:hover {
	color: #0E62AA;
	}
a.more{
	color: #0E62AA;
	background: url(../images/icon-more.gif) no-repeat 100% 50%;
	border-bottom: 1px solid #0E62AA;
	padding-right: 12px;
	overflow: hidden;
	text-decoration: none;
	}
a.more:hover{
	color: #142134;
	border-bottom-color: #142134;
	background: url(../images/icon-more-over.gif) no-repeat 100% 50%;
	}
.space {
	margin-left: 20px;	
	}
b {
	color: #4B5D7B;
	}
.float-left {
	margin: 0 10px 5px 0;	
	}
h2 {
	margin: 0 0 1.5em;
	border-bottom: 1px solid #ccc;
	padding: 0 0 1px;
	color: #0E62AA;
	font-size: 110%;
	}
h2 b {
	font-weight: normal;
	font-size: 80%;
	padding-left: 10px;
	color: #666;
	}
h2 b a:link {	
	color: #0E62AA;
	text-decoration: underline;
}
h2 a {
	color:#0E62AA;
	text-decoration:underline;	
	}
h2.second {
	clear: left;
	margin-top: 1em;
	}
b.attention {
	background: url(../images/icon-attention.gif) no-repeat 0% 50%;
	padding-left: 20px;
	margin-left: 10px;
	}
p {
	margin: 0 0 1.5em;
	padding: 0;
	}

/* ################### LAYOUT ########################
-------------------------------------------------------- */
#l-header {
	width: 533px;
	height: 68px;
	position: absolute;
	left: 18px;
	top: 15px;
	background: url(../images/TG-header.gif) no-repeat 0% 0%;
	}
#l-left {
	width: 14px;
	height: 571px;
	position: absolute;
	left: 18px;
	top: 83px;
	background: url(../images/TG-left.gif) no-repeat 0% 0%;
	}
#l-bottom {
	width: 533px;
	height: 20px;
	position: absolute;
	left: 18px;
	top: 654px;
	background: url(../images/TG-bottom.gif) no-repeat 0% 0%;
	}
#l-right {
	width: 37px;
	height: 571px;
	position: absolute;
	left: 514px;
	top: 83px;
	background: url(../images/TG-right.gif) no-repeat 0% 0%;
	}
#l-flagship {
	width: 373px;
	height: 605px;
	position: absolute;
	left: 551px;
	top:118px;
	background: url(../images/TG-flagship.jpg) no-repeat 0% 0%;
	}
#l-logo {
	display: block;
	width: 270px;
	height: 76px;
	position: absolute;
	left: 593px;
	top: 10px;
	text-indent: -9000px;
	font-size: 0;
	text-decoration: none;
	background: url(../images/TG-logo.gif) no-repeat 0% 0%;
	}

#l-content {
	width: 482px;
	height: 571px;
	position: absolute;
	left: 32px;
	top: 83px;
	background: #fff;	
	}
#c1 {
	width: 450px;
	height: 540px;
	position: absolute;
	left: 22px;
	top: 20px;
	background: #fff;
	overflow: auto;
	text-align: left;
	}
#c2 {
	padding-right: 15px;
	padding-bottom: 50px;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;	
	}
#c2 p a {
	border-bottom: 1px dotted #0E62AA;
	font-weight: bold;
	color: #0E62AA;
	}
#c2 p a:hover {
	border-bottom: 1px solid #666;
	color: #333;
	}

/* ################### end LAYOUT ######################## */

/* toplinks
---------------------------------- */	
#toplinks {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 9px;
	right: 75px;	
	}
#toplinks li {
	padding-right: 10px;	
	display: inline;
	}
#toplinks li a {
	color: #0E62AA;
	font-size: 65%;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 29px;	
	vertical-align: middle;	
	background: url(../images/icon-triangle.jpg) no-repeat 100% 50%;
	padding-right: 12px;
	overflow: hidden;
	text-decoration: none;
	}
#toplinks li a:hover {
	text-decoration: underline;
	}
#toplinks li a.current {
	color: #0E62AA;
	}		

/* navbar
---------------------------------- */	
#navbar {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 39px;
	left: 35px;	
	}
#navbar li {
	padding-right: 10px;	
	display: inline;
	}
#navbar li a {
	color: #666;
	font-size: 65%;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 29px;	
	vertical-align: middle;	
	}
#navbar li a:hover {
	color: #000;
	text-decoration: underline;
	}

#navbar #home a {
	background: url(../images/TG-home.gif) no-repeat 0% 0%;
	width: 30px;
	height: 29px;
	background-position: 0% 0%;	
	float: left;
	}
#navbar #home a:hover {
	background-position: -30px 0%;
	}
#navbar li a.current {
	color: #0E62AA;
	}		

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(../images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 8px 8px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}
.wrap1 {background:url(../images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(../images/corner_bl.gif) -12px 100% no-repeat;}
.wrap3 {
	padding:0 9px 9px 0;
	background:url(../images/corner_tr.gif) 100% -12px no-repeat;}		
		
/* concerts
---------------------------------- */			
.concert {
	margin: 0 0 2em;
	line-height: 1.2em;
	font-size: 95%;
	}
.concert strong, 
.date, 
.location
 {
	display: block;
	}	
.concert strong {
	color: #393939;
	font-size: 110%;
	padding-bottom: .3em;
	}
.date {	
	color: #0E62AA;
	font-weight: bold;
	}
.location, .title, a.item {
	font-weight: bold;
	color: #666;
	}
.location {
	padding-bottom: .1em;
	}
a.item {	
	text-decoration: underline;
	font-size: 90%;
	}
a.item:hover {
	color: #0E62AA;
	}
.title { font-size: 90%; }
.detail {
	color: #666;
}
.concert p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 90%;	
	}

#concert-years{
	color:#555555;
	display:block;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:9.5px;
	padding-bottom:15px;
}
	
#concert-years a{
	color:#000080;
	text-decoration:underline;
	font-size: 10px;
	margin-right: 4px;
}

/* biography
------------------------------------*/

#languages{
	color:#555555;
	display:block;
	font-family:Verdana,Arial,Helvetica,Sans-Serif;
	font-size:9.5px;
	padding-bottom:15px;
}
	
#languages a{
	color:#000080;
	text-decoration:underline;
	font-size: 10px;
	margin-right: 4px;
}



/* repertoire
---------------------------------- */			
.repertoire, .repertoire dt, .repertoire dd  {
	margin: 0;
	padding: 0;
	}
.repertoire dt {
	clear: both;	
	width: 150px;
	font-weight: bold;
	color: #333;
	font-size: 95%;
	}
.repertoire dd {
	float: right;
	margin-top: -1.6em;
	margin-bottom: 1.5em;
	width: 250px;
	color: #666;
	line-height: 140%;
	}
		
/* media
---------------------------------- */	
dl.media {
	margin: 0 0 24px;
	padding: 0;
	background: url(../images/icon-boxarrow.gif) no-repeat 0% 7px;
	padding-left: 20px;
	line-height: 1.5em;
	font-size: 97%;
	}
dl.media dt {
	font-weight: bold;
	color: #333;
	}
dl.media dd {
	margin: 0;
	padding: 0; 
	}
dl.media dd p {
	margin: 3px 0 1px; 
	padding: 0;
	}	

/* watch video
---------------------------------- */
#watchvideo {
	margin: 40px auto 20px;
	padding: 0;	
	text-align: center;
	width: 100%;
	background: #fff;
	}
#watchvideo span {
	display: block;	
	margin: 0 auto;
	padding-top: 20px;
	width: 50%;
	text-align: center;
	}

		
/* photos
---------------------------------- */
#photos {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#photos li {
	text-align: center;
	float: left;
	width: 130px;
	height: 120px;
	}
#photos li a img {
	border: 2px solid #ccc;
	}
#photos li a:hover img	{
	border: 2px solid #0E62AA;
	}

/* view photos
---------------------------------- */
#viewphoto {
	margin: 40px auto 20px;
	padding: 0;	
	text-align: center;
	width: 100%;
	background: #fff;
	}
#viewphoto img {
	border: 4px solid  #ccc; 
	text-align: center;
	}	

#viewphoto span {
	display: block;	
	margin: 0 auto;
	padding-top: 20px;
	width: 50%;
	text-align: center;
	}
		
/* review
---------------------------------- */
blockquote {
	width: 95%;
	margin: 0 0 30px 0;
	padding: 0;
	background: url(../images/icon-quotetop.gif) no-repeat 2% 2%
	}
.quote {
	margin: 0;
	padding: 18px 33px 0 40px;
	background: url(../images/icon-quotebottom.gif) no-repeat 100% 100%;
	text-align: justify;	
	}
.author {
	text-align: right;
	font-size: 80%;
	margin: 0;
	color: #0E62AA;
	padding: 15px 35px 0 0;
	}
		
/* link
---------------------------------- */	
dl.link {
	margin: 0 0 14px;
	padding: 0;
	line-height: 1.5em;
	font-size: 95%;
	}
dl.link dt {
	font-weight: bold;	
	}
dl.link a {
	color: #666;
	text-decoration: underline;
	}
dl.link a:hover {
	color: #0E62AA;
	}
dl.link dd {
	margin: 0;
	padding: 0; 
	}
		
/* guestbook
---------------------------------- */
dl.guestbook {
	margin: 14px 0 0;
	padding: 20px 0 0;
	line-height: 1.5em;
	font-size: 95%;	
	}
dl.guestbook dt {
	font-weight: bold;	
	background: url(../images/icon-guestbook-entry.gif) no-repeat 0% 50%;
	padding-left: 20px;
	}
dl.guestbook dt a {
	color: #666;
	text-decoration: underline;
	}
dl.guestbook dt a:hover {
	color: #0E62AA;
	}
dl.guestbook dd {
	margin: 0;
	padding: 0 0 0 20px; 
	}
h2 a.postguestbook {
	font-size: 90%;
	float: right;
	background: url(../images/icon-guestbook-entry.gif) no-repeat 0% 50%;	
	padding-left: 20px;
	line-height: 2.2em;
	}

		
		
		
		
/* madebywebstruments
---------------------------------- */
#madebywebstruments {
	display: none;
	background: url(../images/madebywebstruments.gif) no-repeat 0% 0%;
	width: 97px;
	height: 17px;
	position: absolute;
	bottom: 23px;
	left: 400px;
	text-indent: -9000px;
	font-size: 0;
	text-decoration: none;
	}	
#madebywebstruments:hover {
	background-position: 0% -17px;
	cursor: help;
	} 

/* mGINE
---------------------------------- */
#mGINE {
	display: none;
	background: url(../images/mGINE.gif) no-repeat 0% 0%;
	width: 47px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 28px;
	left: 55px;
	text-indent: -9000px;
	font-size: 0;
	text-decoration: none;	
	}	
#mGINE:hover {
	background-position: 0% -11px;
	cursor: help;
	} 


/* stream box
-------------------- */
.streambox-filler {
	width: 371px;
	background: transparent url(../images/stream-box-filler.gif) repeat-y 0% 0%;
	margin: 1em auto;
	}
.streambox-top {
	background: transparent url(../images/stream-box-top.gif) no-repeat 0% 0%;
	}
.streambox-bottom {
	background: transparent url(../images/stream-box-bottom.gif) no-repeat 0% 100%;
	padding: 10px 15px 20px;
	}
.streambox-bottom dl dt {
	float: left;
	}
.streambox-bottom dl dt img {
	margin-right: 10px;
	}
.streambox-bottom dl dd {
	margin-left: 87px;
	font-size: 85%;
	line-height: 1.4em;
	}
.streambox-bottom dl dd.desc { line-height: 1.25em; }
.streambox-bottom dl dd.title {
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: bold;
	color: #000080;
	font-size: 100%;
	}	
.streambox-bottom dl dd.learn a,
.streambox-bottom dl dd.timer 
	{ font-weight: bold; letter-spacing: -1px; }
.streambox-bottom dl dd.learn { margin-top: 7px; }
.streambox-bottom dl dd.timer { margin-top: 7px; }
.streambox-bottom dl dd.learn a {
	color: #FF4200;
	background: transparent url(../images/stream-icon-arrow.gif) no-repeat 0% 50%;
	padding-left: 18px;
	text-decoration: none;
	}
.streambox-bottom dl dd.learn a:hover {	
	text-decoration: underline;
	}
