/**
 * Copyright (c) 2005 Margaret Early, The Multiliteracy Project.
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.txt.
 *
 * Workspace stylesheet.
 *
 * $Id: workspace.css,v 1.5 2006/05/06 04:41:03 aaron Exp $
 */

div.wideBlock {
	margin-bottom: 1.5em;
	clear: both;
}

div.wideBlock a, div.wideBlock .button {
	font-size: 0.7em;
}

.wideBlock p {
	float: left;
	margin-top: 0.5em;
}

* > .wideBlock p {
	width: 35em;
	margin-bottom: 1em;
}

.wideBlock .sectionHeader {
	margin-bottom: 0;
}

div.firstWideBlock {
	border-top: none;
}

.components {
	margin-top: 2em;
}

.component {
	border: 1px solid #AAA;
	border-left: 0.75em solid #AAA;
	background-color: white;
	padding: 0.35em 0 0 0.575em;
	margin: 0 0 1em 1.5em;
}

.component .footer {
	height: 1em;
	margin-top: 0.75em;
	position: relative;
	/*background-color: #EEE;*/
}

.component p {
	text-align: left;
}

.component .title {
	margin-bottom: 0.25em;
}

.component h3 {
	display: inline;
}

.component h4 {
	display: inline;
	margin-right: 0.5em;
}

div.wideBlock .instructions {
	margin: 0.75em 0 0 1.1em;
	font-size: 0.7em;
	color: #888;
	width: 19em;
	text-align: left;
}

* > div.wideBlock .instructions {
	margin-left: 2.2em;
}

div.wideBlock .component .instructions {
	margin: 0;
	/*background-color: #EEE;*/
	float: left;
	display: block;
}

.files {
	margin: 0.25em 0 1em 0;
	/*border: 1px solid lightgray;*/
}

.file {
	background-color: white;
	margin: 0.5em 0.5em 0 1em;
	height: 1.1em;
	border-left: 0.3em solid #CCC;
	border-bottom: 1px solid #CCC;
}

.file h3 {
	display: block;
	float: left;
	font-size: 0.7em;
	padding: 0.2em 1em 0.1em 0.5em;
	/*padding: 0.2em 1em 0.1em 0;*/
	/*background-color: #AAA;*/
}

ul#looseDocuments {
	margin-top: 2em;
}