/* *******************************************  Client Website  ******************************************* */  

/*
Color Key:

body bg grey - #888888
blue buttons - #15678D

*/

@import url("/_common/css/meyer_reset.css");

/* Separate base html elements into another file so that it can be used w/in tinymce
to provide a consistent experience editing & viewing */
@import url("/_common/css/html_elements.css");


/* HTML content entered via cms 
@import url('/_common/css/cms_html.css'); */
#flash {
	width:934px;
	height:427px;
	margin:0 auto 8px auto;
}

#wrapper,#wrapper_top,#wrapper_bottom { 
	margin: 0 auto;
	width:970px;
}
#wrapper_top { 
	height:24px;
}
#wrapper_bottom { 
	height:60px;
}
#wrapper { background:url(/_common/img/bg/shadow.png) repeat-y top left; }
#wrapper_top { background:url(/_common/img/bg/shadow_top.png) no-repeat top left; margin-top:4px; }
#wrapper_bottom { background:url(/_common/img/bg/shadow_bottom.png) no-repeat top left; }

#container { 
	margin: 0 auto;
	width: 958px;
}


/* *******************************************  General   ******************************************* */ 
.expanded {
	display:block;
}
.collapsed {
	display:none;
}
.clr { clear: both; }
.pagebreak {
	margin: 3px 0; 
	padding: 0;
	width: 100%;
	height: 20px;
	background: url("/_common/img/linebreak.gif") no-repeat left center;
}
.bullet { 
	padding: 5px 15px 5px 0;
	color: #060838;
	font-weight: bold;
	text-decoration: none;
	background: url("/_common/img/icon-bullet.gif") no-repeat right center; 
}
a.bullet:hover { text-decoration: underline; }

/* ---------- generic table styling ---------- */

.generic-table {
	margin: 0; padding: 0;
}
.generic-table th, .generic-table td {
	padding: 5px 5px 0 0;
	vertical-align: top;
	font-size: 13px;
	line-height: 13px;
	width: 20%;
}
.generic-table td.check-box-text {
	padding: 5px 5px 0 0;
	vertical-align: top;
	line-height: 13px;
}
.generic-table td.check-box-text p { /* text in size/wrapping for checkboxes */
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	width: 300px;
}
.generic-table td b {
	padding-right: 5px;
}
.generic-table td span {
	font-size: 13px;
}
.generic-table td input {
	font-size: 9px; 
	color: #333; 
	background:#fff; 
	border: 1px solid #ccc; 
	font-weight: normal;
}

/* ---------- generic form alignment ---------- */

.form-alignment {
	position: relative;
	left: 16px;
}


/* *******************************************  Header   ******************************************* */ 

#header { 
	margin: 0 auto; 
	position: relative;
	width: 958px;
	height:136px !important;
}
#header.marketingHeader { 
	height:85px !important;
}

#logo {
	position: absolute;
	left: 32px; 
	top: 4px;
}
#logo a {
	width: 273px;
	height: 66px;
	display: block;
	background:url(/_common/img/logo.gif);
}
#logo a strong {
	display:none;
}

/* ---------- sub navigation ---------- */
#header ul#sub-nav {
	float:right;
	margin: 30px 20px 0 280px;
	padding:0;
	list-style:none;
	font-size: 1.2em;
	clear: both;
}
#header ul#sub-nav li {
	margin:0;
	padding:0 0 0 1em;
	float: left;
	list-style:none;
}
#header ul#sub-nav li a {
	color:#989898;
	text-decoration:none;
}
#header ul#sub-nav li a:hover {
	text-decoration:underline;
}


/* *******************************************  Main Navigation  ******************************************* */  

#header ul#main-nav { 
	position: absolute;
	top:87px;
	left:10px;
	width: 936px; 
	height: 43px;
}
#header ul#main-nav li { 
	margin:0;
	padding:0;
	float: left;
	list-style:none;
	height: 43px;
}
#header ul#main-nav li a {
	height: 43px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
