        		
        		

.spacer {
	margin: 0 15px;
}

/* Forms */
label {
	display: block;
}

select, input, textarea { outline-color: #3366CC; }        		
select { color: #000000; background-color: #FFFFFF; }
input[type=text],
textarea {
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	margin-bottom: 4px;
	padding: 5px 10px;
	width: 100%;
	color: #333333;
}
input[type=text] {
	height: 30px;
}
input[type=radio] {
	display: none;
}
input[type=radio] + div {
	border: 4px solid;
	float: left;
	height: 12px;
	margin-right: 10px;
	width: 12px;
}
textarea {
	height: 150px;
	overflow: auto;
	resize: vertical;
}
.form-row {
	margin: 20px 0 0 0;
	float: left;
	width: 100%;
}
.form-row:first-child {
	margin-top: 0;
}
.form-left,
.form-right {
	width: 314px;
}
.form-left {
	clear: left;
	float: left;
}
.form-mid {
	float: left;
	margin-left: 21px;
}
.form-mid + .form-right {
	width: 240px;
}
.form-right {
	clear:right;
	float: right;
}

input.small-input {
	width: 150px;
}

/* =Buttons
--------------------------*/
.button-bottom {
	/*position: absolute;
	left: 0; bottom: 0;*/
}
.back-button {
	width: 213px;
}
.gallery-nav .back-button {
	width: 230px;
}
.note-nav .back-button {
	width: 314px;
}
.prev-button,
.next-button {
	float: left;
	margin-left: 4px;
	width: 113px;
}
.track-buttons,
.dialogue-buttons {
	margin: 16px auto 0;
}
.track-buttons .button,
.dialogue-buttons .button {
	display: inline-block;
	margin-left: 4px;
	width: 160px;
}
.track-buttons .button:first-child,
.dialogue-buttons .button:first-child {
	margin-left: 0;
}

.downloads-gallery-layout #content {
	padding-bottom:	40px;
        float: left;
}

.download-buttons {
	bottom: 0;
	right: 0;
	position: absolute;
}

.download-buttons .button {
	margin: 0 4px 0 0;
	width: 230px;
}

.downloads .entry-no-img .entry-title,
.downloads .entry-no-img .entry-content,
.downloads .entry-no-img .entry-footer
.gallery-sections .entry-no-img .entry-title,
.gallery-sections .entry-no-img .entry-content,
.gallery-sections .entry-no-img .entry-footer
{
	float: left;
}

.gallery-sections .entry-title {
	max-height: 200px;
}

/* =Dialogue Boxes
--------------------------*/
.message {
	text-align: center;
}

.dialogue {
        box-shadow: 0 0 8px rgba(0,0,0,.5);
        -moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
        behavior: url(/css/PageTemplateV25/ie-css3.htc);
        display: inline-block;
        margin: 0 20px;
        padding: 20px;
        text-align: center;
        width: 360px;
		position: absolute;
        top: 50%;
        left: 50%;
		z-index: 999;
		background-color: #FFFFFF;
		margin:	-150px 0 0 -180px;
}


.dialogue-image img {
	display: block;
	margin: 0 auto;
}
.dialogue h2 {
	margin: 19px 0 15px;
	padding: 0;
}

/* =Structure
--------------------------*/
#page {
	padding: 0px 10px;
	position: relative;
}
        		
.no-shadow {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	behavior: none !important;
}

#padding {
	/*overflow: hidden;*/
	padding: 18px 20px;
	background: rgb(255,255,255);
    clear: both;
    height: 100%;
}
        		
.padding-opacity {
	background: rgb(255,255,255) !important;
	background: rgba(255,255,255,.8) !important;
}

/* Header */
#site-header {
	padding: 0 0 60px 0;
	z-index: 300;
}

#site-header a:hover { opacity: 1; }         		

.no-nav { padding-bottom: 0 !important;}

.header-margin {	margin-top: 60px !important; }
.header-margin-small {	margin-top: 10px !important; }
        		
#site-header h1.site-title {
	color: #333333;
	background-color: #FFFFFF;        		
	font-family: Arial, sans-serif;
}

#site-header h1.site-title-logo { background: transparent !important; text-align: center; line-height: 0; }

.site-title-align-l { text-align: left !important;}
.site-title-align-c { text-align: center !important;}
.site-title-align-r { text-align: right !important;}

