#range_handheld body {
	font-size: 22px;
	min-width: 580px;
	overflow: visible;
}

#mobile-nav {
	display: none;
	background: #fff;
	text-align: center;
	padding: 30px 30px;
	font-size: 1.4em;
}

#mobile-nav-button {
	vertical-align: top;
	background: url(../images/mobile-nav-button.gif) center center no-repeat;
	width: 1em;
	height: .8em;
	margin-top: .2em;
	background-size: 100% 100%;
}

#mobile-nav h1,
#mobile-nav-button {
	font-size: 1em;
	vertical-align: middle;	
	display: inline-block;	
}

#mobile-nav a {
	text-decoration: none;
	color: #000000;
}

#range_handheld #mobile-nav {
	display: block;	
}

#range_handheld #mobile-nav .inner {
	min-width: 580px;
	vertical-align: middle;	
	margin: auto;
	position: relative;
}

#range_handheld #mobile-nav-button {
	position: absolute;
	left: 0;
}

#range_handheld .mobile-nav-visible #sidebar {
	-webkit-transition: margin .1s;
	transition: margin .1s;
}

#range_handheld .mobile-nav-visible #wrapper {
	-webkit-transition: margin .1s;
	transition: margin .1s;
}

#range_handheld #sidebar {
	width: 410px;
	margin-left: -410px;
	padding: 0;
	position: fixed;
	visibility: hidden;
	font-size: 1.2em;
	line-height: 2em;
}

#range_handheld #sidebar .menu {
	padding: 30px;
}

#range_handheld #sidebar .sub-menu {
//	margin: 0 0 0 40px;
}

#range_handheld #sidebar h1,
#range_handheld #sidebar #logo {
	display: none;
}

#range_handheld .mobile-nav-visible #sidebar {
	visibility: visible;
	margin-left: 0px !important;
}

#range_handheld #slides-control {
	display: none;
}

#range_handheld #scrollprompt {
	background-image: url(../images/arrow-down-huge.png);	
}

#range_handheld #scrollprompt,
#range_handheld #wrapper {
	width: 100%;
	margin: 0;
}

#range_handheld #top-link {
	margin-bottom: 50px;	
}

#range_handheld .mobile-nav-visible #wrapper {
	margin-left: 410px;
}

#range_handheld #wrapper-outer {
	width: 100%;
	overflow-x: hidden;
}

#range_handheld #main {
	min-width: 580px;
	padding: 40px 30px;	
	margin: 0 auto;
}

/* piece info */

/*#range_handheld #main .piece {
	width: 100% !important;
}*/

#range_handheld #main .piece .piece-container {
	position: static;
}

#range_handheld #main .piece .info-container {
	position: relative;
	display: block;
	left: auto;
	bottom: 0px;
	top: auto;
	right: 0px;
	margin-top: .8em;
	width: 100%;
}

#range_handheld .piece .info-container .button {
	width: 40px;
	height: 42px;
	background-image: url(../images/info-i-huge.png);
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	z-index: 9;
}

#range_handheld #main .info-container .info-bubble {
	display: none;
	vertical-align: top;
}

#range_handheld #main .info-reveal .info-container .info-bubble {
	display: block;
	width: 90%;
}

#range_handheld #main .info-reveal .info-container .button {
	opacity: .5;
}

#range_handheld #main .info-reveal {
	margin-bottom: 240px;
}

#range_handheld #main .info-container .info-bubble .info {
	bottom: 0;
	left: 0;
	position: static;
	background: transparent;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 0 0 0;
	width: auto;
	background: transparent;
	white-space: normal;
}

#range_handheld #main .info-container .triangle {
	display: none;
}

/* cv */

#range_handheld #cv .year {
	clear: both;
	float: none;
	display: block;
}

#range_handheld #cv .body {
	clear: both;
	float: none;
	display: block;
	margin-bottom: 1em;
}

/* books */

#range_handheld .book-preview {
	width: auto;
}

#range_handheld .book-sold-out-divider,
#range_handheld .book-year {
	display: none;
}

#range_handheld .hover-bubble {
	display: block;
	position: static;
	background: transparent;
	padding: 0;
	width: auto;
}

#range_handheld .hover-bubble .triangle {
	display: none;
}

/*** tablet sized handheld... ***/

#range_handheld .tabletSizedHandheld {
	font-size: 16px !important;	
	min-width: 708px;
}

#range_handheld .tabletSizedHandheld #main,
#range_handheld .tabletSizedHandheld #mobile-nav .inner {
	width: 708px;
}

#range_handheld .tabletSizedHandheld #mobile-nav {
	padding: 1em 0;	
}

#range_handheld .tabletSizedHandheld #mobile-nav .inner {
	margin: 0 30px;
}

#range_handheld .tabletSizedHandheld #sidebar .menu {
	padding: 24px;
}

#range_handheld .tabletSizedHandheld #sidebar {
	font-size: 1.28em;
	width: 320px;
	margin-left: -320px;
}

#range_handheld .tabletSizedHandheld #sidebar ul {
	line-height: 1.9em;
}

#range_handheld .tabletSizedHandheld.mobile-nav-visible #wrapper {
	margin-left: 320px;
}

#range_handheld .tabletSizedHandheld .piece .info-container .button {
	width: 20px;
	height: 21px;	
}

/***/

#range_tablet body {	
	font-size: 13px;
	//width: 960px;
}

#range_tablet #sidebar {
	width: 186px;
	padding: 46px 20px 0 20px;;
}

#range_tablet #scrollprompt,
#range_tablet #wrapper {
	margin-left: 226px;
	width: auto;
}