/* @group reset */

* { margin:  0; padding: 0; }
ul { list-style: none; }
p { margin: 10px 0; }
a img, frameset { border: 0; }

/* @end */

/* @group -headers */
	h2, h3, h4, h5 { }

	h2{}
	h3 { font-size: 1.5em; margin: 15px 0; }
	h4 { font-size: 1.35em; margin: 15px 0; }
	h5 { display: none; }	
	/* @end */

	/* @group -links */
	a, a:link { 
	text-decoration: none;
	color: #498bad; 
	}
	a:visited {}
	a:hover { 
	color: #1e526d;
	text-decoration: underline;
	}
	a:active {}
	/* @end */

	/* @group -navigation */
	#nav { }
	/* @end */
	
	/* @group -footer */
	#footer { }
	/* @end */	
	
	/* @group -form elements */
	button { 
		cursor: pointer; 
		width: auto;
		overflow: visible;
	}
	label { font-weight: normal; }
	input, textarea {
		border: none;
		font: 16px Georgia, Serif;
		color:#86867a;
	}
	fieldset{
	border: none;
}
	
	/* @end */

/* @group utility */

.clear {
	height: 1px;
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}
.row:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
a[class], a[id]{ outline:none }
.add_top, #add_top { margin-top: 15px; }
.add_bottom, #add_bottom { margin-bottom: 15px; }
.no_bottom { margin-bottom: 0; padding-bottom: 0; }
.no_top { margin-top: 0; }
.no_border { border: 0; }
.left { float: left; }
img.left { margin: 0 15px 15px 0; }
.right { float: right; }
img.right { margin: 0 0 15px 15px; }
.text_right { text-align: right; }
.hide { display: none; }

/* @end */
/* @group =base */

body {
	font: 62.5% Arial, Helvetica, Sans-Serif;
	color: #4f4e37;
	line-height: 16px;
	font-size: 12px;
	background: #4b4135 url(http://www.tinnerhill.org/images/structure/bg-body.png) top center;
	text-align: center;
}
body.blues {
	background: #133464 url(http://www.tinnerhill.org/images/structure/bg-body-blues.png) top center;
}
#wrapper-main {
	background: url(http://www.tinnerhill.org/images/structure/bg-body-top.png) 0 0 repeat-x;
	width: 100%;
	position: relative;
	min-height: 272px;
	padding-top: 26px;
}

body.blues #wrapper-main {
	background: url(http://www.tinnerhill.org/images/structure/bg-body-top-blues.png) 0 0 repeat-x;
}

#wrapper-inner{
	padding-left: 39px;
	padding-bottom: 20px;
	width: 819px;
}

/* @group header */

#body-header{
	background: url(http://www.tinnerhill.org/images/structure/bg-body-header.jpg) top center no-repeat;
	position: absolute;
	width: 100%;
	height: 387px;
	left: 0;
	top: 0;
	min-width: 950px;
	z-index: 1;
}
body.blues #body-header {
		background: url(http://www.tinnerhill.org/images/structure/bg-body-header-blues.jpg) top center no-repeat;

}
#wrapper-content, #copyright{
	position: relative;
	width: 898px;
	margin: 0 auto;
	text-align: left;
	z-index: 5;
}
#wrapper-content {
	background: #fff url(http://www.tinnerhill.org/images/structure/bg-main-header.jpg) 0 0 no-repeat;
}
#header{
	height: 118px;
	position: relative;
}
#logo a{
	outline:none;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(http://www.tinnerhill.org/images/structure/logo.png) 0 0 no-repeat;
	height: 89px;
	width: 246px;
	top: 12px;
	left: 28px;
}
#logo a:hover{
	background-position: 0px -100px;
}
.history-hill {
	width: 169px;
	height: 31px;
	background: url(http://www.tinnerhill.org/images/structure/bg-history-hill.png) 0 0 no-repeat;
	text-indent: -9000px;
	position: absolute;
	top: 70px;
	left: 636px;
}

/* @group utility nav */

#nav-utility {
	list-style: none;
	position: absolute;
	right: 0;
	top:  0;
}
#nav-utility li{
	float: left;
	/*width: 73px;*/
}

