
body {
	/*background-image: url('images/softpad.png');*/
	background-color: #eaeaea;
	text-shadow: 0 1px 0 white	
}

h2 {
	font-size: 1em;
	background-color: transparent;
	padding-left: 1.5em;
	text-align: left; 
	background-repeat: no-repeat;
	background-position: 4px center, left top; 
	background-image:  url(images/disclosureOpen.png);
	margin-left: 1em;
	color: #4c4c4c; 
	cursor: n-resize
}


h2.closed {
	background-image:  url(images/disclosureClosed.png);
	cursor: s-resize
}

/* navigation */

nav {
	position: relative;
	height :100%;
	overflow: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #333333; 
	background-image: -webkit-linear-gradient( left, #ffffff, #ffffff 96.0%,rgba(153, 153, 153, 0.2) 100.0%);
	background-image: linear-gradient( left, #ffffff, #ffffff 96.0%,rgba(153, 153, 153, 0.2) 100.0%);
}

nav li {
	list-style-type: none;
	height: 2.2em;
	display: block;
	padding-left: 1.5em;
	text-align: left;
	line-height: 2.2em;
	color: #5d5d5d;
	-webkit-transition: all .5s;
	white-space: nowrap;}


nav li:hover, nav li#current {
	background-color: rgba(62, 97, 194, 0.8);
	color: #ffffff;
	text-shadow: 0 0 1px #666;
	cursor: pointer;
	padding-left: 2em;
}

nav ul {
	padding-left: 0;
	margin: 0;
	display: block 
}

nav {
	width: 14%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
/*	background-image: -webkit-linear-gradient( left, #ededed, rgba(250, 250, 250, 0.5) 96%,rgba(156, 156, 156, 0.7) 100.0%);*/
	
}
#editors {
	width: 20%;
	position: absolute;
	left: 10%;
	top: 0; 
}

#tools1, #tools2 {
	position: absolute;
	top: 0;
	left: 14%;
	width: 86%;
	height: 91.5%;
	border: none;
	-webkit-transition: opacity 1.5s;
	-moz-transition: opacity 1.5s;
	-o-transition: opacity 1.5s;
	transition: opacity 1.5s;
	border-style:none;
	margin: 0 0 -10% 0;
	background-image: url('images/bgnoise.gif');
}

#tools2 {
	opacity: 0 
}

footer {
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: white;
	left: 0;
	height: 9%;
	font-size: .9em;
	-webkit-box-shadow: 0 0 4px black;
	-moz-box-shadow: 0 0 4px black;
	-o-box-shadow: 0 0 4px black;
	-ms-box-shadow: 0 0 4px black;
	box-shadow: 0 0 4px black;
	z-index: 20;
	font-family: Helvetica, Arial, san-serif;
	font-weight: 300}

footer h3 {
	margin: .5em 0 0 0 ;
	font-size: 1em;
	text-shadow: none;
	color: #8c8c8c;
	font-weight: bold; 
}

footer p {
	margin: 0;
	font-size: 1em;
	text-shadow: none;
	color: #8c8c8c;
	font-weight: normal; 
}

footer .panel {
	padding-left: 15%;
	opacity: 0;
	position: absolute;
	/*positioned relative to its parent*/
	width: 97%;
	-webkit-transition: opacity .5s;
height: 100%
}

footer a:link, footer a:visited {
	font-weight: bold;
	color: #626262;
	text-decoration: none}

footer #wdpanel {
	background-image: url(images/wdonly.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 1; 
}

footer #devwws {
	background-image: url(images/devwws-cover1.jpg);
	background-repeat: no-repeat;
	background-position:  20px center;
}

.toggle-container {
	overflow: auto;
	max-height: 1000px;
	-webkit-transition: max-height .75s;
	-moz-transition: max-height .75s;
	 transition: max-height .75s;
	margin-bottom: .5em}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
}

@media only screen and (max-width : 768px) {
#tools1, #tools2 {
	left: 0;
width: 100%} 
}
