/* -------------------------------------------------------------- 
  
   * Reset Styles *
      
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* -------------------------------------------------------------- 
  
   * Content Styles *
   
-------------------------------------------------------------- */

/* =SEARCH
-------------------------------------------------------------- */
form#site-search {
}

form#site-search label {
	padding-right: 2px;
	color: #047391;
	font-size: 0.75em;
	font-weight: bold;
}

form#site-search input#search {
	border: 1px solid #ccc;
	font-size: 0.75em;
	width: 144px;
	padding: 3px;
}

form#site-search input#search-button {
	position: relative;
	top: 6px;
}

/* =CALENDAR
--------------------------------------------------------------*/
div.calendar {
	background: #f3eef3;
	margin: 10px 0;
	padding: 0 0 10px 0;
	color: #713f75;	
}

div.calendar h2 {
/* 	background: #91108c url(/assets/calendar-h2-bg.gif) top right no-repeat; */
	background: #91108c;
}

div.calendar div.dates {
	background: #fff url(/assets/calendar-bg.jpg) bottom right no-repeat;
	margin: 15px 0 0 20px;
	display: inline;
	padding: 10px 10px 25px 10px;
	float: left;
}

div.calendar div.dates p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 15px;
}

div.calendar div.dates p img {
	margin: 0 5px;
}

div.calendar ul {
	list-style: none;
	margin: 0;
	padding: 0 15px 0 5px;
	width: 154px;
}

div.calendar ul li {
	background: #f3eff4;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
}

div.calendar ul li.title {
	color: #8f0000;
}

div.calendar ul li.today {
	background: #ddc1dc;
}

div.calendar ul li.concert {
	background: #e03405;
	color: #fff;
}

div.calendar ul li.concert a {
	color: #fff;
}

div.calendar h3, div.calendar p {
	margin: 0 20px;
	padding: 0;
	clear: both;
}

div.calendar h3 a:link, div.calendar h3 a:visited, div.calendar h3 a:focus, div.calendar h3 a:active {
    color: #91108C;
}

div.calendar .dates p {
    margin: 0 10px;
} 

div.calendar p.venue span {
	display: block;
	font-style: normal;
	font-size: 0.8em;
	margin-bottom: 5px;
}

div.calendar #next h2 {
	background: none;
	padding: 0 0 0 20px;
	clear: left;
	font-size: 1.2em;
	color: #047391;
}

/* =HOMEPAGE
---------------------------------------------------- */

/* ----- banner slideshow ----- */

#slideshow {
	list-style:none;
	padding:0;
	margin:0;
	overflow: hidden;
	z-index:0;
}

#slideshow li {
	position: relative;
	width: 960px;
	height: 239px;
}

#slideshow li.one {
/* 	background: url(/assets/banner.jpg) 0 0 no-repeat; */
	background: url(/assets/homepage-banner/homepage-sprite-2010.jpg) 0 0 no-repeat;
}

/* NOTE: the 2nd - 6th images are set up as CSS sprite to help load times */
#slideshow li.two {
	/* background: url(/assets/homepage-sprite.jpg) 0 0 no-repeat; */
	background: url(/assets/homepage-banner/homepage-sprite-2010.jpg) 0 -239px no-repeat;
}

#slideshow li.three {
	/* background: url(/assets/homepage-sprite.jpg) 0 -239px no-repeat;*/
	background: url(/assets/homepage-banner/homepage-sprite-2010.jpg) 0 -478px no-repeat;
}

#slideshow li.four {
	/* background: url(/assets/homepage-sprite.jpg) 0 -478px no-repeat; */
	background: url(/assets/homepage-banner/homepage-sprite-2010.jpg) 0 -717px no-repeat;
}

#slideshow li.five {
	/* background: url(/assets/homepage-sprite.jpg) 0 -717px no-repeat; */
	background: url(/assets/homepage-banner/homepage-sprite-2010.jpg) 0 -956px no-repeat;
}

#slideshow li.six {
	/* background: url(/assets/homepage-sprite.jpg) 0 -956px no-repeat; */
	background: url(/assets/homepage-banner/homepage-sprite-2010.jpg) 0 -1195px no-repeat;
}

#slideshow li span {
	position: absolute;
	top: 115px;
	left:390px;
	width:430px;
	padding:0;
	margin:0;
	font-size: 1.7em;
	line-height: 1em;
	font-weight:bold;
	color: #fff;
}

#slideshow li span span.source {
	position:relative;
	top:10px;
	left:0;
	left:60%;
	font-size:.9em;
	font-weight:normal;
	font-style:italic;
	padding:0;
	margin:0;
}


img#homepage-img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

ul.news {
	float: left;
	border-top: 1px solid #d9d4d0;
	border-bottom: 1px solid #d9d4d0;
	margin:0 0 10px 0;
	padding: 0;
	list-style: none;
}