#nav-utility li a{
	outline:none;
	display: block;
	background: url(http://www.tinnerhill.org/images/structure/utility.png) 0 0 no-repeat;
	text-indent: -99999px;
	height: 39px;
}
#nav-utility .about a{
	background-position: 0px 0px;
	width: 69px;
}
#nav-utility .blues a{
	background-position: -69px 0;
	width: 89px;
}
#nav-utility .events a{
	background-position: -158px 0;
	width: 67px;
}
#nav-utility .education a{
	background-position: -225px 0;
	width: 88px;
}
#nav-utility .contact a{
	background-position: -313px 0;
	width: 77px;
}
#nav-utility .about a:hover, body.about #nav-utility .about a {background-position: 0 -40px;}
#nav-utility .blues a:hover, body.blues #nav-utility .blues a {background-position: -69px -40px;}
#nav-utility .events a:hover, body.events #nav-utility .events a {background-position: -158px -40px;}
#nav-utility .education a:hover, body.education #nav-utility .education a {background-position: -225px -40px;}
#nav-utility .contact a:hover, body.contact #nav-utility .contact a {background-position: -313px -40px;}



/* @end */

/* @end */

/* @group callouts */

#main-callouts{
	position: relative;
	background: url(http://www.tinnerhill.org/images/structure/bg-callout-large.jpg) 0 0 no-repeat;
	height: 408px;
	margin-top: 13px;
}
body.blues #main-callouts {
	background: url(http://www.tinnerhill.org/images/structure/bg-callout-large-blues.jpg) 0 0 no-repeat;
	margin-bottom: 20px;
}
.callout{
	display: block;
	position: absolute;
	height: 360px;
	top: 22px;
}
.callout h2,.callout p,.callout a{
	outline:none;
	height: 0;
	margin: 0;
	display: block;
	text-indent: -99999px;
}
#callout-nextup a, #callout-festival a{
	outline:none;
	width: 579px;
	height: 360px;
}
#callout-nextup, #callout-festival {
	background: url(../images/structure/callout-next.jpg) 0 0 no-repeat;
	width: 579px;
	left: 39px;
}
#callout-festival {
	background: url(../images/structure/callout-festival.jpg) 0 0 no-repeat;
}
#callout-history a, #callout-tribute a{
	width: 239px;
	height: 360px;
}
#callout-history, #callout-tribute {
	background: url(http://www.tinnerhill.org/images/structure/banner-history.jpg) 0 0 no-repeat;
	width: 239px;
	left: 621px;
}
#callout-tribute {
	background: url(http://www.tinnerhill.org/images/structure/callout-tribute.jpg) 0 0 no-repeat;
}

/* @end */

/* @group footer */