#header ul#main-nav li a em {
	display: none;
}
#header ul#main-nav li a:hover,#header ul#main-nav li a.on { background-position: bottom left; }
#header ul#main-nav li a#mountain {
	width: 130px;
	background-image: url(/_common/img/nav/mountain.png);
}
#header ul#main-nav li a#tickets-passes {
	width: 150px;
	background-image: url(/_common/img/nav/tickets-passes.png);
}
#header ul#main-nav li a#equipment {
	width: 106px;
	background-image: url(/_common/img/nav/equipment.png);
}
#header ul#main-nav li a#lessons {
	width: 90px;
	background-image: url(/_common/img/nav/lessons.png);
}
#header ul#main-nav li a#lodging {
	width: 90px;
	background-image: url(/_common/img/nav/lodging.png);
}
#header ul#main-nav li a#groups {
	width: 85px;
	background-image: url(/_common/img/nav/groups.png);
}
#header ul#main-nav li a#news {
	width: 135px;
	background-image: url(/_common/img/nav/news.png);
}
#header ul#main-nav li a#about {
	width: 150px;
	background-image: url(/_common/img/nav/about.png);
}
body#summerSite #header ul#main-nav li a#golf {
	width: 97px;
	background-image: url(/_common/img/nav_summer/golf.png);
}
body#summerSite #header ul#main-nav li a#paintball {
	width: 114px;
	background-image: url(/_common/img/nav_summer/paintball.png);
}
body#summerSite #header ul#main-nav li a#sky-ride {
	width: 102px;
	background-image: url(/_common/img/nav_summer/sky-ride.png);
}
body#summerSite #header ul#main-nav li a#adventure-park {
	width: 157px;
	background-image: url(/_common/img/nav_summer/adventure-park.png);
}
body#summerSite #header ul#main-nav li a#lodging {
	width: 107px;
	background-image: url(/_common/img/nav_summer/lodging.png);
}
body#summerSite #header ul#main-nav li a#groups {
	width: 194px;
	background-image: url(/_common/img/nav_summer/groups.png);
}
body#summerSite #header ul#main-nav li a#weddings {
	width: 131px;
	background-image: url(/_common/img/nav_summer/weddings.png);
}
body#summerSite #header ul#main-nav li a#dining {
	width: 93px;
	background-image: url(/_common/img/nav_summer/dining.png);
}
body#summerSite #header ul#main-nav li a#about {
	width: 186px;
	background-image: url(/_common/img/nav_summer/about.png);
}
/* *******************************************  Sidebar   ******************************************* */ 

#sidebar {
	padding: 0;
	margin:0 12px;
	width: 290px;
	float: left;
}
#sidebar h1 {
	width:inherit;
	height:53px;
	background:url(/_common/img/categories/line_dotted.gif) no-repeat bottom left;
	margin:0 0 19px 0;
}
#sidebar h1 a {
	margin:15px 0 0 8px;
	padding:0;
	display:block;
	width:250px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#sidebar h1 a strong {
	display:none;
}
#sidebar h1#mountainCat a { background-image:url(/_common/img/categories/titles/mountain.gif); }
#sidebar h1#tickets-passesCat a { background-image:url(/_common/img/categories/titles/tickets-passes.gif); }
#sidebar h1#equipmentCat a { background-image:url(/_common/img/categories/titles/equipment.gif); }
#sidebar h1#lessonsCat a { background-image:url(/_common/img/categories/titles/lessons.gif); }
#sidebar h1#lodgingCat a { background-image:url(/_common/img/categories/titles/lodging.gif); }
#sidebar h1#groupsCat a { background-image:url(/_common/img/categories/titles/groups.gif); }
#sidebar h1#newsCat a { background-image:url(/_common/img/categories/titles/news.gif); }
#sidebar h1#aboutCat a { background-image:url(/_common/img/categories/titles/about.gif); }
#sidebar h1#golfCat a { background-image:url(/_common/img/categories/titles/golf.gif); }
#sidebar h1#paintballCat a { background-image:url(/_common/img/categories/titles/paintball.gif); }
#sidebar h1#sky-rideCat a { background-image:url(/_common/img/categories/titles/sky-ride.gif); }
#sidebar h1#adventure-parkCat a { background-image:url(/_common/img/categories/titles/adventure-park.gif); }
#sidebar h1#weddingsCat a { background-image:url(/_common/img/categories/titles/weddings.gif); }


