@charset "iso-8859-1";

/* ************************************************************ 
Global Stylesheet for the Centre County Community Foundation
by Blue Banana Designs
www.bluebanana.net   

Revised 2012-01-15
             
************************************************************* */

/*******************************
	NORMALIZE ELEMENTS
*******************************/
/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 
{ font-size: 100%; }

/* Remove list-style from lists */
ol, ul 
{ /*list-style: none;*/ }

/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, var 
{ font-style: normal; font-weight: normal; }

/* Normalize tables */
table 
{ border-collapse: collapse; border-spacing: 0; }

/* Remove border from fieldset and img */
fieldset, img 
{ border: 0; }

/* Left-align text in caption and th */
caption, th 
{ text-align: left; }

/* Remove quotation marks from q */
q:before, q:after
{ content: ''; }


/* COLOR PALETTE
*******************************

Black 			#000000 
White				#ffffff

Teal VV Lt	#cce9e9 
Teal V Lt		#66bcbd 
Teal Lt			#33a5a7
Teal				#008f91
Teal Dk			#007274
Teal V Dk		#00393a

Beige VV Lt	#faecd0
Beige V Lt	#f4d9a1
Beige Lt		#efc573
Beige				#e49f15
Beige Dk		#895f0d
Beige V Dk	#2e2004


*/


/* BODY ELEMENT
*************************************/
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:100%;
line-height:120%;
background-image: url(/assets/images/global/page-bgd.png);
background-repeat:repeat-y;
background-position:top center;
background-color:#efc573;	
color:#000;
margin:0 auto;
text-align:center;
}


/* TYPOGRAPHY 
*******************************/
/* 
Some font sizes are based on the typical browser default size of 16px.
Formula: target pixel size divided by browser default size = em size 
Example: 13px / 16px = .8125em

Others are determined by visual comparison.
*/