#wrapper-footer{
	background: #372e23 url(http://www.tinnerhill.org/images/structure/bg-footer.jpg) 0 0 no-repeat;
	padding: 39px;
	padding-bottom: 0;
	padding-top: 25px;
}
#wrapper-footer .footer-container{
	float: left;
	width: 235px;
	margin-right: 54px;
	background: url(http://www.tinnerhill.org/images/structure/bg-footer-expore-line.png) 0 100% no-repeat;
	height: 300px;
}
#wrapper-footer .last{
	margin-right: 0px;
}
#footer {
	padding-bottom: 15px;
}
#footer li{
	font-size: 11px;
	color: #908a7b;
}
#footer li a{
	font-size: 11px;
	font-weight: normal;
	color: #908a7b;
}
#footer li p{
	font-weight: bold;
	color: #bb9f1a;
	margin-top: 7px;
	margin-bottom: 7px;
}
#footer .last p{
	padding-bottom: 6px;
	background: url(http://www.tinnerhill.org/images/structure/bg-footer-expore-line.png) bottom left no-repeat;
}
#footer .last .lastp{
	background: none;
}
#footer .contact-us{
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-footer-contact.gif) 0 0 no-repeat;
	margin: 0;
	width: 236px;
	height: 24px;
}
#footer .footer-form li{
	font-weight: normal;
	padding-bottom: 6px;
	padding-top: 5px;
}
#footer .show-bar{
	background: url(http://www.tinnerhill.org/images/structure/bg-footer-expore-line.png) bottom left no-repeat;
}
#footer .show-bar label{
	float: left;
	margin: 2px 0;
}
#footer .submit-contact{
	float: right;
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/btn-submit-contact.png) 0 0 no-repeat;
	border: none;
	width: 56px;
	height: 14px;
	font-size: 0px;
	display:block;
	line-height: 0px;
	margin-bottom: 14px;
	
}
#footer .submit-contact:hover{
	background-position: 0px -14px;
}
#footer .footer-form .text{
	background-color: #5c5042;
	width: 143px;
	float: right;
	padding: 2px 5px;
	font-size: 12px;

}
#footer .footer-form textarea{
	background-color: #5c5042;
	width: 225px;
	height: 96px;
	margin-top: 7px;
	padding: 2px 4px;
	font-size: 12px;
}
#footer .donate{
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-footer-donate.gif) 0 0 no-repeat;
	margin: 0;
	margin-bottom: 5px;
	width: 236px;
	height: 24px;
}
#footer #donate-actions{
	margin-top: 4px;
	margin-left: 0;
}
#footer #donate-actions li{
	float: left;
	margin-top: 6px;
	margin-bottom: 5px;
}
#footer #donate-actions a{
	outline:none;
	display: block;
	background: url(http://www.tinnerhill.org/images/structure/btn-donate.png) -4px 0 no-repeat;
	text-indent: -99999px;
	width: 98px;
	height: 42px;
}
#footer #donate-actions .contact-button :hover{
background-position: -4px -44px;
}
#footer #donate-actions .volunteer-button a{
background-position: -100px 0;
width: 115px;
}
#footer #donate-actions .volunteer-button :hover{
background-position: -100px -44px;
}
#footer .break-line{
	background: url(http://www.tinnerhill.org/images/structure/bg-footer-expore-line.png) 0 0 no-repeat;
	width: 236px;
	height: 12px;
}
#footer .explore{
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-footer-explore.gif) 0 0 no-repeat;
	margin: 0;
	margin-bottom: 5px;
	width: 236px;
	height: 24px;
}
#footer .donate, #footer .explore {
	margin-bottom: 10px;
}
.explore-box {
	font-size: 11px;
	padding: 0 0 10px 0;
}
.explore-box h4 {
	margin: 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #cdc4ae;
}
.explore-box h4, .explore-box li {
	margin: 0 0 4px 0;
}
#footer-about {
	width: 110px;
	float: left;
}
#footer-education {
	width: 120px;
	float: right;
}
#footer-about, #footer-education {
	margin-top: 3px;
}
#footer-events {
	clear: both;
}
#copyright {
	color: #a6a38e;
	font-size: 11px;
	text-align: left;
	margin: 10px auto;
}
#copyright a {
	color: #bb9f1a;
	font-weight: bold;
	font-style: italic;
}

#copyright span {
	text-transform: uppercase;
}

/* @end */

/* @group =pages */

/* @group home page */

