/*
Theme Name: HTP
Theme URI: http://harvestingthepotential.org/
Description: Harvesting the Potential
Author: Dustin Pappin
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*
start
*/
body {
	background-color:#EAE7E4;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.3;
	color:#616160;
}
a {
	text-decoration:none;
	color:#909a75;
}

#htp-home {
	width:980px;
	margin:0px auto;
	background-color:#FFF;
}
#htp-wrapper {
	padding:0px 18px;
}
#htp-main {
	background-color:#F3F1ED;
}
#htp-header {
	background-color:#FFF;
	height:144px;
	width:100%;
	position:relative;
}
#htp-logos {
	position:relative;
	height:100%;
}
#htp-logos img {
	position:absolute;
	bottom:65px;
}
#htp-logo-htp {
	left:18px;
}
#htp-logo-feed {
	right:2px;
}
#htp-menu {
	height:25px;
	width:100%;
	background-color:#AA9D8C;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
}
#htp-menu a {
	width:188px;
	height:100%;
	float:left;
}
#htp-menu div a {
	height:100%;
	width:100%;
}
.htp-menu-htp #htp-menu-htp,
.htp-menu-library #htp-menu-library,
.htp-menu-resources #htp-menu-resources,
.htp-menu-about-us #htp-menu-about-us,
.htp-menu-news #htp-menu-news,
#htp-menu .htp-active {
	background-image:url(images/menu-active.gif);
}
#htp-menu-htp { background-position:0px 0px; }
#htp-menu-library { background-position:753px 0px; }
#htp-menu-resources { background-position:565px 0px; }
#htp-menu-about-us { background-position:377px 0px; }
#htp-menu-news { background-position:189px 0px; }

#htp-body {
	
}
#htp-footer {
	text-align:center;	
	padding:26px 0px 36px;
	font-size:11px;
}
#htp-footer li {
	display:inline;
}
#htp-footer a {
	color:#676767;
	text-decoration:none;
}

#htp-banner {
	height:100px;
	width:100%;	
}
#htp-banner .htp-wrapper {
	height:100%;
}
#htp-banner .htp-left {
	width:240px;
	height:100%;
	background-color:#DDD8D2;
	float:left;
}
#htp-banner .htp-right {
	float:right;
	width:240px;
	height:100%;
	background-color:#B8AFA1;
}
#htp-banner .htp-center {
	margin:0px 240px;
	height:100%;
	background-color:#8F9B76;
}
#htp-fact {
	font-size:14px;
	color:#FFF;
	margin:auto;
	padding:30px 24px;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#htp-fact strong {
	font-family:Helvetica, Arial, sans-serif;
}
#htp-learn {
	height:100%;
	position:relative;
	background-image:url(images/learn-more.gif);
	background-repeat:no-repeat;
	background-position:16px 46px;
}
#htp-learn a {
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}
#htp-learn .htp-text {
	color:#9e9385;
	font-size:12px;
	position:absolute;
	top:30px;
	text-transform:uppercase;
	
}
#htp-learn .htp-resource-image {
	position:absolute;
	right:12px;
	top:22px;
}
#htp-hgb {
	height:100%;
	position:relative;
}
#htp-hgb div {
	position:absolute;
	top:32px;
	left:12px;
	font-size:11px;
	line-height:14px;
}
#htp-hgb a {
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
}
#htp-hgb .font1 {
	color:#FFF;
}
#htp-hgb .font2 {
	color:#72695A;
}

#htp-slideshow {
	height:460px;
	/*color:#908F8E;*/
	margin-bottom:24px;
}
#htp-slideshow #htp-staging {
	display:none;
}
#htp-slideshow #htp-screen {
	height:350px;
	background-color:white;
}
#htp-slideshow #htp-controls {
	height:110px;
	background-color:#FFF;
	margin:0px 3px;
}
#htp-slideshow #htp-controls .htp-wrapper {
	padding:18px 0px;
}
#htp-slideshow .htp-left {
	width:240px;
	float:left;
}
#htp-slideshow .htp-right {
	width:240px;
	float:right;
}
#htp-slideshow .htp-center {
	margin:0px 240px;
}
#htp-slideshow #htp-actions #htp-steps img {
	cursor:pointer;
}
#htp-slideshow #htp-actions #htp-elements div {
	width:12px;
	height:12px;
	position:absolute;
	bottom:0px;
	background-color:#ACB093;
	cursor:pointer;
}
#htp-slideshow #htp-actions #htp-elements .active {
	background-color:#C78B2B;
}
#htp-slideshow #htp-actions {
	padding-left:18px;
	padding-right:18px;
	height:74px;
	position:relative;
}
#htp-actions #htp-steps {
	position:absolute;
	bottom:18px;
	width:204px;
	padding-bottom:4px;
	border-bottom:solid 1px #A89B89;
}
#htp-actions #htp-elements {
	position:absolute;
	bottom:0px;
}
#htp-slideshow #htp-headline {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:18px;
	padding-right:18px;
	line-height:1.2;
	color:#948671;
}
#htp-slideshow #htp-description {
	font-size:12px;
	height:74px;
	padding-left:18px;
	padding-right:18px;
	border:solid 1px #A89B89;
	border-top:none;
	border-bottom:none;
	
}