h1 { /* Reserved for branding (See Masthead for declarations) */ }

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
/*font-family: "Lucida Sans", "trebuchet ms", arial, helvetica, sans-serif;
*/font-size:1.875em;/* 30/16=1.875em */
/*font-size:2em;*/ /* 32/16=2em */
font-weight:normal;
line-height:normal;
margin:0 0 20px 0;
padding:0 0 10px 0;
color:#000;
background:#fff;
border-bottom:2px solid #efc573;
}
h2 span.h2-subhead {
font-size:1em;
line-height:normal;	
color:#008f91;
	background-color:#fff;
margin:0;
padding:0;	
}
h3 {
font-family: arial, helvetica, sans-serif;
/*font-family: "Lucida Sans", "trebuchet ms", arial, helvetica, sans-serif;
*/font-size:1.5em;/* 24/16=1.5em */
font-weight:normal;
line-height:normal;	
color:#895f0d;
	background-color:#fff;
	margin:1em 0 .5em;	
}
h3 span.h3-subhead {
font-size:1em;
line-height:normal;	
color:#e49f15;
	background-color:#fff;
	margin:0;	
	padding:0;
}
h4 {
font-family: arial, helvetica, sans-serif;
font-size:1.125em;/* 18/16=1.125em */
font-weight:normal;
line-height:normal;
margin:1.5em 0 0em;
color:#000000;
background:#fff;
}
h5 {
font-family:"Lucida Sans", "trebuchet ms", arial,helvetica,sans-serif;
font-size:.875em;/* 14/16=.875em */
font-weight:bold;
line-height:normal;
margin: 1.5em 0 0em;
color:#000000;
background:#fff;
}
h6 {
font-family: arial, helvetica, sans-serif;
font-size:.875em;/* 14/16=.875em */
font-weight:bold;
line-height:1em;
margin: 1.5em 0 0em;
color:#000;
background:#fff;
}
p, ul, ol, dl, blockquote, pre, table, code, table {
	font-size:.875em;	/* 14/16=.875 */
}
p {
	margin:1em 0; 	
}
p.first-paragraph:first-letter {
	float: left;
	font-size: 5em;
	line-height: normal;
	color: #895f0d;
	background-color: #fff;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	padding: 0;
	margin: .05em .1em 0 0;
}
p#lead-paragraph {
font-weight:bold;
font-size: .875em;
color:#895f0d;
background-color:#fff;
}
div.pull-quote {
	width:225px;
	color:#005cab;
	background:#fff;
}
div.pull-quote p {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size:1.5em;
	line-height: 1.5em;
	color:#005cab;
	background:#fff;
}
div.pull-quote p.quotee {
text-align: right;
	font-size:1.2em;
	line-height: 120%;
}
blockquote {
	margin: 1em 1em 2em 1em;
}
blockquote p
{
	font-size:1em; /* Prevents compounding reduction due to inheritance */
}
blockquote p.author {
	text-align:right;
}
ul {
	margin:1em 0 1em 2em;
}
ol {
	margin:1em 0 1em 2em;
}
li {
	margin:.5em 0;
}
dl {
	margin:1em 0 1em 1em;
}
dt {
	font-weight:bold;
	margin: 1em 0 .5em 0;
}
dd {
	margin:0em 0 .5em 1em;
}
dd.link-to-top-dd  {
	text-align: right;
}
dl.horizontal-list dt,
dl.horizontal-list dd {
	margin:0;
	padding:0;
}
dl.horizontal-list dt {
	float:left;
}
dl.horizontal-list dd {
	text-indent:.5em;
	padding-bottom:.5em;
}
td,
ul ul,
ul ul ul,
ul dl,
ul p,
ul ol,
ol ol,
ol ol ol,
ol dl,
ol p,
ol ul,
dl dl,
dl dl dl,
dl ol,
dl ul,
dl p,
dl dl ol,
dl dl ul,
dl ol p,
dl ul p
{
	font-size:1em; /* Prevents compounding reduction due to inheritance */
}
table td ul li
{
	font-size:1.1em; /* Prevents compounding reduction due to inheritance */
}
a {
	color:#005cac;
	background:#fff;
}
a:link {
	color:#005cac;
	background:#fff;
}
a:visited {
	color:#993399;
	background:#fff;
}
a:hover {
	color:#005cac;
	background:#b3cee6;
}
a:active {
	color:#000;
	background:#fff;
}

/* used to move back to the top of the page */
a.link-to-top {
text-align:right;
font-weight:bold;
	font-size:1.5em;
	color:#fff;
	background-color:#fbb03b;
	text-decoration:none;
	padding:.3em .5em .3em;
	margin:0;
	line-height:1.5em;
	/*border:1px solid #ccc;*/
}
a.link-to-top:link {
	color:#fff;
	background-color:#fbb03b;
	
}
a.link-to-top:visited {
	color:#fff;
	background-color:#fbb03b;
}
a.link-to-top:hover {
	color:#fff;
	background-color:#fcbd5a;
}
a.link-to-top:active {
	color:#fff;
	background-color:#fbb03b;
}

div.skip a,
div.skip a:link,
div.skip a:visited,
div.skip a:hover {
visibility:hidden;
}

.link-w-glyph,
a.link-w-glyph,
a:link.link-w-glyph,
a:visited.link-w-glyph,
a:hover.link-w-glyph {
	padding-right:12px;
	background-image:url(../assets/images/global/link-glyph.gif);
	background-position: 100% 65%;
	background-repeat: no-repeat;
}

.return-link-w-glyph {
	padding-left:15px;
	background-image:url(../assets/images/global/return-link-glyph.gif);
	background-position: 0% 65%;
	background-repeat: no-repeat;
}

pre, code {
	font-family: monospace;
	font-size: inherit;
	line-height: normal;
}
p code, span code  {
font-family: monospace;
	font-size:1.3em;
	line-height: normal;
}
small {
	font-size: .7em;
}
sup {
	vertical-align:text-top;
	font-size:.7em;
	padding-left:.2em;
}
.error,
.attention,
.required {
	color:#f00;
	background:#fff;
	font-weight:bold;
}