.site-txt-title { background-color: #3366CC; font-size: 250%; padding: 20px; }        		
        		
/* Assistive text */
#breadcrumbs {
	font-size: 75%;
	height: 30px;
	padding-right: 20px;
	text-transform: uppercase;
}
#breadcrumbs a {
	font-weight: normal;
}
#breadcrumbs ul {
	float: right;
    padding-top: 4px;
    padding-left: 8px;
    max-height: 26px;
    overflow: hidden;
}
#breadcrumbs ul li {
	display: inline;
}
        		
#breadcrumbs ul li .spacer {
	margin: 0 10px;
}
        		
#breadcrumbs ul li:first-child .spacer {
	display: none;
}

/* =Sidebar
--------------------------*/
#sidebar {
	float: right;
}
.two-column-left #sidebar {
	float: left;
    max-width: 314px;
}
#sidebar ul > li {
	margin-top: 10px;
	position: relative;
}
#sidebar ul > li:first-child {
	margin-top: 0;
}
#sidebar ul > li .button {
	margin-top: -6px;
}
.side-item {
	padding: 10px 0;
}
.side-item.button-item {
	padding: 0;
}
.box {
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.box img {
	display: block;
	margin: 0 auto;
}
.box p {
	margin: 0 20px 10px;
}
.box p:first-child {
	margin-top: 20px;
}

.tracks .box {
	float: left;
}

.tracks .box-one {
	float: right;
}

#sidebar.contact-right {
	float: left;
    margin-left: 20px;
    max-width: 314px;
}
        		
.extended-menu-page { display: none; }

/* =Main
--------------------------*/
#main p {
	margin-bottom: 15px;
}
#main p:last-child {
	margin-bottom: 0;
}
.tri-columns {
	overflow: hidden;
}

.tri-columns .col {
	border-left: 1px solid;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	width: 314px;
}

.tri-columns .col:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
.col .inner {
	height: 100%;
	position: relative;
}
.tri-columns  img {
	display: block;
}

.tri-columns .entry-content {
	max-height: 314px;
    /*padding-bottom: 20px;*/
    overflow: hidden;
	margin-bottom: 5px;      		
}
.tri-columns .col-solo-img .entry-content {
    padding-bottom: 0;	
}

/*        		
.tri-columns .ql-txt-only {
	background: rgba(51,102,204, .1);        		
}
*/
        		
.tri-columns .ql-txt-img p {
	margin-top: 10px;
   	padding: 0 4px;        		
}
        		        		
.ql-txt-only .auto-content {
	height: 304px;
    max-height: 304px;
    overflow: hidden;
    padding: 0 4px;
}

.tri-columns .col-solo-img img {
	margin-bottom: 0;
}

.col .entry-footer {
	height: 50px;
}
        		
.col h2 {
	line-height: 138%;
	padding: 0 0 20px 0 !important;
}

.col h3 {
	padding: 9px 0 0 0;
}

/* Bottom Navigation */
#bottom-navigation {
	font-size: 88%;
	font-weight: bold;
	height: 40px;
	margin-top: 20px;
	padding: 0 20px;
	text-transform: uppercase;
}
#bottom-navigation ul li {
	float: left;
}
#bottom-navigation a,
#bottom-navigation span {
	display: block;
	height: 40px;
	line-height: 250%;
}
#bottom-navigation span {
	margin: 0 5px;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	left: -9999em;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Header Styles
--------------------------*/
h1 {
	line-height: 1em;
}
h1 a {
	display: block;
}
        		
h2 {
	font-size: 125%;
	line-height: 130%;
	padding: 0 0 9px;
}
        		
h3 { font-size: 115%; }
h4 { font-size: 106%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }
        		
h2.section-header {
	font-size: 156%;
	font-style: italic;
	font-weight: normal;
}
h2.page-title {
	font-size: 156%;
}
h3 {
	font-size: 113%;
	line-height: 150%;
	padding: 0 0 9px;
}

/* =Front Page
--------------------------*/
.front-page h2.entry-title {
	text-transform: uppercase;
}

/* =Page
--------------------------*/
.two-column #content {
	float: left;
	width: 649px;
}
.two-column-left #content {
	float: right;
	width: 649px;
}

.entry-meta .spacer:first-child {
	display: none;
}

.entry-date { font-size: 113%; }
.entry-title { max-height: 26px; overflow: hidden; }
        		
/* Blog/Post/Note/Tracks */
.entry {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}
.front-page .entry {
	float: none;
}

.type-post .entry-title {
	clear: none;
	float: left;
	margin: 0 0 6px 0;
	padding: 9px 0 0 0;
	/*width: 563px;*/
}
.note .entry-title,
.section .entry-title,
.tracks .entry-title {
	clear: none;
	float: left;
	padding: 0;
}

