html {
	font:normal 62.5% sans-serif;
	cursor:default;
}
body {
	width: 960px;
	margin: 0 auto;
}
h2 {
	font-size: 2em;
	font-family: Helvetica, sans-serif;
	padding: 30px 0;
	text-transform: lowercase;	
	color: #555;
	text-shadow: 0 1px 0 #eee;
}
h3 {
	font-size: 1.5em;
	font-family: Helvetica, sans-serif;
	padding: 30px 0 15px;
	color: #555;
	text-shadow: 0 1px 0 #eee;
	line-height: 1.25em;
}
header {
	border-bottom: 3px solid #000;
	position: fixed;
	top: 0;
	width: 960px;
	background-color: #fff;
	padding-bottom: 10px;
	text-transform: lowercase;
	z-index: 500;
}
header h1 a {
	font-family: Helvetica-45, Helvetica, sans-serif;
	font-size: 35px;
	text-decoration: none;
	color: #555;
	float: left;
	margin-top: 10px;
}
header h1 a:hover {
	color: #777;
}
nav ul {
	list-style: none;
	float: right;
	margin-top: 25px;
}
nav ul li {
	display: inline;
	padding: 0 5px;
}
nav ul li a {
	text-decoration: none;
	color: #777;
	font-size: 12px;
	padding: 0 5px 3px;
}
nav ul li a:hover {
	border-bottom: 2px solid #999;
	text-decoration: none;
}
#top_photo {
	border-bottom: 1px dotted #999;
}
#top_photo .bx-prev {
	position: absolute;
	top: 570px;
	left: 30px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(/img/icon_arrow_left.png) no-repeat 0 -31px;
}

#top_photo .bx-next {
	position: absolute;
	top: 570px;
	right: 30px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(/img/icon_arrow_right.png) no-repeat 0 -31px;
}
#top_photo .bx-next:hover, 
#top_photo .bx-prev:hover {
	background-position: 0 0;
}
#slider {
	margin-top: 55px;
}
#slider img {
	border-bottom: 1px dotted #999;
}
#top_pager {
	margin: 20px;
	text-align: center;
}
#top_pager a {
	padding: 0 10px;
	margin: 0 10px;
}
#top_pager a:hover {
	border-bottom: 3px solid #bbb;
}
#top_pager .pager-active {
	border-bottom: 3px solid #999;
}
#col_left {
	float: left;
	text-align: justify;
	width: 500px;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 50px;
}
#col_left a {
	text-decoration: underline;
	color: #000;
}
#col_left a:hover {
	color: #777;
}
#col_left ul {
	line-height: 2em;
}
#col_left ul li {
	font-weight: bold;
	margin-bottom: 10px;
}
#col_left ul li span {
	font-weight: normal;
}
#col_left ul li ul {
	list-style-type: square;
	padding-left: 40px;
}
#col_left ul li ul li {
	margin-bottom: 0;
}
.signature {
	font-family: 'Tangerine', cursive;
	font-size: 2em;
}
#col_right {
	float: right;
	text-align: justify;
	width: 380px;
	line-height: 1.5em;
	margin-top: 20px;
}
#col_right img {
	float: right;
	margin-right: 90px;
}
#col_right .index_img {
	margin-top: 30px;
}
#col_right ul {
	list-style: none;
	margin-bottom: 30px;
	width: 300px;
}
#col_right li {
	height: 50px;

	/* Button gradient */
	background-color: #636363;
	border:1px solid #333;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#636363), to(#555));
	background: -webkit-radial-gradient(circle, #636363, #555);
	background: -moz-radial-gradient(circle, #636363, #555);
	background: -ms-radial-gradient(circle, #636363, #555);
	
	/* Button rounded corners */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	margin-bottom: 20px;
}
#col_right li:last-child {
	margin-top: 20px;
}
#col_right li a {
	color:#fff;
	text-decoration: none;
	display:block;
}
#col_right ul li img {
	padding: 15px 15px;
	width: 30px;
	height:20px;
	float: left;
	margin-right: 0;
}
#col_right ul li span {
	float:right;
	padding: 16px 15px 0 0;
	font-size: 13px;
}
#col_center {
	float: left;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 50px;
}
#col_center .artist {
	margin-bottom: 50px;
}
#col_center iframe {
	float: left;
	margin-right: 80px;
	margin-bottom: 50px;
}
#col_center .quote {
	float: right;
	text-align: justify;
	font-style: italic;
	width: 380px; /* same width as #col_right */
	line-height: 1.75em;
}
#col_center .quote h2 {
	padding-top: 0;
	font-style: normal;
}
footer {
	clear: both;
	margin: 30px 0;
	padding-top: 20px;
	border-top: 1px solid #000;
}