hr {
	height:1px;
	border-top:none;
	border-right:none;
	border-bottom:1px solid #fac71c;
	border-left:none;
}


/* FORMS
*********************************************************/
form {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#fff;
	color:#000;
}

fieldset {
	border:1px solid #ccc;
	margin:20px 0;
	padding:0 2em 2em;
	background:#fff;
	color:#000;
}
legend {
font-size:.875em;
	padding:.2em 1em;
	font-weight:bold;
	background:#000;
	color:#fff;
}
fieldset fieldset legend {
	background:white;
	color: #666;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}
form label {
	font-weight:bold;
}
form table td {
padding:5px;
vertical-align:top;
}
form table td.col_1 {
text-align:right;
}
form tr.new-group td {
	border-top:1px solid #ccc;
	padding-top:10px;
}
form ul {
	margin:0 0 8px 0px;
	padding:0;
}
form ul li {
	list-style: none;
}


/* TABLES
*****************************************/
table {
	margin:1em 0;
}
th {

	padding:5px;
	vertical-align:bottom;
	border-bottom:1px solid #000;
}
td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px solid #ddd;
}


/* --- Current Funds table --- */
table#named-funds-table tr th.col_2 {
text-align:center;
}
table#named-funds-table tr td.col_1 {
font-weight:bold;
vertical-align:middle;
}
table#named-funds-table tr td.col_2 {
vertical-align:middle;
text-align:center;
}
table#named-funds-table tr td.col_3 {
vertical-align:middle;
}
table#named-funds-table tr td.col_4 {
vertical-align:middle;
}

/*	PAGE LAYOUT
****************************************/
div#masthead-wrapper {
width:100%;
margin:0 auto;
text-align:center;
height:125px;
}
div#masthead {
width:990px;
height:112px;
margin:0 auto;
position:relative;
}

div#page-wrapper {
width:990px;
margin:0 auto 0;
text-align:left;
position:relative;

}

div#navs-featured {
width:989px; /* Make this block 1 pixel narrower than container to avoid extended block in Firefox */
height:45px;
margin:-13px auto 0;
padding:0 0 30px 0;
}
#main-content-wrapper {
width:792px;

	text-align:left;
	float:right;
}
#main-content {
margin-right:32px;

}
#sidebar {
width:183px;
float:left;
margin:0 0 20px 0;
padding:0;
}

#page-title {
padding-bottom:1em;
}
#legal-info {
clear:both;
padding: 30px;

}


/* MASTHEAD
****************************************/
div#masthead-wrapper {
	/* Background image is png-24 and only works in modern browsers */
	background-image: url(/assets/images/masthead/masthead-bgd.png);
	background-repeat:repeat-x;
	background-position:top center;
}
#masthead {

}
#masthead h1#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:399px;
	height:112px;	
	z-index:11;
}
#masthead h1#logo a {
	background-color:transparent;
}

#masthead div#masthead-graphic {
	background-image: url(/assets/images/masthead/masthead-graphic-24.png);
background-repeat:no-repeat;
background-position:top left;
	position:absolute;
	top:0px;
	left:0px;
	width:620px;
	height:112px;	
	z-index:10;
}

#masthead div#masthead-story {
	position:absolute;
	width:386px;
	height:112px;
	top:0px;
	right:10px;
	z-index:9;
	text-align:right;
}
#masthead div#masthead-story img {
width:200px;
float:left;
margin:0 0px 0 0;
}
#masthead div#masthead-story p {
float:right;
width:176px;
	color:#fff;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.7em;
	line-height:normal;
	text-align:left;
}
#masthead div#masthead-story p span.link-w-glyph {
width:200px;
	text-align:right;
	margin-top:0;
	padding-top:0;
}
#masthead div#masthead-story a {
	background-color:#000;
	color:#fff;
}