ul#sidenav1 {
	float:left;
	width: 140px;
}
ul#sidenav2 {
	float:right;
	width: 150px;
}
ul#sidenav1 li,ul#sidenav2 li {
	padding-left: 10px;
	font-size: 1.2em;
	font-weight:bold;
	list-style-type: none;
}
ul#sidenav1 li a,ul#sidenav2 li a { 
	padding: 4px 0;
	display: block;  
	color: #464648;  
	text-decoration: none;
}
ul#sidenav1 li a:hover,ul#sidenav2 li a:hover,ul#sidenav1 li a.on,ul#sidenav2 li a.on { text-decoration: underline; }

/* ---------- secondary ---------- */

ul#sidenav1 li ul, ul#sidenav2 li ul { 
	padding: 0;
}
ul#sidenav1 li ul li,ul#sidenav2 li ul li {
	font-size: 1em;
	font-weight:normal;
	line-height:1.2em;
	padding-bottom:.5em;
}
ul#sidenav1 li ul li a,ul#sidenav2 li ul li a {
	padding: 0 0 4px 0;
	color: #053972;
}
ul#sidenav1 li ul li a.on,ul#sidenav2 li ul li a.on  {
	text-decoration: underline;
}

/* ---------- callouts ---------- */

.callouts {
	background:url(/_common/img/categories/line_dotted.gif) no-repeat top left;
	margin: 15px 0 0 0; 
	padding: 20px 10px 10px 10px;
	width: 270px;
	color:#000;
	font-size:1.2em;
}
.callouts img {
	float:left;
	margin:0 12px 6px 0;
}
.callouts a {
	text-decoration:underline;
}
.callouts a:hover {
	background-color:#dfdfdf;
}
.callouts h2 {
	color:#464648;
	font-size:1.2em;
	font-weight:bold;
}
.callouts h2.textCallout {
	font-size:2.2em;
	font-weight:normal;
	line-height:1.3;
}

/* ---------- tips ---------- */

.tips {
	background:url(/_common/img/categories/line_dotted.gif) no-repeat top left;
	margin: 15px 0 0 0; 
	padding: 20px 10px 10px 10px;
	width: 270px;
	color:#000;
	font-size:1.2em;
}
.tips p {
	margin-right:2em;
	text-align:right;
}
.tips a {
	text-decoration:underline;
}
.tips a:hover {
	background-color:#dfdfdf;
}
.tips h2 {
	color:#333;
	font-size:2.2em;
	font-weight:normal;
	line-height:1.1em;
}


/* ---------- weather ---------- */

#weather {
	background:url(/_common/img/categories/line_dotted.gif) no-repeat top left;
	margin: 15px 0 0 0; 
	padding: 20px 10px 10px 10px;
	width: 270px;
	color:#464648;
	font-size:1.2em;
}
#weather h2 {
	color:#464648;
	font-size:1.2em;
	font-weight:bold;
}
#weather h3 {
	color:#464648;
	font-size:1.4em;
}
#weather h3, dl {
	margin-left:130px;
}
#weather dl dt { float:left; }
#weather dl dt.multiLine { float:none; margin:0; padding:0; }

#weather dl dd {
	margin-left:115px;
	font-size:.9em;
}
#weather dl dd.multiLine { margin: 0 0 0 1.8em; padding:0; }
#weather img {
	float:left;
	margin:0 12px 6px 0;
}



/* ---------- inntopia ---------- */

