/* Links */
/* ----------------------------------------------------------------------*/

a.admin-only {
	padding: 3px 7px 3px 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: #e7e6ce url(../images/background-darker.gif);
	color: #A1451a !important;
}

a:img {
	color: #999;
}
	
a:link, a:visited, a:active	{
	color: #6c814d;
	text-decoration: none;
	outline:0;
}

a:hover {
	color: #53462a;
}
	
a.readmore
{
    background: url(../images/button_readmore.gif) no-repeat;
    height: 26px;
    width: 118px;
    border: none;
	display: block;
}

a.readmore:hover
{
    background: url(../images/button_readmore.gif) -118px 0 no-repeat;
	color: #fff;
}

a.learnmore
{
    background: url(../images/button_learnmore.gif) no-repeat;
    height: 28px;
    width: 123px;
    border: none;
	display: block;
	margin: 0px auto;
	margin-top: 12px;
}

a.learnmore:hover
{
    background: url(../images/button_learnmore.gif) -123px 0 no-repeat;
	color: #fff;
}

a.backtotop
{
    background: url(../images/button_top.gif) no-repeat;
    height: 27px;
    width: 124px;
    border: none;
	display: block;
}

a.backtotop:hover
{
    background: url(../images/button_top.gif) -124px 0 no-repeat;
	color: #fff;
}

#newsletterlink a
{
    background: url(../images/button-downloadnewsletter.gif) no-repeat;
    height: 28px;
    width: 232px;
    border: none;
	display: block;
	margin: 0px auto;
}

#newsletterlink a:hover
{
    background: url(../images/button-downloadnewsletter.gif) -232px 0 no-repeat;
	color: #fff;
}

.footer-wrap a:hover {
	color: #cec7b7;
}

img { 
	border-style: none;
}
	
/* General containers and styles - */
/* ----------------------------------------------------------------------*/

body, html {
	font-size:13px;
	line-height:23px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", Helvetica, Arial, sans-serif;
	background: #f7f6e4 url("../images/background.gif") top center;
	color: #53462a;
	margin: 0;
	text-align: left;
}
	
.alignright {
	text-align: right;
}

.arb-downloads{
	margin: 10px 0 25px 0;
	padding: 5px 15px 15px 15px;
	background: #e7e6ce url(../images/background-darker.gif);
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style-type: none !important;
	margin: 0 !important;
}
	
ul.arb-downloads li{
	background: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	overflow: auto;
	width: 100%;
}

ul.arb-downloads ul{
	padding-bottom: 10px;
}
	
ul.arb-downloads ul.hasrule{
	background: url(../images/rule-inset.gif) repeat-x bottom left;
}
	
ul.arb-downloads li img{
	margin: 0 5px 0 0;
	vertical-align: top;
}
	
ul.arb-downloads li a{
	display: inline-block;
	overflow: auto;
	width: 100%;
	font-size:11px;
	line-height:16px;
	padding: 6px 0 6px 0;
	margin: 0;
}
	
ul.arb-downloads li a{
	display: block;
}

ul.arb-downloads .image{
	width: 25px;
	float: left;
	display:inline;
}
		
ul.arb-downloads .text{
	width: 170px;
	float: left;
	display:inline;
}

ul.arb-downloads li a:hover{
	background: url(../images/background-download.gif) no-repeat center right;
	cursor:pointer;
}

ul.arb-downloads li.nohover a:hover{
	background: none;
}
	
ul.arb-downloads li.link a:hover{
	background: url(../images/background-visit.gif) no-repeat center right;
	cursor:pointer;
}
			
.caption {
	font-size: 10px;
	padding: 0 0 0 15px;
}

.centered {
	text-align: center;
}
	
.content ul {
	list-style-type: none;
	width: 80%;
	padding: 0 0 0 15px;
}

.content ul li {
	background: url(../images/icon_bullet.gif) 0 8px no-repeat;
	padding: 0 0 10px 18px;
}
	
.content ol {
	list-style-type: decimal;
	list-style-position: inside;
}
		
.darker {
	color: #4a443a;	
}

.darker-background{
background: #e7e6ce url(../images/background-darker.gif);
}

#discover-images {
	margin: 10px 0 7px 0;
}
	
