/* START general elements and classes*/
body { background:#adc382;color:#3b2a03;font-size:.8em;font-family:'Lato', sans-serif;line-height:1.3; }
a:link, a:visited { color:#693; }
a:hover, a:active { color:#e43844; }
h1, h2, h3, h4, h5, h6 { color:#e5896e; }
li { margin-bottom:.5em; }
/* END general elements and classes */

/* START main layout items */
#page-wrapper { max-width: 896px; width:100%; padding-top:0;margin: 0 auto;margin-bottom: 20px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #693 204px, #693 204px, #fff 204px); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(204px,#693), color-stop(204px,#693), color-stop(204px,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #693 204px, #693 204px, #fff 204px); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #693 204px, #693 204px, #fff 204px); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #693 204px, #693 204px, #fff 204px); /* IE10+ */
	background: linear-gradient(to bottom, #693 204px,#693 204px,#fff 204px); /* W3C */
 }
#main { padding-bottom:20px; }
#main-grid { max-width: 896px;background:transparent url(/theme/Diane/assets/css/_hiking/banner.jpg) no-repeat;border:solid 2px #693;padding-top:200px; }
article, aside { margin-top:5px; }
/* END main layout items */

/* START stuff inside main */

/* page content */
#main ul { margin-left:1.3em;padding-left:0; }
#main li { list-style:square; }

/* END stuff inside main */

/* START stuff inside aside */
#navigation h2 { display:none; }
#main-nav { margin-top: 1em; }
#main-nav li { display:inline;margin-right:20px; }
#main-nav li.current a, #main-nav li.active a { color: #e5896e; }

/* END stuff inside aside */



