/* 
Title:	Jazz & Heritage Foundation screen-layout styles
Author: 	Zande+Newman Design | info@zandenewman.com
Updated:	May 2010
*/

@import url("assets.css"); 

/*------------------------
Base Styles
-------------------------*/
body {
	font-family: Helvetica, sans-serif;
	color: #666;
	font-size: 0.8125em;
	text-align: left;
	background: #eee8d6;
}
h1 {
	color: #A2482D;
	font-weight: normal;
	font-size: 1.75em;
}
h2 {
	color: #A2482D;
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom:15px;
}
h3 {
	color: #A2482D;
	font-weight: normal;
	margin: .5em 0 .5em 0;
}
h4 {
	color: #666;
	font-weight: bold;
	margin: .5em 0 .5em 0;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 1em 0;
}
p.leftContainedText {
	width: 410px;
}
blockquote {
	padding: 10px 50px;
	line-height: 1.75em;
	font-style:italic;
}
img {
	border: 0;
}
ul {
	margin: 5px 10px;
}
ul li {
	list-style:none;
	padding: 0 0 5px 0;
}
ul.fof {
	margin: 0;
	padding: 0;
}
li.fof {
	list-style: none;
	padding: 0 0 5px 10px;
}
ul.fof  li:before {
	content: "\00BB \0020";
	color: #f0b737;
	font-size: 1.2em;
}
.err {
	color: #c57861;
	font-weight: bold;
	font-size: .9em;
}
.bigCaps{
	color: #A2482D;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
}
.smallCaps{
	font-size: .75em;
	text-transform: uppercase;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.m0 {
	margin: 0px;
}
.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr12 {
	margin-right: 12px;
}
.mr20 {
	margin-right: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------
container
--------------------------------------------------------------------------- */
#container {
	margin-left: 50px;
	height: 100%;
}

/* ---------------------------------------------------------------------------
header
--------------------------------------------------------------------------- */
#header {
	width: 800px;
	float:left;
	position: relative;
	background-color: #000;
}
#header #logo h1 {
	position: absolute;
	top: -999px;
}
#logo {
	height: 172px;
}
#logo img {
	width: 800px;
}

/* ---------------------------------------------------------------------------
subnavigation
--------------------------------------------------------------------------- */
#subnavigation {
	margin: -5px 0 0 0;
	width: 800px;
	height: 30px;
	background: #000;
}
#subnavigation ul {
	margin:0;
	width:auto;
	padding:0;
	margin-left:210px;
	float: left;
}
#subnavigation ul#subnav {
	margin:0;
	width:auto;
	padding:0;
	float: right;
	margin-top: 5px;
}
#subnavigation li {
	width: auto;
	list-style: none;
	float:left;
	padding:0;
}
#subnavigation li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}
#subnavigation li.subnav-first, #subnavigation li.subnav {
	width: auto;
	height: 20px;
	list-style: none;
	float:left;
	padding:0 8px;
}
#subnavigation li.subnav {
	border-left: 1px solid #fff;
}
#subnavigation li.subnav a,#subnavigation li.subnav-first a  {
	display: block;
	height: auto;
	text-indent: 0;
	overflow: hidden;
}
#search {
	height: 25px;
	width:auto;
	float:right;
	background: #111;
	margin-top:5px;
}

/* ---------------------------------------------------------------------------
navigation
--------------------------------------------------------------------------- */
#navigation {
	position: relative;
	display: block;
	width: 800px;
	height: 80px;
	background: #fff url(/images/ui/navTilingBG.png) repeat-x;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navigation li {
	float: left;
	padding:0;
}
#navigation li a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}

/* ---------------------------------------------------------------------------
content
--------------------------------------------------------------------------- */
#content {
	width: 800px;
	float:left;
	clear:left;
	background: #FFF;
	padding-bottom: 20px;
}
#contentContainer {
	width:720px;
	float:left;
	margin: 0 20px 0 20px;
	padding: 0 20px 20px 20px;
	border: 1px solid #E1D5D5;
}
#leftColumnContent {
	width: 425px;
	float:left;
	border-right: 2px dashed #E1D5D5;
	margin-top: 20px;
	padding-right: 20px;
}
#leftColumnContentDonation {
	width: 500px;
	float:left;
	border-right: 2px dashed #E1D5D5;
	margin-top: 20px;
	padding-right: 20px;
}
#rightColumnContent {
	width: 230px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
#rightColumnContentDonation {
	width: 180px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
