/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7AP3-01 {
	padding: 0px;
	margin: 0 auto;
	width: auto;
}
.p7AP3:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-01 {
	margin: 2px 0px;
}
.p7AP3trig.p7ap3-theme-01 h3, .p7AP3trig.p7ap3-theme-01 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	line-height: 1.5em;
}
.p7AP3trig.p7ap3-theme-01 h3 {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: 900;
}
.p7AP3trig.p7ap3-theme-01 h3 .meetingDate {
	padding: 0 0px 0px 20px;
	background-image: url(../assets/gray-diamond-sm.gif);
	background-position: left;
	background-repeat: no-repeat;
	color: #235353;
	font-weight: 900;
}
.p7AP3trig.p7ap3-theme-01 h4 {
	margin-bottom: 10px;
	font-style: oblique;
	color: #333;
}

#currSpeaker {
	color: #F90;
	font-size: 1.2em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

#currSpeaker .meetingDate {
	background-image: url(../assets/star-purple-gold.png);
	color: #F63;
	padding-left: 30px;
	background-position: top left;
	background-repeat: no-repeat;
}
/* this theme uses a button-like 'more' button to open/close the panels, not a block link */
.p7AP3trig.p7ap3-theme-01 h4 a, .p7AP3trig.p7ap3-theme-01 h4 .hasMore {
	color: #fff;
	background-color: #f5f5f5;
	color: #666;
	font-size: .8em;
	padding: 3px 5px 3px 20px;
	background-image: url(img/p7ap3Plus_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .1em;
	border: 1px solid #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	text-decoration: none;
}
.p7AP3trig.p7ap3-theme-01 a.hasMore {
	color: #000099;
	border-color: #ffa07a;
}
/* for Whulj page type accordian */
.p7AP3trig.p7ap3-theme-01 h3 a.hasMore {
	padding: 2px 10px 2px 20px; 
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	text-decoration: none;
}
/* -- ...  --*/

.p7AP3trig.p7ap3-theme-01 .p7AP3_ext, .p7AP3trig.p7ap3-theme-01 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7AP3_page_black.gif);
	background-color: #FFF;
	letter-spacing: normal;
	color: #000;
}
.p7AP3trig.p7ap3-theme-01 .p7AP3_ext:hover {
	background-image: url(img/p7AP3_page_white.gif);
}
.p7AP3trig.p7ap3-theme-01 a:hover {
	color: #000;
	background-color: #ffa07a;
	background-image: none;
}
.p7AP3trig.p7ap3-theme-01 a:focus {}
.p7AP3trig.p7ap3-theme-01 .p7AP3trig_down, .p7AP3trig.p7ap3-theme-01 .p7AP3trig_down:hover
{
	background-image: url(img/p7ap3Minus_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fff;
	color: #003366;
}
.p7AP3trig.p7ap3-theme-01 .p7AP3trig_down:hover, 
.p7AP3trig.p7ap3-theme-01 .p7AP3trig_down:hover.hasMore  {
	color: #000;
	background-color: #ffa07a;
	background-image: none;
}
.p7AP3trig.p7ap3-theme-01 .p7AP3trig_down:hover {}
.p7AP3cwrapper.p7ap3-theme-01 {
	position: relative;
	top: -2px;
}
.p7AP3trig.p7ap3-theme-01 a.plainInt, .p7AP3trig.p7ap3-theme-01 a.plainInt:visited, .p7AP3trig.p7ap3-theme-01 a.plainExt, .p7AP3trig.p7ap3-theme-01 a.plainExt:visited {
	color: #003399;
	background: none;
	padding: 0;
	font-variant: normal;
	letter-spacing: normal;
	border: 0;
	text-decoration: none;
}
.p7AP3trig.p7ap3-theme-01 a.plainExt, .p7AP3trig.p7ap3-theme-01 a.plainExt:visited {
	color: #313e68;
}
.p7AP3trig.p7ap3-theme-01 a.plainInt:hover, .p7AP3trig.p7ap3-theme-01 a.plainExt:hover {
	color: #8b3636;
	background: none;
	text-decoration: underline;
}
.p7AP3panelcontent.p7ap3-theme-01 {
	line-height: 2em;
	color: #000;
	border-top: none;
}
.p7AP3panelcontent.p7ap3-theme-01 h1,
.p7AP3panelcontent.p7ap3-theme-01 h2,
.p7AP3panelcontent.p7ap3-theme-01 h3,
.p7AP3panelcontent.p7ap3-theme-01 h4 {
	margin: 0px 0 15px 0;
}
.p7AP3panelcontent.p7ap3-theme-01 h5 {
	font-size: 1.1em;
}
.p7AP3panelcontent.p7ap3-theme-01 h5.subTitle {
	color: #407885;
}
.p7AP3content.p7ap3-theme-01 p {
	margin: 0px 0;
	text-indent: 50px;
}
.p7AP3content.p7ap3-theme-01 p.noIndent {
	text-indent: 0px;
}

.p7AP3content.p7ap3-theme-01 img {
	margin: 10px 20px;	
}

.p7AP3trig.p7ap3-theme-01 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-01 a.p7AP3_ext.current_mark, .p7AP3trig.p7ap3-theme-01 a.p7AP3_ext.current_mark:hover {
	background-image: url(img/p7AP3_page_black.gif) !important;
	background-color: #FFF !important;
	color: #000 !important;
}
.p7AP3panelcontent.p7ap3-theme-01 .current_mark {
	font-weight: bold;
}
