	/* Doc nav */
	nav1 {
		position: fixed;
		width: 160px; }
	nav1 ul {
		float: left;  }
	nav1 ul li {
		display: block;
		margin-bottom: 5px; 
		text-indent: -1.5em;
		margin-left: 1.5em;
		}
	nav1 ul li a,
	nav1 ul li a:visited,
	nav1 ul li a:active  {
		font-size: 13px;
		color: #555;
		font-family: 'PT Sans', sans-serif;
		text-decoration: none; 
		font-weight: normal;
		}
	nav1 ul li a:hover,
	nav1 ul li a:focus {
		color: #ff4d02; }


	/* Mobile */
	@media only screen and (max-width: 767px) {
		nav1 { position: relative; }
		nav1 ul
		{
				display: none;
		}
	}

	/* Mobile Landscape */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		nav1 ul {
			display: none;
		}
	}

	/* Non 960 */
	@media only screen and (max-width: 959px) {
		nav1 .button {
			padding: 9px 20px 11px; }
	}

	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		nav1 {
			width: 124px; }
	}

	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}


	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 959px) and (max-device-width: 1000px) {}

	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}

	/* Anything smaller than standard 960 on a device */
	@media only screen and (max-width: 959px) and (max-device-width: 1000px) {}


