.main-img-frame {
	background-image: url(../images/backgrounds/main-image-frame.png);
	background-repeat: no-repeat;
	height: 330px;
}
.main-img {
	padding: 35px 0px 0px 20px;
}
.main-img img {
	height: 265px;
	width: 860px;
}

/* h1 is for opening page titles on HOME and CATEGORY landing pages */
h1 {
	float: left;
	width: 300px;
	font-family: "proxima-nova-alt-condensed-1", "proxima-nova-alt-condensed-2", sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 600;
	margin: 0px;
	padding: 0px 15px 20px 15px;
}


/* .main-copy is for copy block to the right of h1 on HOME and CATEGORY landing pages */
.main-copy {
	padding-right: 15px;
	margin-left: 350px;
}


h2 {
	margin: 23px 10px 5px 11px;
	padding: 10px;
	color: #FFF;
	font-family: "museo-1","museo-2",serif;
	font-size: 16px;
	font-weight: 500;	
}
/* titles in all TOPIC boxes */

h2.topic {
	background-image: url(../images/backgrounds/topic-box-header.jpg);
	background-repeat: no-repeat;

}

/* titles in BLOG FEED boxes */
h2.blog {
	background-image: url(../images/backgrounds/blog-box-header.jpg);
	background-repeat: no-repeat;
}

/* titles in TWITTER FEED boxes */
h2.twitter {
	background-image: url(../images/backgrounds/twitter-box-header.jpg);
	background-repeat: no-repeat;
}

/* titles in EVENT FEED boxes */
h2.events {
	background-image: url(../images/backgrounds/events-box-header.jpg);
	background-repeat: no-repeat;
}

h2 a:link {
	text-decoration: none;
	color: #FFF;
}
h2 a:hover {
	text-decoration: underline;
}

h2 a:visited {
	text-decoration: none;
	color: #FFF;
}

/* .topic-box is for all green box callouts on CATEGORY landing pages */
.topic-box {
	height: 300px;
	width: 280px;
	float: left;
	margin: 0px 20px 20px 0px;
	background-image: url(../images/backgrounds/topic-box.png);
	background-repeat: no-repeat;
}


.topic-box-img {
	background-color: #999;
	height: 130px;
	width: 240px;
	margin: 10px 10px 5px 20px;
}

/* .blogfeed-box is for HOME page blog feed */
.blogfeed-box {
	height: 300px;
	width: 441px;
	float: left;
	margin: 0px 21px 20px 0px;
	background-image: url(../images/backgrounds/blog-feed-box.png);
	background-repeat: no-repeat;
	
}

.blogfeed-box-img {
	float: right;
	margin: 0px 5px 5px 5px;
    border: 0px solid #000;

}

.blogtitle{
	font-weight: 700;
	font-size: 16px;
}
.blogdate {
	font-size: 90%;
	color: #999;
}



/* .twitterfeed-box is for HOME page Twitter feed */
.twitterfeed-box {
	height: 300px;
	width: 205px;
	float: left;
	margin: 0px 20px 20px 0px;
	background-image: url(../images/backgrounds/twitter-event-box.png);
	background-repeat: no-repeat;
}
.twittertime {
	font-size: 90%;
	color: #999;
}

/* .eventfeed-box is for HOME page Event feed */
.eventfeed-box {
	height: 300px;
	width: 205px;
	float: left;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/backgrounds/twitter-event-box.png);
	background-repeat: no-repeat;
}

.eventtitle{
	font-weight: 700;
	font-size: 16px;
}

.eventlocation {
	font-size: 90%;
	color: #999;
}
.eventdate {
	font-size: 18px;	
}

/* .boxcopy formats positioning of all TOPIC and FEED box copy */
.boxcopy {
	line-height: 1.2em;
	color: #666;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	font-size: 95%;
}

.boxcopy-withscroll {
	line-height: 1.2em;
	color: #666;
	border: 0px solid #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 95%;
	padding: 5px 5px 10px 0px;
}

.boxcopy-withscroll-with-thumb {
	line-height: 1.2em;
	color: #666;
	border: 0px solid #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 95%;
	padding: 5px 5px 10px 0px;
	min-height: 95px !important;
}

.boxcopy-scrollarea {
	height: 212px;
	overflow:auto;
	margin: 0px 10px 0px 15px;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	border: 0px solid #000;
}
.boxcopy-withscroll:last-child {border-bottom:0px; }

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbar {width: 14px;height:12px !important;background:url(../images/buttons/slider.png) center center  no-repeat;}
.vscrollerbase {width: 14px;background: url(../images/backgrounds/scrollbar.jpg) no-repeat;}
.related-events .vscrollerbase {width: 14px;background: url('../images/backgrounds/scrollbar-650.jpg') no-repeat;}
.vscrollerbar {padding: 2px;z-index: 2;}
