/* =
--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =
--------------------------------------------------------------------*/
body {
	text-align: center;
	background: #333 url(/i/bg.gif) 0 0 repeat-x;
	color: #fff;
	font: 11px/16px "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
}

p, ul, ol, hr, blockquote {
	margin: 0 0 1.5em 0;
}

hr {
	border-top: 1px solid #777;
}

ul, ol {
	padding-left: 2em;
}

blockquote {
	color: #ddd;
	font-size: 110%;
	margin-left: 20px;
	margin-right: 20px;
}

cite {
	font-style: italic;
	display: block;
	text-align: right;
	font-size: 90%;
	color: #bbb;
}

h1, h2, h3, h4, h5 {
	margin-bottom: .5em;
	font-weight: normal;
	color: #ddd;
}

h1 {
	font-size: 200%;
	color: #fff;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}


a {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fb3;
}


/* =
--------------------------------------------------------------------*/

#wrapper, #header, #nav {
	width: 780px;
}


#wrapper {
	margin: 0 auto;
	position: relative;
	background: #666;
	text-align: left;
}

#header {
	background: #222;
}

#main, #content, #sidebar {
	float: left;
	display: inline;
}

#main {
	padding: 0 20px 20px 20px;
	overflow: visible;
}


#content {
	margin-right: 20px;
	padding-top: 20px;
}

#sidebar {
	z-index: 500;
	overflow: visible;
}


#footer {
	clear: both;
}

#footer hr {
	clear: both;
	visibility: hidden;
	margin: 0;
	width: 1px;
}

.pad {
/* 	float: left; */
	padding: 20px;
}

#footer .pad {
	display: block;
	border-top: 1px solid #555;
}

#footer .links {
	background: #555;
}
#footer .sp {
	background: #444;
}


/* =nav
--------------------------------------------------------------------*/
#nav {
	height: 55px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	background: #555;
}

#nav li {
	padding: 0;
	margin-right: 17px !important;
 	float: left; 
	display: inline;
}

#nav a {
	float: left;
	display: block;
	overflow: hidden;
	padding-top: 55px;
	height: 0px !important;
	height /**/:55px; /*for IE5/Win only */
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#nav a:hover, #nav a.current {
	background-position: 0 -57px;
}


#home, #home a {
	background-image: url(/i/b/home.gif);
	width: 58px;
}
#bio a {
	background-image: url(/i/b/bio.gif);
	width: 25px;
}
#music a {
	background-image: url(/i/b/music.gif);
	width: 49px;
}
#video a {
	background-image: url(/i/b/video.gif);
	width: 43px;
}
#teaching a {
	background-image: url(/i/b/teaching.gif);
	width: 75px;
}
#contact a {
	background-image: url(/i/b/contact.gif);
	width: 68px;
}
#press a {
	background-image: url(/i/b/press.gif);
	width: 48px;
}


/* =footer
--------------------------------------------------------------------*/
#footer p {
}

/* =columns
--------------------------------------------------------------------*/

.col {
	float: left;
	display: inline;
	margin-right: 20px;
}

.twothird {
	width: 488px;
}

.half {
	width: 360px;
}

.third {
	width: 232px;
}

.fourth {
	width: 170px;
}

.eighth {
	width: 83px;
	margin-right: 10px;
}

.last {
	margin-right: 0;
}






/* =
--------------------------------------------------------------------*/

.intro {
	font-size: 1.4em;
	line-height: 130%;
	color: #fff;
}

.popout {
	margin: -210px auto 0 auto;
	position: relative;
	text-align: center;
	z-index: 499;
	width: 100%;
}

.third .popout img {
	width: 232px;
}

h2#upcoming {
	border-top: 2px solid #fff;
	padding-top: 8px;
}



.cal {
	width: 100%;
	border-bottom: 1px solid #888;
	margin-bottom: 30px;
}

.cal tr, .cal td {
	border-collapse: collapse;
}

.cal tr.alt {
	background: #777;
}

.cal tr:hover {
	background: #999;
}

.cal td {
	border-top: 1px solid #888;
	padding: 4px 5px;
	margin: 0;
	font-size: 10px;
}

.r {
	float: right;
	margin: 0 0 1em 1em;
}

.l {
	float: left;
}


.clr {
	clear: both;
	margin-bottom: 1em;
}
.ghost {
	visibility: hidden;
	clear: both;
	margin: 0;
}

.album img {
	border: 2px solid #777;
	display: block;
}

.smaller {
	font-size: 90%;
	line-height: 125%;
}


.links img {
	margin-bottom: 10px;
}


/* =
--------------------------------------------------------------------*/
.thumbs {
	float: left;
	margin: 1em 0;
	width: 100%;
}

.thumb {
	margin: 0 6px 6px 0;
	width: 70px;
	float: left;
	display: inline;
	overflow: hidden;
	
}

.thumb img {
	border: 2px solid #333;
	width: 66px;
}

.thumb img:hover {
	border-color: #999;
}