#inntopiaWidget, #rmsSearchModule  {
	background:url(/_common/img/categories/line_dotted.gif) no-repeat top left;
	margin: 15px 0 0 0; 
	padding: 20px 10px 10px 10px;
	width: 270px;
	color:#000;
	font-size:1.2em;
}
#inntopiaWidget h2, #rmsSearchModule h2 {
	color:#464648;
	font-size:1.4em;
	font-weight:bold;
}
#inntopiaWidget p, #rmsSearchModule p {
	padding-bottom:1em;
}

/* *******************************************  Content  ******************************************* */  

#content-wrapper { 
	margin: 0 10px; 
	padding: 0;
	width: 938px;
}
#content {
	width:622px;
	margin:0;
	margin-left:314px;
}
img#main {
	margin: 0;
	padding:0;
}
#contentMain {
	width:571px;
	margin:16px 4px 0 4px;
	padding:20px;
	padding-top:0;
	font-size:1.2em;
	border-top:6px solid #F38F1D;
}
#homeEvents,#homeNews,#homeCallouts {
	padding-bottom:10px;
	border-top-width:6px;
	border-top-style:solid;
}
#homeEvents h2,#homeNews h2,#homeCallouts h2 {
	font-size:1.8em;
	font-weight:normal;
	padding:.5em;
	padding-left:1.1em;
	background: url(/_common/img/bullet.gif) 3px 50% no-repeat;
}
#homeEvents h3,#homeNews h3 {
	font-size:1.3em;
	font-weight:normal;
	line-height:1.4em;
	margin:0;
	margin-bottom:.5em;
}
#homeEvents h3 a,#homeNews h3 a{
	color:#333;
	text-decoration:none;
}
#homeEvents h3 a:hover,#homeNews h3 a:hover {
	text-decoration:underline;
}
#homeEvents p,#homeNews p {
	font-size:1.2em;
}
#homeEvents div,#homeNews div {
	margin: 0 3px;
	padding:20px;
	padding-bottom:0;
	background: url(/_common/img/categories/line_dotted.gif) left top no-repeat;
}
#homeEvents {
	float:left;
	width:301px;
	margin:0 0 0 6px;
	border-top-color:#F38F1D;
}
#homeEvents h2 { color:#F38F1D; }



#homeNews {
	width:302px;
	margin:0 317px 0 318px;
	border-top-color:#98002E;
}
#homeNews h2 { color:#98002E; }


body#summerSite #homeEvents { border-top-color:#008851;}
body#summerSite #homeEvents h2 { color:#008851; }
body#summerSite #homeNews { border-top-color:#006B6E;}
body#summerSite #homeNews h2 { color:#006B6E; }

#homeCallouts {
	float:right;
	width:302px;
	margin:0 6px 0 0;
	border-top-color:#043A71;
}
#homeCallouts h2 { 
	color:#043A71;
	background-image:none;
	padding-left:.5em;
	padding-bottom:.3em;
}
#homeCallouts h2 img { 
vertical-align:text-bottom;
margin:0;
}
#homeCallouts div.callouts h2 { 
	color:#464648;
	font-size:1.5em;
	font-weight:normal;
	padding-left:0;
}
#homeCallouts div.callouts {
	margin: 0 3px;
	padding: 20px 10px 10px 10px;
	background: url(/_common/img/categories/line_dotted.gif) left top no-repeat;
}
#homeCallouts div.callouts a:hover {
	background-color:transparent;
}

/* ---------- quote area ---------- */

#quote {
	margin:16px 4px;; 
	width: 611px;
	padding:22px 20px;
}
#quote p {
	margin: 0; 
	padding: 0;
	font-size: 30px;
}

/* ---------- breadcrumbs ---------- */

#breadcrumb {
	margin: 0 0 13px 0; padding: 5px 0 25px 0;
	width: 640px;
	color: #000;
	background: url("/_common/img/linebreak.gif") no-repeat left bottom;
}
#breadcrumb ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#breadcrumb ul li {
	margin: 0; padding: 0 12px 0 0;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