#rightColumnContentCategories {
	width: 260px;
	float: right;
	margin-top: 70px;
}
#relatedLinksLeft {
	width: 275px;
	border-right: 2px dashed #E1D5D5;
	padding-right:20px;
}
#relatedLinksLeft ul{
	margin: 0;
	padding: 0;
}
#relatedLinksLeft li{
	list-style: none;
	padding: 10px 0 0 0;
	float:left;
	width:100%;
}
#relatedLinksLeft ul li:before {
	content: "\00BB \0020";
	color: #f0b737;
	font-size: 1.2em;
}
#relatedLinksLeft ul li.current:before{
	content: "\00BB \0020";
	color: #A2482D;
	font-size: 1.2em;
}
#relatedLinksLeft a.current {
	color: #A2482D;
}
#relatedLinksRight {
	text-align: left;
}
#relatedLinksRight ul{
	margin: 0;
	padding: 0;
}
#relatedLinksRight li{
	list-style: none;
	padding: 10px 0 0 0;
}
#relatedLinksRight ul li:before {
	content: "\00BB \0020";
	color: #f0b737;
	font-size: 1.2em;
}
#relatedLinksRight ul li.current:before{
	content: "\00BB \0020";
	color: #A2482D;
	font-size: 1.2em;
}
#relatedLinksRight a.current {
	color: #A2482D;
}
#contentContainer img {
	border: 0;
}
#contentContainer h1 {
	margin: 15px 0;
}
#contentContainerNoBorder {
	margin: 0 0 20px 20px;
}
#detailImage {
	float: left;
	width: 375px;
}
#detailImage .caption {
	text-align: left;
	font-size: .75em;
	margin-top: 5px;
}
#pullquote {
	float: right;
	width: 275px;
	margin-top:20px;
}
#pullquote p.quote {
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	color: #ccc;
	background: url(/images/ui/close_pullquote.png) no-repeat bottom right !important;
	padding: 0px 25px 5px 0px;
}
#pullquote p.quote:first-letter {
	background: url(/images/ui/open_pullquote.png) no-repeat left top !important;
	margin-left: -10px;
	padding: 5px 2px 10px 35px !important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
#pullquote p.author {
	text-align: right;
	font-size: .9em;
	font-style: italic;
	color: #ccc;
	padding: 0 25px 0 0;
}
#detailContent {
	position: relative;
	width: 390px;
	padding-left: 10px;
}
#detailContent p.contactTag{
	font-size: .8em;
	font-style: italic;
	margin-top: 40px;
}
#detailContent ul {
	margin:10px 20px;
}
#detailContent li {
	list-style: disc;
}
.details ul {
	margin:10px 20px;
}
.details li {
	list-style: disc;
}
.postedDate {
	font-size: .8em;
	font-style: italic;
}
.crossReference {
	font-size: .9em;
}
.contactMap {
	width: 600px;
	height: 400px;
}
.horizontalBand { /* this band is the one that contains buttons instead of images*/
	clear: left;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 2px dashed #E1D5D5;
	min-height:153px;
	height:auto !important;
	height:153px;
}
.horizontalBand2 { /* this band is the one that contains photos instead of buttons*/
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px dashed #E1D5D5;
	min-height:170px;
	height:auto !important;
	height:170px;
}
.horizontalBand ul {
	list-style: none;
	font-size: .9em;
	line-height: 1.5em;
	margin: 0 0 0 -10px;
}
.horizontalBand li {
	margin: 0;
}
.horizontalBand a {
	/*font-size: .8em;*/
}
.thinButton {
	float: right;
	margin-bottom: 20px;
}
#cartDetail {
	text-align: left;
	margin-left: -20px;
}
.photoGalleryContainer {
	width: 95%;
	background: #e8e8e8;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 10px;
	overflow: auto;
}
.photoGalleryContainer p {
	margin-left:110px;
}
.playerContainer {
	width:355px;
	float: left;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------------
Section: Home
--------------------------------------------------------------------------- */
#titleBar {
	width:750px;
	float:left;
	background:#a2482d;
	-moz-border-radius: 8px 8px 0 0; 
	-webkit-border-radius: 8px 8px 0 0;
	padding: 12px 5px 8px 5px;
	text-align:center;
	margin-bottom:10px;
}
p.mission{
	width:730px;
	float:left;
	font-style:italic;
	margin-left:20px;
	padding:8px 0;
}
.programModule {
	width:245px;
}
.programCategory {
	background:#ffbd1a;
	-moz-border-radius: 0 0 8px 8px; 
	-webkit-border-radius: 0 0 8px 8px;
	padding: 12px 5px 12px 5px;
	text-align:center;
}
.contentModule {
	width:245px;
	margin-top:40px;
}
.contentModule h2 {
	margin:0;
}
.contentModuleHeader {
	/*background:#fff url(/images/ui/home-bracketed-header.gif);
		background-position: top center;
		background-repeat: no-repeat;*/
	text-align:center;
	color:#a2482d;
	text-transform:uppercase;
	border-bottom:1px solid #555;
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:5px;
	letter-spacing:.08em;
}
.contentModuleMoreInfo {
	width:100%;
	float:left;
	padding:5px 0 0 5px;
	border-top:1px solid #555;
	font-style:italic;
	font-size:.9em;
}
#pencil { /*-- header ad unit --*/
	width:760px;
	/*height:35px;*/
	float:left;
	margin:10px 0 20px 0;
	/*background:#e8e8e8;*/
}
#bottom-board { /*-- footer ad unit --*/
	width:760px;
	/*height:90px;*/
	float:left;
	margin:20px 0;
	/*background:#e8e8e8;*/
	text-align:center;
}

