* { padding: 0; margin: 0; }

html, body {
	font-size: 12px;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	color: #333333;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(/images/bg-splash.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.outside {
	height: auto;
	min-height: 100%;
	position: relative;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#header {
	width: 980px;
	height: 110px;
	padding-right: 10px;
	padding-left: 10px;
}
#top-add {
	width: 1000px;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content {
	min-height: 400px;
	width: 980px;
	padding-bottom: 260px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;

}


#leftcolumn {
	width: 635px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#leftcolumn-media {
	width: 980px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#rightcolumn {
	float: right;
	width: 330px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#footer {
	clear:both;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	margin: 0px;
	color: #FFFFFF;
	height: 260px;
	border-top-width: 5px;
	border-top-style: solid;
	
}

.footer-inside {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
}
.nav-outer {
	float: right;
	clear: right;
	height: 33px;
	width: 685px;
	margin-top: 40px;
	position: relative;
	z-index: 80;
}
.search-box {
	float: left;
	clear: right;
	height: 26px;
	width: 320px;
	margin-bottom: 10px;
	background-image: url(../images/search-div-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #666666;
}

.search-field {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 0px none #FFFFFF;
	width: 225px;
	font-size: 14px;
	color: #666666;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.search-button:link, .search-button:visited {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
	width: 70px;
	text-align: center;
	margin-top: 1px;
	font-size: 13px;
	margin-right: 1px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

#submit-element input {
	display: block;
	line-height: 16px;
	letter-spacing: 0px;
	word-spacing: 0px;
	width: 80px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#submit-element input:hover {
	color: #666666;
}
.search-button:hover  {
	
	text-decoration: none;
}



.logo {
	float: left;
	height: 115px;
	width: 295px;
	margin-top: 0px;
	vertical-align: bottom;
	position: absolute;
}
.logo img {
	position: absolute;
	top: 0;
}

.fixedheadtop {
	position: absolute;
	top: 0px;
	display: block;
	height: 40px;
	width: 100%;
}
.fixedheadmid {
	position: absolute;
	top: 40px;
	display: block;
	height: 28px;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.fixedheadbot {
	position: absolute;
	top: 72px;
	display: block;
	height: 211px;
	width: 100%;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#sub .fixedheadbot {height: 48px}


.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;


}



.clearfix {


	display: inline-block;


	}

html[xmlns] .clearfix {

	display: block;


	}


* html .clearfix {

	height: 1%;

	}

h1 {
	font-size: 17px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 1px;
	display: block;
	line-height: 22px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}


h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}

h4, h5 {padding-left: 10px;}

p {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
}
strong {
	font-weight: bold;
}

li {
	margin-left: 25px;
	list-style-type: square;
}

a:link, a:visited {

	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
img { border: 0;}
	
	
.float-left{
float:left;
}
.float-right{
float:right;
}


#navcontainer ul
{
	margin-left: 1px;
	color: #333333;
	float: left;
	width: 100%;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	line-height: 20px;
}

#navcontainer ul li {
	list-style-type:none;
	float: right;
	margin-left: 0px;
}

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	float: left;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-image: url(../images/light-trans.png);
	background-repeat: repeat;
}