.file-downloads{
	margin: 10px 0 25px 0;
	padding: 5px 15px 5px 15px;
	font-size:11px;
	line-height: 18px;
	background: #e7e6ce url(../images/background-darker.gif);
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.file-downloads li.hasrule{
	background: url(../images/rule-inset.gif) repeat-x bottom left;
}

.file-downloads li img{
	margin: 0 5px 0 0;
	vertical-align: middle;
}
	
.file-downloads li a{
	display: inline-block;
	font-size:13px;
	padding: 15px 75px 15px 0;
	margin: 0;
}

.file-downloads li a span.image{
	width: 25px;
	float: left;
	display:inline;
}
		
.file-downloads li a span.text{
	width: 160px;
	float: left;
	display:inline;
	clear: right;
}
	
.file-downloads li a{
	display: block;
}
	
.file-downloads li a:hover{
	background: url(../images/background-download.gif) no-repeat center right;
}

.file-downloads li.nohover a:hover{
	background: none;
}
		
.file-desc{
	float: left;
	display:inline;
	padding: 0 0 15px 25px;
}
			
.floatleft {
	float: left;
	display: inline
}
							
.floatright {
	float: right;
	display: inline
}

.footnote {
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
}	

#homepage-teasers {
	background: #e7e6ce url(../images/background-darker.gif);
	margin-top: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 0 15px 0;
}
	
#home-recent, #home-discover {
	float: left;
	display: inline;
	width: 275px;
	height: 270px;
	padding: 10px 10px 15px 15px;
	margin: 15px 0 0 15px;
	background: url(../images/teaser-col-bg.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
#home-become {
	float: left;
	display: inline;
	width: 225px;
	height: 270px;
	padding: 10px 15px 0 15px;
	margin: 15px 0 0 25px;
	text-align: center;
	line-height: 18px;
}

.hours{
	border-top: 1px solid #e7e6ce;
	border-bottom: 1px solid #e7e6ce;
	padding: 15px 0 0 0;
	margin: 10px 0 0 0;
}
	
hr {
	display:block;
	border-color:#b3b79b;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;
	margin:15px 0 15px 0;
}	

#take-me-home{
	display: block;
	width: 100%;
	height: 120px;	
}
	
#logo {
	background: url(../images/TTHP-logo.gif) no-repeat top center;
	height: 120px;
	min-width: 960px;
}
	
a.mainphoto {
	background: url(../images/mainphoto_bg.gif) 0 0 no-repeat;
	margin-bottom: 0px;
	margin-top: 37px;
	text-align: left;
	height: 241px;
	width:361px;
	padding: 40px 0 0 14px;
	display: block;
}

#map{
	border: 15px solid #e7e6ce;
}

.middle {
	background: #fff;
}

.more-sites {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e7e6ce url(../images/background-darker.gif);	
}

#next-event {
	background: url("../images/background-nextevent.gif") no-repeat top left;
	margin-top: 30px;
	height: 63px;
	font-size: 12px;
	line-height: 18px;
}
	
#nextevent-listing {
	padding: 15px 0 0 160px;
}
	
#nextevent-listing li {
	float: left;
	display: inline;
}

#nextevent-date	{
	padding: 0 20px 0 0;
	border-right: 1px solid #c6c2b5;	
}
	
#nextevent-date #day	{
	font-size: 21px;
	font-family: Georgia,"Palatino Linotype", Palatino, "Times New Roman", serif;
}

#nextevent-readmore	{
	width: 100px;
	margin: 0 0 0 15px;
	height: 20px;
	padding-top: 10px;
}

	
#nextevent-title	{
	width: 200px;
	padding: 0 20px 0 20px;
	height: 40px;
	border-right: 1px solid #c6c2b5;
	color: #4a443a;
	font-weight: bold;
}
	
#nextevent-time	{
	padding: 0 20px 0 20px;
	border-right: 1px solid #c6c2b5;	
}
	
#nextevent-location	{
	padding: 0 0 0 20px;
	width: 250px;	
}
	
p {
	margin: 0 0 20px 0;
}

p.largetext{
	font-family: "lucida grande", verdana, sans-serif;
	font-size:14px;
	color: #4a443a;
	line-height:24px;
	margin: 5px 0 0 0;
	font-weight: normal;
}
	
.pad{
	padding: 10px;
}

.pad-bottom10{
	padding: 0 0 10px 0;
}

.pad-sides-15{
	padding: 0 15px 0 15px;
}
	
.pad-footer{
	padding: 0 0 0 10px;
}
		
.pad-right-20 {
	padding: 0 20px 0 0;
}

.pad-right-30 {
	padding: 0 30px 0 0;
}

.padtop{
	padding-top: 25px;
}

.padtop10{
	padding-top: 10px;
}

.padtop15{
	padding-top: 15px;
}

.preview {
	background: #e7e6ce url(../images/background-darker.gif);
	padding: 10px;
	display: block;
	line-height: 0;
	width: 120px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#preview{
	position:absolute;
	padding:10px;
	background: #e7e6ce url(../images/background-darker.gif);
	display:none;
	color:#e7e6ce;
	z-index: 500;
	}
	
#preview img, .preview img{
	display: block;
		}
	
#prenav {
	margin: 75px 0 0 0;
}
	
#prenav li {
	float: right;
	display: inline;
	font-size: 11px;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	height: 26px;
}