/* NAVIGATION
****************************************/
/* ----- Featured ----- */
#navs-featured {
text-align:center;
background-image:url(/assets/images/navs/navs-featured-bgd.png);
background-position:top left;
background-repeat:repeat-x;
/*
background-color:#fff;
color: #000;
*/
}
#navs-featured ul {
margin:0 auto;
padding:0;
width:990px;
height:45px;
position:relative;
text-align:center;

}
#navs-featured ul li {
padding:0;
margin:0;
width:196px;
position:absolute;
top:0px;
	list-style:none;
}
#navs-featured ul li a {
	width:196px;
	height: 45px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:0;
	margin:0;
	display:block;
	text-indent: -99999px;
	overflow:hidden;
}
#navs-featured ul li#nav-donors {
left:198px;
}
#navs-featured ul li#nav-charitable-organizations {
	left: 396px;
}
#navs-featured ul li#nav-professional-advisors {
left:594px;
}

/* Normal State */
/* Image is on the <li> to prevent an initial blink on the first hover when the page first loads. Therefore, there is no need to make a redundant call to the server, by placing the normal state image on the <a> tag, as well. */
#navs-featured ul li#nav-donors {
	background-image: url(/assets/images/navs/donors.png);
}
#navs-featured ul li#nav-charitable-organizations {
	background-image: url(/assets/images/navs/charitable-organizations.png);
}
#navs-featured ul li#nav-professional-advisors {
	background-image: url(/assets/images/navs/professional-advisors.png);
}

/* Over State */
#navs-featured ul li#nav-donors a:hover {
	background-image: url(/assets/images/navs/donors-ovr.png);
}
#navs-featured ul li#nav-charitable-organizations a:hover {
	background-image: url(/assets/images/navs/charitable-organizations-ovr.png);
}
#navs-featured ul li#nav-professional-advisors a:hover {
	background-image: url(/assets/images/navs/professional-advisors-ovr.png);
}

/* Selected State */
#navs-featured.donors ul li#nav-donors a,
#navs-featured.donors ul li#nav-donors a:hover {
	background-image: url(/assets/images/navs/donors-sel.png);
}
#navs-featured.charitable-organizations ul li#nav-charitable-organizations a,
#navs-featured.charitable-organizations ul li#nav-charitable-organizations a:hover {
	background-image: url(/assets/images/navs/charitable-organizations-sel.png);
}
#navs-featured.professional-advisors ul li#nav-professional-advisors a,
#navs-featured.professional-advisors ul li#nav-professional-advisors a:hover {
	background-image: url(/assets/images/navs/professional-advisors-sel.png);
}


/* SIDEBAR
***********************************/

/* ---- Navigation ---- */
div#navs-primary {

}
div#navs-primary ul {
margin:0;
padding:0;
list-style:none;
}
div#navs-primary ul li {
padding:0px;
margin:0px;
border-top:1px solid #007274;
}
div#navs-primary ul li.last-nav {
border-bottom:1px solid #007274;
}
div#navs-primary ul li a,
div#navs-primary ul li a:link,
div#navs-primary ul li a:visited {
	display:block;
	color:#e49f15;
	background-color:#fff;
	font:bold 1em/1.2em arial, helvetica, sans-serif;
	text-decoration: none;
	margin:0;
	padding:5px 5px 6px 10px;
	height:100%;
}
div#navs-primary ul li a:hover {
	color:#895f0d;
	background-color:#cce9e9;
}
div#navs-primary ul li a.selected-nav {
	background: url(../assets/images/navs/navGlyph_L1.png) 0px center no-repeat;
}
div#navs-primary ul li a:hover.selected-nav {
	background:#cce9e9 url(../assets/images/navs/navGlyph_L1.png) 0px center no-repeat;
	color:#895f0d;
}