.htp-hide {
	display:none;
}

.htp-clear {
	clear:both;
}

.htp-col3 {
	width:100%;
}
.htp-col3 .htp-left {
	width:189px;
	float:left;
}
.htp-col3 .htp-right {
	width:189px;
	float:right;
}
.htp-col3 .htp-center {
	margin:0px 189px;
	background-color:#FFF;
	padding-bottom:20px;
}
.htp-content {
	line-height:1.5;
	
}

.htp-content .htp-pagetitle {
	text-transform:uppercase;
	font-size:16px;
	color:#948671;
	height:75px;
}
.htp-content .htp-pagecopy {
	font-size:12px;
	/*color:#898787;*/
	padding:0px 16px;
}
.htp-content .htp-pagecopy p {
	margin-bottom:20px;
	
}
.htp-section {
	padding:0px 16px;
}
.htp-section .htp-sectiontitle {
	text-transform:uppercase;
	font-size:13px;
	margin:0px 0px 16px;
	color:#909a75;
	font-weight:bold;
}
.htp-section .htp-section {
	margin:4px 0px;
}
.htp-sectioncontent p {
	margin:20px 0px;
	font-size:12px;
	/*color:#828281;*/
}
.htp-sectioncontent a {
	text-decoration:none;
	color:#909a75;
}

.htp-contact {
	padding:16px;
	background-color:#ded8d1;
	color:#828281;
}
.htp-contact div {
	margin:8px 0px;
}
.htp-contact .htp-sectiontitle {
	text-transform:uppercase;
	font-size:11px;
	color:#aa9d8c;
}
.htp-contact label {
	display:block;
	text-transform:uppercase;
}
.htp-contact input, .htp-contact textarea {
	width:100%;
	border:none;
}
.htp-contact textarea {
	height:80px;
}
.htp-contact .button {
	text-transform:uppercase;
	width:auto;
	cursor:pointer;
	color:#aa9d8c;
}

.htp-resources .htp-row {
	height:270px;
	position:relative;
}
.htp-resources .htp-resource {
	height:250px;
	width:300px;
	background-color:#DED8D1;
	position:absolute;
	top:0px;
}
.htp-resources .htp-left {
	left:2px
}
.htp-resources .htp-center {
	left:322px
}
.htp-resources .htp-right {
	right:2px
}
.htp-resource .htp-content {
	font-size:12px;
	padding:16px;
	color:#828281;
	line-height:1.2;
}
.htp-resource .htp-content .htp-logo {
	text-align:center;
	margin-bottom:16px;
	padding-left:76px;
}
.htp-resource .htp-content .htp-name {
	margin-bottom:6px;
}
.htp-resource .htp-content .htp-link {
	margin-bottom:16px;
}
.htp-resource .htp-content .htp-link a{
	text-decoration:none;
	color:#909a75;
}
.htp-resource .htp-content .htp-desc {

}

.htp-resource-image {
	width:116px;
	height:56px;
	background-color:#FFF;
	border:solid 1px #bfb7aa;
	text-align:center;
}
.htp-resource-image img {
	padding:2px;
}

