@CHARSET "UTF-8";

body{position:relative;}

#theDrawer{
	width:100%;
	height:auto;
	position:fixed;
	background-color: #585854;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(88, 88, 84)), to(rgb(82, 82, 79)));
	background-image: -webkit-linear-gradient(top, rgb(88, 88, 84), rgb(82, 82, 79));
	background-image: -moz-linear-gradient(top, rgb(88, 88, 84), rgb(82, 82, 79));
	background-image: -o-linear-gradient(top, rgb(88, 88, 84), rgb(82, 82, 79));
	background-image: -ms-linear-gradient(top, rgb(88, 88, 84), rgb(82, 82, 79));
	background-image: linear-gradient(top, rgb(88, 88, 84), rgb(82, 82, 79));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#585854', EndColorStr='#52524f');
	display:block;
	left:0px;
	z-index:100;
	top:-30000px;
}

#theDrawer p, #theDrawer h3, #theDrawer h3 a, #theDrawer h2{color:white; text-shadow:-1px -1px 0 #000;}

#theDrawer .drawerMod{float:left; margin:10px; list-style:none; padding:10px; }

#theDrawer #drawerContent{padding:10px;}

#theButton{
	width:auto;
	background-color: #52524f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 82, 79)), to(rgb(37, 37, 37)));
	background-image: -webkit-linear-gradient(top, rgb(82, 82, 79), rgb(37, 37, 37));
	background-image: -moz-linear-gradient(top, rgb(82, 82, 79), rgb(37, 37, 37));
	background-image: -o-linear-gradient(top, rgb(82, 82, 79), rgb(37, 37, 37));
	background-image: -ms-linear-gradient(top, rgb(82, 82, 79), rgb(37, 37, 37));
	background-image: linear-gradient(top, rgb(82, 82, 79), rgb(37, 37, 37));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#52524f', EndColorStr='#252525');
	display:block;
	height:30px;
	position:fixed;
	top:0px;
	right:20px;
	z-index:101;
}

#theButton a{
	color:#fff;
	font-family:sans-serif;
	text-tranform:uppercase;
	display:block;
	text-decoration:none;
	padding:5px 10px 5px 10px;
}