<!--
/* Begin Layout */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #666;
  color: #000;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0; 
  text-align: center; }
h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
a,  a:link {
  color: #8BC53F;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #8BC53F;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  color: #8BC53F;
}

a:active {
  color: #8BC53F;
}

#hmWrap {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 780px;
}
#hmWrap #hmHead {
  background-color: #ffffff;
  border-bottom: solid 5px #8BC53F; 
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
  /*background-image:url('../images/humanade_header.gif');*/ 
  height:190px;
}
#hmWrap #hmContent #hmr {
  background-color: #ffffff;
  border-left: solid 0px #8BC53F; 
  float: right;
  padding: 10px 10px 10px 10px; 
  width: 150px;
}

#hmWrap #hmContent #content {
  margin: 0 170px 0 0; 
  padding: 10px 10px 10px 10px; 
  border-right: solid 1px #8BC53F;
  min-height:485px;
  height:auto !important;
  height:485px;
}

#hmWrap #hmContent .clearFloat {
  clear: right;
  display: block;
}
#hmWrap #footer {
  background-color: #ffffff;
  border-top: solid 1px #8BC53F; 
  padding: 0px 10px 4px 10px;
  font-size:10px; 
}
#hmWrap #hmHead #hmStrap {
	margin-right:45px;
	display:block;
	padding-bottom:20px;
	width:93.5%;
	height:20px;
}
#hmWrap #hmHead #hmStrap h2 {
	text-align:right;	
	line-height:20px;
}
/* end layout */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

hr.entryLine {
	color:#8BC53F;	
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
#tshirtsTable table {
border:0px;
margin-left:auto;
margin-right:auto;
}
td.details {
	vertical-align:top;
	padding-top:15px;	
}