ul.news li {
	position: relative;
	float: left;
	width: 156px;
/* 	min-height: 240px; */
	height: 100px;
	margin: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	border-left: 1px solid #d9d4d0;
}

ul.news li h3 {
	line-height: 1.1;
	margin-bottom: 0.3em;
}

ul.news li.first-item {
	border-left: none;
	padding-left: 0;
}

#content-primary a.read-more {
	padding:0;
	font-weight: bold;
}

#content-primary a.read-more:link,
#content-primary a.read-more:visited,
#content-primary a.read-more:focus,
#content-primary a.read-more:active {
	text-decoration: none;
	color: #3F3F3F;
}

#content-primary a.read-more:hover {
	text-decoration: underline;
}

ul.news li a.read-more {
	position: absolute;
	bottom: 0;
}

/* =Video */
div#home-video {
	clear:both;
	padding:20px 0 0 0;
	margin:0;
/* 	outline:solid 1px red; */
}
div#home-video p {padding:10px;}
div#home-video img {
	margin:10px 0 0 0;
}


/* =SUPPORT */
/*
div#support {
	float: left;
	margin: 10px 0 0 0;
}

div#support img {
	float: left;
	margin-right: 10px;
	border: 1px solid #d9d4d0;
	padding: 1px;
}

div#support a.read-more {
	font-size: 1em;
}
*/

div.recording div.details p {
	
}

div.recording-image {float:left;}

div.recording-details {
	float:left;
	width: 218px;
}

div#support {
	clear:both;
	float: none;
	color:#222;
	margin-top:10px;
	padding:10px 20px;
	width:476px;
	height:auto;
	background: #000f3c url(/assets/support-bg.jpg) 0 0 no-repeat;
/* 	background: #000f3c; */
	background: #eee;
	border:solid 1px #ccc;
}
div#support h2 {
	color:#91108C;
	margin-bottom:5px;
}
div#support img {
	float: left;
	margin:0 10px 0 0;
	border: 1px solid #d9d4d0;
	padding: 1px;
}
div#support p {
	font-size: 0.85em;
}
div#support em {
	color:#047391;
	font-style: normal;
	font-weight: bold;
}
div#support strong {color:#000;}
div#support p.read-more {
	text-align: right;
}

div#support p.read-more a:link,
div#support p.read-more a:visited,
div#support p.read-more a:focus,
div#support p.read-more a:active {
	font-weight: bold;
	color:#91108C;
}


/* =EVENTS PAGES
---------------------------------------------------- */
body.events h1 {
	margin-left: 120px;
}

ul.events {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.events li {
	position: relative;
	border: 1px solid #fff;
	border-top: 1px solid #D9D4D0;
	padding: 10px 0 0 0;
}

ul.events li.first-item {
	border: 1px solid #fff;
	padding: 0;
}

ul.events li img {
	position: absolute;
	top: 10px;
	left: 0;
}

ul.events li.first-item img {
	top: 0;
}

ul.events li h2, ul.events li p {
	margin-left: 120px;
}

#content-primary ul.events li h2 a:link,
#content-primary ul.events li h2 a:visited,
#content-primary ul.events li h2 a:focus,
#content-primary ul.events li h2 a:active {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#content-primary ul.events li h2 a:hover {
	text-decoration: underline;
}

ul.events li p.venue {
	font-weight: bold;
	margin-bottom: 0px;
}

#content-primary ul.events li a.read-more:link,
#content-primary ul.events li a.read-more:visited,
#content-primary ul.events li a.read-more:focus,
#content-primary ul.events li a.read-more:active {
	margin-right: 10px;
	color: #047391;
	font-weight: normal;
}

#content-primary a.border-right,
#content-primary ul.events li a.border-right:link,
#content-primary ul.events li a.border-right:visited,
#content-primary ul.events li a.border-right:focus,
#content-primary ul.events li a.border-right:active {
	border-right: 1px solid #047391;
	margin-right: 0;
	padding-right: 10px;
}

#content-primary p.download {
	border-top: 1px solid #D9D4D0;
	margin: 20px 0 0 120px;
	padding: 10px 0 0 0;
}

body.view-all #content-primary p.download {
    margin-left: 0;
    padding-left: 20px;
}

#content-primary p.download a.read-more:link,
#content-primary p.download a.read-more:visited,
#content-primary p.download a.read-more:focus,
#content-primary p.download a.read-more:active {
	color: #047391;
	font-weight: normal;
	margin-left: 8px;
}

/* =CONCERT DETAIL
---------------------------------------------------------- */
body.eventsDetail h1 {
	border-bottom: 1px solid #D9D4D0;
	font-size: 1.5em;
}

body.eventsDetail div.image {
	float: right;
	margin: 0 0 1em 1em;
}

body.eventsDetail div.image p {
	margin: 0;
	font-style: italic;
}