/* level 2 menu */
div#navs-primary ul ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div#navs-primary ul ul li {
padding:0px 0;
margin:0;
border-bottom:1px solid #ccc;
border-top:none;
}
div#navs-primary ul ul li.first-nav {
border-top:1px solid #ccc;

}
div#navs-primary ul ul li.last-nav {
	padding-bottom:0px;
	margin-bottom:0;
	border-bottom:none;
}
div#navs-primary ul ul li a,
div#navs-primary ul ul li a:link,
div#navs-primary ul ul li a:visited {
	display:block;
	font:bold 1em/1.2em arial, helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-decoration: none;
	padding:2px 5px 3px 30px;
}
div#navs-primary ul ul li a:hover {
	color:#000;
	background-color:#cce9e9;
}
div#navs-primary ul ul li a.selected-nav {
	background: url(../assets/images/navs/navGlyph_L2.png) 18px center no-repeat;
}
div#navs-primary ul ul li a:hover.selected-nav {
	background:#cce9e9 url(../assets/images/navs/navGlyph_L2.png) 18px center no-repeat;
	color:#000;
}
div#navs-primary ul ul li a:active {
	color:#000;
	background-color:#fff;
}

/* level 3 menu */
div#navs-primary ul ul ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div#navs-primary ul ul ul li {
padding:0px 0;
margin:0;
border-top:none;
border-bottom:1px solid #efefef;
}
div#navs-primary ul ul ul li.first-nav {
border-top:1px solid #ccc;
}
div#navs-primary ul ul ul li.last-nav {
	padding-bottom:0px;
	margin-bottom:0;
	border-bottom:none;
}
div#navs-primary ul ul li ul li a,
div#navs-primary ul ul li ul li a:link,
div#navs-primary ul ul li ul li a:visited {
	display:block;
	font:bold 1em/1.2em arial, helvetica, sans-serif;
	color:#008f91;
	background-color:#fff;
	text-decoration: none;
	padding:2px 5px 3px 45px;
}
div#navs-primary ul ul li ul li a:hover {
	color:#008f91;
	background-color:#cce9e9;
}
div#navs-primary ul ul li ul li a.selected-nav {
	background: url(../assets/images/navs/navGlyph_L3.png) 35px center no-repeat;
}
div#navs-primary ul ul li ul li a:hover.selected-nav {
	background:#cce9e9 url(../assets/images/navs/navGlyph_L3.png) 35px center no-repeat;
	color:#008f91;
}
div#navs-primary ul ul li ul li a:active {
	color:#008f91;
	background-color:#fff;
}

/* level 4 menu */
div#navs-primary ul ul ul ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div#navs-primary ul ul ul ul li {
padding:0px 0;
margin:0;
border-top:none;
border-bottom:1px solid #efefef;
}
div#navs-primary ul ul ul ul li.first-nav {
border-top:1px solid #ccc;
}
div#navs-primary ul ul ul ul li.last-nav {
	padding-bottom:0px;
	margin-bottom:0;
	border-bottom:none;
}
div#navs-primary ul ul li ul li ul li a,
div#navs-primary ul ul li ul li ul li a:link,
div#navs-primary ul ul li ul li ul li a:visited {
	display:block;
	font:normal .9em/1.2em arial, helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-decoration: none;
	padding:2px 5px 3px 55px;
}
div#navs-primary ul ul li ul li ul li a:hover {
	color:#000;
	background-color:#cce9e9;
}
div#navs-primary ul ul li ul li ul li a.selected-nav {
	background: url(../assets/images/navs/navGlyph_L4.png) 45px center no-repeat;
}
div#navs-primary ul ul li ul li ul li a:hover.selected-nav {
	background:#cce9e9 url(../assets/images/navs/navGlyph_L4.png) 45px center no-repeat;
	color:#000;
}
div#navs-primary ul ul li ul li ul li a:active {
	color:#000;
	background-color:#fff;
}