#features{
	background: url(http://www.tinnerhill.org/images/structure/bg-aboutus.jpg) 0 0 no-repeat;
	zoom: 1;
}
#features h3 {
	margin-top: 15px;
}
#about-us{
	float: left;
	width: 350px;
	padding-left: 22px;
	background: transparent;
}
#about-us p{
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #486d0e;
}
#about-us #tinner-head{
	width: 140px;
	height: 130px;
	float: right;
}
.aboutus-header{
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/aboutus.png) 0 0 no-repeat;
	margin-bottom: 5px;
	width: 228px;
	height: 29px;
}
#resources{
	float: right;
	width: 399px;
}
.resources-header{
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -4758px 0px no-repeat;
	margin-bottom: 12px;
	width: 392px;
	height: 31px;
}
#resources li{
	float: left;
	width: 384px;
	margin-top: -12px;
	margin-bottom: 14px;
}
#resources li img{
	float: left;
	padding-right: 14px;
	padding-top: 12px;
}
#resources .last{
	margin-bottom: 0;
}
#resources li p{
	margin-bottom: 3px;
}
#resources li p a{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #498bad;
	text-decoration: none;
}
#resources li p a:hover{
	color: #1e526d;
	text-decoration: underline;
}
#news{
	background: #52483b;
	height: 38px;
	margin-top: 18px;
	margin-bottom: 18px;
}
#news h4{
	margin: 0;
	float:  left;
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/recent-news.png) 0 0 no-repeat;
	width: 123px;
	height: 38px;
}
#news p{
	float: left;
	padding-left: 12px;
	width:  678px;
	
}
#news a{
	display: block;
	margin-top: 2px;
	float: left;
	color: #aea98b;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold; 
}

#news a:hover{
	color: #f1da3d;
	text-decoration: underline;
}
#news p .view-archive{
	margin-top: -5px;
	float: right;
	background: url(http://www.tinnerhill.org/images/structure/btn-archive.png) 0 0 no-repeat;
	text-indent: -99999px;
	width: 72px;
	height: 28px;
}
#news p .view-archive:hover{
	background-position: 0 -28px;
}
#wrapper-events .events-header{
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) 0 0 no-repeat;
	width: 819px;
	height: 28px;
	margin: 0;
	margin-bottom: 10px;
}
#wrapper-events #events li{
	display: block;
	float: left;
	width: 188px;
	margin-right: 22px;
/*margin-bottom: 20px;*/
}
#wrapper-events #events .last{
margin-right: 0px;
}
#wrapper-events #events p {
	/*font-style: italic;*/
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 4px;
}
#wrapper-events #events .title {
	margin-top: 4px;
}
#wrapper-events #events p a{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #498bad;
	text-decoration: none;
}
#wrapper-events #events p a:hover{
	color: #1e526d;
	text-decoration: underline;
}

/* @end */

/* @group blues festival */

