html,body {
	height:100%;
	width:100%;
}
body {
	margin:0;
	padding:0;
	overflow:hidden;
	background: #E9E9E9 url(/sites/all/themes/dshed/images/grey-bg.png) repeat scroll 0 0;
	font-family: georgia, serif;
}

@font-face {
	font-family: 'Museo500';
	src: url('Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('Museo500-Regular.otf') format('opentype'), url('Museo500-Regular.svg#Museo-500') format('svg');
}

a {
	text-decoration: none;
}

.visual-clear {
	clear:both;
}

img { border: none; }

/* styles for wrapper/ preview bar */
#content {
	z-index:10;
}

#dshed {
	display:block;
	width:140px;
	float:left;
	height:40px;
	background: #E9E9E9 url(/sites/all/themes/dshed/images/grey-bg.png);
}

#dshed img {
	margin:2px;
}

#bar {
	/*height: 40px;*/
	position:relative;
	background: transparent url(/sites/all/themes/dshed/images/wrapper-bar-bg.png) repeat-x scroll top left;
	margin-right:10px;
}

.bar-right {
	float:left;
	margin-left:3px;
}

#explore, #home {
	font-family:'Museo500', georgia, serif;
	color:#D03645;
	display:block;
	float:left;
	width:100px;
	font-size:1.2em;
	margin-top:9px;
}

#back {
	margin-top:3px;
	line-height:2.8em;
	color:#6c6c6c;
	font-size:0.9em;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

#back .url {
	color:#160408;
}

#close {
	position:absolute;
	right:0px;
	top:9px;
}

#bg-details {
	clear:both;
	color:#6c6c6c;
	margin-left:140px;
	font-size:0.9em;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
#bg-details .url {
	color:#160408;
}
.bg-title, .bg-creators {
	margin-right:10px;
	padding-right:10px;
	border-right:1px dotted #9d9d9d;
}