#breadcrumb ul li a { color: #060838; text-decoration: none; }
#breadcrumb ul li a:hover { text-decoration: underline; }


/* *******************************************  Footer  ******************************************* */  

#footer { 
	margin: 0 auto; 
	padding: 25px 0;
	width: 938px;
	text-align: center;
	color:#fff;
	font-size: 1.2em;
}
#footer .footerNav {
	margin:0 auto;
	padding:0;
	list-style:none;
}
#footer .footerNav li {
	padding:0 10px;
	list-style:none;
	display: inline;
}
#footer .footerNav li a {
	color:#fff;
	text-decoration: none; 
}

#footer .footerNav li a:hover {
	text-decoration:underline;
}


/* default square button  */
a.dbButton { 
	margin: 0; padding: 0 5px 2px 4px;
	background-color: #D00000; 
	font-weight: normal; 
	color: #000; 
	text-decoration: none;  
}
a.dbButton:hover { text-decoration: underline; }


/* HOMEPAGE LOGOS */

#footerHome {
	width:715px;
	height:60px;
	margin:15px auto 10px auto;
	position:relative;
}
#footerHome #logoEnclave em, #footerHome #logoTourism em,#footerHome #logoAdaptive em, #footerHome #logoSany em, #footerHome #logoKidsLids em  {
	display:none;
}
#footerHome #logoAdaptive {
	width:91px;
	height:60px;
	position:absolute;
	top:0;
	left:24px;
	background:url(/_common/img/footer/logo_adaptive.png) 0 0 no-repeat;
}
#footerHome #logoAdaptive a {
	display:block;
	width:91px;
	height:60px;
}
#footerHome #logoEnclave {
	width:181px;
	height:60px;
	position:absolute;
	top:0;
	left:145px;
	background:url(/_common/img/footer/logo_enclave.png) 0 0 no-repeat;
}
#footerHome #logoEnclave a {
	display:block;
	width:181px;
	height:60px;
}
/*#footerHome #logoWindham em {
	display:none;
}
#footerHome #logoWindham {
	width:138px;
	position:relative;
	margin:0 auto;
	background:url(/_common/img/footer/logo_windham.png) 0 0 no-repeat;
}
#footerHome #logoWindham a {
	display:block;
	width:138px;
	height:41px;
}*/
#footerHome #logoTourism {
	width:110px;
	height:60px;
	position:absolute;
	top:0;
	left:356px;
	background:url(/_common/img/footer/logo_tourism.png) 0 0 no-repeat;
}
#footerHome #logoTourism a {
	display:block;
	width:110px;
	height:60px;
}
#footerHome #logoSany {
	width:117px;
	height:60px;
	position:absolute;
	top:0;
	left:499px;
	background:url(/_common/img/footer/logo_sany.png) 0 0 no-repeat;
}
#footerHome #logoSany a {
	display:block;
	width:117px;
	height:60px;
}
#footerHome #logoKidsLids {
	width:55px;
	height:60px;
	position:absolute;
	top:0;
	left:645px;
	background:url(/_common/img/footer/logo_kidslids.png) 0 0 no-repeat;
}
#footerHome #logoKidsLids a {
	display:block;
	width:55px;
	height:60px;
}
#footerHome #logoEnclave:hover, #footerHome #logoTourism:hover,#footerHome #logoAdaptive:hover, #footerHome #logoSany:hover, #footerHome #logoKidsLids:hover  {
	background-position:0 -60px;
}

