@charset "utf-8";
/* CSS Document */

/* HEADER */
#header {
	position: relative;
	width: 953px;
	height: 75px;
	overflow: hidden;
	margin: 0 auto;
	padding: 3px 0;
	border: 1px solid #000;
	border-top: 0;
	border-bottom: 0;
	text-align: center;
	z-index: 5;
}
	.intro #header {
		height: 377px;
	}
#header .logo {
	position: relative;
	float: left;
	clear: none;
	margin: 5px 0 10px 10px;
	padding: 0;
}
#header p {
	right: 10px;
	color: #666;
}
#header p#tag {
	position: absolute;
	top: 28px;
	font-size: 1.4em;
	font-weight: bold;
}
#header p#mission {
	position: absolute;
	top: 46px;
	font-size: 1.1em;
}
#header dl.features {
	position: absolute;
	width: 933px;
	height: 300px;
	top: 80px;
	left: 10px;
	margin: 0;
	padding: 0;
	z-index: 6;
}
	#header dl.features dt {
		position: absolute;
		width: 933px;
		height: 300px;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		z-index: 5;
		display: none;
	}
	#header dl.features dd {
		position: absolute;
		width: 713px;
		bottom: 0;
		left: 0;
		margin: 0;
		padding: 5px 10px 5px 210px;
		font-size: 0.75em;
		line-height: 0.8;
		text-align: right;
		background: white;
		z-index: 10;
		opacity: 0.9;
		-moz-opacity: 0.9; 
		filter: alpha(opacity=90);
		display: none;
	}
	#header dl.features dd p {
		margin: 0;
		padding: 0;
		color: #000;
		opacity: 1.0;
		-moz-opacity: 1.0;
		filter: alpha(opacity=100);
	}
	#header dl.features dt.first, #header dl.features dd.first {
		display: inline;
	}

/* PEELBACK */
div#peelback {
	position: absolute;
	width: 100px;
	height: 108px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 10;
	margin: 0;
	padding: 0;
}
div#peelback img {
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0;
}
div#peelback p {
	position: absolute;
	width: 70px;
	overflow: hidden;
	top: 3px;
	left: 25px;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 1.2em;
	line-height: 1.1;
	text-align: right;
}
div#peelback a, div#peelback a:link, div#peelback a:visited, div#peelback a:hover, div#peelback a:focus {
	text-decoration: none;
	color: black;
}
div#peelback a:hover, div#peelback a:focus {
	color: #C41230;
	text-decoration: underline;
}

/* EVENTS */
.event-time,
.event-location {
	margin: 2px 0 0;
	font-size: 1.2em;
	line-height: 1.2;
	font-style: italic;
	color: #666;
}
    body.intro .event-time,
    body.intro .event-location {
        font-size: 1.3em;
    }
p.events-none {
    line-height: 1.2;
    font-style: italic;
    color: #AAA;
}
ol.promotions,
div.promotions {
    display: block;
    overflow: hidden;
    margin: 10px -10px 0;
    padding: 0;
    border-left: none;
    border-right: none;
    font-size: 1.0em;
}
    body.intro ol.promotions,
    div.promotions {
        margin: 0 -6px;
        padding: 0 6px 10px;
        background-color: #F4F2F1;
        border: none;
    }
ol.promotions li.item {
    width: 430px;
    display: block;
    margin: 0;
    padding: 10px;
    font-size: 1.2em;
    list-style: none;
}
    div.promotions li {
        width: auto;
        float: none;
        clear: none;
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.0em;
        list-style: disc;
        list-style-position: outside;
    }
ol.promotions li.item h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.5em;
    line-height: 1.2;
    color: #C41230;
}
ol.promotions li.item p {
    margin-top: 4px;
    font-size: 1.2em;
    line-height: 1.3;
}

/* IMAGES */
dl.images.right {
    float: right;
    margin: 0 0 15px 15px;
}
dl.images p {
    font-size: 1.4em;
    line-height: 1.2;
}
dl.images.inline {
    width: 195px;
}


/* QUOTES */
p.quote {
	border-top: 1px solid #333;
	font-size: 1.35em;
	font-style: italic;
	color: #333;
	margin: 15px 0 0 0;
	padding: 10px 0 5px 0;
}
p.quote.standalone {
	border-bottom: 1px solid #333;
	margin: 15px 0;
	padding: 10px 0;
}
p.quote.train {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
p.quote.attribute {
	border-top: none;
	border-bottom: 1px solid #333;
	text-align: right;
	font-size: 1.25em;
	color: #666;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

/* BUTTONS */
a.button, a.button:link, a.button:visited, a.button:hover, a.button:focus {
	position: relative;
	width: 195px;
	display: block;
	margin: 5px 0;
	padding: 5px 3px;
	background-color: #C41230;
	color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
a.button:hover, a.button:focus {
	background-color: #C41230;
	background-image: none;
	text-decoration: underline;
}
a.button.small {
	width: 75px;
}
input {
	margin: 5px 0;
}

/* EMBEDDED VIDEO */
ul.video {
    margin: 0;
    padding: 0;
}
ul.video li.feature {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.video embed.video {
    background-color: #CCC;
}
ul.video li p {
    margin: 0;
    font-size: 0.8em;
}

/* NEWSLETTER  */
.features #newsletter-signup {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#upcoming-events h3 {
	margin-top: 5px;
	margin-bottom: 0;
}
#upcoming-events .event-time,
#upcoming-events .event-location,
#upcoming-events .event-content {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.1;
}
.error {
	font-weight: bold;
	color: #C41230;
}

/* NAVS (SUB) */
ul#nav-atc {
	position: relative;
	width: 195px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #C41230;
}
ul#nav-atc li {
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #FFF;
	list-style-position: inside;
	list-style-image: url('/media/atc-nav-li.png');
}
ul#nav-atc li a, 
ul#nav-atc li a:link, 
ul#nav-atc li a:active, 
ul#nav-atc li a:visited, 
ul#nav-atc li a:hover,
ul#nav-atc li a:focus {	
	margin: 0;
	padding: 0;
	color: #FFF;
	text-decoration: none;
}
ul#nav-atc li a:hover,
ul#nav-atc li a:focus {
	text-decoration: underline;
}

