/* main elements */
body,
html {
	padding:0;
	margin:0;
	background:#330099;
	z-index:1;
	font-size:100%;
}
body {
	text-align:center;
	font-family:arial,sans-serif;
	color:#000026;
	height:100%;
}
body.modal {
	height:100%;
	overflow-x:hidden;
	position:fixed;
	top:0;
	left:0;
}
body.modal #container,
body.modal #content,
body.modal #header {
	pointer-events: none;
	opacity:.6;
}
#main {
	/*max-width:1100px;*/
	padding-left:10%;
	padding-right:3%;
	margin:0 auto;
	position:relative;
	z-index:1;
	position:relative;
}

/* Tags - General */
img {
	border:0;
	max-width:100%;
	/* for transparent backgrounds */
	color-scheme: light only;
	background-color:#F3F3FE;
}
h1,h2,h3,h4,h5,h6,.hx {
	margin:.2em 0;
	font-family:'bookman old style', bookman, georgia, serif;
	color:#090B5E;
	font-weight:normal;
	text-align:center;
}
h3,
.hx {font-size:1.35em;}
h4 {font-size:1.25em;}
h5 {font-size:1.15em;}
h6 {font-size:1.05em;}
a, a:visited {
	text-decoration:none;
	color:#200FFF;
}
a:hover {
	text-decoration:underline;
	color:#A20F58;
}
/* Header, Leftnav */
h1 {
	background:url('/images/site/h1.png') top center no-repeat;
	margin:0;
	font-weight:normal;
	letter-spacing:.2em;
	font-size:25px;
	line-height:54px;
	padding:0;
	font-family:'bookman old style', 'bookman', 'georgia', serif;
}
h1 span {
	font-size:14px;
	letter-spacing:0px;
	margin-left:-2px;
}
#header {
	height:40px;
	position:relative;
	z-index:4;
}
#topnav1,
#topnav2 {
	position:absolute;
	top:4px;
	z-index:4;
	background:#330099;
}
#topnav1 {
	left:-5em;
	border-radius:0 0 1.6em 0;
	border-left:1px solid transparent;
	border-bottom:1px solid transparent;
	padding:0 .4em .8em 0;
	box-shadow: #330099 0px 0px 4px;
}
#tnc {
	display:none;
}
#topnav2 {
	left:.4em;
	padding-right:1em;
}
#leftnav {
	position:absolute;
	left:4%;
	top:120px;
	width:95px;
	background:#000059;
	border:1px solid #00CCFF;
	color:#19FF9B;
	z-index:20;
	border-radius:14px;
	opacity:.9;
	z-index:4;
}
#lnc,
#lnb {
	display:none;
}
#header ul,
#leftnav ul {
	margin:0;
	padding:0;
}
#leftnav ul {
	padding:7px;
}
#leftnav ul ul {
	padding:0;
}
#header li,
#leftnav li {
	margin:0;
	list-style:none;
	text-align:left;
	line-height:1;
}
#header li {
	padding:0 0 0 .2em;
}
#leftnav li {
	padding:0 0 0 .2em;
}
#leftnav li li, 
#leftnav .li-blf {
	padding:4px 0 4px 2px;
	border-top:1px solid #3333A0;
}
#leftnav .li-fl {
	float:left;
	width:1.3em;
	padding: 3px 2px 3px 2px;
	border-top:1px solid #3333A0;
	border-left:1px solid #3333A0;
}
#leftnav .li-blf, 
#leftnav .li-bl {
	clear:left;
}
#leftnav li {
	/*background:green;*/
}
#leftnav li > a {
	/*background:black;*/
	/*padding-top:0.2em;*/
}
#rat {
	font-size:32px;
	letter-spacing:.2em;
}
#header h2,
#leftnav h2,
#leftnav h3 {
	color:#19FF9B;
	font-size:0.9rem;
	text-align:left;
}
#header h2,
#leftnav h2 {
	font-weight:bold;
	margin:0 0 1px -.2em;
}
#leftnav h2 {
	margin-left:0;
	margin-top:3px;
	padding-bottom:4px;
	text-align:center;
	line-height:105%;
}
#leftnav h3 {
	font-size:0.7rem;
	margin:1px 1px 0.4em 0;
	border-top:1px solid #66FFFF;
	border-bottom:1px solid #66FFFF;
	padding:.3em 0;
	line-height:14px;
	font-weight:bold;
}
.state {
	float:left;
	margin-left:-6px;
}