#prenav li a {
	display: block;
	padding: 1px 15px 0 15px;
	height: 26px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #6c814d;
}
		
#prenav li a:hover {
	color: #6c814d;
	background-color: #1e1813;
}

#prenav li a.active, #prenav li a.active:hover {
	color: #6c814d;
	background-color: #1e1813 !important;
}

.property-name {
	height: 50px;
	text-align: center;
}

.property-wrap {
	height: 245px;
}

.property-name a {
	color: #53462a;
	padding: 3px 8px 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #e7e6ce url(../images/background-darker.gif);
}

.property-name a:hover {
}

a.property-image {
    display:block;
    position:relative;
	margin: 0 0 5px 0;
}

a.property-image:hover span {
    background: url("../images/hover.png") no-repeat;
    display:block;
    position:absolute;
    top:0px;
    left:0px;  
    z-index:100;
    width:220px;
    height:165px;
}

a.readless-trigger {
	display:none;
}

.right {
	text-align: right;
}
.ruled {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: url(../images/rule-inset.gif) repeat-x top center;
}

#tooltip{
	position:absolute;
	border:1px solid #53462a;
	background: #e7e6ce url(../images/background-darker.gif);
	padding:2px 5px;
	color: #53462a;
	display:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}	
		
#top {
	background: #2e261f url("../images/top_bg.gif") repeat-x top center;
	margin-top: 0px;
	height: 120px;
	width: 100%;
}
	
small {
	font-size: 11px;
}

.thumb-discover {
	float: left;
	display: inline;
	padding: 0 10px 0 0;
    width: 84px;
    }

.thumb-discover-last {
	float: left;
	display: inline;
	padding: 0;
    width: 84px;
    }
	
.thumb-discover a img, .thumb-discover-last a img {
    width: 84px;
    height: auto;
    margin: 0;
    }
		
.twelve {
	font-size:12px;
	line-height:20px;
}
			
.wrap {
	padding-top: 0px;
	padding-bottom: 20px;
}

/* Headings */
/* ----------------------------------------------------------------------*/

h1 {
	font-size:1.6em;
	line-height:1;
	margin:1em 0 .5em;
}

h2 {
	font-family: 'goth', "lucida grande", verdana, sans-serif;
	font-size:16px;
	color: #6c814d;
	line-height:28px;
	text-transform: uppercase;
	margin: 20px 0 13px 0;
}

h3 {
	font-family: Georgia,"Palatino Linotype", Palatino, "Times New Roman", serif;
	font-size:22px;
	line-height:34px;
	color: #53462a;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 13px 0;
}
	
h4{
	font-family: 'goth', "lucida grande", verdana, sans-serif;
	font-size:16px;
	color: #6c814d;
	line-height:28px;
	text-transform: uppercase;
	margin: 0;
}
	
h5 {
	font-family: 'goth', "lucida grande", verdana, sans-serif;
	font-size:12px;
	color: #53462a;
	line-height:18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0 3px 0;
}

h5.bookshop {
	font-family: "lucida grande", verdana, sans-serif;
	font-size:13px;
	color: #6c814d;
	line-height:18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 7px 0;
}

h5 a {
	color: #53462a !important;
}
	
h6 {
	font-family: Georgia,"Palatino Linotype", Palatino, "Times New Roman", serif;
	font-size:16px;
	line-height:22px;
	color: #53462a;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 7px 0;
}

/* Form Elements */
/* ----------------------------------------------------------------------*/

#contactwrap{
	width: 510px;
	padding: 15px 15px 5px 15px;
	background: #e7e6ce url(../images/background-darker.gif);
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
dl.contactform label {
		display: none;
}
		
dl.contactform dt {
		float: left;
		display: inline;
		width: 105px;
		margin: 0 25px 25px 0;
		text-align: right;
}
		
dl.contactform dd {
		float: left;
		display: inline;
		width: 375px;
		margin: 0 0 25px 0;
}
					
input#yourname, input#emailadd {
		font-size: 14px;
		width: 355px;
		padding: 3px;
		color: #53462a;
}
		
textarea.zemTextarea {
		font: 12px/20px "Lucida Grande", "Lucida Sans Unicode", "Verdana", Helvetica, Arial, sans-serif;
		color: #53462a;
		width: 355px;
		padding: 3px;
		height: 275px;
}

input#Phone, input#Fax {
		font-size: 14px;
		color: #53462a;
		width: 180px;
		padding: 3px;
}

input#sendit {
    background: url(../images/button-send.gif) no-repeat;
    height: 27px;
    width: 63px;
    border: none !important;
	display: block;
	text-indent: -9999px;
	outline:0;

}

input#sendit:hover
{
    background: url(../images/button-send.gif) -63px 0 no-repeat;
}


		
/* Lists */
/* ----------------------------------------------------------------------*/
	
ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
	
