/*
-----------------------------------------------
Adam Golka - CSS Styles
Author:   Karol Golka
Company:  http://www.webstruments.com
Version:  12 Feb 2006
----------------------------------------------- */


/* generics
-------------------- */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
body {
	background: #fff;
	margin: 40px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	line-height: 1.5em;	
	color: #000;
	scrollbar-3dlight-color: #cc9933;
    scrollbar-arrow-color: black;
    scrollbar-base-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cc9933;
    scrollbar-track-color: #ffffff;    
	}
img {
	display: block;		
	}	
.clear { clear: both; }
.pillow { clear: both; height: 20px; }
h1 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000080;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #F9E7C2;
	}
h1 span {
	display: block;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .5em;	
	color: #555555;
	}
h1 span.attention {
	background: transparent url(../images/icon-attention.gif) no-repeat 0% 0%;
	padding-left: 20px;
	}

/* links
-------------------- */	
a:link {
	color: #000080;
	text-decoration: underline;
	}
a:visited {
	color: #36606C;		
	text-decoration: underline;
	}
a:hover {	
	color: #000080;
	background: #F9E7C2;
	text-decoration: underline;
	}	
a:active {
	color: #000080;
	text-decoration: underline;
	}
/* layout
-------------------- */
#container {
	width: 818px;
	margin: 0 auto;
	height: 625px;
	position: relative;
	text-align: left;
	}
#header {
	background: transparent url(../images/adamgolka_01.jpg) top left no-repeat;
	width: 818px;
	height: 134px;
	position: absolute;
	top: 0;
	left: 0;
	}
#content {
	background: transparent url(../images/adamgolka-content-bkgnd.jpg) top left no-repeat;
	width: 525px;
	height: 466px;
	position: absolute;
	left: 0;
	top: 134px;
	}
#c1 {
	width: 433px;
	height: 357px;
	position: absolute;
	top: 52px;
	left: 72px;
	overflow: auto;	
	}
#c2 {
	padding-right: 15px;	
	}
img.picture {
	position: absolute;
	top: 134px;
	left: 525px;
	overflow: hidden;
	}
#footer {
	height: 25px;
	width: 818px;
	background: #000 url(../images/left-bottom-corner.jpg) top left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;	
	}
#f1 {
	background: transparent url(../images/right-bottom-corner.jpg) top right no-repeat;
	height: 25px;
	width: 818px;
	}
#copyright {
	position: absolute;
	display: block;
	left: 0;
	bottom: -25px;
	margin-left: 70px;
	font-size: 85%;
	color: #aaa;
	}
#copyright a {
	color: #888;
	text-decoration: underline;
	}
/* navigation
-------------------- */
#footer #nav {
	list-style: none;
	margin-left: 60px;	
	padding-top: 2px;		
	}
#nav li {
	display: inline;
	padding-right: 24px;		
	}
#nav li a {
	color: #fff;
	text-decoration: none;		
	}
#nav li a:hover {
	color: #CC9933;	
	background: transparent;
	}
#nav li a#current {
	color: #CC9933;
	font-weight: bold;
	}

/* concerts
---------------------------------- */			
.concert {
	margin: 0 0 1em;
	padding-bottom: 1em;
	line-height: 1.2em;
	font-size: 95%;
	border-bottom: 1px solid #F9E7C2;
	}
.concert span { display: block; }
.concert .title, dl.media dd.title {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #36606C;
	margin-bottom: 2px;
	}
.concert .date, .concert .location { font-weight: bold; }
.concert .location { color: #CC9933; }
.concert .item strong { font-weight: normal; font-size: 90%; color: #666; }
.concert .details {
	margin-top: 4px;
	font-size: 95%;
	}
.concert .repertoire {
	font-size: 90%;
	line-height: 1.3em;
	}
/* home new definition list
---------------------------------- */	
dl.new br {
	display: none;
	}
dl.new {
	border-left: 4px solid #F9E7C2;
	background: #FAF1E0;
	padding: 10px 15px;	
	}
dl.new dt {
	color: #cc9933;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	margin-bottom: .3em;
	}
dl.new dd {
	background: transparent url(../images/adamgolka-icon-arrow.gif) no-repeat 0% 1px;
	padding-left: 15px;
	font-size: 85%;
	margin-bottom: 5px;
	line-height: 1.2em;
	}
	
/* press reviews
------------------------------*/
div.press {
	line-height: 1.2em;	
	margin-bottom: 2em;
	}
div.press img { display: inline; margin-left: 6px;}
div.press span { display: block; margin: 0; padding: 0; font-size: 85%; line-height: 1.2em; }
div.press .date { font-weight: bold; margin-top: 4px;}
#pressreview {
	text-align: left;
	margin: 0 2em;
	padding: 2em 0;
	background: transparent url(../images/adamgolka-press-logo.gif) no-repeat 92% 97%;
	}
#pressreview .press-details {
	color: #666;
	display: block;
	margin-bottom: 1em;
	}