/* Header/Leftnav links */
h1 a, 
h1 a:visited {
	color:#00FFCC;
	text-decoration:none;
}
h1 a:hover{
	color:#E62D99;
}
#header li a,
#leftnav li > a {
	font-size:.7rem;
	font-family:arial, sans-serif;
}
#header li a, 
#header li a:visited, 
#leftnav a, 
#leftnav a:visited {
	color:#66FFFF;
	text-decoration:none;
}
#leftnav a {
	display:block;
}
#leftnav h2 a, 
#leftnav h2 a:visited,
#leftnav h3 a, 
#leftnav h3 a:visited {
	color:#19FF9B;
	font-family:'bookman old style', bookman, georgia, serif;
}
#leftnav h2 a, 
#leftnav h2 a:visited  {
	font-size:0.9rem;
}
#leftnav h3 a, 
#leftnav h3 a:visited {
	font-size:.8rem;
}
#menu-active a, 
#menu-active a:visited {
	color:#E62D99;
	font-weight:bold;
} 
#header li a:hover, 
#leftnav a:hover, 
#leftnav h2 a:hover, 
#leftnav h3 a:hover, 
#menu-active a:hover {
	color:#E62D99;
}

/* Content */
#content {
	padding:.8em 4% .8em 8%;
	position:relative;
	text-align:left;
	z-index:3;
	min-height:75ex;
	z-index:1;
	position:relative;
}
#content h2 {
	font-size:1.6em;
	border-bottom:1px solid #330099;
	margin:0 0 0.6em 0;
}
#content ul,
#content ol {
	margin-left: 2em;
	padding-left:0;
}
#pagenav1 {
	width:27em;
	margin:1.3em auto 1.3em auto;
	font-size:0.9em;
	border-top:1px dashed #330099;
	border-bottom:1px dashed #330099;
}
#pagenav1::after {
	content: "";
  clear: both;
  display: table;
}
#pagenav1 ol {
	margin:0 0 0 1em;
	padding:0;
	width: 12em;
	float:left;
}
#pagenav1 li {
	margin:0;
	padding: .2em 0;
	white-space:nowrap;
}
#pagenav1 ol.flblol {
	margin:0;
	width: 13em;
}
#pagenav1 ol.flblol li {
	list-style:none;
}
#pagenav1 li.flbl {
	width:1.5em;
	float:left;
	padding:0.2em 0 0.35em 0;
}
#sectionnav1,
#sectionnav2,
.feature1 {
	font-size:0.6em;
	font-family:arial,sans-serif;
	vertical-align:top;
	line-height:1.5;
}
#sectionnav1 {
	position:absolute;
	width: 14em;
	top: 16ex;
	right:4%;
	text-align:right;
}
#sectionnav2 {
	text-align:center;
	margin-top:1.5em;
}
#sectionnav2::after {
  content: "";
  clear: both;
  display: table;
}
#print {
	position:absolute;
	top:11ex;
	right:4%;
	font-size:.6em;
	width:12em;
	text-align:right;
	padding-bottom:.4em;
}
.top {
	margin-top:0.8em;
	clear:both;
}
section {
	margin-bottom:1.5em;
	display:block;
}
p, 
blockquote,
#content ul,
#content ol {
	font-family:'Book Antiqua', Bookman, 'Times New Roman', Georgia, serif;
	font-size:1.0em;
	/*max-width:40em;*/
}
pre {
	font-family:'dejavu sans mono', 'bitstream vera sans mono', monospace;
	font-size:0.9em;
	text-align:left;
}
q {
	font-size:0.95em;
}
li {
	font-size:0.95em;
}
p {
	text-indent:1em;
	margin:0 0 .2em 0;
}
.text-block {
	margin-bottom:1.5em;
}
blockquote, 
.quote {
	margin:.6em 2%;
	text-indent:0;
	font-size:0.93em;
	max-width:37em;
	padding:.3em 1.5em;
	background:#eaeaf4;
}
blockquote p {
	text-indent:0;
	margin-bottom:.6em;
}
q {
	font-size:0.93em;
}
blockquote.q {
	text-indent:1em;
	margin:0.5em 0 .5em 0;
	max-width:100%;
	padding:0;
	/*background:inherit;*/
}
sup a,
sup a:visited {
	color:blue;
	font-size:9px;
	font-weight:bold;
	padding-left:.3em;
	text-decoration:underline;
}
.inline-hx {
	float:left;
	margin:0em 0 0 1em;
	padding:0;
	font-size:1em;
	line-height:1.10;
}
.inline-hx + p{
	text-indent:0.4em;
}
#item-1 h5, 
#chinese-box h4,
#chinese-box h5,
#chinese-box h6 {
	margin-bottom:1em;
	text-align:left;
}
#chinese-box h4 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:.3em;
}
#chinese-box p {
	text-indent:0;
	margin-bottom:.7em;
	margin-left:0;
	font-size:1em;
}
#chinese-box p.app-1 {
	background:#eaeaf4;
	padding-left:1em;
}
#chinese-box p.app-2 {
	background:#dfdcf4;
	padding-left:1em;
}
#chinese-box p.app-4 {
	background:#dbd3f4;
	padding-left:1em;
}
#chinese-box .chinese-footnotes {
	margin-top:0.6em;
	padding:0.4em 0 0 0.4em;;
	border-top:1px dotted #ad9ff4;
}
#footnotes,
.footnotes,
.footnotes-standard {
	border-top:1px dotted #c2baf4;
	font-size:0.95em;
}
#footnotes p,
.footnotes p {
	text-indent:0;
}
.footnotes-standard p {
	text-indent:1em;
}
#footnotes h5,
.footnotes h5,
.footnotes-standard h5,
#footnotes h6,
.footnotes h6,
.footnotes-standard h6 {
	text-align:left;
	font-size:1.1em;
}
.poetry-1 {
	/*padding-left:4%;*/
	text-indent:0;
}
.no-indent, 
.no-indent p {
	text-indent:0;
}
.margin-top {
	margin-top:1em;
}
.margin-bottom {
	margin-bottom:1em;
}
.margin-full {
	margin:1em;
}
#fifty1,
#fifty2, 
.fifty1, 
.fifty2 {
	width:49.7%;
	float:left;
}
#fifty1 p, 
#fifty2 p {
	margin:0 1em .7em 1em;
	text-indent:0;
	font-family:verdana,sans-serif;
	font-size:.9em;
}
#fifty1, 
.fifty1 {
	border-right:1px dashed #330099; 
}
#fifty2 {
}
.fifty1 p, 
.fifty2 p {
	text-indent:0;
	font-size:.9em;
	font-family:verdana,sans-serif;
	margin:.6em .7em;
}
.fifty1 p.quote, 
.fifty2 p.quote {
	margin:.6em 1.4em;
}
.fifty1 ul, 
.fifty2 ul {
	margin:0 .5em 1em 1.8em;
	padding:0;
}
.fifty1 ul ul, 
.fifty2 ul ul {
	margin:0 .5em 1em 2em;
}
.fifty1 h3,
.fifty2 h3,
.fifty1 h4,
.fifty2 h4, 
#fifty1 h3,
#fifty2 h3,
#fifty1 h4,
#fifty2 h4 {
	margin:0 0 .6em 0;
	padding:2px;
}
.fifty1 h3,
.fifty2 h3, 
#fifty1 h3,
#fifty2 h3, 
.comics #content h3, 
.hcomics #content h3 {
	border-top:1px solid #330099;
	background:#DFDCFE;
}
.fifty1 h4,
.fifty2 h4, 
#fifty1 h4,
#fifty2 h4 {
	background:#EAE8FD;
}
#fifty1 h5,
#fifty2 h5 {
}
#fifty1 li,
#fifty2 li {
	list-style-type:square;
	color:#7568FF;
}
#fifty1 li span, 
#fifty2 li span {
	color:#000026;
}
.bb {
	border-bottom:1px solid #330099;
	padding-bottom:.6em;
}
.bt, 
.btm {
	border-top:1px solid #330099;
	padding-top:.6em;
}
.btm {
	margin-top:2.0em;
	line-height:1.6em;
}
.center, 
.author {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.mt {
	margin-top:1em;
}
.mb, 
.mbp p {
	margin-bottom:1em;
}
.author {
	font-size:.7em;
	margin:2px 0px 10px 0px;
	font-family:arial,sans-serif;
}
.aside-1 {
	float:left;
	margin: 0.6em 0.8em 0.6em 0;
	font-size:0.7em;
	font-family:'bookman old style', bookman, georgia, serif;
	width:7em;
	display:block;
	text-align:center;
}
.float-left {
	float:left;
	margin:.3em .8em .8em 0;
}
.float-right {
	float:right;
	margin:.3em 0 .8em .8em;
}
.pointer {
	cursor:pointer;
}
.italic {
	font-style:italic;
}
.smallcaps {
	font-variant:small-caps;
}
.smallText {
	font-size:.6em;
}
#content .smallish {
	font-size:0.9em;
}
#content .small {
	font-size:0.7em;
}
#leftnav .small {
	font-size:0.9em;
}
.smallh {
	font-size:0.65em;
}
#content .smaller,
#content .top {
	font-size:0.6em;
	font-family:arial,sans-serif;
}
.large {
	font-size:1.3em;
	line-height:0.7;
}
.larger {
	font-size:1.6em;
	line-height:0.5;
}
.plain, 
.plain p {
	text-indent:0;
	margin-bottom:.7em;
}
table {
	border-collapse:collapse;
}
table td,
table tr {
	padding:0.5em;
	font-size:1em;
}
.bordered td {
	border:1px solid #330099;
}
.bold {font-weight:bold;}
.left {text-align:left;}
.right {text-align:right;}
.center-align {
	margin: 1em auto;
	display:block;
}
img.line-height {
	height:1ex;
	line-height:1ex;
}
img.character-img {
	width: 1em;
}
.relative {position:relative;}
.clearall, .clear-all {clear:both;}
.clear-right {clear:right;}
.clear-left {clear:left;}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.spacer01 {height:10px;}
.spacer02 {height:20px;}
.spacer03 {height:30px;}
.spacer04 {height:40px;}
.spacer05 {height:50px;}
.spacer10 {height:100px;}
.spacer15 {height:150px;}
.spacer20 {height:200px;}
.spacer25 {height:250px;}
.spacer30 {height:300px;}
.spacer35 {height:350px;}
.spacer40 {height:400px;}
/* layout */
#container {
	background: #F3F3FE;
	z-index:1;
	box-shadow: #191970 7px 7px 16px, inset #191970 0px -0px 6px;
	border-radius: 17px;
	margin-top:15px;
	min-height:30ex;
	position:relative;
}
/* footer */
#footer {
	background:#330099;
	color:#1EFF19;
	font-family:arial, sans-serif;
	font-size:.6em;
	line-height:1.8;
	padding-bottom:5px;
	padding-top:8px;
	z-index:20;
	margin-top:-1px; /* this avoids a subtle ff bug with a 1px white line */
}
#footer a, 
#footer a:visited {
	color:#66FFCC;
	text-decoration:none;
}
#footer a:hover {
	color:#E62D99;
}
#bottom-up {
	display:none;
	position:fixed;
	bottom:0px;
	right:0px;
	background:#000026;
	border-left:1px solid #00CCFF;
	border-top:1px solid #00CCFF;
	/*border-right:1px solid #00CCFF;*/
	border-radius:8px 0px 0 0;
	padding:1px 3px 1px 3px;
	font-size:.6em;
	color:#00CCFF;
	z-index:3;
	cursor:pointer;
}
#topstuff {
	text-align:right;
	font-size:.7em;
	color:#4AB2EF;
	position:absolute;
	width:100%;
	top:0px;
	left:50px;
}
#topstuff a, 
#topstuff a:visited {
	color:#66FFFF;
	text-decoration:none;
}
#topstuff a:hover {
	color:#E62D99;
}