.tracks .entry-title.track-has-img {
	width: 640px;
    max-height: 200px;        		
}
        		
.type-post .entry-header .entry-meta {
	float: left;
	height: 40px;
	line-height: 250%;
	margin: 0 10px 10px -20px;	
	padding: 0 20px;
}
.note .entry-header .entry-meta,
.section .entry-header .entry-meta,
.tracks .entry-header .entry-meta {
	display: none;
}
.type-post .entry-header .thumbs {
	float: right;
	/*width: 314px;*/
}

.tracks .thumbs { width: auto !important; }
        		 		
.entry-header .header-img {
	margin-bottom: 15px;
}
        		
.note .entry-header .thumbs {
	float: right;
	/*width: 230px;*/
}
.section .entry-header .thumbs {
	float: left;
	/*width: 230px;*/
}
.type-post .entry-content {
	clear: left;
	float: left;
	margin: 0;
	max-width: 734px;
}
.section .entry-title,
.section .entry-content {
	max-width: 734px;
    min-width: 600px;
}

.note .entry-content {
	width: 734px;
	clear: left;
	margin-bottom: 15px;
}

.note .entry-content.full-width {
	width: auto;
}

.section .entry-title,
.section .entry-content {
	clear: none;
	margin-left: 20px;
}
.section .entry-content {
	margin-bottom: 48px;
}
.type-post .entry-footer {
	clear: left;
	overflow: hidden;
}
.section .entry-footer {
	position: absolute;
	bottom: 0; right: 0;
}

.type-post .entry-footer .entry-meta {
	font-weight: normal;
	margin: 10px 0 0 0;
    background: transparent;
}
        		
.entry-footer .entry-meta a {
	font-weight: normal;
    font-size: 100%;
}
        		
.related-link {
	font-size: 90% !important;
}
        		
.type-post {
	margin: 40px 0 0 0;
}
.type-post:first-child {
	margin-top: 0;
}

.news-detail .entry-title { max-height: 200px; overflow: visible; }
.news-detail .entry-title { padding: 0; margin-top: 0; }
.news-detail .entry-title-with-img { max-width: 520px;}    
.news-detail .entry-title-centered { padding: 9px 0 0 0; margin-top: 0; }    		
        		
/* Guestbook */
.guestbook .entry-header .entry-title {
	margin: 0;
	padding: 0;
}
.guestbook .entry-header .entry-meta {
	font-weight: bold;
	height: auto;
	line-height: inherit;
	margin: 0;
	padding: 0;
	clear: left;
}

.guestbook .entry-meta span.entry-date {
	font-size: 88%;
}

.guestbook .type-post {
	border-bottom: 1px solid;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

/* Payment */
.payment {
	width: 100%;
}

/* =Credits
-------------------------------------------------------------- */
.credits .thumbs {
	float: left;
	margin: 20px 20px 20px 0;
}
.credits .box img {
	display: block;
	width: 70px;
}
.credits .section-title {
	margin-top: 20px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
.credits .section-title:first-child {
	margin-top: 0;
}
.credit-section {
	overflow: hidden;
}
.credits .credit {
	clear: none;
	float: left;
	width: 482px;
}
.credits .credit:nth-child(2n + 1) {
	margin-right: 20px;
}
.details {
	margin-top: 18px;
}
.details span {
	font-weight: bold;
}
.credit-buttons {
	position: absolute;
	bottom: 0; right: 0;
}
.credit-buttons .button {
	width: 100px;
}



/* =Links
-------------------------*/
.link-list {
	float: left;
    list-style-type: none !important;
	margin: 0 !important;
    width: 100%;
}
.link-list li {
	float: left;
	margin: 0 0 30px 0 !important;
	width: 492px;
}
.text-links li {
	margin-top: 30px;
	width: 100%;
}
.link-list li:first-child {
	margin-top: 0;
}
.link-list li h3 {
	padding: 0;
}
.link-list .thumbs {
	float: left;
	width: 120px;
	margin: 4px 20px 0 0;
} 

.link-list .thumbs img {
	height: 100px;
}
        		
.link-list li h3,
.link-list .link-desc {
	clear: none;
	float: left;	
	width: 332px;
}

.link-list-separator { 
	padding-top: 32px; 
	border-top: 1px solid #666666;
	border-top: 1px solid rgba(51,51,51, .25);
    clear: both;
    float: left;    
    min-width: 100%;    		         		
}
        		    		
.text-links li h3,
.text-links .link-desc {
	margin-left: 0;
	width: 694px;
}
.text-links .link-more {
	float: right;
}

/* -About */
.about-dl-icon { margin: 20px 0 !important; }
.about-dl-icon img { margin-bottom: 10px !important; }
.about-caption { margin-top: 10px !important; }

/* =Notepad
-------------------------*/
.notepad-list {
	float: left;
	margin-left: 0 !important; 
   	list-style-type: none !important;
}

.notepad-list li {
	width: 492px;
    float: left;
    margin-bottom: 30px !important;
}
.notepad-list li h3 {
	padding: 0;
}
.notepad-list li a {
	display: block;
	padding: 3px 10px;
}

#bottom-nav {
	clear: both;
	float: left;
	margin: 20px 0 0 0;
	width: 100%;
}
#bottom-nav .left-nav {	
	float: left;
	width: 649px;
}
#bottom-nav .right-nav {	
	float: right;
}