#pressreview p.review {
	overflow: auto;
	height: 380px;
	padding-right: 10px;
	}
#pressreview img.icon-press { display: inline; }
#pressreview img.photo-press {
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	border: 1px solid #36606C;
	}
/* repertoire
---------------------------------- */			
.repertoire, .repertoire dt, .repertoire dd  {
	margin: 0;
	padding: 0;
	}
.repertoire dt {
	clear: both;	
	width: 140px;
	font-weight: bold;
	color: #333;
	font-size: 95%;
	}
.repertoire dd {
	float: right;
	margin-top: -1.6em;
	margin-bottom: 1.5em;
	width: 260px;	
	color: #666;
	line-height: 140%;
	font-size: 90%;
	}
		
/* media
---------------------------------- */	
dl.media {
	margin: 0;
	padding: 0;	
	line-height: 1.5em;	
	clear: both;
	}
dl.media dt {
	float: left;
	width: 100px;
	}
dl.media img {
	margin-right: 10px;
	border: 1px solid #F9E7C2;
	padding: 5px;
	}
dl.media dd {
	margin-left: 100px;
	}
dl.media dd.title {
	line-height: 1.4em;
	margin-bottom: 0;
	}
dl.media dd.description {
	font-size: 90%;
	margin-bottom: 5px;
	}
dl.media dd.track, dl.media dd.track-description {
	padding-left: 12px;
	font-size: 80%;
	line-height: 1.3em;
	}
dl.media dd.track img {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	}
dl.media dd.track-description {
	margin-bottom: 5px;
	}
/* music+video (open media)
---------------------------------- */
#openmedia {
	margin: 20px auto 10px;
	text-align: center;
	width: 100%;	
	}
#openmedia span {
	display: block;	
	margin: 0 1.5em;
	padding-top: 10px;
	text-align: center;
	color: #333;
	font-weight: bold;
	}
#openmedia #footer span, #viewphoto #footer span {
	font-weight: normal;
	margin: 0;
	border: none;
	}
#openmedia #footer, #viewphoto #footer {
	width: 100%;
	text-align: center;	
	}	
#openmedia #footer, #viewphoto #footer {
	margin: 0 0 20px;
	padding: 0;
	line-height: 100%;	
	font-size: 80%;
	background: none;
	}

/*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;}
	
/* photos
---------------------------------- */
ul#photos {
	margin: 0;
	padding: 1em 0 0;
	list-style: none;	
	width: 390px;		
	overflow: hidden;
	}
ul#photos li {
	text-align: center;
	width: 120px;
	height: 120px;
	float: left;
	}
ul#photos li a {
	border: none;
	}	
ul#photos li a:hover img {
	border: 3px solid #000080 !important;		
	}
/* view photos
---------------------------------- */
body#viewphoto {
	background: #fff;
	text-align: center;
	margin: 20px auto;
	}
#viewphoto img { 
	display: inline; 
	border: 1px solid #F9E7C2;
	padding: 5px;
	}
#viewphoto span {
	margin: 10px 0;
	display: block;
	font-weight: bold;
	}
#viewphoto div.description {
	font-size: 90%;
	line-height: 1.3em;
	margin: 0 1em 1em;	
	}
/* guestbook
---------------------------------- */
h1 a.guestbook {
	background: url(../images/icon-guestbook.png) no-repeat 100% 0%;
	padding-right: 19px;	
	}
.guestbook-entry {
	margin: 0 0 2em;	
	}
.guestbook-entry dt {
	background: url(../images/icon-guestbook.png) no-repeat 0% 3px;
	padding-left: 19px;
	font-size: 80%;
	color: #333;	
	}	
.guestbook-entry dt a { font-weight: bold; }
.guestbook-entry dt b {
	color: #000080;
	}
.guestbook-entry dd {
	padding: 6px 19px 6px 19px;
	margin: 0;
	font-size: 80%;
	border-left: 4px solid #F9E7C2;
	background: #FAF1E0;
	}	
/* links
---------------------------------- */
dl.links {
	margin: 0;
	padding: 0;	
	}
dl.links dt {
	margin-top: 10px;
	}		
dl.links dd {
	font-size: 85%;
	line-height: 1.4em;
	}
dl.links dd a {	font-weight: normal; }

/* 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;
	}