/*  
Theme Name: Walkingtools
Theme URI: http://www.walkingtools.net
Description: Theme for the walkingtools project
Version: 1.0
Author: Brett Stalbaum
Author URI: http://visarts.ucsd.edu/node/view/491/46

*/

body {
	margin: 10;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	text-align: center;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	background: #B3B3B3;
	color: #111111;
}

h1 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 200%;
}

.post {
	background: white;
	padding: 0 10px 0 10px;
}

.post p {
	background: white;
	padding: 0 10px 0 15px;
}

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 150%;
	padding: 10px 0 0 0;
}

.post img {
	vertical-align: middle;
	border: 0;
}

.entry {
	line-height: 18px;
}

a:link {
	text-decoration: none;
	color: #28166F;
}

a:visited {
	text-decoration: none;
	color: #B32B2B;
}


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

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	font-size: 80%; 
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 18px;
}

#page {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	background-image: url('evolutionwalksm.png');
	background-repeat: no-repeat;
	background-position: 100% 50%; 
	background-color: white;
	width: 900px;
	height: 200px;
	padding: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
}

#header h1 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 400%;
	padding: 10px 0 0 0;
}

#header img {
	vertical-align: top;
	border: 0;
}

#header h2 {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 150%;
}


#container {
	float: left;
	width: 685px;
}

#footer {
	clear: both;
	float: left;
	text-align: center;
	width: 900px;
	background: #B3B3B3;
	margin: 20px 0 0 0;
	line-height: 18px;
}

.sidebar {
	font-family: Georgia, Sans-serif;
	font-weight: bold;
	float: left;
	width: 170px;
	background: white;
	margin: 15px 0 0 15px;
	padding: 0 15px 0 15px;
	display: inline;
}

.sidebar ul {
	padding: 0 5px 0 5px;
	list-style-type: none;
}

.sidebar ul li {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	padding: 5px 5px 0 5px;
	line-height: 10px;
        font-size: 90%;
}

.sidebar ul li h2 { 
	font-size: 120%;
}

.sidebar ul li span { 
	font-size: 140%;
}

.sidebar span img {
	padding: 0 5px 0 0;
	vertical-align: middle;
}

img {
	border: 0;
}


