/* bremer shakespeare company
 * print styles
*/

body {
font : 10pt/1.5 'Helvetica Neue', arial, sans-serif;
}
h1 {
}
h2 {
margin : 0;
font-size : 1.2em;
}
h3 {
color : #666;
font-size : 1.1em;
}
h4,h5,h6  {
font-size : 1em;
font-weight : normal;
}
hr {
height: 1px;
margin: 18px 0;
color: #ccc;
background: #ccc;
border : none;
}
#program {
width : 100%;
margin : 0 0 18px 0;
border-collapse : collapse;
empty-cells : show;
}
#program a {
text-decoration : none;
}
#program th, #program td {
text-align: left;
vertical-align: top;
}
#program th {
text-transform : uppercase;
border-bottom : 1px solid #ccc;
}
#program td {
border-bottom : 1px solid #ccc;
}
#program #col-date {
width : 20%;
}
#program #col-title {
width : 80%;
}
#program #col-tickets {
display : none;
}
.tickets {
display : none;
}
dt {
margin-top : 1em;
}
dd {
margin : 0;
}
dd.readon {
display : none;
}
q {
font-style : normal;
}
cite {
font-style : normal;
}

/* -------------------- links ------------------------- */

a:link, a:visited {
color: #000;
text-decoration: underline;
}
a img {
border : none;
text-decoration : none;
}

/* -------------------- container -------------------- */

#top, .hide, .no-print {
display : none;
}
#content {
width : 99%;
}
#right {
display : none;
}

