/* 
  -----------------------------------
  Slide-Out Menu
  by Project Seven Development
  www.projectseven.com
  Style Theme: 07 - Lightly Blue
  -----------------------------------
*/

.p7SOM-07 {
	height: 95% !important;
	border-radius: 0px 0px 6px 0px !important;
}

.p7SOM-07 ul {
	background-color: rgb(44,133,190);
	background: rgba(44,133,190,0.95);
	border-radius: 0px 0px 6px 0px !important;
}


/*Design View Background*/
.p7SOM-07.p7SOMnoscript ul {
	background: none !important;
	background-color: rgb(44,133,190) !important;
}
.p7SOM-07 ul ul {
	background-color: transparent;
	background: none;
}


.p7SOM-07 ul a {
	padding: 10px 18px;
	color: #000;
	text-decoration: none;
	border-radius: 0px !important;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}

.p7SOM-07 ul ul a {padding: 8px 18px;}
.p7SOM-07 ul a:hover {
	background-color: #333;
	color: #FFF;
}


.p7SOM-07 ul a.trig_open {
	background-color: #333;
	color: #45BED8;
}
.p7SOM-07 a.trig_closed {
	background-image: url(img/som-right-dark.gif);
}
.p7SOM-07 a.trig_closed:hover {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-07 ul ul a.trig_closed {
	background-image: url(img/som-right-medium.gif);
}
.p7SOM-07 a.trig_open {
	background-image: url(img/som-down-medium.gif);
}
.p7SOM-07 ul ul a {
	font-size: .9em;
}

/*Level indentations */
.p7SOM-07 ul a {
	padding-left: 18px;
}
.p7SOM-07 ul ul a {
	padding-left: 24px;
}
.p7SOM-07 ul ul ul a {
	padding-left: 36px;
}
.p7SOM-07 ul ul ul ul a {
	padding-left: 48px;
}

/*Link Borders */
.p7SOM-07 li {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.p7SOM-07 ul ul li {
	box-shadow: none;
	border: none;
}

.p7SOM-07 a.trig_open {
	box-shadow: inset 0px 10px 6px 0px rgba(160,160,160,0.1);
}


/*CURRENT MARK */
.p7SOM-07 a.current_mark {
	font-weight: bold;
}

/*Toolbar */

.p7SOM-07.som-toolbar {
	text-align: center;
}

.p7SOM-07.som-toolbar a {
	color: #FFF !important;
	background-color: #888;
	background: rgba(142,142,142,0.85);
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	font-size: 2.25em;
	line-height: .65em;
}
.p7SOM-07.som-toolbar a:hover {
	background-color: #999;
	color: #000;
}
.p7SOM-07.som-toolbar.opened a {
	background-color: #555;
	color: #777;
}

.p7SOM-07.som-toolbar i {
	font-style: normal;
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #FFF;
	padding-top: 3px;
}

/*Menu Header */
.p7SOM-07 .som-header {
	padding: 6px 18px;
	font-size: .8em;
	background-image: url(img/som-close-dark.png);
	background-color: #444;
	color: #BBB;
	text-transform: uppercase;
	letter-spacing: .15em;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
	box-shadow: inset 0px 10px 6px 0px rgba(100,100,100,0.1);
}

.p7SOM-07 .som-header:hover {
	background-color: #666;
	color:  #FFF;
}

 @media only screen and (min-width: 0px) and (max-width: 700px) {

.scalable {width: 100%;}

}
