
.backing { 
width: auto;
margin: 5px;

height: 100%;
background: #000;
}
.wed { 
text-align: center;
font-size: 2em;


}
.panel {
padding: 5px;
width: auto;
margin:15px;
margin-top: 0;
text-align: left;
border: solid 1px #fff; /*#691821;*/
height: 100%;
background: #000;
color: #fff;
font-weight: normal;
overflow: visible; /*Stupid IE6 Fix. If more than one set of italics is in a paragraph IE6 will wrongly expand the .panel container and the left-column links drop to bottom of page!*/
}
.panel ul { 
margin: 0;
list-style-position: inside; /*keeps list bullets out from underneath right edge of floated left image*/
padding: 0;
}
p {
font-weight: normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#eee;
margin-top: 2px;
line-height: 1.5em;
font-size: 1.2em;
}
.wed p {
font-size: 16px;
line-height: 1.5em;
}
.panel h2 {
color:#fff;
background: #006;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 10px;
font-size: 125%;
text-align: center;
border: solid 1px #fff;
border-width: 1px 0;
}
.wed h2 {background: #000;}
 h3{
 font-size:120%;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #fff;
 margin:0; padding:0;
 margin-bottom: 10px;
}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 120%;
font-weight: bold;
color:#ff9966;
letter-spacing: 0.5pt;
margin: 0;
font-style: italic;
 }
.nobords { 
border-width: 0;
}
.dashed {
border: dashed 1px #fff;
}
.pink {color: pink}
.large {
font-size: 2em;

}
.datepanel {
	padding: 0;
	padding-left: 5px;
	width: auto;
	margin:0 15px;
	border: solid 1px #000;
	text-align: left;
	height: 100%;
	background:#691821;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	
}

em{
color: #eee;
font: italic 600 100% Arial, Helvetica, sans-serif;
}
.coupon { 
border: dashed 3px #eee;
background: #fff;
margin: 10px;
}
.theme {
color: #fff;
background: #000;
font-size: 150%;
text-align: center;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 0;
width: auto;
margin:15px;
}
.theme p {
font-size: 150%;
}
.theme h2 {
color: #fff;

margin: 10px 0;
}

.panel a:link, .panel a:visited {
color:#6699ff;
text-decoration: none;
}
.panel a:hover {
color: #0066ff;
}
.month {
background:#000099;
}