/* ---- Testimonials ---- */
div#sidebar div#testimonial-pod {
width:168px;
margin:20px auto;
text-align:center;
background-image:url(/assets/images/graphics/testimonial-pod/testimonial-pod-mid.png);
background-position:bottom center;
background-repeat:repeat-y;
background-color:#fff;
color:#000;
}
div#sidebar div#testimonial-pod div#testimonial-pod-content {
width:168px;
text-align: left;
}
div#sidebar div#testimonial-pod div#testimonial-pod-top {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/testimonial-pod/testimonial-pod-top.png);
background-position:bottom center;
background-repeat:no-repeat;
/*background-color:#fff;
*/}
div#sidebar div#testimonial-pod div#testimonial-pod-content p.quote {
padding: 0 10px;
margin:0;
font-size:.8em;
line-height:normal;
}
div#sidebar div#testimonial-pod div#testimonial-pod-content div#author {
margin-top:.5em;
padding: 0 10px;
text-align:left;
font-weight:bold;
font-size:.8em;
line-height:normal;
}
div#sidebar div#testimonial-pod div#testimonial-pod-content div#title {
margin-top:.5em;
padding: 0 10px;
text-align:left;
font-weight:bold;
font-size:.8em;
line-height:normal;
}
div#sidebar div#testimonial-pod div#testimonial-pod-content div#organization {
margin-top:.5em;
padding: 0 10px;
text-align:left;
font-weight:bold;
font-size:.8em;
line-height:normal;
}
div#sidebar div#testimonial-pod div#testimonial-pod-btm {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/testimonial-pod/testimonial-pod-btm.png);
background-position:bottom center;
background-repeat:no-repeat;
}


/* ---- Online Ticket Purchase ---- */

div#sidebar div.ticket-purchase-pod {
width:168px;
margin:20px auto;
text-align:center;
background-image:url(/assets/images/graphics/ticket-purchase-pod/ticket-purchase-pod-mid.png);
background-position:bottom center;
background-repeat:repeat-y;
background-color:#fff;
color:#000;
}
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-content {
width:168px;
text-align: center;
}
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-top {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/ticket-purchase-pod/ticket-purchase-pod-top.png);
background-position:bottom center;
background-repeat:no-repeat;
}
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-content p {
padding: 0 10px;
margin:0;
font-size:.8em;
line-height:normal;
}
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-content p.pay-online-button {
margin:5px auto;
text-align:center;
}
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-content p.pay-online-button a,
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-content p.pay-online-button a:link,
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-content p.pay-online-button a:visited,
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-content p.pay-online-button a:hover {
background-color:transparent;
}
div#sidebar div.ticket-purchase-pod div.ticket-purchase-pod-btm {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/ticket-purchase-pod/ticket-purchase-pod-btm.png);
background-position:bottom center;
background-repeat:no-repeat;
}

/*
div#sidebar div#ticket-purchase-pod {
width:168px;
margin:20px auto;
text-align:center;
background-image:url(/assets/images/graphics/ticket-purchase-pod/ticket-purchase-pod-mid.png);
background-position:bottom center;
background-repeat:repeat-y;
background-color:#fff;
color:#000;
}
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-content {
width:168px;
text-align: center;
}
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-top {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/ticket-purchase-pod/ticket-purchase-pod-top.png);
background-position:bottom center;
background-repeat:no-repeat;
}
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-content p {
padding: 0 10px;
margin:0;
font-size:.8em;
line-height:normal;
}
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-content p#pay-online-button {
margin:5px auto;
text-align:center;
}
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-content p#pay-online-button a,
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-content p#pay-online-button a:link,
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-content p#pay-online-button a:visited,
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-content p#pay-online-button a:hover {
background-color:transparent;
}
div#sidebar div#ticket-purchase-pod div#ticket-purchase-pod-btm {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/ticket-purchase-pod/ticket-purchase-pod-btm.png);
background-position:bottom center;
background-repeat:no-repeat;
}
*/