body.eventsDetail div#performers, body.eventsDetail div#music {
	margin-bottom: 10px;
}
body.eventsDetail h2{
	margin-bottom: 5px;
}
body.eventsDetail div#performers p, body.eventsDetail div#music p {
	margin: 0;
}

body.eventsDetail #content-primary p.download {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
	border: none;
}

body.eventsDetail #content-primary p.download a {
	float: left;
}

body.eventsDetail #content-primary p.download a#view-all {
	float: right;
}

body.eventsDetail #content-secondary form {
	border-bottom: 1px solid #D9D4D0;
	padding-bottom: 10px;
}

body.eventsDetail #content-secondary .dates {
	border-left: 1px solid #D9D4D0;
	margin-top: 57px;
	padding-left: 10px;
}

body.eventsDetail #content-secondary h2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	color: #91108C;
}

body.eventsDetail ul.events li, body.eventsDetail ul.events li.first-item {
	padding: 10px 0 10px 10px;
}

body.eventsDetail ul.events p {
	margin: 0;
}

body.eventsDetail ul.events p.subscription a {
	background: url(/assets/icons/pub.gif) no-repeat 0 0;
	display: block;
	padding-left: 20px;
	padding-top: 0px;
}

body.eventsDetail ul.events img {
	position: relative;
	margin: 5px 0 10px 0;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
}

/* =LINKS */

div.links p {
	margin: 6px 0;
	padding: 0;
}
div.links a {
	padding: 1px 0 4px 22px;
}

div.links p.pdf {
    padding: 1px 0 4px 22px;
}

.pdf, a.pdf, a.pdf:hover,
.word, a.word, a.word:hover,
.excel, a.excel, a.excel:hover,
.txt, a.txt, a.txt:hover,
.flash, a.flash, a.flash:hover,
.audio, a.audio, a.audio:hover,
.video, a.video, a.video:hover,
.podcast, a.podcast, a.podcast:hover,
.pub, a.pub, a.pub:hover,
.rss, a.rss, a.rss:hover,
.print, a.print, a.print:hover,
.friend, a.friend, a.friend:hover,
.help, a.help, a.help:hover,
.info, a.info, a.info:hover,
.facebook, a.facebook a.facebook:hover,
.blogger, a.blogger a.blogger:hover,
.flickr, a.flickr a.flickr:hover,
.internet, a.internet a.internet:hover,
.music, a.music a.music:hover,
.myspace, a.myspace a.myspace:hover,
.youtube, a.youtube a.youtube:hover,
.twitter, a.twitter a.twitter:hover
{
    padding: 1px 0 4px 22px;
}

.pdf, a.pdf, a.pdf:hover {
	background:#fff url(/assets/icons/pdf.gif) no-repeat 0 0;
}

.word, a.word, a.word:hover {
	background:#fff url(/assets/icons/word.gif) no-repeat 0 0;
}

.excel, a.excel, a.excel:hover {
	background:#fff url(/assets/icons/excel.gif) no-repeat 0 0;
}

.txt, a.txt, a.txt:hover {
	background:#fff url(/assets/icons/txt.gif) no-repeat 0 0;
}

.flash, a.flash, a.flash:hover {
	background:#fff url(/assets/icons/flash.gif) no-repeat 0 0;
}

.audio, a.audio, a.audio:hover {
    background:#fff url(/assets/icons/audio.png) no-repeat 0 0;
}

.video, a.video, a.video:hover {
	background:#fff url(/assets/icons/video.gif) no-repeat 0 0;
}

.podcast, a.podcast, a.podcast:hover {
	background:#fff url(/assets/icons/podcast.gif) no-repeat 0 0;
}

.pub, a.pub, a.pub:hover {
	background:#fff url(/assets/icons/pub.gif) no-repeat 0 0;
}

.rss, a.rss, a.rss:hover {
	background:#fff url(/assets/icons/rss-feed.gif) no-repeat 0 0;
}

.print, a.print, a.print:hover {
	background:#fff url(/assets/icons/print.gif) no-repeat 0 0;
}

.friend, a.friend, a.friend:hover {
	background:#fff url(/assets/icons/friend.gif) no-repeat 0 0;
}

.help, a.help, a.help:hover {
	background:#fff url(/assets/icons/help.gif) no-repeat 0 0;
}

.info, a.info, a.info:hover {
	background:#fff url(/assets/icons/info.gif) no-repeat 0 0;
}

.blogger, a.blogger a.blogger:hover {
    background:#fff url(/assets/icons/blogger.gif) no-repeat 0 0;
}

.flickr, a.flickr a.flickr:hover {
    background:#fff url(/assets/icons/flickr.gif) no-repeat 0 0;
}

.internet, a.internet a.internet:hover {
    background:#fff url(/assets/icons/internet.gif) no-repeat 0 0;
}

