/* ------------------------------------------------------
Ezine
-------------------------------------------------------*/


div#ezine{

	width: 715px;
	height: 216px;
	padding: 34px 0 0 33px;
	overflow:visible  ;
}

div#ezine-image {
	float: left;
	display:block;
	width: 406px;
	height: 284px;
}
div#ezine-image.loading {
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

div#ezine-slider {
	display:block;
	width: 246px;
	height: 284px;
	float: left;
	margin-left: 1px;
	overflow:hidden;
	visibility:visible;
}

h5.accordion_toggle{
	
	width: 246px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 0px;
	background: url(../images/gpf_ezine_h5_collapsed.jpg) 0 0 no-repeat;
	cursor: pointer;
}

h5.accordion_toggle_zine{
	display:inline;
	width: 246px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 0px;
	background: url(../images/gpf_ezine_h5_collapsed.jpg) 0 0 no-repeat;
	cursor: pointer;
}

h5.expanded { background: url(../images/gpf_ezine_h5_expanded.jpg) 0 0 no-repeat; }

h5.accordion_toggle:hover {
	color: #ededed;
}

h5.accordion_toggle_zine:hover {
	color: #ededed;
}
div.accordion_content {
	overflow:hidden;
	line-height: 1em;
	margin-bottom: 1px;
}

div#ezine-slider .accordion_content {
	display:block;
	width:246px;
	height: 190px;
	overflow:visible;
}

ul.ezine-slider a {
	display:block;
	width: 226px;
	height: 43px;
	background-color: #daeef7;
	margin-bottom: 1px;
	padding: 16px 0 4px 20px;
	text-decoration:none;
}

ul.ezine-slider a.active, ul.ezine-slider a:hover { background-color: #baddf1; text-decoration:none;}
ul.ezine-slider a:hover { cursor: pointer; }

span.ezine-activity, ezine.fun-location {
	font-size: 12px;
	display: block;
	line-height: 1;
}

span.ezine-activity { color: #3d83a7; }
span.ezine-location { color: #575654; }


/* ------------------------------------------------------
Community Ezine


div#community-ezine {
	width: 438px;
	height: 416px;
	background: url(../images/gpf_community-ezine_bg.jpg) no-repeat top left;
	overflow: hidden;
	margin: 0 0 10px 2px;
}

div#community-ezine-slider {
	display:block;
	width: 438px;
	height: 280px;
	float: left;
	margin-left: 1px;
	overflow:hidden;
	visibility:hidden;
}

div#community-ezine-slider .accordion_content {
	display:block;
	width:428px;
	overflow:hidden;
}

div#community-ezine h5 {
	width: 405px;
}

div#community-ezine h5.accordion_toggle { background-image: url(../images/gpf_community-ezine_h5_collapsed.jpg); }
div#community-ezine h5.accordion_toggle_zine { background-image: url(../images/gpf_community-ezine_h5_collapsed.jpg); }
div#community-ezine h5.expanded { background-image: url(../images/gpf_community-ezine_h5_expanded.jpg); }

div#community-ezine h5.accordion_toggle:hover {
	color: #ededed;
}
-------------------------------------------------------*/