body {
	margin: 0 0 0 20px;
	padding: 0;
	background: #33325C url(/images/template/body-bg.png) top left repeat-y;
	color: #111;
	font-family: Georgia, Times, serif;
	font-size: small;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #333;
}
h2 { font-size: 200%; border-bottom: 1px dotted #aaa;}
h3 { font-size: 150%; border-bottom: 1px dotted #ddd; margin-bottom: 0;}
h4 { text-transform: uppercase;}

p, ul, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a { color: #704140; text-decoration: none;}
a:hover { text-decoration: underline;}

img { border: none;}

.note { font-family: Georgia, Times, serif; font-style: italic;}

#sidebar {
	background: transparent url(/images/template/header-agwt.png) 0px 30px no-repeat;
	position: absolute;
	left: 550px;
	top: 73px;
	color: #fff;
}
#sidebar a { color: #fff; }

#nav { 
	font-family: Georgia, Times, serif; 
	font-size: 15px;
	text-transform: lowercase; 
	padding-left: 5px;
	width: 300px;
}
#nav a { text-decoration: none; }
#nav a:hover { color: #fff; text-decoration: underline; }

ul#walks {
	list-style: none;
	padding: 0;
	margin: 100px 0 0 0;
	
}
ul#walks li {
	display: block;
	width: 300px;
	margin-bottom: 15px;
	font-family: Georgia, Times, serif
}
ul#walks li a {
	display: block;
	width: 300px;
	text-decoration: none;
	overflow: hidden;
	font-size: 18px;
}
ul#walks li a:hover {
	text-decoration: underline;
}

ul#walks li a em {
	font-size: 12px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: .75;	
}


ul#walks li img { float: left; margin-right: 10px;}

ul#walks li.how-to {
	margin-top: 25px;
}
ul#walks li.how-to a {
	font-style: italic;
	font-size: 120%;
	cursor: help;
}

ul#walks li.podcast {
	margin-top: 25px;
}
ul#walks li.podcast a {
	padding: 3px 8px;
	display: inline;
	font-size: 100%;
	background: #625E87;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 5px;
}

#main {
	background: #fff;
	padding: 15px;
	width: 480px;
	padding-bottom: 0;
}
#main h1#header {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 468px;
	height: 141px;
	background: transparent url(/images/template/header-ne.png) top left no-repeat;
}

.download {
	height: 100px;
	padding: 10px;
	margin-bottom: 20px;
}

.download img {
	border: none;
	float: left;
	margin-right: 10px;
}
.download a.title {
	display: block;
	font-size: 20px;
	padding-top: 15px;
	margin-top: 10px;
}

.download-small {
	background: #eee;
	padding: 10px;
}
	

#footer {
	padding-top: 5px;
	border-top: 1px dotted #aaa;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: right;
}

#footer #bottom-links {
	text-align: left;
}

#footer #credits {
	margin-top: 40px;
	text-align: left;
	float: left;
}