/* -- social media footer links -- */
#footerSocial {
	width:250px;
	height:34px;
	margin:15px auto 10px auto;
}
#footerSocial em {
	display:none;
}
#footerSocial #logoFacebook {
	width:115px;
	height:34px;
	float:left;
	background:url(/_common/img/footer/logo_facebook.png) 0 0 no-repeat;
}
#footerSocial #logoFacebook a {
	width:115px;
	height:34px;
	display:block;
}
#footerSocial #logoTwitter {
	width:132px;
	height:34px;
	float:right;
	background:url(/_common/img/footer/logo_twitter.png) 0 0 no-repeat;
}
#footerSocial #logoTwitter a {
	width:132px;
	height:34px;
	display:block;
}
#footerSocial #logoTwitter:hover, #footerSocial #logoFacebook:hover  {
	background-position:0 -34px;
}


#seasonLink {
	margin:1em auto 0 auto;
	line-height:2.5em;
}
#seasonLink  a {
	color:#fff;
	text-decoration: none; 
}
#seasonLink a:hover {
	text-decoration:underline;
}
#footerAddress,#footerPhone {
	padding:0;
	line-height:1.5em;
}

#copyright {
	margin:1em auto 0 auto;
}
#proplink {
	margin:.4em auto 1.5em auto;
	font-size:.9em;
}
#proplink a {
	color:#ccc;
	text-decoration:none;
}
#proplink a:hover {
	color:#fff;
	text-decoration:underline;
}

body#summerSite #footer .footerNav li a,body#summerSite #seasonLink  a,body#summerSite #footer {
	color:#043A71;
}
/* *******************************************  Forms  ******************************************* */  

.formField { 
	font-size: 1em; 
	color: #999;
	border: 1px solid #ccc;
}
.formButton { 
	padding: 0 5px 2px 4px;
	font-weight: normal; 
	color: #000; 
	text-decoration: none; 
	font-size: 1.2em;
	background: #ffd82a;
	border: 0; 
	cursor: pointer; 
}
.formText { 
	font-size: .9em; 
	color: #333; 
	font-weight: normal;
	background: #fff; 
	border: 1px solid #ccc; 
}
.radio-field {
	margin-right: 5px;
}
/* *******************************************  SNOCOUNTRY  ******************************************* */  
p.snowcountryTop {
	padding:.5em 0;
	margin-top:.5em;
	text-align:center;
	background:url(/_common/img/categories/line_dotted.gif) repeat-x 0 0;
}
.snocountry-difficulty {
	/* clear:left; */
	padding-top:1em;
}
.snowRow1,.snowRow2 {
	position:relative;
	width:570px;
	margin:2px 0;
	float:left;
}
.snowRow1 { background-color:#eee; overflow:hidden; }
.snowRow2 { background-color:#fff; overflow:hidden; }
.snowRowCol1 {
	float:left;
	padding:2px;
	width:280px;
	margin:0;
}
.snowRowCol2 {
	margin:0 0 0 285px;
	padding:2px;
	width:280px;
}

/* *******************************************  MTN NEWS  ******************************************* */  
/*-----Month / Week Nav-----*/
ul#calendar_tabs {
    margin: 0;
    padding: 0;
    background: url(/_common/img/calendar/horizontal_divider.png) no-repeat bottom left;
	list-style:none;
	padding-top:1.35em;
	padding-bottom:1em;
	line-height:1em;
}

ul#calendar_tabs li {
    margin: 0; 
	padding: 0;
	padding-right:1em;
	list-style:none;
	font-size:1.3em;
	color:#333;
	font-weight:bold;
	display:inline;
}
ul#calendar_tabs li a {
	color:#333;
	text-decoration:none;
}
ul#calendar_tabs li a:hover { text-decoration:underline; }
ul#calendar_tabs li.on a { color:#134679; }

/*-----MONTH CONTROLS-----*/
div#month_controls {
    margin: 1.4em 0 .8em 0;;
    width:inherit;
    overflow: hidden; /* self-clear */
}
a.previous, a.next  {
    width: 22px;
    height: 22px;
	display:block;
	float:left;
}
a.previous { background: url(/_common/img/arrow_prev.gif); }
a.next { background: url(/_common/img/arrow_next.gif); }
div#current_month_name {
    color: #333;
    font-weight:bold; 
	font-size:1.3em;
	float:left;
	margin:.25em .5em;
}

