/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 06 - Cabernet Raised
  -----------------------------------
*/

.p7SOM-06 ul {
	background-color: #D85254;
	background: rgba(229,95,97,0.9);
}

/*Design View Background*/
.p7SOM-06.p7SOMnoscript ul {
	background: none !important;
	background-color: #D85254 !important;
}

.p7SOM-06 ul ul {
	background-color: transparent;
	background: none;
}

.p7SOM-06 ul a {
	padding: 10px 18px;
	color: #000;
	text-decoration: none;
	border-radius: 0px !important;
	-webkit-transition: all linear .15s;
	transition: all linear .15s;
}
.p7SOM-06 ul ul a {padding: 8px 18px;}

.p7SOM-06 ul a:hover {
	background-color: #555;
	color: #FFF;
}
.p7SOM-06 ul a.trig_open {
	background-color: #222;
	color: #EEE;
}
.p7SOM-06 a.trig_closed {
	background-image: url(/changes/2015/p7som/img/som-right-dark.gif);
}
.p7SOM-06 ul ul a.trig_closed {
	background-image: url(/changes/2015/p7som/img/som-right-dark.gif);
}
.p7SOM-06 a.trig_open {
	background-image: url(/changes/2015/p7som/img/som-down-medium.gif);
}
.p7SOM-06 ul ul a {
	font-size: .9em;
}

/*Level indentations */
.p7SOM-06 ul a {
	padding-left: 18px;
}
.p7SOM-06 ul ul a {
	padding-left: 24px;
}
.p7SOM-06 ul ul ul a {
	padding-left: 36px;
}
.p7SOM-06 ul ul ul ul a {
	padding-left: 48px;
}

/*Link Borders */
.p7SOM-06 li {
	box-shadow: inset 0px 22px 0px 0px rgba(255,255,255,0.125);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.p7SOM-06 ul ul li {
	box-shadow: none;
	border: none;
}

.p7SOM-06 a.trig_open {
	box-shadow: inset 0px 20px 6px 0px rgba(255,255,255,0.2);
}


/*CURRENT MARK */
.p7SOM-06 a.current_mark {
	font-weight: bold;
}

/*Toolbar */
.p7SOM-06.som-toolbar a {
	color: #BBB !important;
	background-color: #151515 !important;
	background: rgba(0,0,0,0.75);
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-06.som-toolbar a:hover {
	color: #EEE !important;
}
.p7SOM-06.som-toolbar.opened a {
	background-color: #555 !important;
	color: #777 !important;
}

/*Menu Header */
.p7SOM-06 .som-header {
	padding: 6px 18px;
	font-size: 1.2em;
	background-image: url(/changes/2015/p7som/img/som-close-dark.png);
	border-bottom: 1px solid #000;
	background-color: #333;
	color: #EEE;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}
.p7SOM-06 .som-header:hover {
	background-color: #777;
	color:  #FFF;
}

 @media only screen and (min-width: 0px) and (max-width: 700px) {

.scalable {width: 100%;}

}