/* =Contact
-------------------------------------------------------------- */
#contact-form #name,
#contact-form #email {
	margin-bottom: 20px;
}


/* =Guestbook
-------------------------------------------------------------- */
#guestbook-form #name,
#guestbook-form #email {
	margin-bottom: 20px;
}

.required {
	margin-top: 12px;
}

/* =Podcast/RSS
-------------------------------------------------------------- */
.podcast .box,
.rss .box {
	float: none;
	height: 100%;
	text-align: left;
}
.podcast .box p, 
.rss .box p {
	margin: 0;
}
.podcast h2.entry-title,
.rss h2.entry-title {
	margin: 0;
	padding: 0;
}
.podcast p.small,
.rss p.small {
	margin-bottom: 10px;
}
.feeds {
	margin-bottom: 10px;
	overflow: hidden;
}
.feeds li {
	float: left;
	margin-right: 2px;
}

/* =Footer
--------------------------*/
#site-footer {
	margin-top: 10px;
	position: relative;
	left: 0;
	width: 100%;
}

.no-margin-footer { margin-top: 0 !important; }

.bottom-align { /*bottom: 0 !important; position: absolute !important;*/ }

#site-info {
	/*height: 30px;*/
	line-height: 270%;
	text-align: center;
}

#site-info a { font-weight: normal; text-decoration: none; }
#site-info a:hover { text-decoration: underline; }

/* =Fonts
--------------------------*/
input[type=text],
textarea {
	font-family: Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 125%;
}

#site-footer {
	font: 12px/16px Arial, sans-serif;
}
#site-navigation {
	font-size: 106%;
}
label,
.credits .section-title,
.itinerary .entry-header .entry-meta {
	font-size: 100%;
	line-height: 138%;
}
.credits .section-title {
	font-weight: bold;
	line-height: 250%;
}
.small {
	font-size: 81%;
	font-style: italic;
}
.small span {
	font-style: normal;
}
h2.calendar-header,
#calendar-legend {
	font-size: 81%;
}
.guestbook .entry-header .entry-email,
#calendar-legend {
	font-style: italic;
}
.guestbook .entry-header .entry-email a {
	font-weight: normal;
}
.text-links .link-more {
	line-height: 150%;
}
.itinerary .entry-footer .entry-meta,
.itinerary .close-directions {
	font-size: 90%;
	line-height: 113%;
}
        		
.button {
	font-size: 80% !important;
	font-style: italic;
	font-weight: bold !important;
}
        		
/* =Colors
--------------------------*/

/* Portal BG */
#site-navigation .arrow,
.tracks .box,
.link-list .box,
.event-nav-button,
.event-arrow:hover .arrow,
.slide-nav-button,
.slide-arrow:hover .arrow {
	background-color: #FFFFFF;
}

.event-nav-button,
.slide-nav-button,
{
	border-color: #FFFFFF !important;
}

#site-navigation a,
.event-arrow:hover,
.slide-arrow:hover,
#bottom-navigation,
#bottom-navigation a,
.button,
.blog .entry-header .entry-meta,
.itinerary-header h1,
h2.calendar-header,
#calendar-table th,
#calendar-table td a span,
.gallery-caption {
	color: #FFFFFF;
}
        		
#site-info,
#site-info a {
	color: #FFFFFF;
}

/* Portal Text */
.event-arrow .arrow,
.slide-arrow .arrow {
	background-color: #333333;
}
        		
#calendar-table td span.today {
	border-color: #333333;
}

#breadcrumbs ul li a,
.credits .section-title,
h3.month-header,
.guestbook .entry-header .entry-email a,
.event-arrow,
.slide-arrow {
	color: #333333;
}