.left-footer {
	float: left;
	width: 305px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mid-footer {
	float: left;
	width: 305px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding: 10px;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right-footer {
	width: 305px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DFDFDF;
	float: left;
	padding: 10px;
	height: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right-footer a:hover, .mid-footer a:hover, .left-footer a:hover  {
	color: #FFFFFF;
}
.solid-link:link, .solid-link:visited   {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
}

.solid-link:hover {
	color: #020202;
	text-decoration: none;
}


/*Rotator Glidy CSS*/

.rotate-left-but {
	position: relative;
	z-index: 70;
	left: -17px;
	margin-top: -179px;
	float: left;
}
.rotate-right-but {
	position: relative;
	z-index: 70;
	margin-top: -179px;
	right: -19px;
	float: right;
}
.rotate-content {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	height: 300px;
	position: static;
	clear: both;
}

.search-result-link {}

.search-result-summary {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #333333;

}
.search-result-link {
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 10px;
}
.search-result-more-info {
	margin-top: 10px;
}
.nav-outer-sub {
	float: right;
	clear: right;
	height: 33px;
	width: 730px;
	margin-top: 2px;
}


#navcontainer-sub ul
{
	margin-left: 1px;
	color: #333333;
	float: left;
	width: 100%;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	line-height: 17px;
}

#navcontainer-sub ul li {
	list-style-type:none;
	float: right;
	margin-left: 0px;
}

#navcontainer-sub ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	float: left;
	
}

#navcontainer-sub ul li a:hover
{
	color: #FFFFFF;
	background-image: url(../images/light-trans.png);
	background-repeat: repeat;
}


.calendar-outer {
	min-height: 170px;
	display: block;
}
.date-box {
	background-image: url(../images/calendar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	width: 130px;
	height: 120px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	cursor: pointer;
	padding-top: 20px;
}
.first-day {
	float: left;
	width: 147px;
	height: 140px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;

}
.second-day {
	float: left;
	width: 147px;
	height: 140px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
}
.third-day {
	float: left;
	width: 147px;
	height: 140px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
}

.today-date {
	font-size: 40px;
	height: 50px;
	width: 50px;
	padding-top: 45px;
	padding-left: 33px;
	padding-bottom: 5px;
	text-align: center;
	display: block;
}
.link-to-calendar {
	padding-left: 5px;
	font-size: 11px;
	text-transform: uppercase;
}
.calendar-content {
	font-size: 10px;
}

.calendar-content li a {
	font-weight: normal;
}
.calendar-content li {
	list-style-image: url(../images/arrow.jpg);
	list-style-type: none;
	margin-left: 16px;
	margin-bottom: 3px;
	margin-top: 3px;
	border-bottom: 1px solid #f9f9f9;
}
.calendar-two-week-li {
	list-style-image: url(../images/arrow.jpg);
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

.calendar-two-week-li:hover {
	background-color: #F3F3F3;
}

li.calendar-week-li {
	list-style-image: url(../images/arrow.jpg);
	list-style-type: none;
	margin-left: 25px;
	line-height: 15px;
}


.today {
	background-image: url(../images/date-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.tomorrow {
	background-image: url(../images/date-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.tomorrow a:link, .tomorrow a:visited {
	color: #333333;
}


.main-promo {
	padding: 10px;
	width: 613px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	height: 280px;
	float: left;
}

.sub-promos {
	 float: right;
	width: 346px;
	font-size: 12px;
	line-height: 16px;
}

.top-sub-promo {
	height: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-position: right -8px;
	padding-top: 5px;
}

.bottom-sub-promo {
	height: 140px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-position: right top;
	padding-top: 5px;
}

.sub-promo-content {
	width: 175px;
	padding-left: 15px;
}

.top-sub-promo h2, .bottom-sub-promo h2, .bottom-sub-promo h2 a:hover, .top-sub-promo h2 a:hover  {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
	text-decoration: none;
}


.main-promo-text {
	height: 280px;
	padding-right: 20px;
	padding-left: 20px;
}
.main-promo-text h2 {
	font-size: 28px;
	font-weight: 900;
	float: left;
	line-height: 27px;
	background-image: url(../images/png-transp.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 12px;
	margin-bottom: 9px;
}

.main-promo-text h2 a:link, .main-promo-text h2 a:visited {
	color: #ED008C;
	text-decoration: none;	
}
.main-promo-text h2 a:hover {
	color: #333333
	}

.main-promo-text p {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	color: #ED008C;
}

.main-promo-more-info-but {
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	left: 520px;
	bottom: 15px;
	padding: 10px;
}

.calender-week-container {
	padding: 5px;
	float: left;
	width: 234px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #343434;
	height: 142px;
	border-bottom-style: dotted;
	border-bottom-color: #343434;
	border-bottom-width: 1px;
}
.calendar-week-thumbnail {}
.calender-two-week-more-info a.solid-link {
	margin-right: 0px;
	
}
.calender-two-week-container {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	min-height: 70px;
	padding-bottom: 10px;
}

.calendar-two-week-date {
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: opx;
	color: #ED008C;
}

.calendar-two-week-number {
	float: left;
	width: 50px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
	background-color: #ED008C;
}

.calendar-two-week-number a:link, .calendar-two-week-number a:visited {
	color: #FFFFFF;
}
.calendar-week-content {
	font-size: 11px;
}

.calendar-week-date {
	background-image: url(../images/date-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.calendar-top {
	background-color: #FFFFFF;
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	height: 306px;
	position: static;
	clear: both;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #343434;
	border-left-color: #343434;
}

.calendar-two-week-number-span {
	font-size: 12px;
	font-weight: bold;
}
.calendar-two-week-month-span {
	font-size: 22px;
	font-weight: bold;
}
.calendar-two-week-date-content-wrapper {
	float: right;
	text-align: left;
	width: 560px;
}

.calendar-week-event-title {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.container { width:980px; height:300px; overflow:hidden; position:relative; }
.slides { position:absolute; top:0; left:0; }
.slides span { position:absolute; top:0; width:980px; display:none; }

.blog-entry-preview-wrap {
	float: left;
	width: 500px;
}
.feature-listing-wrap {
	float: left;
	width: 500px;
}

.blog-entry-preview-container, .featured-listing-container, .event-listing-entry-container, .results-container {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 10px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 10px;
}

.blog-single-container {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.feature-listing-content {
}

.right-plugin-container {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:  dotted;	
}
#sub #rightcolumn {
	margin-top: 20px;
}

.right-plugin-container h2 {
	font-size: 15px;
	padding-top: 5px;
}
.right-plugin-container h1 {
	font-size: 14px;
	margin-top: 5px;
	padding-top: 0px;
}

.event-image-map-container {
	height: 300px;
	width: 633px;
	border: 1px solid #3A3A3A;
	position: relative;
	background-color: #FFFFFF;
}

.event-image {
	float: left;
	width: 449px;
	height: 300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3A3A3A;
}

.event-map {
	float: left;
	width: 182px;
	height: 300px;
	overflow: hidden;
}

.content-left-column {
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.content-right-column {
	float: left;
	width: 465px;
	margin-bottom: 20px;
}

.event-dates-container {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
.event-date-time {
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC0000;
	font-size: 13px;
}

.share-buttons-wrap {
	margin-bottom: 20px;
}

.event-date-title {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

.event-overlay {
	background-image: url(../images/map-overlay.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 90;
	height: 300px;
	width: 183px;
	left: 0px;
	top: 0px;
}

#expand-map:link, #expand-map:visited {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 45px;
}


.media-gallery-leftcolumn {
	float: left;
	width: 230px;
	margin-left: 10px;
}
.media-gallery-rightcolumn {
	float: left;
	width: 705px;
	padding-left: 35px;
}

.media-gallery-rightcolumn h1 {
	margin-bottom: 0;
}
.media-gallery-item-container {
	padding: 5px;
	float: left;
	width: 130px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #929292;
	border-bottom-color: #7C7C7C;
	position: relative;
	background-color:#FFFFFF;
}
.media-gallery-item-container img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #AAAAAA;
}

/*Gecko edits*/

.floating-edit-container {
	position: fixed;
	height: 28px;
	z-index: 90;
	top: 0px;
	right: 0px;
	background-image: url(../images/gecko-buttons.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 55px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-position: right center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #545454;
	border-left-color: #545454;
}

.floating-edit-container a:link, .floating-edit-container a:visited {
	background-image: url(../images/admin/button-bg1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	border: 1px solid #cfd343;
	text-align: center;
	display: block;
	color: #000000;
	float: left;
	margin-bottom: 4px;
}

.edit-content a:link, .edit-content a:visited {
	background-image: url(../images/admin/button-bg1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	border: 1px solid #cfd343;
	text-align: center;
	color: #000000;
	margin-bottom: 4px;
	z-index: 15;
}

.edit-content a:hover, .floating-edit-container a:hover {
	color: #cfd343;
	text-decoration: none;
	background-image: url(../images/admin/button-bg2.png);
	background-repeat: repeat-x;
	background-position: left top; 
}

/*End Gecko edits*/
.navigation-column-span {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
}

.navigation-column-span li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	list-style-position: outside;
}

.navigation-column-span li a {
	margin-left: 0;
	padding-left: 0;
 }

.media-gallery-search-input {
	padding: 4px;
	margin-bottom: 3px;
	border: 1px solid #7B7B7B;
	width: 215px;
	background-image: url(../images/search-div-bg.png);
	background-repeat: no-repeat;
}
.media-gallery-tag-container h2, .event-tags h2 {
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#submit-label, #email-label, #name-label{
	height: 0px;
}

.Zend_Tag_Cloud {
	margin-right: 5px;
	margin-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	display:inline-block;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

.Zend_Tag_Cloud:after {
	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;
	}
html[xmlns] .Zend_Tag_Cloud {

	display: block;


	}


* html .Zend_Tag_Cloud {

	height: 1%;

	}
	

.Zend_Tag_Cloud li, .Zend_Tag_Cloud li a {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 22px;
	float: left;
}

.media-gallery-item-title {
	font-size: 10px;
	text-align: left;
	width: 100px;
	float: left;
	text-transform: uppercase;
	margin-left: 5px;
	height: 40px;
	line-height: 16px;
}
.media-gallery-press-package {
	position: absolute;
	top: 37px;
	right: 8px;
}

.media-gallery-press-package img {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pagination {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 8px;
	padding-bottom: 8px;
}
.pagination a {
	padding: 3px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
}

.blog-content {
}

.blog-single-thumbnail {
	padding-bottom: 20px;
	padding-left: 20px;
}

.blog-entry-preview-container:hover, .featured-listing-container:hover, .event-listing-entry-container:hover, results-container:hover {
	background-image: url(../images/subject-rollover.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.promo-plugin-container-odd {
	float: left;
	padding-right: 37px;
	border-right-width: 1px;
	border-right-style: dotted;
	padding-left: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
}

.promo-plugin-container-even {
	float: left;
	padding-left: 45px;
	border-right-width: 0px;
	border-right-style: none;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
}

.promo-plugin-title {
	font-weight: bold;
	text-transform: uppercase;
}

.calender-one-week-not-found {
	text-align: center;
}

.social-links img {
	padding-right: 7px;
}

#name, #email  {
	padding: 5px;
	margin-bottom: 3px;
	border: 1px solid #666666;
	width: 176px;
	background-image: url(../images/search-div-bg.png);
	background-repeat: no-repeat;
	color: #666666;
}

#submit-element {
	float: right;
	padding: 4px;
}

#email-element, #name-element {
	float: left;
}

.register-form-plugin-container h2 {
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.register-form-plugin-container p {
	font-size: 12px;
}

.location-buttons {
	float: right;
}

.location-buttons a:link, .location-buttons a:visited  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}


.event-date-location-content {
	float: left;
	width: 230px;
	padding-left: 5px;
}

.promo-plugin-title a:link, .promo-plugin-title a:visited {
	font-size: 10px;
	color: #292929;
}

.location-address, .event-description, .location-transport-links {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-top: 5px;
}

.feature-listing-moreinfo-link, .events-listing-moreinfo-button, .location-more-buttons div, .location-buttons div {
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.feature-listing-moreinfo-link, .events-listing-moreinfo-button {
	margin-top: 15px
}

.feature-listing-moreinfo-link a:link, .feature-listing-moreinfo-link a:visited, 
.events-listing-moreinfo-button a:link, .events-listing-moreinfo-button a:visited {
	margin: 0px;
}

.blog-snippet-content {
	font-size: 12px;
}

.event-description p, .right-plugin-container p {
	padding-left: 0px;
}

.blog-single-image {
	border: 1px solid #666666;
	height: 300px;
	margin-bottom: 20px;	
}

.event-listing-entry-description {
	width: 500px;
}

.event-listing-entry-name {
	width: 350px;
}

.event-listing-entry-date-price {
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.calendar-two-week-title {
	font-weight: bold;
}
.eight-day-more-button {float: right;}
.eight-day-more-button a:link, .eight-day-more-button a:visited {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.map-bubble-title {
	font-weight: bold;
	text-transform: uppercase;
}

.map-bubble-content {
	font-size: 11px;
}

.sub-title-hieght {
	height: 36px;
	overflow: hidden;
}


.left-event-location {
	margin-bottom: 15px;
}

.results-intro {
	font-weight: bold;
}
.promo-text-wrap {
    background-image: url("/images/85-trans.png");
    background-position: left top;
    background-repeat: repeat;
    padding: 5px;
    
}