.music, a.music a.music:hover {
    background:#fff url(/assets/icons/music.gif) no-repeat 0 0;
}

.myspace, a.myspace a.myspace:hover {
    background:#fff url(/assets/icons/myspace.gif) no-repeat 0 0;
}

.youtube, a.youtube a.youtube:hover {
    background:#fff url(/assets/icons/youtube.gif) no-repeat 0 0;
}

.facebook, a.facebook a.facebook:hover {
    background:transparent url(/assets/icons/facebook.gif) no-repeat 0 0;
}

.twitter, a.twitter a.twitter:hover {
    background:transparent url(/assets/icons/twitter.gif) no-repeat 0 0;
}

/* =CMS LISTS 
------------------------------------------------ */
ul.cmsList {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.cmsList li {
    margin-bottom: 20px;
}

ul.cmsList a {
    font-weight: bold;
}

/* = EVENTS ADMIN
------------------------------------------------------ */
p.flashmessage {
    background: #BBFFAF;
    border: 1px solid #51AF41;
    margin: 1em 0;
    padding: 1em;
    font-size: 1em;
    color: #51AF41;
}

div.errors {
    background: #FFBFC2;
    border: 1px solid #FF000A;
    margin: 1em 0;
    padding: 1em;
    font-size: 1.2em;
    color: #FF000A;
}

#content-primary a.remove:link, #content-primary a.remove:visited, #content-primary a.remove:focus, #content-primary a.remove:active {
    background: #FFBFC2;
    border: 1px solid #FF000A;
    margin-left: 10px;
    padding: 4px;
    color: #FF000A;
    text-decoration: none;
}

/* =GENERAL CMS ARTICLES
------------------------------------------------------ */
img.page-image {
/*  border: 1px solid #047391;
    padding: 1px; */
    float: right;
    margin: 0 0 1em 1em;
}

div.image {
    float: right;
    margin: 0 0 1em 1em;
}

#content-primary div.image img {
    margin: 0;
}

div.image p {
    margin: 0;
    font-style: italic;
}

/* =SEARCH RESULTS
------------------------------------------------------- */
ul.search-results {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}

ul.search-results li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

/* =IMAGES
--------------------------------------------------------- */
#content-primary img {
    margin: 0 10px 10px 10px;
}

#content-primary p.download img {
    margin: 0;
}

/*
img.align-right {
    float: right;
    margin: 20px 0 20px 20px;
}

img.align-left {
    float: left;
    margin: 20px 20px 20px 0;
}
*/

#content-primary img.align-right {
    float: right;
    margin-right: 0;
}

#content-primary img.align-left {
    float: left;
    margin-left: 0;
}

/* =PAGINATION
------------------------------------------------------------- */
ul.pagination {
    list-style: none;
    float: left;
    width: 530px;
    margin: 0 0 1em 0;
    padding: 0;
}

ul.pagination li {
    float: left;
    margin: 4px 4px 4px 0;
    padding: 4px;
    background: #EDF9F9;
}

ul.pagination li a {
    display: block; 
    font-weight: bold;
}

/* =RSS FEED
-------------------------------------------------------------- */
a.rss-icon:link, a.rss-icon:visited, a.rss-icon:focus, a.rss-icon:active {
    background: url(/assets/icons/rss-feed.gif) 100% 0 no-repeat;
    float: right;
    margin-top: -31px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 0.75em;
}

a.rss-icon:hover {
    text-decoration: underline;
}

#content-primary a.rss-icon img {
    margin: 0;
}


/*= SOCIAL TOOLS 
----------------------------------------------------------------------- */

div.social-tools {
	background: #ffffff;
	padding: 0 0 6px 0;
	margin-top: 32px;
}

div.social-tools h2 {
	background: #a3b701;
}


div.social-tools .facebook, div.social-tools a.facebook, div.social-tools a.facebook:hover {
    background:transparent url(/assets/icons/facebook_16.png) no-repeat 0 0;
    font-size: 1em;
    text-decoration: none;
    color: #047391;
    margin: 12px 12px 0 12px;
    padding: 11px 0 6px 44px;
    display: block;
    height: 21px;
}

div.social-tools .twitter, div.social-tools a.twitter, div.social-tools a.twitter:hover {
    background:transparent url(/assets/icons/twitter_16.png) no-repeat 0 0;
    font-size: 1em;
    text-decoration: none;
    color: #047391;       
    margin: 16px 12px 12px 12px;
    padding: 11px 0 6px 44px;
    display: block;
    height: 21px;
}


/* = Recordings Page
---------------------------------------------------- */

div.recording {
	float:left;
	padding:20px 0;
	border-bottom:1px solid #f7f7f7;	
}

div.recording img {
	float: left;
    margin-right: 30px !important;
}

div.recording div.links {
	float: right;
    text-align: left;
    width: 165px;
}