#bottom-navigation {
	/*background-color: #D6D6D6;*/
	background: rgb(51,51,51);
	background: rgba(51,51,51,.8);
}

#bottom-navigation {
	background: rgb(51,51,51);
	background: rgba(51,51,51,.8);
}

/* Portal Text 50% */
hr {
	background-color: #666666;
	background-color: rgba(51,51,51, .25);
}

.tri-columns .col,
.survey-left,
.survey-right,
.guestbook .type-post {
	border-color: #666666;
	border-color: rgba(51,51,51, .25);
}

/* Portal Text 30% */
input[type=radio] + div,
.result-bar,
.event-arrow,
.slide-arrow,
.button {
	background-color: #C1C1C1;
}

input[type=radio] + div,
.result-bar,
.button,
.button:hover,
.button.selected,
.itinerary-header h1 {
	border-color: #C1C1C1 !important;
}

/* Portal Text 25% */
#calendar-table td {
	background-color: #CCCCCC;
}

.tracks .thumbs div.box { 
	/* background-color: transparent; */
    background-color: #E0E0E0;
    margin-left: 10px;
}
        		
.tracks .thumbs div.box.first {
	margin-left: 0;
}
        		
/* Portal Text 15% */
input[type=text],
textarea,
#breadcrumbs,
.box,
#calendar-table td span,
.itinerary .directions,
#sidebar.tall,
.credits .section-title,
.notepad-list li a:hover {
	background-color: #E0E0E0;
}

.thumbs div.box:hover,
.link-list .box:hover {
	background-color: #C1D1EF;
}

.thumbs div.box.no-hover:hover,
.link-list .box.no-hover:hover {
	background-color: #E0E0E0;
}
        		
        		
/* Highlight */
input[type=radio]:checked + div
{
	 background-color: #3366CC;
}

.result-percent,
#main-nav-wrapper,
#main-nav-wrapper .nav-arrow a,
#main-menu li:hover,
#main-menu li.menu-selected > a,
#main-menu > li > ul,
.itinerary-header h1,
h2.calendar-header,
#calendar-table td a span,
.legend-event,
.slide-arrow:hover,
.event-arrow:hover,
.button:hover,
.button.selected,
.dialogue-image,
.blog .entry-header .entry-meta {
	 background-color: #3366CC;
}
        		
#breadcrumbs ul li.current a,
#breadcrumbs ul li.current,
.entry-footer .entry-meta .spacer {
	color: #3366CC;
}

/* Highlight 80% Opacity */
#site-info {
	background: rgb(51,102,204);
	background: rgba(51,102,204,1);
}

.site-info-opacity {
	background: rgb(51,102,204);
	background: rgba(51,102,204,.8) !important;
}
        		
.confirmation_div { width: 420px !important; }

/* Highlight 15% Opacity */
h3.month-header {
	background-color: #517CD3;
	background: rgba(51,102,204,.15);
}


.entry-content ul {
	margin: 0 0 0 20px;
	list-style-type: disc;				
}
				
.entry-content ul li {
	margin: 0 0 6px 0;				
}

blockquote, q {
	padding: 30px;
    background-color: #474747;
	background: rgba(51,51,51,.10);
    font-family: Georgia, serif;
    border-radius: 5px;
 	clear: both;
    position: relative;
}

blockquote p, q p {
	font-size: 125%;
	line-height: 175%;
    font-style: italic;
	color: #D6D6D6;
	color: rgba(51,51,51,.80);
	width: 93%;
    text-align: center;
	margin: 0 auto;
}

blockquote:before, 
blockquote:after,
q:before,
q:after {
	color: #666666;
	color: rgba(51,51,51,.25);
	font-size: 500%;
    font-weight: bold;
	font-style: italic;
	position: absolute;
}				
	        		
blockquote:before, q:before {
	content: "“";
	left: 10px;
}				

blockquote:after, q:after {
	content: "”";
	right: 20px;
	bottom: -8px;
}

blockquote.no-quote { padding: 25px; }        		
blockquote.no-quote p { width: 100%; }
        		        		
blockquote.no-quote:before,
blockquote.no-quote:after {
	content: "";
}

input#submit.button { line-height: 240%; }

#padding.safari5 {
	float: left;
	width: 100%;
	max-width: 984px;
}
    				
#content.safari5 { float: left; padding-bottom: 0;}
#site-footer.safari5 { clear: both; }        		
.gallery-sections #content.safari5 { width: 100%; }