/*-----MONTHLY VIEW-----*/
div#calendar_controls {
    clear: both;
    width: 200px;
    float: left;
}

/* monthly calendar */

ul#event_calendar_monthly {
    width: 190px;
    overflow: hidden; /* self-clear */
}

ul#event_calendar_monthly li {
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 23px;
    height: 20px;
    padding: 6px 0 0 0;
    text-align: center;
    font-size: 1.25em; 
    background: #666;
    color: #939393;
}

ul#event_calendar_monthly li.header {
    font-size: 1em; 
    background: #fff;
    border: 1px solid #fff;
    color:  #666;
}

ul#event_calendar_monthly li.calendar_day {
    border: 1px solid #666;
}

ul#event_calendar_monthly li.in_month {
    color: #fff;
}

ul#event_calendar_monthly li.has_events {
    background: #063972;
    border: 1px solid #063972;
}

ul#event_calendar_monthly li.current_date, ul#event_calendar_monthly li.current_date a {
    background: #fff;
    color: #063972;
}

ul#event_calendar_monthly li.current_date {
    border: 1px solid #063972;
}
ul#event_calendar_monthly li a { text-decoration:none; }
ul#event_calendar_monthly li a:hover { text-decoration:underline; }
ul#event_calendar_monthly a {
    width: 100%;
    text-align: center;
    color: #fff;
}

/* monthly calendar event detail */
div#event_items {
    width: 300px;
    float: left;
    margin-top: 5px;
    padding-left: 5px;
}
div#current_day {
    font-weight:bold;
	font-size:1.2em;
	color:#333;
}
.teaser_looper_item,.event_item  {
    padding: .6em 0 1.1em 0;
	color:#333;
}
.teaser_looper_item h3,.event_item h3 {
    font-weight:bold;
	font-size:1.2em;
}
.teaser_looper_item a,.event_item a { text-decoration:none; color: #043A71;}
.teaser_looper_item a:hover,.event_item a:hover { text-decoration:underline; }
.section_looper_teaser {
	font-size:1em;
}
a.more_link {
	font-size:.9em;
}

/*-----WEEKLY VIEW-----*/
table#weekly_event_items {
    border-collapse: collapse;
    width: 100%;
	color:#333;
}
table#weekly_event_items h3 {
    font-weight:bold;
	font-size:1.2em;
}
table#weekly_event_items tr {
    background: url(/_common/img/calendar/horizontal_divider.png) no-repeat bottom left;
}

table#weekly_event_items th, table#weekly_event_items td {
    padding: 12px 0px;
}
table#weekly_event_items th {
	font-size:1.3em;
    padding-left: 10px;
    width: 100px;
}
table#weekly_event_items th em {
	display:block;
	font-size:12px;
	font-style:italic;
}

/* *******************************************  News  ******************************************* */
.text { 
	margin-bottom: 10px; 
	padding-bottom: 10px;
    background: url(/_common/img/calendar/horizontal_divider.png) no-repeat bottom left;
}
.text p {
    padding: 5px 0;
    width: 420px;
	margin-left:130px;
	font-size:1em;
}
.text a { 
	text-decoration:none;
}
.text a:hover { 
	text-decoration:underline;
}
.read-link {
    font-size:.9em;
}
.text h3 { /* news date */
	font-size:1.2em;
	font-weight:normal;
	width:130px;
    padding: 5px 0;
    float: left;
    color: #666;
}
.text h4 { /* news title */
    position: relative;
    padding: 5px 0;
    width: 420px;
	font-size:1.2em;
    font-weight: bold;
    color: #043A71;
	margin-left:130px;
}
.text h4 a { 
    color: #043A71;
}
/* =playbook resets */
div.playbook a.print-news {
	float: right;
}
div.playbook .text p {
	width: 100%;
	margin-left: 0;
}
div.playbook .text h4 {
	width: 100%;
	margin-left: 0;
}