/* GOOGLE MAP */
iframe#google-map {
    display: none;
}
body.enhanced iframe#google-map {
    display: block;
}

/* SCROLLABLE TABLE */
/* BROWSERS _NOT_ SUPPORTING SCROLLABLE TBODY (SCROLLABLE TBODY KEEPS THEAD VISIBLE WHEN SCROLLING) */
.scrollable-table-container {
   width: 425px;
   height: 500px;
   margin-top: 10px;
   overflow-x: hidden;
   overflow-y: scroll;
   border: 1px solid #CCC;
}
    body.enhanced .scrollable-table-container {
        height: 240px;
    }
.scrollable-table-container table.scrollable {
   width: 410px;
   margin-top: 0;
   border: none;
}
/* BROWSERS SUPPORTING SCROLLABLE TBODY (CONTINUES THROUGHOUT SECTION) */
html>/**/body .scrollable-table-container {
    width: auto;
    height: auto;
    overflow: hidden;
    border: none;
}
html>/**/body .scrollable-table-container table.scrollable {
    width: 425px;
    border: 1px solid #CCC;
}
html>/**/body .scrollable-table-container table.scrollable tbody {
    width: 100%;
    height: 498px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}
    html>/**/body.enhanced .scrollable-table-container table.scrollable tbody {
        height: 205px;
    }
html>/**/body .scrollable-table-container table.scrollable tr {
    width: 100%;
    display: block;
}

/* ACTIVITIES */
table#activities th,
table#activities td {
    padding: 3px 5px;
    font-size: 1.2em;
    line-height: 1.1;
}
    html>/**/body .scrollable-table-container table.scrollable#activities th.town,
    html>/**/body .scrollable-table-container table.scrollable#activities td.town {
        width: 100px;
    }
    html>/**/body .scrollable-table-container table.scrollable#activities th.activity,
    html>/**/body .scrollable-table-container table.scrollable#activities td.activity {
        width: 213px;
    }
    html>/**/body .scrollable-table-container table.scrollable#activities th.count-year {
        width: 86px;
    }
    html>/**/body .scrollable-table-container table.scrollable#activities td.count-year {
        width: 71px;
    }
table#activities td {
    border-bottom: 1px solid #CCC;
}
table#activities td .year {
    font-size: 0.8em;
}

/* GOOGLE MAPS JAVASCRIPT API V3 */
#map-activities {
    margin-top: 10px;
}
#map-activities-select,
#map-activities {
    display: none;
}
body.enhanced #map-activities-select,
body.enhanced #map-activities {
    display: block;
}
#map-activities-select .selected {
    font-size: 1.3em;
    font-weight: bold;
}
#map-activities h3 {
    margin: 0;
    font-size: 1.6em;
    color: #C41230;
}
#map-activities ul {
    margin: 5px 0 0;
    font-size: 1.4em;
}
#map-activities li {
    font-size: 1.0em;
    list-style: none;
}
#map-activities .count {
    font-size: 0.8em;
    color: #666;
}

/* BIG EVENTS */
#big-event #content {
    border-right: none;
}
#big-event #content h1 {
    font-size: 4.0em;
}
#big-event #content small {
    font-size: 0.8em;
}
#big-event #content p.meta {
    font-style: italic;
    color: #444;
}
    #big-event #content p.meta.date {
        height: 70px;
        padding-left: 70px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    #big-event #content p.meta.date-03-27 {
        background-image: url('/images/dates/date-03-27-60x70.jpg');
    }
    #big-event #content p.meta.date-04-11 {
        background-image: url('/images/dates/date-04-11-60x70.jpg');
    }
#big-event .features dt,
#big-event .features dd {
    text-align: right;
}
#big-event.spring-tasting h1 {
    width: 350px;
    height: 93px;
    display: block;
    margin-bottom: 12px;
    background: transparent url('/media/spring-tasting/spring-tasting-350x93.jpg') no-repeat 0 0;
    text-indent: -999em;
}
#big-event.spring-tasting ul.features {
    padding-top: 810px;
    background: transparent url('/media/spring-tasting/wine-glass-350x788.jpg') no-repeat center 0;
}