/* SECTION CSS */
/* Multi */
.essays #main,
.fiction #main,
.philosophy #main,
#parallel-u-1 #main,
#parallel-u-2 #main {
	max-width:45em;
}
.essays #leftnav {
	width:85px;
}
.philosophy #leftnav {
	width:115px;
}
.familia a#g, 
.comics a#c, 
.philosophy a#p, 
.fiction a#f, 
.essays a#e,
.travel a#t {
	color:#E62D99;
	font-weight:bold;
}
/* Per Section CSS */
/* Comics */
.comics #leftnav, 
.hcomics #leftnav {
	width:90px;
}
.comics #content img {
	width:100%;
	height:auto;
}
.comics dl{
	width:122px;
	float:left;
	margin:0 .3em 1em 0;
	display:block;
	height:auto;
} 
.comics dd,
.comics dt {
	padding:2px;
	margin-left:0;
	font-weight:bold;
	font-size:11px;
	text-align:center;
} 
.comics dd:last-child {
	height:30px;
}
.comics .hx {
	margin:2px;
}
.comics #content,
.comicsh #content {
	padding-left:5%;
}
/* Fiction */
.fiction #leftnav {
	width:80px;
}
/* Philosophy */
.philosophy #content {
	padding-left:12%;
}
.philosophy #item-1 {
	border-top:1px dotted #330099;
	padding:0.5em 1em 1em 1em;
	margin-top:2em;
	margin-bottom:1.5em;
}
.philosophy #tao-teh-box {
	max-width:40em;
}
.philosophy #tao-teh-box h4, 
#tao-teh-box-2 h4 {
	margin-bottom:1.2em;
	text-align:left;
}

