/*
Site:	JavaScript & jQuery Drawers
*/

/* GLOBAL STYLES
---------------------------- */



/* DRAWER
---------------------------- */

.drawer {
	margin-bottom: .15em;
	border: 2px solid black;
	width: 400px;
	float: left;
	margin-right: 3%;
	text-decoration: none;
}


.drawer a {
	padding: 0.45em 0em .2em .6em;
	display: block;
}

.drawer a:hover{
	text-decoration: underline;
}



/* INNER DRAWER
---------------------------- */

.inner {
	background-color: #EEEEEE;
	line-height: 130%;
	font-size: 120%;
	padding: 1em 2em;
	box-shadow: inset 0px 0px 15px black;
	display: none;
	
}