/* ---- Sidebar Pod ---- */
div.sidebar-pod {
width:168px;
margin:20px auto;
text-align:center;
background-image:url(/assets/images/graphics/sidebar-pod/sidebar-pod-mid.png);
background-position:bottom center;
background-repeat:repeat-y;
background-color:#fff;
color:#000;
}
div.sidebar-pod div.sidebar-pod-content {
width:168px;
text-align: center;
}
div.sidebar-pod div.sidebar-pod-top {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/sidebar-pod/sidebar-pod-top.png);
background-position:bottom center;
background-repeat:no-repeat;
}
div.sidebar-pod div.sidebar-pod-content p {
padding: 0 10px;
margin:0;
font-size:.8em;
line-height:normal;
}
div.sidebar-pod div.sidebar-pod-btm {
width:168px;
height:11px;
background-image:url(/assets/images/graphics/sidebar-pod/sidebar-pod-btm.png);
background-position:bottom center;
background-repeat:no-repeat;
}


/* ---- Partner Logos ---- */
/*
ul#partner-logos {
margin:10px auto;
text-align:center;
}
ul#partner-logos li {
list-style:none;
}
ul#partner-logos li a {
background-color:transparent;
}
ul#partner-logos li a img {
border:1px solid #000;
}
*/


/* ---- Facebook Badge ---- */
div#facebook-badge {
width:146px;
margin:15px auto;
}
div#facebook-badge a img {
border:none;
}
div#facebook-badge a:hover {
background-color:transparent;
}

/* ---- Twitter Badge ---- */
div#twitter-badge {
width:146px;
margin:15px auto;
}
div#twitter-badge a img {
border:none;
}
div#twitter-badge a:hover {
background-color:transparent;
}

/* ---- CCCF Blog Badge ---- */
div#blog-badge {
width:146px;
margin:15px auto;
}
div#blog-badge a img {
border:none;
}
div#blog-badge a:hover {
background-color:transparent;
}




/* PHOTOGRAPHS
***********************************/
div#main-photo {
width:341px;
float:right;
margin:0px -32px 20px 20px;

}
div#main-photo img {
border-style: solid;
border-width:1px 1px 1px 1px;
border-color: #000 #78633a #000 #000;
background-color:#fff; /* Cover the border on the h2 tag. */
color:#000;
}
div#main-photo p.caption {
font-size:.7em;
font-family:Arial, Helvetica, sans-serif;
line-height:normal;
padding:0 .5em 0 0;
margin:0;
}

.inset-photo {
border:1px solid #000;
}
.photo-w-border {
border:1px solid #000;
}
.float-left {
float:left;
margin:5px 20px 20px 0;
}
.float-right {
float:right;
margin:5px 0px 20px 20px;
}


/*	CONTENT PODS
***********************************/

/* ---- 675 px wide ---- */
div.pod-675 {
width:675px;
background-image: url(/assets/images/global/pods/675/pod-content-bgd.png);
background-position: center bottom;
background-repeat: repeat-y;
margin:30px 0;
}
div.pod-675 div.pod-675-top {
background-image: url(/assets/images/global/pods/675/pod-top.png);
background-position: center bottom;
background-repeat: no-repeat;
width:675px;
height: 12px;
padding: 0;
margin:0;
background-color:#fff; /* KLUDGE for IE6: used to hide repeating content bgd */
}
div.pod-675 h3 {
background-image: url(/assets/images/global/pods/675/pod-title-bgd.png);
background-position: left top;
background-repeat: repeat-y;
color:#fff;
background-color:#c00;
padding:0px 20px 10px;
margin: 0px;
}
div.pod-675 p {
padding:10px 20px;
margin:0;
}
div.pod-675 div.pod-675-btm {
background-image: url(/assets/images/global/pods/675/pod-btm.png);
background-position: center bottom;
background-repeat: no-repeat;
width:675px;
height: 12px;
}


/* LEGAL INFO
***********************************/
#legal-info {
font-family:Arial, Helvetica, sans-serif;
border-top:1px solid #ccc;
padding-top:20px;
font-size: .8em;
margin:60px auto 10px;
text-align:center;
}