/* ---------------------------------------------------------------------------
Section: About Us
--------------------------------------------------------------------------- */
.board-officer {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.board-officer img {
	height:160px;
	width:auto;
	float:left;
	margin-right:20px;	
	margin-bottom:40px;
}

/* ---------------------------------------------------------------------------
Section: Events
--------------------------------------------------------------------------- */
.map {
	width: 400px;
	height: 275px;
}
.festivalMap {
	width: 320px;
	height: 250px;
}
#details {
	padding: 0 0 1em 0;
}
.event .details p,
.details p {
	padding: 1em 0 0 0; /* for additional date-time info if applicable */
}
.event .details p.excerpt,
.details p.excerpt {
	padding: 0 0 1em 0;
}
.event .details p.date,
.event .details p.time,
.details p.date,
.details p.time {
	padding: 0;
}
.event .details .when,
.details .when,
.event .details .where,
.details .where {
	float: left;
}
.event .details .when,
.details .when {
	width: 197px;
	margin-right: 17px;
}
.event .details .where,
.details .where {
	width: 214px;
}
.description {
	padding-top: 1em;
	float: left;
	clear: both;
	width: 100%;
}
.directions {
	background: transparent url(/images/icons/map.png) no-repeat 0px;
	margin-right: 20px;
	padding: 5px 0 5px 20px;
}

/* ---------------------------------------------------------------------------
Section: Blog & News Related Stuff
--------------------------------------------------------------------------- */
.home-first-entry {
	width: 245px;
	float: left;
	clear:both;
	margin-top:10px;
}
.home-first-entry h2 a{
	font-size: .9em;
	color: #505050;
	font-weight:normal;
	text-decoration:none;
}
.home-first-entry h2 a:hover{
	color:#030303;
}
.first-entry {
	width: 425px;
	float: left;
	clear:both;
}
.first-entry h2 a{
	font-size: 1.1em;
	color: #505050;
	font-weight:bold;
	text-decoration:none;
}
.first-entry h2 a:hover{
	color:#030303;
}
.home-entry {
	width: 245px;
	float: left;
	clear:both;
	border-top:1px dotted #dfdfdf;
	padding-top:10px;
}
.home-entry h2 a{
	font-size: .9em;
	color: #505050;
	font-weight:normal;
	text-decoration:none;
}
.home-entry h2 a:hover{
	text-decoration:none;
	color:#030303;
	border:none;
}
.entry {
	width: 425px;
	float: left;
	clear:both;
	border-top:1px dotted #dfdfdf;
	margin-top:20px;
	padding-top:20px;
}
.entry h2 a{
	font-size: 1.1em;
	color: #505050;
	font-weight:bold;
	text-decoration:none;
}
.entry h2 a:hover{
	text-decoration:none;
	color:#030303;
	border:none;
}
.entry-date {
	font-size: .9em;
	color: #808080;
	font-style:italic;
}
.post-links {
	float:left;
	width: auto;
	font-size:.9em;
}
#article-image {
	float: left;
	width: 300px;
	padding: 0 20px 20px 0;
}
.article-image-caption {
	font-size: .8em;
	font-style: italic;
	padding: .5em 1em;
}
.document {
	padding: 5px 0 5px 5px;
}
.link {
	background: transparent url(/images/icons/link.png) no-repeat 0px;
	padding: 5px 0 5px 20px;
}
.video {
	background: transparent url(/images/icons/film.png) no-repeat 0px;
	padding: 0 0 0 20px;
	display: inline-block;
}
#comments-module {
	float: left;
	width: 425px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	clear: both;
}
.comment-entry {
	clear: both;
	float: left;
	width: 425px;
	border-top:1px solid #dfdfdf;
	margin-top:10px;
	padding-top:10px;
}
.comment-date {
	float: left;
	width: 150px;
	font-size:.8em;
	font-weight:bold;
	padding-right:20px;
}
.comment-author {
	float: left;
	width: 150px;
	font-size:.9em;
	font-weight:bold;
	padding-right:20px;
	color:#030303;
}
.comment-text {
	float: left;
	width: 250px;
	font-size:.9em;
	color:#000;
}