.philosophy #tao-teh-box-2 p {
	text-indent:0;
	margin:0.8em 0;
}
.philosophy #item-1 .poetry-1 {
	padding-left:2.2em;
	font-size:98%;
}
/* Philosophy - Subsections */
#tao-teh-ching #content,
#tao-teh-ching-legge #content,
#tao-teh-ching-manual #content,
#tao-teh-ching-spanish #content {
	padding-left:15%;
}
#chuang-tzu-legge #item-1,
#texts-of-taoism-introductio #item-1 {
	padding:0.5em 1em 1em 1em;
	background:#deeaff;
	margin-bottom:3em;
	border:1px dotted #330099;
}
#chuang-tzu-legge h5,
#texts-of-taoism-introductio h5 {
	margin-bottom:0.7em;
}

/* Resources */
.resources label {
	max-width:25em;
	display: block;
	font-size:.9em;
}
.resources input,
.resources textarea {
	font-size:1.0em;
	padding:.3em .2em;
}
.resources input[type='email'],
.resources input[type='text'] {
	width:75%;
	display: block;
	margin:.2em 0 .8em 0;
}
.resources textarea {
	width:95%;
	height:14ex;
	display: block;
	margin:.3em 0 .5em 0;
}
.resources input.button {
	margin:8px;
}
.resources #formcontainer1 {
	margin-top:2em;
}
/* Site */
.site #leftnav{
	display:none;
}
/* Travel */
.travel #content {
	padding-left:9%;
}
/* Galleries */
/* legacy */
#gallery #content h2 {
	border:1px solid #330099;
	border-radius:15%;
	padding-top:3px;
	background:#E2FEFF;
}
#image-nav-gallery {
	font-size:.80em;
	vertical-align:middle;
	line-height:1.6;
}
#big-pic-box div {
	font-size:.9em;
}
/* End Section CSS */

