@charset "UTF-8";
/* CSS Document */
body {
font: 100% Garamond, Georgia, "Times New Roman", Times, serif;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #333333;
background-image:url('images/BackImageFlower960.jpg');
background-size: 100%;
}
.MenuVert {
background-image: url(images/DesChorTopBan.jpg);
}
.oneColFixCtrHdr #container {
width: 960px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/* border: 1px solid #FFFFCC; */
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
background-image: url(images/dcbanner_green.png);
height: 100px;
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
top: 575px;
text-align: center;
}
h1.index_header {
font-size: 26px;
}
#navbar1 {
margin:0;
padding:0;
width:100%;
background-color:#c4904c;
height:35px;
}
#left_box {
float: left;
background-color: #FFF;
width: 200px;
padding: 5px;
margin: 0px 15px 15px 0px;
border: 1px #8D0C00 groove;
top: 575px;
height:815px;
}
#left_box p {
text-align: left;
color: #A75D31;
}
#left_box h2 {
text-align: center;
color: #8D0C00;
font-size:20px;
}
#left_box li {
list-style:none;
font-size:18px;
line-height:2em;
}
#left_box ul {
text-align:center;
padding:0;
}
#left_box img {
text-align:center;
}
#left_box a:link {
color: #8D0C00;
text-decoration: none;
}
#left_box a:visited {
color: #8D0C00;
text-decoration: none;
}
#left_box a:hover {
color: #8D0C00;
text-decoration: underline;
}
#left_box a:active {
color: #8D0C00;
text-decoration: none;
text-align: left;
}
#right_box {
float: right;
background-color: #FFF;
width: 350px;
padding: 5px;
margin: 0px 0px 100px 15px;
border: 1px #8D0C00 groove;
top: 575px;
text-align: center;
height:1700px;
z-index: 1;
}
#right_box p {
border-bottom: .5px #A75D31 dotted;
}
#right_box a:link {
color: #A75D31;
text-decoration: none;
z-index: 1;
}
#right_box a:visited {
color: #4f5c38;
text-decoration: none;
z-index: 1;
}
#right_box a:hover {
color: #4f5c38;
text-decoration: underline;
z-index: 1;
}
#right_box a:active {
color: #4f5c38;
text-decoration: none;
}
#right_box p {
border-bottom: .5px #A75D31 dotted;
}
img {
border: 0px;
margin: 0;
padding: 0;
}
.oneColFixCtrHdr #footer {
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#4f5c38;
clear: both;
margin: auto;
}
.oneColFixCtrHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
color: #ffffcc;
font-size: 85%;
}
.mainimage {
text-align: center;
margin: 0px;
padding: 0px;
}
.header3 {
margin: 0px;
padding: 0px;
background-image: url(images/DesChorTopBan.jpg);
background-repeat:no-repeat;
background-color:#ffffff;}
}
#header2 h2{
text-align: center;
color: #333;
margin: 10px;
padding: 10px,5px;
height: 15px;
font-size: 115%;
line-height: 85%;
}
.h2ital {
font-style: italic;
}
.center {
text-align: center;
}
#right_box table {
font-family: Arial, sans-serif;
font-size: 12px;
color: #666666;
border: none;
width: 200px;
border-collapse: collapse;
text-align: center;
}
#right_box tr, td {
border: none;
}
#right_box td {
padding: 5px;
width: 35px;
}
#right_box th {
border-bottom: none;
}
#right_box td:hover {
background-color: #d8d7d7;
}
#right_box td a:link.linked_red {
text-decoration: none;
color: #8b252c;
font-weight: bold;
}
#right_box td a:visited.linked_red {
text-decoration: none;
color: #8b252c;
font-weight: bold;
}
#right_box td a:hover.linked_red {
text-decoration: underline;
color: #8b252c;
font-weight: bold;
}
#right_box td.linked_blue a:link {
text-decoration: none;
color: #25498b;
}
#right_box td.linked_blue a:visited {
text-decoration: none;
color: #25498b;
}
#right_box td.linked_blue a:hover {
text-decoration: none;
color: white;
}
#right_box td.linked_green a:link {
text-decoration: none;
color: #175706;
}
#right_box td.linked_green a:visited {
text-decoration: none;
color: #175706;
}
#right_box td.linked_green a:hover {
text-decoration: none;
color: white;
}
#right_box td a:hover {
color: white;
text-decoration: none;
}
#right_box td a:active {
color: white;
text-decoration: none;
}
#right_box td.linked_green:hover {
background-color: #175706;
color: white;
}
#right_box td.linked_red:hover {
background-color: #8b252c;
color: white;
}
#right_box td.linked_blue:hover {
background-color: #25498b;
color: white;
}
#right_box td.linked_gold:hover {
background-color: #FC0;
color: white;
}
#right_box td.linked_purple:hover {
background-color: #FC0;
color: white;
}
#right_box td.linked_gold a:link {
text-decoration: none;
color:#FC0;
}
#right_box td.linked_gold a:visited {
text-decoration: none;
color: #FC0;
}
#right_box td.linked_gold a:hover {
text-decoration: none;
color: white;
}
#right_box td.linked_gold:hover {
background-color: #FC0;
color: white;
}
#right_box td.linked_purple a:link {
text-decoration: none;
color:#306;
}
#right_box td.linked_purple a:visited {
text-decoration: none;
color: #306;
}
#right_box td.linked_purple a:hover {
text-decoration: none;
color: white;
}
#right_box td.linked_purple:hover {
background-color: #306;
color: white;
}
#right_box .calendar_head {
font-style: italic;
}
#right_box p {
padding: 0px 0px 10px 0px;
}
.justify {
text-align: justify;
}
.red a:link {
color: #8b252c;
text-decoration: none;
font-weight: bold;
}
.red a:visited {
text-decoration: none;
color: #8b252c;
font-weight: bold;
}
.red a:hover {
text-decoration: underline;
color: #8b252c;
font-weight: bold;
}
.red a:active {
text-decoration: none;
color: #8b252c;
font-weight: bold;
}
.blue a:link {
color: #25498b;
text-decoration: none;
font-weight: bold;
}
.blue a:visited {
text-decoration: none;
color: #25498b;
font-weight: bold;
}
.blue a:hover {
text-decoration: underline;
color: #25498b;
font-weight: bold;
}
.blue a:active {
text-decoration: none;
color: #25498b;
font-weight: bold;
}
.green a:link {
color: #175706;
text-decoration: none;
font-weight: bold;
}
.green a:visited {
text-decoration: none;
color: #175706;
font-weight: bold;
}
.green a:hover {
text-decoration: underline;
color: #175706;
font-weight: bold;
}
.green a:active {
text-decoration: none;
color: #FC0;
font-weight: bold;
}
.gold a:link {
color: #FC0;
text-decoration: none;
font-weight: bold;
}
.gold a:visited {
text-decoration: none;
color: #FC0;
font-weight: bold;
}
.gold a:hover {
text-decoration: underline;
color: #FC0;
font-weight: bold;
}
.gold a:active {
text-decoration: none;
color: #FC0;
font-weight: bold;
}
.purple a:link {
color: #306;
text-decoration: none;
font-weight: bold;
}
.purple a:visited {
text-decoration: none;
color: #306;
font-weight: bold;
}
.purple a:hover {
text-decoration: underline;
color: #306;
font-weight: bold;
}
.purple a:active {
text-decoration: none;
color: #306;
font-weight: bold;
font-style: italic;
}
#header2 h2 a:link {
color: #333333;
text-decoration: none;
font-weight: bold;
}
#header2 h2 a:visited {
text-decoration: none;
color: #333333;
font-weight: bold;
}
#header2 h2 a:hover {
text-decoration: underline;
color: #4f5c38;
font-weight: bold;
}
#header2 h2 a:active {
text-decoration: none;
color: #333333;
font-weight: bold;
}
p a:link {
color: #333333;
text-decoration: none;
font-weight: bold;
}
p a:visited {
text-decoration: none;
color: #333333;
font-weight: bold;
}
p a:hover {
text-decoration: underline;
color: #4f5c38;
font-weight: bold;
}
p a:active {
text-decoration: none;
color: #333333;
font-weight: bold;
}
#navBar1 {
background-color: #c4904c;
padding: 0;
width: 100%;
height: 35px;
}
#navBar2.MenuBar2 ul {
list-style-type: none;
color: #A75D31;
font-size: 100%;
height: 35px;
}
#navBar2.MenuBar2 li {
background-color: #A75D31;
margin: 10px, 0px;
padding: 5px;
list-style-type: none;
font-size: 100%;
position: relative;
text-align: center;
cursor: pointer;
width: 8.57em;
float: left;
}
#navBar2.MenuBar2 li:hover {
background-color: #4f5c38;
margin: 10px, 0px;
padding: 5px;
list-style-type: none;
font-size: 100%;
position: relative;
text-align: center;
cursor: pointer;
width: 8.57em;
float: left;
}
#navBar2.MenuBar2 a:link {
list-style-type: none;
color: #ffffcc;
text-decoration: none;
}
#navBar2.MenuBar2 a:visited {
list-style-type: none;
color: #ffffcc;
text-decoration: none;
}
#navBar2.MenuBar2 a:hover {
list-style-type: none;
color: #ffffcc;
text-decoration: none;
font-size: 100%;
}
#navBar2.MenuBar2 a:active {
list-style-type: none;
color: #ffffcc;
text-decoration: none;
}
ul.MenuBar2 li {
margin: 0;
padding: 0;
list-style-type: none;
position: relative;
text-align: left;
cursor: pointer;
width: 8.57em;
float: left;
}
.image_left {
padding: 0px 15px 0px 0px;
}
.body_content p {
width: 515px;
margin-left: 170px;
}
.body_content h2.headright {
width: 515px;
margin-left: 170px;
}
.body_content ul {
width: 515px;
margin-left: 170px;
}
.body_left p {
width: 575px;
margin: 0px 0px 0px 115px;
}
.bodyflushleft p {
width: 685px;
margin: 0px;
}
.bodyleftjustify {
text-align: justify;
text-justify: newspaper;
}
.body_left p img {
margin: 0px 0px 0px -115px;
}
ul.list {
list-style-type: none;
font-weight: bold;
}
.sub {
padding: 0px 10px;
border: #4f5c38 solid 1px;
margin: 0px 250px 0px 40px;
background-color: white;
}
.sub p {
width: 600px;
text-align: center;
}
h2.redital {
text-align: center;
font-style: italic;
color: #8D0C00;
}
h2.blueital {
text-align: center;
font-style: italic;
color: #25498b;
}
h2.greenital {
text-align: center;
font-style: italic;
color: #175706;
}
#mainContent hr {
color: #A75D31;
}
.imagespace {
padding: 0px 0px 10px 0px;
}
.bodyflushleft ul.aud_list {
background-color: white;
border: #4f5c38 1px solid;
list-style: none;
text-align:center;
padding: 10px;
line-height: 140%;
margin: 15px 335px 15px 125px;
}
.lead {
line-height: 140%;
}
#recordings {
width:680px;
}
h3.redred {
color:red;
}
h3.redred a:link {
text-decoration:underline;
color:red;
}
h3.redred a:visited {
text-decoration:underline;
color:red;
}
h3.redred a:hover {
text-decoration:none;
color:red;
}
.oneColFixCtrHdr #container #mainContent h2 {
text-align: center;
}
.left_justify {
text-align:left;
}
.no_decoration {
list-style:none;
}
ul.no_decoration {
width:700px;
color:#8D0C00;
}
.oneColFixCtrHdr #container #mainContent h1 {
color: #8D0C00;
}
.support_link a:link {
color: #8D0C00;
}
.support_link a:visited {
color: #8D0C00;
}
.support_link a:hover {
color: #A75D31;
}
.bioDiv {
clear: left;
text-align: left;
margin-bottom: 25px
}
.bioPic {
margin: 5px;
float: left;
}
.concertSection
{ border-bottom: 2px solid #d79900;
background-color: #fff2ba;
text-align: left;
font-weight: bold;
color: #404040;}
.concertIntermission
{
background-color: #fff2ba;
text-align: center;
font-weight: bold;
color: #404040;}
.selectionName
{
padding: 0px 5px 0px 10px;
text-align: left;
font-weight: normal;
color: #000000;}
.selectionComposer
{
padding: 0px 10px 0px 5px;
text-align: left;
font-weight: normal;
color: #4D4E3D;}
.concertSummaryTitle
{
text-align: center;
font-weight: bold;
color: rgb(0, 0, 144);
font-size: xX-large;
}
.concertSummaryTitle_Compact
{
text-align: left;
font-weight: bold;
color: rgb(0, 0, 144);
font-size: large;
}
.concertSummaryDates
{
text-align: center;
font-weight: bold;
color: rgb(0, 0, 144);
font-size: large;
}
.concertSummaryDates_Compact
{
text-align: left;
font-weight: bold;
color: rgb(0, 0, 144);
font-size: large;
}
.concertSummaryText
{
text-align: center;
font-weight: normal;
color: rgb(0, 0, 0);
font-size: large;
}
#calendarPop {
position: relative;
font-weight: bold;
color: rgb(0, 0, 144);
background-color: rgb(200, 200, 200);
z-index: 1;
}
#calendarPop a { z-index: 1; }
#calendarPop a span { display: none; color: rgb(0, 0, 144); z-index: 1000; position:relative; }
#calendarPop a:hover span {
border: medium #000000 solid;
display: block;
position: absolute;
width: 300px;
background-color: rgb(155, 155, 155);
height: 50px;
left: -450px;
top: -10px;
color: rgb(0, 0, 144);
padding: 5px;
z-index: 1000;
}
/* BLOG ENTRIES */
.blogEntry {
text-align: left;
margin-top: 20px;
}
.blogHeader {
padding: 5px;
background: #005030;
color: #FFFFFF;
text-align: left;
}
.blogTitle {
font-size: large;
font-weight: bold;
}
.blogDate {
font-size: x-small;
margin-left: 10px;
}
.blogContent {
text-align: left;
margin-left: 30px;
margin-right: 30px;
margin-top: 10px;
}
a.blogContent {
font-family: Arial, Helvetica, sans-serif;
}
.blogMore {
margin-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: smaller;
}
.blogMore a { color: rgb(189, 93, 49); }
/* VERTICAL MENU */
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 140px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}
.glossymenu li{
position: relative;
}
.glossymenu li a{
background: white url(images/glossyback/glossyback.jpg) repeat-x bottom left;
font: bold 10px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}
.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 150px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}
.glossymenu li ul li{
float: left;
}
.glossymenu li ul a{
width: 160px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}
.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/glossyback/arrow.gif) no-repeat center right;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(images/glossyback/glossyback2.gif);
}
.mobilemenu {
display:none
}
.calendarPop1 {
display: block;
font: 90% sans-serif;
font-weight: bold;
border: medium #000000 solid;
width: 300px;
background-color: rgb(155, 155, 155);
height: 50px;
color: rgb(0, 0, 144);
padding: 8px;
z-index: 1000;
margin-top:5px;
margin-left:15px;
}
.calendarPop2 {
display: none;
font: 90% sans-serif;
font-weight: bold;
border: medium #000000 solid;
width: 300px;
background-color: rgb(155, 155, 155);
height: 50px;
color: rgb(0, 0, 144);
padding: 8px;
z-index: 1000;
margin-top:5px;
margin-left:15px;
}
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
Holiday Tickets: $20 - $75
Seating Charts
Available through the Lensic Box Office
505-988-1234 or ticketssantafe.org
Click here to
download ticket form.
Mail to
311 E. Palace Ave.,
Santa Fe, NM 87501
For assistance, call the office at
(505) 988-2282
or send e-mail to
andreas@desertchorale.org
| December 2011 |
| Sun |
Mon |
Tue |
Wed |
Thu |
Fri |
Sat |
| |
|
|
|
01 |
02 |
03 |
| 04 |
05 |
06 |
07 |
08 |
09 |
10 |
| 11 |
12 |
13 |
14 |
15 |
16 |
17 |
| 18 |
19 |
20 |
21 |
22 |
23 |
24 |
| 25 |
26 |
27 |
28 |
29 |
30 |
31 |
December 2011
Santa Fe Desert Chorale
Concert Schedule
December 16, 2011 7:30 PM
Carols & Lullabies
Immanuel Presbyterian - Albuquerque
December 18, 2011 4:00 PM
Carols & Lullabies
Cristo Rey Church
December 19, 2011 7:30 PM
Carols & Lullabies
Cathedral Basilica of St. Francis
December 20, 2011 7:30 PM
Carols & Lullabies
Cathedral Basilica of St. Francis
December 21, 2011 6:00 PM
The Lighter Side of Christmas
LewAllen Galleries at the Railyard
December 22, 2011 7:30 PM
Carols & Lullabies
Cathedral Basilica of St. Francis
December 26, 2011 7:00 PM
A Holiday Gift to the Community
Cathedral Basilica of St. Francis
December 27, 2011 7:30 PM
A Toast to the New Year
Albuquerque Museum of Art and History
December 28, 2011 6:00 PM
A Toast to the New Year
Loretto Chapel
December 29, 2011 6:00 PM
A Toast to the New Year
Loretto Chapel
December 30, 2011 6:00 PM
A Toast to the New Year
Loretto Chapel
For
Email Marketing you can trust
The weather outside is frightful...
What better way to spend the evening than at the Cathedral Basilica of St. Francis
with the Santa Fe Desert Chorale?
|
Carols and Lullabies
Under the direction of Joshua Habermann, the
Chorale's premier ensemble of 24 voices will
brighten your December holidays with a program
of old and new treasures. Program includes a group
of villancicos (Spanish Christmas carols)and
the music of
Bob Chilcott, Arvo Part and
Sergei Rachmaninoff.
Also enjoy traditional carols, including I Saw Three
Ships, The Wexford Carol, I Wonder as I Wander, and
an always-popular group of Christmas spirituals.
|
|
|
Cathedral Basilica of St. Francis
213 Cathedral Place, Santa Fe
December 19, 20 and 22, 7:30pm
$55, $45, $35, $20
|
|
|
This holiday season don't miss the Southwest's finest choral ensemble performing seasonal favorites from across the centuries and around the world.
|
A generous group of patrons has offered the
following challenge: if the Desert Chorale can
raise $50,000 in contributions by December
31, 2011, the patrons will, jointly, provide an
additional $50,000, for a total of $100,000.
As you consider making tax-deductible gifts before
December 31, please help the Desert chorale
maintain its current positive financial condition
and, in return, we will continue to provide you with
"glorious voices and timeless music." Your support as
a ticket buyer is invaluable, but ticket revenue - even
from sold-out performances - will never cover 100%
of the cost of presenting concerts.
Please mail your gift today or call 505-988-2282 and use any
major credit card. Thank you very much.
We have posted information regarding auditions for the 2012-2013 seasons.
A few of our recent performances from the 2011 Summer Season have been posted on YouTube.
The Santa Fe Desert Chorale is offering lectures at the O'Keeffe Museum.
Music Director Joshua Habermann's interview with albARTS associate editor
Peggy Herrington has been posted in anticipation of the two Albuquerque
concerts (July 17 & August 7)
Our
talented ensemble for this summer is ready to sing!
The Santa Fe Desert Chorale is proud to announce that we have been selected as a recipient of the
prestigious National Endowment for the Arts (NEA) grant for 2011! The NEA is "dedicated to supporting
excellence in the arts, both new and established; bringing the arts to all Americans; and providing
leadership in arts education." The Santa Fe Desert Chorale is thrilled to be able to further this
mission statement!