/* ---------------------------------------------------------------------------
performance schedule for festival pages
--------------------------------------------------------------------------- */
td.gridHeader1 {
	background: #A2482D;
	color: #FFF;
	font-weight: bold;
	padding: 4px 0 5px 10px;
}
td.gridHeader2 {
	background: #E1D5D5;
	color: #A2482D;
	font-weight: bold;
	padding: 4px 0 5px 10px;
}
td.gridEntryOdd {
	color: #666;
	border-left: 1px solid #E1D5D5;
	border-bottom: 1px solid #E1D5D5;
	border-right: 1px solid #E1D5D5;
	padding: 4px 0 5px 10px;
}
td.gridEntryOddC {
	color: #666;
	border-bottom: 1px solid #E1D5D5;
	padding: 4px 0 5px 10px;
}
td.gridEntryOddBottom {
	color: #666;
	border-left: 1px solid #E1D5D5;
	border-bottom: 3px solid #E1D5D5;
	border-right: 1px solid #E1D5D5;
	padding: 4px 0 5px 10px;
}
td.gridEntryOddBottomC {
	color: #666;
	border-bottom: 3px solid #E1D5D5;
	padding: 4px 0 5px 10px;
}
td.gridEntryEven {
	color: #666;
	background: #e8e8e8;
	border-left: 1px solid #E1D5D5;
	border-bottom: 1px solid #E1D5D5;
	border-right: 1px solid #E1D5D5;
	padding: 4px 0 5px 10px;
}
td.gridEntryEvenC {
	color: #666;
	background: #e8e8e8;
	border-bottom: 1px solid #E1D5D5;
	padding: 4px 0 5px 10px;
}
.performer {
	line-height: .1em;
}

/* ---------------------------------------------------------------------------
sponsor grids
--------------------------------------------------------------------------- */
ul.sponsor-grid {
	margin: 0;
	float:left;
	width: 700px;
	padding: 0 0 40px 0;
}
ul.sponsor-grid li {
	width:auto;
	float:left;
	list-style: none;
}
ul.sponsor-grid li a {
	display: block;
	/* overflow: hidden; */
}


/* ---------------------------------------------------------------------------
pagination
--------------------------------------------------------------------------- */
ul.paging {
	margin: 0;
	padding: 0;
	width:100%;
	float: left;
	margin-top: 20px;
}
ul.paging li {
	margin: 0;
	padding: 0;
	width:20px;
	height:20px;
	float: left;
	margin-right: 3px;
	background: #A2482D;
}
ul.paging li.current {
	margin: 0;
	padding: 0;
	width:20px;
	height:17px;
	float: left;
	margin-right: 3px;
	background: #E1D5D5;
	color: #A2482D;
	text-align: center;
	padding-top: 3px;
}

/*------------------------
CAREERS Table Styles
-------------------------*/
ul#nav_categories {
	margin:0;
	padding:0;
}
#careers table {
	background-color: #fff;
	border:1px solid #ddd;
	empty-cells:show;
	font-size:90%;
	margin:0 0 20px 0;
	padding:4px;
	text-align:left;
	width:100%;
}
#careers table thead th{
	border:0;
	border-bottom:1px solid #ddd;
	background:#A2482D;
	color:#fff;
	padding:3px 0;
	margin:0 0 5px 0;
	text-align:left;	
}
#careers table tbody tr.odd{
	background-color: #f8f8f8;
	
}
#careers table tbody tr.even{
	background-color: #fff;
}
#careers table tbody tr:hover{
	background-color:#e5e5e5;
}
#careers table tbody td{
	color:#4F4129;
	padding:4px 2px;
	border:0;
}


/* ---------------------------------------------------------------------------
footer
--------------------------------------------------------------------------- */
#footer {
	width: 800px;
	height: 100%;
	position: relative;
	background: #666;
	color: #FFF;
	clear: both;
	overflow: auto;
}
#footer #leftcontained {
	float: left;
	width: 320px;
	font-size: .75em;
	text-align: left;
	padding: 30px 30px 0 70px;
}
#footer #rightcontained {
	float: right;
	width: 380px;
}
#siteCred {
	width: 800px;
	position: relative;
	color: #666;
	font-size: .75em;
	text-align: right;
	padding: 2px 0 5px 0;
	clear: both;
}
.pageBottom {
	text-align: center;
}