ul.linklist {
	text-align: left;
	list-style:none;
	margin: 10px 0 0 0;
	padding: 0;

}

ul.linklist li a{
	display: inline-block;
	line-height: 18px;
	padding: 10px;
	background: url(../images/rule-inset.gif) repeat-x top left;
}
	
ul.linklist li a{
	display: block;
}

ul.linklist li a:hover{
	background: #e7e6ce url(../images/background-darker.gif);	
}

ol {
	list-style:decimal outside;
	margin: 0 0 15px 40px;
	padding: 0 25px 0 0;
}
	
ol li {
	margin: 15px 0 0 0;
	padding: 0;
}	

/* Footer */
/* ----------------------------------------------------------------------*/
					
.footer-wrap {
	background: #2e261f url("../images/footer_bg.gif") repeat-x top center;
	margin-top: 0px;
	height: 130px;
	font-size: 12px;
	line-height: 20px;
	margin: 75px 0 0 0;
	padding: 30px 0 0 0;
	color: #b6a994;
}
	
.footer-wrap hr {
	border-color:#4b413a;
	border-style:solid;
	border-width:1px 0 0;
	clear:both;
	height:0;
	margin:0 0 11px 0;
}

.footer_col1 {
	float: left;
	display: inline;
	width: 320px;
	margin: 0 0 25px 0;
}

.footer_col2 {
	float: left;
	display: inline;
	width: 190px;
	margin: 0 0 25px 0;
}

.footer_col3 {
	float: left;
	display: inline;
	width: 290px;
	margin: 0 0 25px 0;
}
	
.footer_col4 {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 0 25px 0;
}
	

/* Navigation */
/* ----------------------------------------------------------------------*/	
	
#navwrap{
	background: #6a7e51 url("../images/navwrap_bg.gif") repeat-x bottom center;
	border-top: 1px solid #638a3d;
	width: 100%;
}

#nav {
	margin: 0 auto;
	font: 14px;
	text-align: right;
	width: 940px;
	background: #5c724b url("../images/nav_bg.gif") repeat-x bottom center;	
}

#nav li.activeli {
	background: url("../images/nav_current.gif") no-repeat bottom center;	
}

.first{
}
	
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	font-family: 'goth', "lucida grande", verdana, sans-serif;
	display: block;
	color:#f7f6e4;
	text-decoration:none;
	font-size:13px;
	line-height: 13px;
	padding: 13px 20px 16px 20px;
	margin: 0 0 6px 0;
	
}

#nav a.current, #nav a.current:hover {
	background-color: #3d542f;
}

#nav a:hover {
	background-color: #4c643b;

}

#nav li { /* all list items */
	float: left;
	text-align: left;	
}

#nav li:hover, #nav li.sfhover {

}


#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #efefef !important;
	width: 200px;
	text-align: left;
	height: auto;
	z-index: 500;
	padding: 8px 8px 8px 8px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li { /* second-level lists */
	width: 100%;
}

#nav li ul li a{
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	text-transform: capitalize;
	color:#666;
}

#nav li ul li a:hover{
	color:#323232;
}

#nav li ul li + a {
}

#nav li ul li:hover, #nav li ul li.sfhover {
	background: #efefef;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -50px 0 0 195px !important;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: -5px 0 0 0;
}

/* events */
/* ----------------------------------------------------------------------*/	

.cal-edit{
	float:left;
	display: inline;
	margin: 15px 0 0 0;
	width: 100%;
}

.event-file {
	float:left;
	display: inline;
	margin: 0 0 0 0;
	width: 100%;
}

.event-list {
	padding: 0 0 10px 0 !important;
	border-bottom: 1px solid #b3b79b;
	margin: 0 0 10px 0 !important;
	width: 100% !important;
}

.active-event{
	background: #e7e6ce url(../images/background-darker.gif);
}

		
.event-list li {
	padding: 0 !important;
	background: none !important;
}

.event-date	{
	float: left;
	display: inline;
	width: 75px;
	text-align: left;
}
	
.event-loc	{
	float: left;
	display: inline;
	margin: 0 0 15px 0;
}

.event-time	{
	float: left;
	display: inline;
	margin: 0 60px 15px 0;
}

.event-title	{
	float: left;
	display: inline;
	width:465px;
	padding: 0 0 0 0;
	text-align: right;
}

.event-hidden	{
	width: 100%;
}

.detailstrigger, .hidetrigger {
	width: 90px;
	font-size: 11px;
	text-align: right;
}

span.title	{
	float: left;
	display: inline;
	text-align: left;
	width:335px;
	padding: 0 40px 0 0;
	font-weight: bold;
}

.event-desc	{
	float: left;
	display: inline;
	width: 435px;
	text-align: left;
	margin: 10px 0 0 0;
}
	
.event-details	{
	float: left;
	display: inline;
	width: 465px;
	color: #4a443a;
}