div.recording div.links p {
	margin-top: 0;
}

div.recording div.details {
	float: left;
    width: 360px;
}

div.recording div.links p a {
	margin: 0;
	padding: 0;
}


/* = Videos Page
---------------------------------------------------- */

div.video-section {
	padding:20px 0;
	border-bottom:1px solid #f7f7f7;	
}

div.video-section img {
	float: left;
    margin-right: 30px !important;
    width:300px;
}

/* = Podcasts
---------------------------------------------------- */

.podcast-section {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
    float: left; 
}

.podcast-section img.podcast-image {float:left;}

.podcast-text {
    float: left;
    width: 408px;
}




/* -------------------------------------------------------------- 
  
   * Typography Styles *
  
-------------------------------------------------------------- */

/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    line-height: 1.125em;
	color: #666;
}

p, ul, ol, dl, table, blockquote, pre, code  {
	font-size: 0.75em
}

ul p, table p, table ul {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {line-height:1.5em;}

h1 {
	margin-bottom: 10px;
	font-size: 1.25em;
	color: #91108c;
}

h2 {
	font-size: 1.25em;
	color: #91108c;
}

#content-secondary h2 {
	padding: 5px 0 5px 15px;
	color: #fff;
}

h3 {
	font-size: 1.05em; 
	color: #047391;
}

ul h3 {
	font-size: 1.3em;
}

#content-secondary h3 {
	color: #91108c;
}

h4 {
	font-size: 1.25em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 0.75em;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

/* =LINKS
-------------------------------------------------------------- */

a:link, a:visited, a:focus, a:active {
	color: #3f3f3f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content-primary a:link, #content-primary a:visited, #content-primary a:focus, #content-primary a:active {
	color: #047391;
}
	
/* =LISTS
-------------------------------------------------------------- */

ul, ol {
	list-style-type: disc;
	margin: 0 0 1em 2em;
}

ol {
	list-style-type: decimal;
	margin: 0 0 1em 2.4em;
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED LISTS */
ul ul {
	font-size: 100%;
}

/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote  { 
	border:1px solid #ddd;
	font-style: italic;
	margin: 0 0 1em 0; 
	padding: 1em 1em 0 1em;
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre, code {
	background: #eee;
	border:1px solid #ddd;
	font-family: Monaco, monospace;
	padding: 1em;
	overflow: scroll;
}

pre {
	margin: 0 0 1em 0;
}

code {
	display: block;
}

/* For great looking ampersands, use this code instead of &amp;: 
   <span class="amp">&amp;</span>*/
.amp { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; 
  font-size: 1.1em;
  line-height:10%; /* Fix to maintain correct baseline */
  font-style: italic;
}

/* =TABLES
-------------------------------------------------------------- */

table {
	width: auto;
	margin: 1em 0 1em 0;
}

table.border {
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	vertical-align: top;
}

table.border th, table.border td {
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;
}

th {
	font-weight:bold;
	background: #F3EEF3;
}

table .alt {
	background: #edf3fe;
}

/* -------------------------------------------------------------- 

   * Form Styles *
 
-------------------------------------------------------------- */

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form {

}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border-bottom: 1px solid #EEE;
}

form.default-form fieldset.actions {
	border: none;
	text-align: center;
}

form.default-form legend {

	list-style-type: none;
	font-weight: bold;
	padding: 0 0 0.5em 0;
}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.default-form div.alt {
	background: #edf3fe;
}

form.default-form label {
	font-size: 80%;
	line-height: normal;
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em;
	float: left;
}

form.default-form label span {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: 0.2em;
	float: left;
	margin: 0 0.5em 0 0.5em;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year, form.default-form #hour, form.default-form #minute {
	position: relative;
	top: 0;
	width: 6em;
}

form.default-form fieldset.actions div {
	border: none;
	text-align: right;
}

form.default-form fieldset.actions p {
	font-size: 80%;
	line-height: normal;
	display: inline;
}

form.default-form #button-next, form.default-form #button {
	/*width: auto;*/
	width: 10em;
}

form.default-form input, form.default-form select {
	/*width: 15em;*/
	width: 45em;	
}

form.default-form textarea {
    width: 38.5em;
    height: 10em;
}

form.default-form .error {
	border: 1px solid red;
	background: #FFCCCC;
}

/* =ERROR MESSAGES
----------------------------------------------- */

div#error, div#message {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
}

div#error {
	border: 1px solid red;
	background: #FFCCCC url(/assets/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}

div#message {
    border: 1px solid #000080;
	background: #edf3fe url(/assets/icons/flash_notice.png) no-repeat 10px 10px;
}

/* =SIGNUP FORM
---------------------------------------------------- */
form.signup {
	background: #00a0c6 url(/assets/signup-bg.gif) bottom right no-repeat;
/* 	background: #00a0c6; */
	margin-top: 10px;
	color: #fff;
}