.htp-libraries {
	position:relative;
	height:450px;
}
.htp-libraries .htp-lib {
	position:absolute;
	background-color:#DED8D1;
	width:460px;
}
.htp-libraries .htp-lib .htp-text {
	background-repeat:no-repeat;
	padding:40px 16px 0px;
	margin-top:-5px;
	height:60px;
}
.htp-libraries .htp-print {
	left:2px;
	top:0px;	
}
.htp-libraries .htp-print .htp-text {
	background-image:url(images/library-print-label.gif);
	
}
.htp-libraries .htp-photo {
	right:2px;
	top:0px;
}
.htp-libraries .htp-photo .htp-text {
	background-image:url(images/library-photo-label.gif);
	
}
.htp-libraries .htp-video {
	top:358px;
	left:2px;
}
.htp-libraries .htp-video .htp-text {
	background-image:url(images/library-video-label.gif);
}
.htp-libraries .htp-audio {
	top:358px;
	right:2px;
}
.htp-libraries .htp-audio .htp-text {
	background-image:url(images/library-audio-label.gif);
}
.htp-libraries .htp-librarys {
	height:250px;
	width:462px;
	background-color:#DED8D1;
	position:absolute;
	top:0px;
}

.htp-pagetitle {
	background-repeat:no-repeat;
	background-position:16px 35px;
}
.htp-about-us .htp-pagetitle {	
	background-image:url(images/page-title-about-us.gif);	
}
.htp-resources .htp-pagetitle {	
	background-image:url(images/page-title-resources.gif);	
}
.htp-privacy .htp-pagetitle {	
	background-image:url(images/page-title-privacy.gif);	
}
.htp-news .htp-pagetitle {	
	background-image:url(images/page-title-news.gif);	
}
.htp-library .htp-pagetitle {	
	background-image:url(images/page-title-library.gif);	
}
.htp-sitemap .htp-pagetitle {	
	background-image:url(images/page-title-sitemap.gif);	
}
.htp-about-us .htp-contact .htp-pagetitle {
	background-image:url(images/page-title-contact.gif);
	background-position:0px 0px;
	height:12px;
}

.htp-about-us .htp-contact {
	margin-top:75px;
}
.htp-about-us .htp-art {
	text-align:center;
	width:189px;
	float:right;
	margin-right:-205px;
}
.htp-about-us .htp-art .htp-text {
	/*color:#898787;*/
	padding:8px 12px;
	text-align:left;
}

.htp-news .htp-pagecopy {
	padding-bottom:8px;
	border-bottom:solid 1px #a89b8a;
	margin-bottom:20px;
}
.htp-newsitem {
	margin-bottom:18px;
}
.htp-newsitem .htp-headline {
	text-transform:uppercase;
	font-size:13px;
	
	color:#909a75;
	font-weight:bold;
}
.htp-newsitem .htp-byline {
	text-transform:uppercase;
	font-size:12px;
}
.htp-newsitem .htp-excerpt {
	margin-top:12px;
}

.htp-nav {
	margin:34px 16px;
}
.htp-nav .htp-title {
	text-transform:uppercase;
	margin-bottom:4px;
	color:#988b77;
}
.htp-nav li {
	margin:2px 0px;
}
.htp-nav a {
	color:#aa9d8c;
}
.print #print a, .photo #photo a, .video #video a, .audio #audio a { 
	color:#7b895e;
}

.htp-sitemap ul li {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}
.htp-sitemap ul li a{
	color:#909a75;
}
.htp-sitemap ul li ul {
	margin-top:6px;
}
.htp-sitemap ul li ul li {
	color:#9e9b9b;
	margin-bottom:6px;
	font-weight:normal;
}
.htp-sitemap ul li ul li a{
	color:#9e9b9b;
}

.htp-shadow1 {
	position:relative;
}
.htp-shadow1 .htp-shadow1 {
	position:absolute;
	width:10px;
	height:11px;
}
.htp-shadow1 .htp-shadow1-right {
	background-image:url(images/vertical.jpg);
	background-position:-4px 0px;
	background-repeat:repeat-y;
	height:100%;
	right:-4px;
	display:none;
}
.htp-shadow1 .htp-shadow1-bottom {
	background-image:url(images/horizontal.jpg);
	background-position:0px -11px;
	width:100%;
	bottom:-4px;	
	display:none;
}
.htp-shadow1-corner-tr {
	background-image:url(images/corners-lite.gif);
	background-position:10px 0px;
	right:-4px;
	top:0px;
}
.htp-shadow1-corner-br {
	background-image:url(images/corners-lite.gif);
	background-position:10px 11px;
	bottom:-4px;
	right:-4px;
}
.htp-shadow1-corner-bl {
	background-image:url(images/corners-lite.gif);
	background-position:10px 11px;
	bottom:-10px;
	left:0px;
}