.schedule-header {
	width: 559px;
	height: 28px;
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -3507px 0 no-repeat;
	margin-bottom: 10px;
}
.event-listing {
	width: 100%;
	margin-bottom: 10px;
}
.event-listing a {
	font-weight: bold;	
}
.event-name, .event-time, .event-location, .event-desc {
	border-left:  1px dotted #b3b2a5;
	margin-top: 5px;
	border-bottom:  1px dotted #b3b2a5;
	padding: 6px 10px;
}
.event-date {
	background: #f5f4ed;
	text-transform: uppercase;
	width: 560px;
	color: #999276;
	font-size: 18px;
	padding: 10px;
}
.event-name, .spacer  {
	border-left:  0;
}
.event-name {
	/*font-size: 10px;*/
	width: 20%;
}
.event-name strong {
	font-size: 12px;
}
.event-time {
	width: 50%;
}
.event-location {
	/*width: 30%;*/
}
.event-desc {
	border-left: 0;
}
.spacer {
	border-bottom:  1px dotted #b3b2a5;
	line-height: 4px;
}
.directions-header {
	width: 241px;
	height: 28px;
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -2570px 0 no-repeat;
	margin-bottom: 10px;
}
.directions-links {
	margin-bottom: 20px;
}
.directions-links li {
	margin-bottom: 5px;
}
.directions-links li a {
	background: #f9e471 url(http://www.tinnerhill.org/images/structure/bg-directions-links.png) no-repeat;
	width: 240px;
	height: 36px;
	display: block;
	text-indent: -9999px;
}
.directions-links li.get-directions a {
	background-position: 0px 0px;
}
.directions-links li.public-transportation a {
	background-position: 0px -40px;
}
.directions-links li.hotel-information a {
	background-position: 0px -79px;
}
.directions-links li.buy-pass a {
	background-position: 0px -117px;
}
.hotels-header {
	width: 241px;
	height: 28px;
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -7417px 0 no-repeat;
	margin-bottom: 10px;
}
.hotels-details {
	margin-bottom: 20px; 
}
.hotels-details a {
	font-weight: bold;
}
.sponsors-header {
	width: 241px;
	height: 28px;
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -1641px 0 no-repeat;
	margin-bottom: 10px;
}
.sponsors-list li, .blogger-list li {
	font-weight: bold;
	margin-bottom: 5px;
	color:#498BAD;
}
.blogger-header {
	width: 241px;
	height: 28px;
	text-indent: -99999px;
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -6790px 0 no-repeat;
	margin-bottom: 10px;
}
.pass-header, .additional-info-header, .images-header {
	width: 821px;
	height: 28px;
	text-indent: -99999px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.pass-header {
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -817px 0 no-repeat;
}

.additional-info-header {
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -5147px 0 no-repeat;
}

.pass-img {
	float: left;
}
.pass-info {
  width: 620px;
  float: right;
  column-count: 3;
  column-gap: 10px;
}
.additional-info {
  column-count: 2;
  column-gap: 10px;
}
.pass-info p, .additional-info p{
  margin: 0 0 5px 0;
}

.images-header {
	background: url(http://www.tinnerhill.org/images/structure/bg-headers.png) -5973px 0 no-repeat;
	width:241px;
}
.images-listing a, .images-listing span {
	width: 100px;
	height:  100px;
	overflow:hidden;
	display: block;
}
.images-listing li {
	float: left;
	margin: 0 20px 20px 0;
}
.images-listing li.last {
	margin-right: 0px;
}
.images-listing img {
	width: 100px;
}

/* @end */

/* @group sub pages */
	#column-main {
		width: 555px;
		float: left;
	}
	#column-aside {
		float: right;
		width: 240px;
	}
	#wrapper-inner.subpage {
		background: url(http://www.tinnerhill.org/images/structure/bg-subpage.jpg) 0 0 no-repeat;
		padding-top: 25px;
		width: 818px;
		padding: 20px 38px 20px 42px;
		min-height: 408px;
		margin-top: 13px;
	}
	.banner-history {
		display: block;
		margin-bottom: 40px;
		width: 239px;
		height: 360px;
	}
	.banner-title {
		width: 558px;
		height: 136px;
		display: block;
	}

	.content {
		margin: 40px 0 0 0;
		padding-right: 40px;
	}
	.content ul, .content ol, .content p {
		margin: 0 0 15px 0;
	}
	.content ul {
		padding-left: 20px;
	}
	.content ol{
		padding-left: 40px;
	}
	.content li, .content li li {
		padding-left: 10px;
		margin-bottom: 10px;
		background: url(http://www.tinnerhill.org/images/structure/bg-list-red.png) 0 7px no-repeat;
	}
	.content li ul {
		padding-left: 10px;
	}
	.content ol li {
		background: none;
	}
	.content h2, .content h3, .content h4 {
		margin-bottom: 5px;
	}
	.content h2 {
		color: #ab2416;
		font-size: 18px;
	}
	.content h3 {
		font-size: 14px;
	}
	.content h4 {
		font-size: 12px;
	}
	.content hr {
		border: 0;
		/*width: 80%;*/
		color: #867756;
		background-color: #867756;
		height: 1px;
		margin-bottom: 12px;
	}

/* @group dear editor contest */

.award-listing {
		border-top: 1px solid #ccc;
		margin-bottom: 10px;
	}
	.award-listing .award, .award-listing .prize {
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
	}
	.award-listing .award {
		border-left: 1px solid #ccc;	
		width: 75%;
		font-weight: bold;
	}
	.award-listing .prize {
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;	
		width: 25%;
		padding: 5px 20px;
	}

/* @end */
.staff-container {
	float: left;
	width: 160px;
	padding-right: 10px;
}
.staff-container ul {
	padding-left: 0px;
}
/* @group about */
.education-list ul {
	margin-bottom: 0;
}
.education-list li {
	background: none;
	padding-left: 0;
}

/* @end */
	/* @end */

/* @end */