form.signup h2 {
/* 	background: #047391 url(/assets/signup-h2-bg.gif) top right no-repeat; */
	background: #047391;
}

form.signup label {
	display: block;
	margin: 20px 40px 10px 15px;
	font-size: 0.8em;
}

form.signup input#signup {
	margin: 0 0 0 15px;
	width: 140px;
	top: 0!important;
}

form.signup input#signup-submit {
/*	float: right; */
	margin: 5px 12px 10px 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
form.signup input#signup-submit:hover {color:#000;}


/* =EVENTS SEARCH FORM
---------------------------------------------------------- */
form#event-search-form {
	margin: 0 0 20px 0;
}

form#event-search-form label {
	color: #047391;
}

form#event-search-form input#event-search {
	border: 1px solid #ccc;
	padding: 3px;
	width: 200px;
	margin: 0 5px 0 10px;
}

form#event-search-form a {
	margin: 0 0 0 10px;
	font-size: 80%;
	text-decoration: none;
}

form#event-search-form a:hover {
	text-decoration: underline;
}

/* =EVENTS ADVANCED SEARCH
---------------------------------------------------------- */
form.advanced-search {
    margin-bottom: 20px;
}

form.advanced-search label {
    font-size: 0.75em;
    width: 7em;
    float: left;
}

form.advanced-search div {
    margin-bottom: 5px;
}

form.advanced-search input#search-term {
    border: 1px solid #ccc;
    padding: 4px;
}

form.advanced-search input.submit {
    margin-left: 7.5em;
}

/* -------------------------------------------------------------- 
  
    * Screen & Projection Styles *

-------------------------------------------------------------- */


/* =CONTAINERS
-------------------------------------------------------------- */

body {
	/*background:url(/assets/bg-ruler.png) no-repeat 50% 0;*/
	background: #0d7fa1 url(/assets/bg.jpg) top left repeat-x;
}

div#container {
	/*background: #EEE url(/assets/bg-grid-4-col.png) repeat-y 50% 0;*/
/* 	background: #fff url(/assets/container-bg.gif) bottom left no-repeat; */
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding:14px 20px 0 20px;
	position: relative;
}

body.admin div#container {
    background: #fff;
}

/* =BRANDING
-------------------------------------------------------------- */
div#branding {
	background: url(/assets/branding.png) top left no-repeat;
	background: url(/assets/branding-2010-left.png) top left no-repeat;
	height: 106px;
	margin-bottom: -76px;
	position: relative;
	z-index: 20;
}

div#branding p {
	position: absolute;
/*
	left: 490px;
	top: 30px;
*/
	right:14px;
	top:36px;
	font-size: 1.5em;
/* 	font-size: 1.8em; */
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}

div#branding a {
    color: #fff;
/*     color:#fdce03; */
    text-decoration: none;
}

div#banner {
	position: relative;
/* 	background: #000 url(/assets/banner-2010-1.jpg) top left no-repeat; */
	background-color: #000;
	height: 239px;
	/*padding-top: 40px;*/
}

div#music-player {
    float: left;
    position: absolute;
	right:3px;
    bottom: 35px;
    z-index: 50;
	height:110px;
/*	outline:solid red 1px; */
}

div#content {
	float: left;
	width: 765px;
	margin-top: 15px;
}

body.admin div#content {
    margin-top: 40px;
}

div#content-primary {
	float: left;
	width: 528px;
	border-bottom: 1px solid #D9D4D0;
	padding-bottom: 20px;
}

body.admin div#content-primary {
    width: 960px;
}

div#content-secondary {
	float: left;
	width: 223px;
	margin-left: 14px;
}

div#content-tertiary {

} 

/* =SITE-TOOLS
-------------------------------------------------------------- */

ul#site-tools {
	list-style-type: none;
} 

div#site-search {

}

/* =NAV-PRIMARY
-------------------------------------------------------------- */
div#nav-primary  {
	background: #fff;
	position: relative;
	float: left;
	width: 181px;
	margin: -30px 0 0 0;
	padding: 14px 14px 14px 0;
}

div#nav-primary ul {
	background: #edf9f9;
	border: 1px solid #eee;
	list-style-type: none;
	margin: 0;
	padding: 0 18px;
	font-size: 0.85em;
}

div#nav-primary ul li {
	border: 1px solid #edf9f9;
}

div#nav-primary ul li a {
	display: block;
	border-top: 1px solid #b3d8df;
	padding: 8px 0px 8px 15px;
	text-decoration: none;
	color: #047391;
}

div#nav-primary ul li a:hover {
	color: #91108C;
}

div#nav-primary ul li:first-child a {border:none;}

div#nav-primary ul li ul li:first-child a {
	border-top: 1px solid #b3d8df;
}