/** Resonsive **/
@media 
only screen
and (max-width: 1100px){
	#leftnav {
		left:3%;
	}
}
@media 
only screen
and (max-width: 1000px){
	#leftnav {
		left:2%;
	}
}
@media 
only screen
and (max-width: 900px){
	#leftnav {
		left:1%;
	}
}
@media 
only screen
and (max-width: 850px){
	#topnav1 {
		left:-10%;
	}
	.small br,
	.smaller br {
		line-height:1.8;
	}
}
@media 
only screen
and (max-width: 700px)
{
	#header li:not(:first-child){
		line-height:1.2;
	}
	#topnav1 {
		left:-1.5%;
		padding-left:1.5%;
	}
	#topnav2 {
		left:4.3em;
		border-radius:0 0 1.2em 0;
		border-left:1px solid transparent;
		border-bottom:1px solid transparent;
		padding:0 .9em .8em 0;
		box-shadow: #330099 0px 0px 4px;
	}
	#print {
		display:none;
	}
	#header li a,
	#leftnav a {
		font-size:0.9rem;
	}
	#header li a {
		display:block;
		padding:.3em .2em .3em 0;
	}
	#leftnav {
		display:none;
		left:40px;
		top:5vh;
		max-height:80vh;
		/*overflow-x:auto;*/
		overflow-y:auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		position:fixed;
		width:14em;
	}
	#leftnav::-webkit-scrollbar {
		display: none;
  }
	.comics #leftnav, 
	.hcomics #leftnav,
	.fiction #leftnav {
		width:9em;
	}
	.essays #leftnav {
		width:8em;
	}
	.philosophy #leftnav {
		width:12em;
	}
	#leftnav h3 {
		font-size:0.9rem;
	}
	#leftnav ul li:not(:first-child) {
		padding:.3em;
		vertical-align:middle;
		position:relative;
		line-height:100%;
	}
	#leftnav ul li:first-child {
		font-size:1.1rem;
	}
	#leftnav li li, 
	#leftnav .li-blf,
	#leftnav .li-fl {
		padding:6px 0 6px 4px;
	}
	#lnb {
		display:block;
		position:fixed;
		left:0;
		top:calc(40vh - 3px);
		width:0px;
		height:0px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 16px solid #00CCFF;
		z-index:1;
	}
	#lnc {
		display:block;
		position:fixed;
		left:0px;
		top:40vh;
		width:0px;
		height:0px;
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-left: 15px solid #000026;
		cursor:pointer;
		z-index:2;
	}
	#main {
		padding: 0 1.5% 1em 1.5%;
	}
	#header li a,
	#leftnav li > a {
		font-size:.85rem;
	}
	#content,
	.comics #content,
	.comicsh #content,
	.fiction #content,
	.essays #content,
	.travel #content,
	.philosophy #content,
	#tao-teh-ching #content,
	#tao-teh-ching-legge #content,
	#tao-teh-ching-manual #content,
	#tao-teh-ching-spanish #content {
		padding: 1em 2.5%;
	}
	#container {
		padding:0;
	}
	#content {
		min-height:auto;
	}
	#content ul,
	#content ol {
		margin-left: 1.3em;
	}
	#tnc {
		font-size:.9em;
		display:inline-block;
		padding-left:.4em;
		cursor:pointer;
		vertical-align:middle;
	}
	#pagenav1 {
		width:14em;
	}
	#pagenav1 ol {
		float:none;
		width:auto;
	}
	.tni {
		display:none;
	}
	#sectionnav1,
	#sectionnav2,
	#footer {
		line-height:2;
	}
	#sectionnav1 {
		top:11ex;
	}
	blockquote, 
	.quote {
		padding:.4em;
		margin-left:4%;
		margin-right:4%;
	}
	.spacer03,
	.spacer04,
	.spacer05,
	.spacer10,
	.spacer15,
	.spacer20,
	.spacer25,
	.spacer30,
	.spacer35,
	.spacer40 {height:20px;}
}
@media 
only screen
and (max-width: 650px)
{
	
}
@media 
only screen
and (max-width: 600px)
{
	h1 {
		font-size:1.2em;
		text-align:right;
		padding-right:2vw;
		background-position:0% 20%;
		margin-right:-1.5%;
	}
 	h1 #rat {
		font-size:1.2em;
	}
	#sectionnav1 {
		width:8em;
	}
}
@media 
only screen
and (max-width: 500px)
{
	#header h2 {
		font-size:0.8rem;
	}
	#fifty1,
	#fifty2, 
	.fifty1, 
	.fifty2 {
		width:95%;
		float:none;
		border:none;
		margin:0 auto 1.5em auto;
	}
	#sectionnav1 {
		position:relative;
		width:100%;
		top:0;
		left:0;
	}
}
@media 
only screen
and (max-width: 399px)
{
	h1,
	h1 #rat{
		font-size:1.1em;
		letter-spacing:0.05em;
		
	}
	.comics dl{
		float:none;
		margin:0 auto 1em auto;
	}
}
@media 
only screen
and (max-width: 300px)
{
	#leftnav,
	.comics #leftnav, 
	.hcomics #leftnav,
	.essays #leftnav,
	.philosophy #leftnav,
	.travel #leftnav {
		width:80%;
		left:15%;
	}
}
