@charset "UTF-8";
/* CSS Document */

/* GENERAL TEXT */

	BODY, DIV, P, TD, LI, .bigtext, .medtext, .smalltext { 
		color: black;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}

	BODY, DIV, P, TD, LI, .medtext { 
		font-size: 12px;
		}

	.bigtext {
		font-size: 16px;
		}

	.smalltext {
		font-size: 10px;
		}
	
/* LINKS */

	a:link {   
		color:#069;
		text-decoration: none;
		}

	a:visited {   
		color:#069;
		text-decoration: none;
		}

	a:hover  	{
		color:#069;   
		text-decoration: underline;   /* was none */
		}

	IMG.linked {
		border: 1px solid #333366;
		}

	A.leftnav { 
		text-decoration: none; 
		font-size: 12px;
		border-bottom: 0px;
		}
	A.leftnav:HOVER { 
		border-bottom: 0px;
		}

	/* home page image menu */

	a.image_menu:link{   
		color:#fff;
		text-decoration: none;
		}

	a.image_menu:visited {   
		color:#fff;
		text-decoration: none;
		}

	a.image_menu:hover  	{
		color:#F0E68C;   /* EEE8AA - goldenrod */
		text-decoration: none; 
		}

	/* Convio menu */

	.convio_menu {
		color: #FF0000;
		font-weight:bold
	}

	.a.convio_menu {
		color: #FF0000;
		text-decoration:none;
		font-weight:bold
	}

	convio_menu :visited {
		color: #FF0000;
		text-decoration:none;
	   font-weight:bold
	}

	convio_menu:hover {
		color: #FF0000;
		text-decoration:underline;
		font-weight:bold
	}

	a.convio_menu { 
		color: #FF0000;
		text-decoration: none; 
		font-size: 12px;
		border-bottom: 0px;
		}

	a.convio_menu:link{   
		color: #FF0000;
		text-decoration: none;
		}

	a.convio_menu:visited {   
		color: #FF0000;
		text-decoration: none;
		}

	a.convio_menu:hover  	{
		color: #FF0000;
		text-decoration: none; 
		border-bottom: 0px;
		}
		
/* FORMS */
	input, textarea, option, select	{
		font-family: courier;
		font-size: 12px;
		}	

/* HEADERS */

	.newslettername, a.newslettername, .newslettername a, a:visited.newslettername, a:link.newslettername {
		font-family: "Times New Roman", Georgia, Times;
		font-weight: bold;
		font-size: 22px;
		color: white;
		text-decoration: none;
		line-height: 14px;
		}

	a:hover.newslettername {
		color: #eeeeee;
		}
	
	h1  { 
		color: #993300; 
		font-size: 16px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}
		
	h2 { 
		color: #996600; 
		font-size: 14px; 
		font-family: "Times New Roman", Georgia, Times;
		}

	h3  { 
		color: #666633; 
		font-size: 12px; 
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		}

	h4  { 
		color: #666666; 
		font-size: 15px; 
		font-family: "Times New Roman", Georgia, Times;
		}

	h5 {
		font-size: 14px;
		}

	h6 {
		font-size: 12px;
		}	

#pagetitle {
		color: #069; 
		font-size: 23px; 
		font-family: "Times New Roman", Georgia, Times;
		font-style: italic; 

	}

.right h2 {
		color: #cc9; 
		font-size: 18px; 
		font-family: "Times New Roman", Georgia, Times;
		font-style: italic;
        }

/* FEEDBURNER FEED */


.marquee-style {
height: 550px; width:165px;
scrollamount: 1; scrolldelay: 360;
}


.feedburnerFeedBlock img {
width:125px;
height:130px;
float:left; 
}

.feedburnerFeedBlock div {
color:#ffffff
}

.feedburnerFeedBlock ul {
margin:0;
padding:0;
list-style-type: none;
}

.feedburnerFeedBlock ul li {
color: #ffffff;
margin-left:0;
/*padding:5px 0px 5px 0px;*/
padding:0px 0px 0px 0px;
/*border-bottom-width: 1px;
border-bottom-width: 0px;
border-bottom-style: solid;
border-bottom-color: #E0E0E0; */
}

.feedburnerFeedBlock ul li span.headline a {
text-align:center;
text-decoration: none;
display: block;
}

#creditfooter {
display: none;
}

/* trying to remove space between posts */

.feedburnerFeedBlock table {
display: none !important;
}

.feedburnerFeedBlock .footer-outer {
display: none !important;
}

.feedburnerFeedBlock .post-footer {
display: none !important;
}

.feedburnerFeedBlock .navbar {
display: none !important;
}

.feedburnerFeedBlock .body-fauxcolumns {
display: none; !mportant
}

.feedburnerFeedBlock .content-outer {
display: none !important;
margin: 0px;
}

.feedburnerFeedBlock .comments {
display: none !important;
}

.feedburnerFeedBlock .blog-pager {
display: none !important;
}

.feedburnerFeedBlock .main-cap-bottom {
display: none !important;
}

.feedburnerFeedBlock p {
display: none !important;
}