/* =NESTED NAV (SUB MENUS) */
div#nav-primary ul li.parent-active ul li.active ul, div#nav-primary ul li ul, div#nav-primary ul li.parent-active ul li ul, div#nav-primary ul li.active ul li ul {
	padding: 0;
	border: none;
	font-size: 90%;
	display: none;
}

div#nav-primary ul li.active ul, div#nav-primary ul li.parent-active ul {
	display: block;
}

div#nav-primary ul li ul li {
	border: 1px solid #edf9f9;
}

div#nav-primary ul li ul li a, div#nav-primary ul li.first-item ul li a {
	border-top: 1px solid #b3d8df;
	padding: 4px 0 4px 25px; 
}

div#nav-primary ul li.parent-active ul li a, div#nav-primary ul li.parent-active ul li.active ul li a {
	background:none;
	color: #047391;
}

/* =ACTIVE STATE */
div#nav-primary ul li.active a,
body.about-us div#nav-primary ul li.about-us a,
body.concerts div#nav-primary ul li.concerts a,
body.news div#nav-primary ul li.news a,
body.creative-learning div#nav-primary ul li.creative-learning a,
body.education div#nav-primary ul li.education a,
body.digispace div#nav-primary ul li.digispace a,
body.listen-to-us div#nav-primary ul li.listen-to-us a,
body.support-us div#nav-primary ul li.support-us a,
body.support div#nav-primary ul li.support a,
body.partners div#nav-primary ul li.partners a,
body.media div#nav-primary ul li.media a,
body.contact div#nav-primary ul li.contact a,
body.koncerty-w-polsce div#nav-primary ul li.koncerty-w-polsce a
{
	background:url(/assets/nav-bullet.gif) 0% 50% no-repeat;
	color: #91108C;
}

div#nav-primary ul li.parent-active a, div#nav-primary ul li.parent-active ul li.active a, div#nav-primary ul li.parent-active ul li.parent-active a  {
	background:url(/assets/nav-bullet.gif) 0% 50% no-repeat;
	color: #91108C;
}

div#nav-primary ul li.parent-active ul li.parent-active ul li.active a {padding-left:30px;}

div#nav-primary ul li.active ul li.active a,
body.about-us div#nav-primary ul li.about-us ul li.active a,
body.concerts div#nav-primary ul li.concerts ul li.active a,
body.news div#nav-primary ul li.news ul li.active a,
body.creative-learning div#nav-primary ul li.creative-learning ul li.active a,
body.education div#nav-primary ul li.education ul li.active a,	
body.digispace div#nav-primary ul li.digispace ul li.active a,
body.listen-to-us div#nav-primary ul li.listen-to-us ul li.active a,
body.support-us div#nav-primary ul li.support-us ul li.active a,
body.support div#nav-primary ul li.support ul li.active a,
body.partners div#nav-primary ul li.partners ul li.active a,
body.media div#nav-primary ul li.media ul li.active a,
body.contact div#nav-primary ul li.contact ul li.active a,
body.koncerty-w-polsce div#nav-primary ul li.koncerty-w-polsce ul li.active a	
{
	background:url(/assets/nav-bullet.gif) 8px 50% no-repeat;
	color: #91108C;
}

div#nav-primary ul li.active ul li a,
body.about-us div#nav-primary ul li.about-us ul li a,
body.concerts div#nav-primary ul li.concerts ul li a,
body.news div#nav-primary ul li.news ul li a,
body.creative-learning div#nav-primary ul li.creative-learning ul li a,
body.education div#nav-primary ul li.education ul li a,
body.digispace div#nav-primary ul li.digispace ul li a,
body.listen-to-us div#nav-primary ul li.listen-to-us ul li a,
body.support-us div#nav-primary ul li.support-us ul li a,
body.support div#nav-primary ul li.support ul li a,
body.partners div#nav-primary ul li.partners ul li a,
body.media div#nav-primary ul li.media ul li a,
body.contact div#nav-primary ul li.contact ul li a,
body.koncerty-w-polsce div#nav-primary ul li.koncerty-w-polsce ul li a	
{
	background: none;
	color: #047391;
}

div#nav-primary ul li.active ul li a:hover,
body.about-us div#nav-primary ul li.about-us ul li a:hover,
body.concerts div#nav-primary ul li.concerts ul li a:hover,
body.news div#nav-primary ul li.news ul li a:hover,
body.creative-learning div#nav-primary ul li.creative-learning ul li a:hover,
body.education div#nav-primary ul li.education ul li a:hover,	
body.digispace div#nav-primary ul li.digispace ul li a:hover,
body.listen-to-us div#nav-primary ul li.listen-to-us ul li a:hover,
body.support-us div#nav-primary ul li.support-us ul li a:hover,
body.support div#nav-primary ul li.support ul li a:hover,
body.partners div#nav-primary ul li.partners ul li a:hover,
body.media div#nav-primary ul li.media ul li a:hover,
body.contact div#nav-primary ul li.contact ul li a:hover,
body.koncerty-w-polsce div#nav-primary ul li.koncerty-w-polsce ul li a:hover	
{
	color: #91108C;
}

