/*  Accordion Panel Magic by Project Seven Development www.projectseven.com
 Custom Theme for CynthiaLeitichSmith.com by Lisa Firke wwww.hitthosekeys.com
 (Sidebar column orange variation)
  -----------------------------------
*/

#sidebar .p7APM10 {
	padding: 0;
	margin: 0 0 0 4px;
}
#sidebar .p7APM10 .p7APMtrig {
	margin: 0;
	background-image: url(img/p7apm_onyx_middle.jpg);
	background-repeat: repeat-x;
	background-color: #A0C27E;
	padding: 0;
	background-position: left center;
}
#sidebar .p7APM10 .p7APMtrig h3, #sidebar .p7APM10 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 15px;
	background-image: url(img/sideAPM_onyx_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1.0;
	text-transform: none;
}

#sidebar .p7APM10 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 12px 6px 12px 24px;
	color: #002C2C !important;
	font-weight: normal;
	background-image: url(img/sideAPM_onyx_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-style: none !important;
}
#sidebar .p7APM10 .p7APMtrig a.p7APM_ext, #sidebar .p7APM10 .p7APMtrig a.p7APM_ext.p7APMtrig_down {
	color: #002C2C !important;
	letter-spacing: normal !important;
	background: url(img/sideAPM_onyx_ext.jpg) no-repeat left center !important;
}
#sidebar .p7APM10 .p7APMtrig a:hover {
	color: #FFC !important;
	background-color: transparent !important;
}
#sidebar .p7APM10 .p7APMtrig a:active, #sidebar .p7APM10 .p7APMtrig a:focus {
	outline: 1px dotted #C6AF87;
}
#sidebar .p7APM10 .p7APMtrig .p7APMtrig_down, #sidebar .p7APM10 .p7APMtrig .p7APMtrig_down:hover  {
	letter-spacing: normal;
	color: #FFFFC8 !important;
	background-image: url(img/sideAPM_onyx_down.jpg) !important;
	background-position: left center;
	background-repeat: no-repeat;
}
#sidebar .p7APM10 .p7APMcwrapper {
	position: relative;
}
#sidebar .p7APM10 .p7APMpanelcontent {
	padding: 0px;
	line-height: 1.5em;
	margin: 0 24px;
}
#sidebar .p7APM10 .p7APMcontent h2, 
#sidebar .p7APM10 .p7APMcontent h3, 
#sidebar .p7APM10 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
#sidebar .p7APM10 .p7APMcontent p {
	margin: 6px 0;
}
#sidebar .p7APM10 .current_mark {
	font-weight: bold !important;
	letter-spacing: normal;
}

/* coloring the panels */

#sidebar .p7APMpanelcontent.yellow {
	background: #E1E187 !important;
}
#sidebar .p7APMpanelcontent.white {
	background: #FFF;
	font: italic bold 16px Cambria, Georgia, serif;
}
#sidebar .p7APMpanelcontent.orange {
	background-color: #FF9261 !important;
}
#sidebar .p7APMpanelcontent.red {
	background-color: #C63F3F !important;
}
#sidebar .p7APMpanelcontent.mauve {
	background: #966 !important;
}
#sidebar .p7APMpanelcontent.brown {
	background: #A48B68 !important;
}
#sidebar .p7APMpanelcontent.green {
	background: #8AA66F!important;
}
#sidebar .p7APMpanelcontent.blue {
	background: #4A8987 !important;
}

