
/*
File:		screen.css
Author:		stephen williams
Updated:	03.06.2007
*/

/* -------------------- */
/*
css import
*/

@import url(layout.css);
@import url(typography.css);
@import url(content.css);
@import url(active.css);

/* -------------------- */
/*
toggle grid
*/

div#grid {
	position: absolute;
	right: 0;
	top: 18px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 148px;
	}

div#grid a {
	display: inline;
	width: auto;
	height: auto;
	background-image: none;
	}

/* -------------------- */
/*
full size screenshots
*/

body#b_work_interactive_amt_full {
	background-color: #f7f7fa;
	background-image: none;
	text-align: center;
	}

div#screenContainer div {
	background-color: #fff;
	border-bottom: 2px solid #e8e8e8;
	}

div#screenContainer ul {
	min-width: 352px;
	width: 33em;
	margin: 0 auto;
	padding: 20px 0;
	list-style-type: none;
	background: #fff url(../images/layout/mindqueue_alt.gif) no-repeat center left;
	text-align: right;
	}

div#screenContainer li {
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
	}

div#screenContainer li a {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #ddd;
	font-weight: bold;
	}

div#screenContainer li a:link,
div#screenContainer li a:visited {
	border-color: #ddd;
	background-color: #fdfdfd;
	text-decoration: none;
	}

div#screenContainer li a:hover,
div#screenContainer li a:active {
	border-color: #aaa;
	background-color: #fff;
	text-decoration: none;
	}

div#screenContainer li.screenActive a {
	border-color: #aaa;
	background-color: #fff;
	text-decoration: none;
	color: #777;
	}

/* -------------------- */
/*
button
*/

p.button img {
	display: block;
	}

p.button a {
	display: block;
	width: 156px;
	position: relative;
	}

p.button a:link,
p.button a:visited {
	left: 0;
	top: 0;
	}

p.button a:hover {
	left: 1px;
	top: 1px;
	}

p.button a:active {
	left: 2px;
	top: 2px;
	}