/* hide all nested lists and then display only current ones */
ul.submenu {
    display: none;
}

body.about-us li.about-us ul.submenu,
body.concerts li.concerts ul.submenu,
body.news li.news ul.submenu,
body.creative-learning li.creative-learning ul.submenu,
body.education li.education ul.submenu,
body.digispace li.digispace ul.submenu,
body.listen-to-us li.listen-to-us ul.submenu,
body.listen li.listen ul.submenu,	
body.support-us li.support-us ul.submenu,
body.support li.support ul.submenu,	
body.partners li.partners ul.submenu,
body.media li.media ul.submenu,
body.contact li.contact ul.submenu,
body.koncerty-w-polsce li.koncerty-w-polsce ul.submenu	
{
    display: block;
}


/* = PLAYERS MENU */
#nav-primary ul li.players-room {
    display: none;
}

body.players-room #nav-primary ul li {
    display: none;
}

body.players-room #nav-primary ul li.players-room {
    display: block;
}
body.players-room #nav-primary ul li.players-room ul.submenu,
body.players-room #nav-primary ul li.players-room ul.submenu li {
    display: block;
}

body.players-room #nav-primary ul li a {
    border: none;
}
body.players-room #nav-primary ul li ul.submenu li a {
    border-top: 1px solid #B3D8DF;
}


/* =NAV-SECONDARY
-------------------------------------------------------------- */

ul#nav-secondary {
	list-style-type: none;
} 


/* =NAV-TERTIRARY
-------------------------------------------------------------- */

ul#nav-tertiary {
	list-style-type: none;
} 

/* =BREADCRUMB
-------------------------------------------------------------- */

ul#nav-breadcrumb {
	margin: 0 0 10px 0;
	padding: 4px 0 12px 0;
	list-style-type: none;
	border-bottom: 1px solid #D9D4D0;
} 

ul#nav-breadcrumb li {
	display: inline;
}

ul#nav-breadcrumb li a {
	background: url(/assets/breadcrumb-divider.gif) 100% 50% no-repeat;
	padding-right: 10px;
	margin-right: 4px;
}




/* =SITE-INFO
-------------------------------------------------------------- */

div#site-info {
	clear: both;
	float: left;
	width: 960px;
	margin: 50px 0 0 0;
} 

div#site-info ul {
	list-style: none;
	float: right;
	margin: 45px 10px 0 0;
	padding: 0;
}

div#site-info ul li {
	background: url(/assets/bullet.gif) 0 50% no-repeat;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 9px;
}

div#site-info ul li.first-item {
	background: none;
}

div#site-info img {
	float: right;
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* = ADMIN FOOTER
----------------------------------------------------------------------- */
body.admin ul.footer li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}

<!--[if IE 6]>
/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * IE6 Styles *
      
   This is the form CSS-file for the framework.
   Include this in the <head> of every page.
   
	<!--[if IE 6]>
		<link rel="stylesheet" href="assets/css/ie6.css" type="text/css" media="screen" />
	<![endif]-->
   
-------------------------------------------------------------- */

/* =BRANDING
-------------------------------------------------------------- */
div#branding {
/* 	background: url(../img/branding.gif) top left no-repeat; */
}

/* =PRIMARY NAVIGATION
-------------------------------------------------------------- */
div#nav-primary ul li a {
    width: 131px;
}

/* =SITE-SEARCH
-------------------------------------------------------------- */
form#site-search input#search-button {
	top: 3px;
}

/* =HOMEPAGE
---------------------------------------------------------------- */
ul.news li {
/* 	height: 250px; */
}

ul.news li a.read-more {
	bottom: 10px;
}

/* =EVENTS HOMEPAGE
----------------------------------------------------------------- */
ul.events li img {
    left: -120px;
}

/* =SIGNUP FORM
----------------------------------------------------------------- */
form.signup input#signup {
    position: relative;
    top: -10px;   
}
<![endif]-->

<!--[if IE 7]>
/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * IE7 Styles *
      
   This is the form CSS-file for the framework.
   Include this in the <head> of every page.
   
	<!--[if IE 7]>
		<link rel="stylesheet" href="assets/css/ie7.css" type="text/css" media="screen" />
	<![endif]-->
   
-------------------------------------------------------------- */

/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
	font-size: 16px;
}

ul.news li {
/*
    min-height: 210px;
*/
}

#content-primary ul.news li a.read-more:link {
    padding-bottom: 5px;
}

/* =SIGNUP FORM
----------------------------------------------------------------- */
form.signup input#signup {
    position: relative;
    top: -10px;   
}
<![endif]-->
